/*!
    Theme Name: Florida's Coral Reef
    Theme URI: https://floridascoralreef.com
    Description: Theme for Florida's Coral Reef
    Author: The Taproot Agency
    Author URI: https://taproot.agency
    Version: 1.0
    Tags: SASS, Boostrap 4, WordPress 5

    License: CC-BY-NC-ND-4.0
    License URI: https://creativecommons.org/licenses/by-nc-nd/4.0/
*/
/*------------  Rems  ------------*/
/*----------  Bootstrap  ----------*/
/*==============================================
=    Bootstrap Overrides + Custom Variables    =
==============================================*/
/*=================================
=            Bootstrap            =
=================================*/
:root {
  --blue: #005c7d;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e2122e;
  --orange: #fd7e14;
  --yellow: #fab040;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #005c7d;
  --secondary: #00abcc;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #fab040;
  --danger: #e2122e;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "bicyclette", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table, table,
  .wp-block-table {
    border-collapse: collapse !important; }
    .table td, table td,
    .wp-block-table td,
    .table th,
    table th,
    .wp-block-table th {
      background-color: #fff !important; }
  .table-bordered th, table th,
  .wp-block-table th,
  .table-bordered td,
  table td,
  .wp-block-table td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th, table .thead-dark th,
  .wp-block-table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "bicyclette", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #005c7d;
  text-align: left;
  background-color: #f4fafa; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.875rem; }

p {
  margin-top: 0;
  margin-bottom: 1.875rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #e2122e;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #b30e24;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .form-group .gsection_title, .h6 {
  margin-bottom: 1.875rem;
  font-family: "henriette", Georgia, Times, serif;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 3.75rem; }

h2, .h2 {
  font-size: 3rem; }

h3, .h3 {
  font-size: 2.625rem; }

h4, .h4 {
  font-size: 2.25rem; }

h5, .h5, .form-group .gsection_title {
  font-size: 1.875rem; }

h6, .h6 {
  font-size: 1.5rem; }

.lead {
  font-size: 1.875rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  border: 0;
  border-top: 1px solid #ccc; }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.875rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f4fafa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px; } }

.row, .wp-block-latest-posts.is-grid, .wp-block-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .live-feed-group > div, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .homepage-decline .wp-block-column, .slider-block .slider-item p, .video-block, .homepage-into .wp-block-group__inner-container, .wp-block-latest-posts.columns-6 > li, .wp-block-latest-posts.columns-5 > li, .wp-block-latest-posts.columns-4 > li, .wp-block-latest-posts.columns-3 > li, .wp-block-latest-posts.columns-2 > li, .wp-block-latest-posts.columns-1 > li, .wp-block-columns .wp-block-column, .col-11, .seafan-group .wp-block-group__inner-container, .col-10, .homepage-hope .wp-block-column:last-child, .col-9, .col-8, .col-7, .col-6, .col-5, .homepage-hope .wp-block-column:nth-child(2), .homepage-hope .wp-block-column:first-child, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5, .homepage-hope .wp-block-column:nth-child(2), .homepage-hope .wp-block-column:first-child {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10, .homepage-hope .wp-block-column:last-child {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11, .seafan-group .wp-block-group__inner-container {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12, .homepage-decline .wp-block-column, .slider-block .slider-item p, .video-block, .homepage-into .wp-block-group__inner-container, .wp-block-latest-posts.columns-6 > li, .wp-block-latest-posts.columns-5 > li, .wp-block-latest-posts.columns-4 > li, .wp-block-latest-posts.columns-3 > li, .wp-block-latest-posts.columns-2 > li, .wp-block-latest-posts.columns-1 > li, .wp-block-columns .wp-block-column {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
     -moz-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
     -moz-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
     -moz-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
     -moz-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
     -moz-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
     -moz-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
     -moz-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
     -moz-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11, .live-feed-group > div {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md, .wp-block-latest-posts.columns-5 > li, .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2, .wp-block-latest-posts.columns-6 > li {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3, .wp-block-latest-posts.columns-4 > li {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4, .homepage-hope .wp-block-column:nth-child(2), .homepage-hope .wp-block-column:first-child, .wp-block-latest-posts.columns-3 > li {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6, .homepage-into .wp-block-group__inner-container, .wp-block-latest-posts.columns-2 > li {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8, .seafan-group .wp-block-group__inner-container, .homepage-hope .wp-block-column:last-child {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10, .live-feed-group > div, .slider-block .slider-item p {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3, .homepage-hope .wp-block-column:nth-child(2), .homepage-hope .wp-block-column:first-child {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4, .homepage-hope .wp-block-column:last-child {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10, .video-block {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1, .homepage-hope .wp-block-column:last-child {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5, .homepage-decline .wp-block-column {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2, .wp-block-pullquote blockquote {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table, table,
.wp-block-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #005c7d; }
  .table th, table th,
  .wp-block-table th,
  .table td,
  table td,
  .wp-block-table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th, table thead th,
  .wp-block-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody, table tbody + tbody,
  .wp-block-table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered, table,
.wp-block-table {
  border: 1px solid #dee2e6; }
  .table-bordered th, table th,
  .wp-block-table th,
  .table-bordered td,
  table td,
  .wp-block-table td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th, table thead th,
  .wp-block-table thead th,
  .table-bordered thead td,
  table thead td,
  .wp-block-table thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #005c7d;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d1db; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aaabb; }

.table-hover .table-primary:hover {
  background-color: #a7c6d2; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a7c6d2; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8e7f1; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7ad3e4; }

.table-hover .table-secondary:hover {
  background-color: #a3e0ed; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #a3e0ed; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fee9ca; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fcd69c; }

.table-hover .table-warning:hover {
  background-color: #fedfb1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fedfb1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f7bdc4; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f08492; }

.table-hover .table-danger:hover {
  background-color: #f4a6b0; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f4a6b0; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th, table .thead-dark th,
.wp-block-table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th, table .thead-light th,
.wp-block-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered, table.table-dark,
  .table-dark.wp-block-table {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered, .table-responsive-sm > table,
    .table-responsive-sm > .wp-block-table {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered, .table-responsive-md > table,
    .table-responsive-md > .wp-block-table {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered, .table-responsive-lg > table,
    .table-responsive-lg > .wp-block-table {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered, .table-responsive-xl > table,
    .table-responsive-xl > .wp-block-table {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered, .table-responsive > table,
  .table-responsive > .wp-block-table {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00bafd;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 92, 125, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 92, 125, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.875rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.3125rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #005c7d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.3125rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.875rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e2122e; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(226, 18, 46, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e2122e;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e2122e' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e2122e' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #e2122e;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 18, 46, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(226, 18, 46, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e2122e;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e2122e' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e2122e' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #e2122e;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 18, 46, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(226, 18, 46, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e2122e; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e2122e; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e2122e; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ef3851;
  background-color: #ef3851; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 18, 46, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(226, 18, 46, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e2122e; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e2122e; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e2122e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 18, 46, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(226, 18, 46, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.75rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #003041;
  background-color: #ccdee5;
  border-color: #b8d1db; }
  .alert-primary hr {
    border-top-color: #a7c6d2; }
  .alert-primary .alert-link {
    color: #000a0e; }

.alert-secondary {
  color: #00596a;
  background-color: #cceef5;
  border-color: #b8e7f1; }
  .alert-secondary hr {
    border-top-color: #a3e0ed; }
  .alert-secondary .alert-link {
    color: #002e37; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #825c21;
  background-color: #feefd9;
  border-color: #fee9ca; }
  .alert-warning hr {
    border-top-color: #fedfb1; }
  .alert-warning .alert-link {
    color: #593f17; }

.alert-danger {
  color: #760918;
  background-color: #f9d0d5;
  border-color: #f7bdc4; }
  .alert-danger hr {
    border-top-color: #f4a6b0; }
  .alert-danger .alert-link {
    color: #47050e; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #005c7d !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #00364a !important; }

.bg-secondary {
  background-color: #00abcc !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #008099 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #fab040 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f99b0e !important; }

.bg-danger {
  background-color: #e2122e !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b30e24 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #005c7d !important; }

.border-secondary {
  border-color: #00abcc !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #fab040 !important; }

.border-danger {
  border-color: #e2122e !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
     -moz-box-orient: horizontal !important;
     -moz-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
     -moz-box-orient: horizontal !important;
     -moz-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
     -moz-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
     -moz-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
     -moz-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
     -moz-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
     -moz-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
     -moz-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
     -moz-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
     -moz-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
     -moz-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
     -moz-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
     -moz-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
     -moz-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only, #footer #menu-social-navigation a span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #005c7d !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #002431 !important; }

.text-secondary {
  color: #00abcc !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #006b80 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #fab040 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #e78e06 !important; }

.text-danger {
  color: #e2122e !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #9b0c20 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #005c7d !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*----------  Vendors  ----------*/
/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: October 15, 2013 11:05 AM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2013 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px #fafafa;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("images/datepicker/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1));
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  color: #666666;
  font-size: 8px;
  line-height: 1.75em;
  padding: 5px 0;
  text-align: center;
  text-shadow: 1px 0px 0px #fff;
  text-transform: uppercase;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding: 0;
  line-height: 1em; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede));
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  color: #666;
  /* set the active date font color */
  text-shadow: 0px 1px 0px #FFF;
  position: relative; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

.user-type .gfield_checkbox li {
  margin-bottom: 0.9375rem; }

.user-type .gfield_checkbox input {
  display: none !important; }

.user-type .gfield_checkbox label {
  background: white;
  border-radius: 0.625rem;
  border: 3px #e2f2f2 solid;
  cursor: pointer;
  display: block;
  margin: 0;
  max-width: 100% !important;
  padding: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100% !important; }
  .user-type .gfield_checkbox label:hover {
    border-color: #005c7d; }
  .user-type .gfield_checkbox label .i-am-label {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    font-family: "henriette", Georgia, Times, serif;
    line-height: 1em;
    padding: 2.8125rem 1.875rem; }
    @media (max-width: 767.98px) {
      .user-type .gfield_checkbox label .i-am-label {
        padding: 1.875rem; } }
    .user-type .gfield_checkbox label .i-am-label i {
      margin-right: 0.9375rem; }
      .user-type .gfield_checkbox label .i-am-label i:before {
        content: '\e835'; }
  .user-type .gfield_checkbox label .i-am-desc {
    background: white;
    border-radius: 0 0 0.5rem 0.5rem;
    display: none;
    padding: 2.8125rem 3.75rem; }
    @media (max-width: 767.98px) {
      .user-type .gfield_checkbox label .i-am-desc {
        padding: 2.8125rem 1.875rem; } }
    .user-type .gfield_checkbox label .i-am-desc ul {
      margin: 0;
      padding: 0 0 0 0.9375rem; }
      .user-type .gfield_checkbox label .i-am-desc ul li {
        margin-bottom: 0.9375rem; }
        .user-type .gfield_checkbox label .i-am-desc ul li:last-child {
          margin-bottom: 0; }

.user-type .gfield_checkbox #choice_2_7_1:checked ~ #label_2_7_1,
.user-type .gfield_checkbox #choice_2_7_2:checked ~ #label_2_7_2,
.user-type .gfield_checkbox #choice_2_7_3:checked ~ #label_2_7_3 {
  background: #005c7d;
  border-color: #005c7d; }
  .user-type .gfield_checkbox #choice_2_7_1:checked ~ #label_2_7_1 .i-am-label,
  .user-type .gfield_checkbox #choice_2_7_2:checked ~ #label_2_7_2 .i-am-label,
  .user-type .gfield_checkbox #choice_2_7_3:checked ~ #label_2_7_3 .i-am-label {
    color: white; }
    .user-type .gfield_checkbox #choice_2_7_1:checked ~ #label_2_7_1 .i-am-label i:before,
    .user-type .gfield_checkbox #choice_2_7_2:checked ~ #label_2_7_2 .i-am-label i:before,
    .user-type .gfield_checkbox #choice_2_7_3:checked ~ #label_2_7_3 .i-am-label i:before {
      content: '\e834'; }

.form-flex ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form-flex ul li:not(.gf_half) {
    width: 100%; }

.gform_wrapper {
  margin-bottom: 1.875rem; }
  .gform_wrapper .gform_fields {
    list-style: none;
    margin: 0 0 1.875rem 0;
    padding: 0; }
  .gform_wrapper .gfield {
    margin-bottom: 1.25rem; }
  .gform_wrapper .gfield_label {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0; }
    .gform_wrapper .gfield_label .gfield_required {
      color: #e2122e;
      padding-left: 0.3125rem; }
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="url"],
  .gform_wrapper input[type="email"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="number"],
  .gform_wrapper input[type="password"],
  .gform_wrapper textarea,
  .gform_wrapper select {
    background: white;
    border: 0.125rem #005c7d solid;
    border-radius: 0.25rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    margin: 0.75rem 0 0.3125rem 0;
    padding: 0 0.9375rem;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%; }
    .gform_wrapper input[type="text"]:focus,
    .gform_wrapper input[type="url"]:focus,
    .gform_wrapper input[type="email"]:focus,
    .gform_wrapper input[type="tel"]:focus,
    .gform_wrapper input[type="number"]:focus,
    .gform_wrapper input[type="password"]:focus,
    .gform_wrapper textarea:focus,
    .gform_wrapper select:focus {
      border-color: #00abcc;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .gform_wrapper input[type="text"].small,
    .gform_wrapper input[type="url"].small,
    .gform_wrapper input[type="email"].small,
    .gform_wrapper input[type="tel"].small,
    .gform_wrapper input[type="number"].small,
    .gform_wrapper input[type="password"].small,
    .gform_wrapper textarea.small,
    .gform_wrapper select.small {
      width: 25%; }
      @media (max-width: 767.98px) {
        .gform_wrapper input[type="text"].small,
        .gform_wrapper input[type="url"].small,
        .gform_wrapper input[type="email"].small,
        .gform_wrapper input[type="tel"].small,
        .gform_wrapper input[type="number"].small,
        .gform_wrapper input[type="password"].small,
        .gform_wrapper textarea.small,
        .gform_wrapper select.small {
          width: 100%; } }
    .gform_wrapper input[type="text"].medium,
    .gform_wrapper input[type="url"].medium,
    .gform_wrapper input[type="email"].medium,
    .gform_wrapper input[type="tel"].medium,
    .gform_wrapper input[type="number"].medium,
    .gform_wrapper input[type="password"].medium,
    .gform_wrapper textarea.medium,
    .gform_wrapper select.medium {
      width: 48%; }
      @media (max-width: 767.98px) {
        .gform_wrapper input[type="text"].medium,
        .gform_wrapper input[type="url"].medium,
        .gform_wrapper input[type="email"].medium,
        .gform_wrapper input[type="tel"].medium,
        .gform_wrapper input[type="number"].medium,
        .gform_wrapper input[type="password"].medium,
        .gform_wrapper textarea.medium,
        .gform_wrapper select.medium {
          width: 100%; } }
  .gform_wrapper textarea,
  .gform_wrapper select {
    line-height: 1.5rem !important; }
  .gform_wrapper textarea,
  .gform_wrapper select[multiple="multiple"] {
    height: auto;
    resize: none;
    width: 100%; }
    .gform_wrapper textarea.small,
    .gform_wrapper select[multiple="multiple"].small {
      height: 5rem;
      width: 100%; }
    .gform_wrapper textarea.medium,
    .gform_wrapper select[multiple="multiple"].medium {
      height: 9.375rem;
      width: 100%; }
    .gform_wrapper textarea.large,
    .gform_wrapper select[multiple="multiple"].large {
      height: 15.625rem; }
  .gform_wrapper input[type="file"] {
    background-color: #d1d1d1;
    border: 0.125rem #b3b3b3 dashed;
    line-height: 1em;
    margin-top: 0.5rem;
    padding: 0.9375rem; }
  .gform_wrapper .ginput_complex {
    display: block; }
    .gform_wrapper .ginput_complex:after {
      content: '';
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .gform_wrapper .ginput_complex label {
      font-size: 13px;
      font-weight: normal;
      margin: 0; }
    @media (max-width: 575.98px) {
      .gform_wrapper .ginput_complex span {
        float: none;
        width: 100%; } }
  .gform_wrapper .ginput_full {
    display: block; }
  .gform_wrapper .ginput_left,
  .gform_wrapper .ginput_right,
  .gform_wrapper .name_first,
  .gform_wrapper .name_last {
    width: 48%; }
  .gform_wrapper .ginput_left,
  .gform_wrapper .name_first {
    float: left; }
  .gform_wrapper .ginput_right,
  .gform_wrapper .name_last {
    float: right; }
  .gform_wrapper .gfield_checkbox,
  .gform_wrapper .gfield_radio {
    list-style: none;
    margin: 0.625rem 0 0 0;
    padding: 0; }
    .gform_wrapper .gfield_checkbox input,
    .gform_wrapper .gfield_radio input {
      margin-right: 0.625rem; }
  .gform_wrapper .gsection {
    clear: both;
    margin: 3.75rem 0;
    position: relative;
    text-align: center; }
    @media (max-width: 575.98px) {
      .gform_wrapper .gsection {
        margin: 1.875rem 0; } }
    .gform_wrapper .gsection h2 {
      background: white;
      color: #ccc;
      display: inline-block;
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 0.1875rem;
      line-height: 1.875rem;
      margin: 0;
      padding: 0 1.875rem;
      position: static !important;
      text-transform: uppercase; }
      @media (max-width: 575.98px) {
        .gform_wrapper .gsection h2 {
          color: white;
          display: block;
          padding: 0; } }
      .gform_wrapper .gsection h2:before {
        background: #ccc;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 300%;
        z-index: -1; }
        @media (max-width: 575.98px) {
          .gform_wrapper .gsection h2:before {
            display: none; } }
  .gform_wrapper .gfield_description {
    color: #777;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.25rem;
    margin: 0.25rem 0 0.5rem 0; }
  .gform_wrapper .gfield_price .ginput_product_price_label {
    display: inline-block;
    margin: 5px 2px 0 0; }
  .gform_wrapper .gfield_price .ginput_product_price {
    color: #28a745; }
  .gform_wrapper .gfield_price .ginput_quantity_label {
    margin-left: 10px; }
  .gform_wrapper .gfield_price .ginput_quantity {
    margin-top: 5px;
    width: 80px; }
  .gform_wrapper .ginput_total {
    color: #28a745;
    font-size: 24px; }
  .gform_wrapper .clear-multi {
    display: block; }
    .gform_wrapper .clear-multi:after {
      content: '';
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .gform_wrapper .gfield_time_hour,
  .gform_wrapper .gfield_time_minute,
  .gform_wrapper .gfield_time_ampm,
  .gform_wrapper .gfield_date_month,
  .gform_wrapper .gfield_date_day,
  .gform_wrapper .gfield_date_year {
    float: left;
    margin-right: 0.9375rem;
    width: 3.75rem; }
  .gform_wrapper .gfield_date_year {
    width: 5.625rem; }
  .gform_wrapper .ginput_list table {
    margin: 0; }
    .gform_wrapper .ginput_list table td {
      border: 0 none;
      padding: 0;
      width: 90%; }
      @media (max-width: 575.98px) {
        .gform_wrapper .ginput_list table td {
          width: 85%; } }
    .gform_wrapper .ginput_list table .gfield_list_icons {
      padding: 0 0.3125rem;
      vertical-align: middle; }
  .gform_wrapper .gfield_password_strength {
    background-color: #d1d1d1;
    border: 0.0625rem #ccc solid;
    font-size: 1rem;
    margin: 0.9375rem 0;
    padding: 0.3125rem 0.625rem;
    text-align: center;
    width: 48%; }
    .gform_wrapper .gfield_password_strength.bad {
      background-color: #ffb78c;
      border-color: #ff853c; }
    .gform_wrapper .gfield_password_strength.good {
      background-color: #ffec8b;
      border-color: #fc0; }
    .gform_wrapper .gfield_password_strength.short, .gform_wrapper .gfield_password_strength.mismatch {
      background-color: #ffa0a0;
      border-color: #f04040; }
    .gform_wrapper .gfield_password_strength.strong {
      background-color: #c3ff88;
      border-color: #8dff1c; }
  .gform_wrapper .gfield_error .gfield_label,
  .gform_wrapper .gfield_error .validation_message {
    color: #e2122e; }
  .gform_wrapper .gfield_error .validation_message {
    margin-top: 0.3125rem; }
  .gform_wrapper .gfield_error input,
  .gform_wrapper .gfield_error select,
  .gform_wrapper .gfield_error textarea {
    border-color: #e2122e;
    color: #e2122e; }
  .gform_wrapper .validation_error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    color: #721c24;
    font-weight: bold;
    margin-bottom: 1rem;
    padding: 0.75rem 1.25rem;
    position: relative; }
  .gform_wrapper .gf_left_half,
  .gform_wrapper .gf_right_half,
  .gform_wrapper .gf_half {
    width: 48%; }
    @media (max-width: 575.98px) {
      .gform_wrapper .gf_left_half,
      .gform_wrapper .gf_right_half,
      .gform_wrapper .gf_half {
        width: 100%; } }
    .gform_wrapper .gf_left_half input,
    .gform_wrapper .gf_right_half input,
    .gform_wrapper .gf_half input {
      width: 100% !important; }
  .gform_wrapper .gf_left_half {
    float: left; }
  .gform_wrapper .gf_right_half {
    float: right; }
  .gform_wrapper .gf_list_inline .gfield_radio {
    display: block; }
    .gform_wrapper .gf_list_inline .gfield_radio:after {
      content: '';
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .gform_wrapper .gf_list_inline .gfield_radio li {
      float: left;
      padding-left: 1.875rem; }
      @media (max-width: 575.98px) {
        .gform_wrapper .gf_list_inline .gfield_radio li {
          float: none;
          font-size: 16px;
          padding-left: 0; } }
      .gform_wrapper .gf_list_inline .gfield_radio li:first-child {
        padding-left: 0; }

.gform_confirmation_wrapper {
  margin: 1.875rem 0; }
  .gform_confirmation_wrapper .gform_confirmation_message {
    border-radius: 0.625rem;
    border: 1px solid #ccc;
    color: #454545;
    font-size: 1rem;
    padding: 3.75rem 2.8125rem;
    position: relative;
    text-align: center; }

.ui-datepicker-header {
  background: transparent; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*----------  Theme  ----------*/
/*==============================
=            Mixins            =
==============================*/
/*=============================
=          Typography         =
=============================*/
@media (max-width: 767.98px) {
  body {
    font-size: 1.25rem; } }

::-moz-selection {
  background: #005c7d;
  color: #fff; }

::selection {
  background: #005c7d;
  color: #fff; }

a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: underline; }

h1, h2, h3, h4, h5 {
  line-height: 1em;
  margin-bottom: 1.875rem; }

.h1, h1 {
  font-size: 6.25rem; }
  @media (max-width: 767.98px) {
    .h1, h1 {
      font-size: 5rem; } }
.h2, h2 {
  font-size: 3.75rem; }
  @media (max-width: 767.98px) {
    .h2, h2 {
      font-size: 2.5rem; } }
.h3, h3 {
  font-size: 2.5rem; }
  @media (max-width: 767.98px) {
    .h3, h3 {
      font-size: 1.875rem; } }
.h4, h4 {
  font-size: 1.875rem; }
  @media (max-width: 767.98px) {
    .h4, h4 {
      font-size: 1.5rem; } }
.h5, .form-group .gsection_title, h5 {
  font-size: 1.25rem; }

.label, .btn-liner, .wp-block-button.link-liner a, #menu-primary-navigation > li > a, .hero-block .hero-text a {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1em;
  letter-spacing: 0.1875rem;
  text-transform: uppercase; }

.body-large {
  font-size: 1.875rem;
  line-height: 2.625rem; }
  @media (max-width: 767.98px) {
    .body-large {
      font-size: 1.5625rem;
      line-height: 2.25rem; } }
.body-small, .pledge-content ol, .pledge-content p, #footer .footer-subscribe h5, .form-group .gsection_description, .slider-block .slider-item p, .user-type .gfield_checkbox label .i-am-desc ul {
  font-size: 1.25rem;
  line-height: 1.875rem; }

small {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem; }

/*====================================
=             WP Blocks             =
====================================*/
.wp-block-embed {
  margin-bottom: 1.875rem; }
  .wp-block-embed .wp-block-embed__wrapper {
    text-align: center; }
  .wp-block-embed .twitter-tweet,
  .wp-block-embed .instagram-media {
    margin: 0 auto !important; }

table.is-style-stripes,
.wp-block-table.is-style-stripes {
  border: 0 none; }

blockquote,
.wp-block-quote {
  border: none;
  margin-bottom: 1.875rem;
  padding: 0 2.8125rem; }
  @media (max-width: 767.98px) {
    blockquote,
    .wp-block-quote {
      padding: 0 0.9375rem; } }
  blockquote p,
  .wp-block-quote p {
    color: #adb5bd;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin: 0; }
    @media (max-width: 767.98px) {
      blockquote p,
      .wp-block-quote p {
        font-size: 1.25rem;
        line-height: 2rem; } }
    blockquote p a,
    .wp-block-quote p a {
      color: #adb5bd;
      text-decoration: underline; }
      blockquote p a:hover,
      .wp-block-quote p a:hover {
        color: #b30e24; }
  blockquote cite,
  .wp-block-quote cite {
    color: #adb5bd;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-top: 0.9375rem; }
    blockquote cite:before,
    .wp-block-quote cite:before {
      content: '- '; }
    blockquote cite a,
    .wp-block-quote cite a {
      color: #adb5bd; }
      blockquote cite a:hover,
      .wp-block-quote cite a:hover {
        color: #b30e24; }

.wp-block-pullquote {
  margin: 0; }
  @media (max-width: 1199.98px) {
    .wp-block-pullquote blockquote {
      margin: 0; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .wp-block-pullquote blockquote {
      padding: 0; } }
  .wp-block-pullquote blockquote p {
    color: #005c7d;
    font-weight: 700;
    font-size: 3.75rem;
    font-family: "henriette", Georgia, Times, serif;
    line-height: 1.25em; }
    @media (max-width: 1199.98px) {
      .wp-block-pullquote blockquote p {
        font-size: 5vw;
        line-height: 6vw; } }
    @media (max-width: 767.98px) {
      .wp-block-pullquote blockquote p {
        font-size: 8vw;
        line-height: 9vw; } }
    .wp-block-pullquote blockquote p em {
      font-style: normal;
      position: relative;
      white-space: nowrap; }
      .wp-block-pullquote blockquote p em:after {
        background: transparent url("assets/circle-short.svg") no-repeat center center;
        content: '';
        height: 7.25rem;
        position: absolute;
        top: -1.25rem;
        left: -1.875rem;
        width: 15.4375rem; }
        @media (max-width: 1199.98px) {
          .wp-block-pullquote blockquote p em:after {
            display: none; } }
  .wp-block-pullquote cite {
    color: #adb5bd; }

.wp-block-button.link-liner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .wp-block-button.link-liner a {
    text-decoration: none; }

.alignleft {
  float: left; }
  .alignleft.wp-block-button, .alignleft.wp-block-cover {
    margin: 0.375rem 1.25rem 0.375rem 0; }

.alignright {
  float: right; }
  .alignright.wp-block-button, .alignright.wp-block-cover {
    margin: 0.375rem 0 0.375rem 1.25rem; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignfull {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw; }
  .alignfull.wp-block-image {
    margin-left: -50vw !important;
    margin-right: -50vw !important; }
  .alignfull img {
    width: 100%; }

.alignwide {
  left: 50%;
  margin-left: -45vw;
  margin-right: -45vw;
  position: relative;
  right: 50%;
  width: 90vw; }
  .alignwide.wp-block-image {
    margin-left: -35vw !important;
    margin-right: -35vw !important;
    width: 70vw; }
    @media (max-width: 767.98px) {
      .alignwide.wp-block-image {
        left: auto;
        margin: 1.875rem 0 !important;
        right: auto;
        width: 100%; } }
.wp-block-separator {
  border: 0 none;
  border-top: 0.3125rem #00abcc solid;
  width: 100px; }
  .wp-block-separator.is-style-wide {
    border-top: 0.0625rem #ccc solid;
    width: 100%; }
  .wp-block-separator.is-style-dots {
    border-top: 0 none; }
    .wp-block-separator.is-style-dots:before {
      font-size: 2.125rem;
      letter-spacing: 0.9375rem;
      padding: 0; }

.wp-block-preformatted {
  background: #f8f9fa;
  line-height: 1.5rem;
  padding: 1.25rem 1.875rem;
  white-space: pre-wrap;
  word-wrap: break-word; }

.wp-block-columns .wp-block-column {
  margin: 0; }

.wp-block-latest-posts > li {
  margin: 0; }

.wp-block-image {
  margin: 3.75rem 0;
  max-width: none;
  position: relative; }
  .wp-block-image .aligncenter > figcaption {
    display: block; }
  .wp-block-image img {
    height: auto;
    max-width: 100%; }
  .wp-block-image figcaption {
    font-size: 1.125rem;
    line-height: 1.5em; }
  .wp-block-image.caption-overlay {
    position: relative; }
    .wp-block-image.caption-overlay figcaption {
      background: white;
      bottom: 1.25rem;
      font-size: 0.875rem;
      left: 1.25rem;
      line-height: 1.125rem;
      margin: 0;
      min-width: 12.5rem;
      padding: 2.25rem 3.125rem;
      position: absolute;
      width: 80%; }
      @media (max-width: 1199.98px) {
        .wp-block-image.caption-overlay figcaption {
          width: calc(100% - 40px); } }
      @media (max-width: 767.98px) {
        .wp-block-image.caption-overlay figcaption {
          bottom: auto;
          left: auto;
          padding: 1.875rem;
          position: relative;
          width: 100%; } }
      .wp-block-image.caption-overlay figcaption strong {
        color: #444;
        display: block;
        font-size: 0.75rem;
        line-height: 1.25em;
        margin-bottom: 0.9375rem;
        text-transform: uppercase; }

/*====================================
=               Hero               =
====================================*/
.hero-block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #005c7d;
  color: white;
  height: 100vh;
  min-height: 50rem;
  padding-top: 270px; }
  .customize-support .hero-block {
    height: calc(100vh - 32px); }
  .hero-block:before {
    background: #005c7d;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .hero-block:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005c7d), to(rgba(0, 92, 125, 0)));
    background-image: linear-gradient(180deg, #005c7d 0%, rgba(0, 92, 125, 0) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .hero-block > div {
    height: 100%; }
    .hero-block > div:before {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 92, 125, 0)), to(#005c7d));
      background-image: linear-gradient(rgba(0, 92, 125, 0) 0%, #005c7d 100%);
      bottom: 0;
      content: "";
      height: 50%;
      left: 0;
      opacity: 0.7;
      position: absolute;
      width: 100%;
      z-index: 1; }
  .hero-block .hero-video {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
    .hero-block .hero-video video {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .hero-block .hero-video .img-credit {
      bottom: 0.625rem;
      top: auto;
      z-index: 2; }
  .hero-block .hero-container {
    height: 100%; }
  .hero-block .hero-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    text-align: center;
    z-index: 2; }
    .hero-block .hero-text .hero-copy {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .hero-block .hero-text h1 {
      font-size: 8.5vw;
      line-height: 8.5vw;
      margin: 0; }
      @media (min-width: 1600px) {
        .hero-block .hero-text h1 {
          font-size: 8.125rem;
          line-height: 1em; } }
      @media (max-width: 1199.98px) {
        .hero-block .hero-text h1 {
          font-size: 10vw;
          line-height: 10vw; } }
      @media (max-width: 767.98px) {
        .hero-block .hero-text h1 {
          font-size: 12vw;
          line-height: 12vw; } }
      .hero-block .hero-text h1 span,
      .hero-block .hero-text h1 em {
        background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.2)));
        background: linear-gradient(180deg, white, rgba(255, 255, 255, 0.2));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
        margin-top: -1vw; }
      .hero-block .hero-text h1 em {
        font-size: 6vw;
        line-height: 7vw;
        font-style: normal; }
        @media (min-width: 1600px) {
          .hero-block .hero-text h1 em {
            font-size: 5.9375rem;
            line-height: 1.25em; } }
        @media (max-width: 767.98px) {
          .hero-block .hero-text h1 em {
            font-size: 8vw;
            line-height: 11vw; } }
    .hero-block .hero-text p {
      margin: 2.8125rem auto;
      max-width: 45rem;
      padding: 0 3.75rem; }
      @media (max-width: 991.98px) {
        .hero-block .hero-text p {
          margin-top: 4vw; } }
      @media (max-width: 767.98px) {
        .hero-block .hero-text p {
          font-size: 1.25rem;
          padding: 0 2.8125rem; } }
    .hero-block .hero-text .hero-cta {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .hero-block .hero-text a {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: white;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: auto 0 3.75rem 0;
      padding: 1.875rem;
      text-decoration: none; }
      .hero-block .hero-text a:hover span:after {
        width: 100%; }
      .hero-block .hero-text a span {
        position: relative; }
        .hero-block .hero-text a span:after {
          background: white;
          bottom: -4px;
          content: "";
          height: 2px;
          left: 0;
          position: absolute;
          -webkit-transition: width 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
          transition: width 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
          width: 0; }
      .hero-block .hero-text a:hover i {
        background: white;
        color: #005c7d; }
        .hero-block .hero-text a:hover i:after {
          border-style: solid; }
      .hero-block .hero-text a i {
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0.875rem;
        height: 1.375rem;
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: 1.25rem;
        position: relative;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        width: 1.375rem; }
        .hero-block .hero-text a i:after {
          border-radius: 100%;
          border: 0.0625rem rgba(255, 255, 255, 0.6) dashed;
          content: '';
          height: 2.25rem;
          left: 50%;
          margin: -1.125rem 0 0 -1.125rem;
          position: absolute;
          top: 50%;
          width: 2.25rem; }

/*====================================
=               Intro               =
====================================*/
.homepage-into {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.875rem;
  overflow: hidden;
  position: relative; }
  .homepage-into .wp-block-group__inner-container {
    max-width: 43.75rem;
    padding-bottom: 13.125rem;
    padding-top: 9.375rem; }
    @media (max-width: 991.98px) {
      .homepage-into .wp-block-group__inner-container {
        padding-bottom: 15rem;
        padding-top: 5.625rem; } }
    @media (max-width: 767.98px) {
      .homepage-into .wp-block-group__inner-container {
        padding: 3.75rem 1.875rem 18.75rem 1.875rem; } }
  .homepage-into h3 {
    font-size: 4.5vw;
    line-height: 4.5vw;
    position: relative;
    z-index: 2; }
    @media (min-width: 1600px) {
      .homepage-into h3 {
        font-size: 3.75rem;
        line-height: 1em; } }
    @media (max-width: 991.98px) {
      .homepage-into h3 {
        font-size: 6vw;
        line-height: 6vw; } }
  .homepage-into p {
    position: relative;
    z-index: 2; }

/*====================================
=               Video               =
====================================*/
.video-block {
  cursor: pointer;
  margin: 0 auto 7.5rem auto;
  padding: 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .video-block {
      height: 350px;
      margin-bottom: 3.75rem; } }
  .video-block .video-trigger {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4; }
  .video-block .video-text {
    bottom: 3.75rem;
    color: white;
    display: none;
    left: 3.75rem;
    padding: 0 1.875rem 0 6.875rem;
    position: absolute;
    pointer-events: none;
    z-index: 3; }
    @media (max-width: 767.98px) {
      .video-block .video-text {
        bottom: auto;
        left: 0;
        top: 50%;
        padding: 1.875rem;
        text-align: center;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%; } }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    .video-block .video-text {
      -webkit-transform: translateY(-55%);
              transform: translateY(-55%); } }
    .video-block .video-text:before {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: white;
      border-radius: 100%;
      color: #e2122e;
      content: '\e037';
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-family: 'Material Icons';
      font-size: 1.25rem;
      height: 3.125rem;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      left: 0.9375rem;
      margin-top: -1.5625rem;
      position: absolute;
      top: 50%;
      width: 3.125rem; }
      @media (max-width: 767.98px) {
        .video-block .video-text:before {
          left: 50%;
          margin-left: -1.5625rem; } }
    .video-block .video-text:after {
      border-radius: 100%;
      border: 1px white dashed;
      content: '';
      height: 5rem;
      left: 0;
      margin-top: -2.5rem;
      position: absolute;
      top: 50%;
      width: 5rem; }
      @media (max-width: 767.98px) {
        .video-block .video-text:after {
          left: 50%;
          margin-left: -2.5rem; } }
    .video-block .video-text h5 {
      margin-bottom: 0.375rem; }
      @media (max-width: 767.98px) {
        .video-block .video-text h5 {
          margin: 9.375rem 0 0 0; } }
    .video-block .video-text p {
      font-size: 1.125rem;
      line-height: 1.25em;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .video-block .video-text p {
          display: none; } }
  .video-block .video-placeholder {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
    .video-block .video-placeholder:before {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 92, 125, 0)), to(#005c7d));
      background-image: linear-gradient(180deg, rgba(0, 92, 125, 0) 0%, #005c7d 100%);
      bottom: 0;
      content: '';
      height: 50%;
      left: 0;
      opacity: 0.7;
      position: absolute;
      width: 100%; }
      @media (max-width: 767.98px) {
        .video-block .video-placeholder:before {
          height: 100%; } }
  .video-block .embed-responsive {
    position: relative;
    z-index: 1; }

/*====================================
=               Slider               =
====================================*/
.slider-block {
  margin-bottom: 2.8125rem; }
  .slider-block .slider-item {
    padding-bottom: 9.375rem;
    padding-top: 9.375rem;
    position: relative;
    pointer-events: none;
    text-align: center; }
    @media (max-width: 991.98px) {
      .slider-block .slider-item {
        padding-top: 7.5rem; } }
    @media (max-width: 767.98px) {
      .slider-block .slider-item {
        padding-top: 3.75rem; } }
    .slider-block .slider-item.slick-active {
      pointer-events: auto; }
      .slider-block .slider-item.slick-active p, .slider-block .slider-item.slick-active a {
        opacity: 1;
        top: 0;
        -webkit-transition: all 1s ease 0.4s;
        transition: all 1s ease 0.4s; }
      .slider-block .slider-item.slick-active .slider-img {
        opacity: 1;
        -webkit-transition: all 1s ease 0.6s;
        transition: all 1s ease 0.6s; }
    .slider-block .slider-item h2 {
      font-size: 7.5vw;
      line-height: 7.5vw; }
      @media (min-width: 1600px) {
        .slider-block .slider-item h2 {
          font-size: 7.5rem;
          line-height: 1em; } }
    .slider-block .slider-item p, .slider-block .slider-item a {
      position: relative;
      top: 0.9375rem;
      opacity: 0;
      text-decoration: none; }
    .slider-block .slider-item p {
      padding: 0;
      margin: 0 auto 1.875rem auto; }
    .slider-block .slider-item .slider-img {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
      z-index: -1; }
      @media (max-width: 991.98px) {
        .slider-block .slider-item .slider-img {
          left: 0;
          -webkit-transform: none;
                  transform: none;
          width: 100%; }
          .slider-block .slider-item .slider-img img {
            height: auto;
            width: 100%; } }
  .slider-block .slick-dots {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 0 1.875rem 3.75rem 1.875rem;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .slider-block .slick-dots li {
      display: block; }
      .slider-block .slick-dots li.slick-active button:before {
        background: #e2122e; }
    .slider-block .slick-dots button {
      background: transparent;
      border-radius: 100%;
      border: 0 none;
      display: block;
      height: 1.25rem;
      text-indent: -9999em;
      position: relative;
      width: 1.25rem; }
      .slider-block .slick-dots button:before {
        background: #005c7d;
        border-radius: 100%;
        content: "";
        height: 0.375rem;
        left: 50%;
        margin: -0.1875rem 0 0 -0.1875rem;
        position: absolute;
        top: 50%;
        width: 0.375rem; }
  .slider-block .slick-arrow {
    background: transparent;
    border: 0 none;
    height: 100%;
    padding: 0;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 25%;
    z-index: 2; }
    .slider-block .slick-arrow.slick-prev {
      cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23F04057" height="48px" viewBox="0 0 48 48" width="48px"><path d="M0,0h48v48H0V0z" fill="none"/><path d="M48,21H11.5L28.3,4.2L24,0L0,24l24,24l4.2-4.2L11.5,27H48V21z"/></svg>'), auto;
      left: 0; }
    .slider-block .slick-arrow.slick-next {
      cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23F04057" height="48px" viewBox="0 0 48 48" width="48px"><path d="M0,0h48v48H0V0z" fill="none"/><path d="M0,27h36.5L19.7,43.8L24,48l24-24L24,0l-4.2,4.2L36.5,21H0V27z"/></svg>'), auto;
      right: 0; }

/*====================================
=              Decline               =
====================================*/
.homepage-decline {
  background: #daedf3;
  margin-bottom: 7.5rem; }
  @media (max-width: 1199.98px) {
    .homepage-decline {
      padding: 5.625rem 7.5rem;
      margin-bottom: 2.8125rem; } }
  @media (max-width: 767.98px) {
    .homepage-decline {
      padding: 3.75rem 1.875rem;
      margin-bottom: 0; } }
  .homepage-decline .wp-block-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1199.98px) {
      .homepage-decline .wp-block-columns {
        display: block; } }
  @media (max-width: 1199.98px) {
    .homepage-decline .wp-block-column {
      padding: 0 !important; } }
  .homepage-decline .wp-block-column:first-child {
    padding: 7.5rem 8.33333% 7.5rem 0.9375rem; }
    @media (max-width: 1199.98px) {
      .homepage-decline .wp-block-column:first-child {
        margin-bottom: 3.75rem;
        text-align: center; } }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .homepage-decline .wp-block-column:first-child h3 {
        font-size: 4vw;
        line-height: 4vw; } }
    @media (max-width: 1199.98px) {
      .homepage-decline .wp-block-column:first-child .link-liner {
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .homepage-decline .wp-block-column:last-child {
    position: relative; }
    .homepage-decline .wp-block-column:last-child figure {
      bottom: -5.625rem;
      left: 0;
      position: absolute; }
      @media (max-width: 1199.98px) {
        .homepage-decline .wp-block-column:last-child figure {
          bottom: auto;
          left: auto;
          position: relative; } }
      @media (max-width: 1199.98px) {
        .homepage-decline .wp-block-column:last-child figure img {
          width: 100%; } }
/*====================================
=               Hope                =
====================================*/
.homepage-hope {
  margin-bottom: 7.5rem; }
  @media (max-width: 991.98px) {
    .homepage-hope {
      margin-bottom: 5.625rem; } }
  @media (max-width: 767.98px) {
    .homepage-hope {
      margin-bottom: 3.75rem; } }
  .homepage-hope .wp-block-columns {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .homepage-hope .wp-block-column:first-child {
    padding: 0 0 0 4.375rem; }
    @media (max-width: 767.98px) {
      .homepage-hope .wp-block-column:first-child {
        padding: 0; } }
  .homepage-hope .wp-block-column:nth-child(2) {
    padding: 0; }
    .homepage-hope .wp-block-column:nth-child(2) figure {
      margin-top: 12.5rem; }
      @media (max-width: 1199.98px) {
        .homepage-hope .wp-block-column:nth-child(2) figure {
          margin-top: 6.25rem; } }
  .homepage-hope .wp-block-column:last-child {
    padding: 5rem 1.875rem 0 0; }
    @media (max-width: 767.98px) {
      .homepage-hope .wp-block-column:last-child {
        padding: 3.75rem 0 0 0; } }
  .homepage-hope .wp-block-column figure {
    margin: 0; }

.homepage-coral {
  overflow: hidden;
  margin-top: -18.75rem;
  position: relative;
  z-index: -1; }
  @media (max-width: 991.98px) {
    .homepage-coral {
      margin-top: 0; } }
  .homepage-coral .wp-block-columns {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991.98px) {
      .homepage-coral .wp-block-columns {
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .homepage-coral .wp-block-column {
    max-width: 40.625rem; }
    .homepage-coral .wp-block-column:first-child {
      margin-left: -18.75rem; }
      @media (max-width: 1199.98px) {
        .homepage-coral .wp-block-column:first-child {
          margin-left: -25rem; } }
      @media (max-width: 991.98px) {
        .homepage-coral .wp-block-column:first-child {
          margin-left: 0; } }
    .homepage-coral .wp-block-column:last-child {
      margin-right: -18.75rem; }
      @media (max-width: 1199.98px) {
        .homepage-coral .wp-block-column:last-child {
          margin-right: -25rem; } }
      @media (max-width: 991.98px) {
        .homepage-coral .wp-block-column:last-child {
          display: none; } }
    .homepage-coral .wp-block-column figure {
      margin: 0; }

/*====================================
=             Callouts              =
====================================*/
.callouts-block {
  margin: 7.5rem 0; }
  @media (max-width: 991.98px) {
    .callouts-block {
      margin: 1.875rem 0; } }
  .callouts-block .callout-entry {
    height: 28.125rem;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .callouts-block .callout-entry {
        height: 18.75rem;
        margin-bottom: 1.875rem; } }
    .callouts-block .callout-entry:before {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
      background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
      bottom: 0;
      content: "";
      height: 50%;
      left: 0;
      opacity: 0.8;
      position: absolute;
      width: 100%;
      z-index: 2; }
    .callouts-block .callout-entry:hover .bg-img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .callouts-block .callout-entry .bg-img {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      z-index: 1; }
    .callouts-block .callout-entry > a,
    .callouts-block .callout-entry > span {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: white;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      -webkit-box-pack: end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 2.8125rem 1.875rem;
      position: relative;
      text-decoration: none;
      z-index: 3; }
    .callouts-block .callout-entry h3 {
      font-size: 1.875rem;
      margin-bottom: 0.9375rem; }
    .callouts-block .callout-entry .callout-subtext {
      color: #fab040;
      letter-spacing: 0; }
      .callouts-block .callout-entry .callout-subtext p {
        margin: 0; }

/*====================================
=             Post Feed              =
====================================*/
.post-feed-block {
  margin: 7.5rem 0; }
  @media (max-width: 991.98px) {
    .post-feed-block {
      margin: 1.875rem 0; } }
.facetwp-filter-wrapper {
  background-color: #005c7d;
  padding: 2.8125rem; }

.facetwp-type-dropdown {
  background-color: white;
  -webkit-box-shadow: 0 0.625rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.625rem 1.25rem -0.3125rem rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
  margin-bottom: 0.625rem !important;
  padding: 0.3125rem 0.625rem; }
  .facetwp-type-dropdown:last-child {
    margin-bottom: 0 !important; }
  @media (max-width: 767.98px) {
    .facetwp-type-dropdown {
      margin-bottom: 1.25rem !important; } }
  .facetwp-type-dropdown select {
    background: transparent;
    border: 0 none;
    font-size: 1rem;
    width: 100%; }

.facetwp-pager {
  text-align: center; }

.pf-entry {
  background-color: white;
  -webkit-box-shadow: 0 1.25rem 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1.25rem 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
  height: 100%; }
  .pf-entry .pf-img {
    height: 18.75rem;
    overflow: hidden; }
    .pf-entry .pf-img a {
      display: block;
      height: 100%; }
      .pf-entry .pf-img a:hover span {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .pf-entry .pf-img a span {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: block;
        height: 100%;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transform: scale(1);
                transform: scale(1);
        width: 100%; }
  .pf-entry .pf-content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.875rem 1.875rem 0 1.875rem; }
    .pf-entry .pf-content h3 {
      margin-bottom: 0.9375rem; }
      .pf-entry .pf-content h3 a {
        color: #005c7d;
        text-decoration: none; }
        .pf-entry .pf-content h3 a:hover {
          color: #e2122e; }
    .pf-entry .pf-content .pf-text p {
      font-size: 1rem;
      line-height: 1.5em;
      margin-bottom: 1.25rem; }

.pf-footer {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 -0.0625rem 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 -0.0625rem 0 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 0; }
  .pf-footer .pf-btn {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fab040;
    border-radius: 100%;
    color: #005c7d;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.125rem;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    width: 3.125rem; }
    .pf-footer .pf-btn:hover {
      background-color: #e2122e;
      color: white; }

.pf-date {
  display: block;
  font-size: 1rem;
  line-height: 1.25em; }

.pf-src {
  font-size: 1rem;
  line-height: 1.25em; }
  .pf-src a {
    color: #005c7d;
    text-decoration: underline; }
    .pf-src a:hover {
      color: #e2122e; }

/*====================================
=           Video Gallery            =
====================================*/
.video-gallery {
  margin-bottom: 5.625rem; }
  @media (max-width: 767.98px) {
    .video-gallery {
      margin-bottom: 3.75rem; } }
  .video-gallery .vg-featured-details h4 {
    margin-bottom: 0.375rem; }
    .video-gallery .vg-featured-details h4 a {
      color: #005c7d;
      text-decoration: none; }
      .video-gallery .vg-featured-details h4 a:hover {
        color: #e2122e; }
  .video-gallery .vg-featured-details em {
    color: rgba(0, 92, 125, 0.8);
    display: block;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.25em;
    margin-bottom: 0.9375rem; }
  .video-gallery .vg-featured-details p {
    color: rgba(0, 92, 125, 0.8);
    display: block;
    font-size: 1rem;
    line-height: 1.5em; }
    @media (max-width: 767.98px) {
      .video-gallery .vg-featured-details p {
        margin-bottom: 0; } }
.vg-related-title {
  font-size: 1.5rem;
  line-height: 1.25em;
  margin-bottom: 0.625rem; }

.vg-video {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  padding: 0.9375rem;
  text-decoration: none; }
  @media (max-width: 991.98px) {
    .vg-video {
      border-radius: 0;
      border-bottom: 0.0625rem #ccc solid;
      padding-bottom: 0.9375rem; } }
  .vg-video:hover {
    background: #e2f2f2;
    text-decoration: none; }

.vg-thumb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.625rem;
  height: 3.5rem;
  display: block;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 6.25rem;
          flex: 0 0 6.25rem;
  margin-right: 1.25rem;
  max-width: 6.25rem; }

.vg-details {
  display: block; }
  .vg-details h4 {
    color: #005c7d;
    font-size: 1rem;
    line-height: 1.25em;
    margin-bottom: 0.3125rem; }
  .vg-details em {
    color: rgba(0, 92, 125, 0.8);
    display: block;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.25em; }

.vs-embed {
  background-color: #005c7d;
  color: white;
  padding-bottom: 3.75rem; }

.vs-details em {
  display: block;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.25em; }

/*====================================
=            Form Group             =
====================================*/
.form-group .fg-item > div {
  background-color: white;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 0 0.1875rem #005c7d, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0.1875rem #005c7d, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  top: 0;
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  @media (max-width: 767.98px) {
    .form-group .fg-item > div {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.9375rem; } }
  .form-group .fg-item > div:hover {
    top: -0.625rem; }
    @media (max-width: 767.98px) {
      .form-group .fg-item > div:hover {
        top: 0; } }
  .form-group .fg-item > div span {
    display: block;
    padding: 2.8125rem; }
    @media (max-width: 767.98px) {
      .form-group .fg-item > div span {
        -webkit-box-flex: 0;
           -moz-box-flex: 0;
            -ms-flex: 0 0 1.875rem;
                flex: 0 0 1.875rem;
        padding: 0;
        margin-right: 1.25rem; } }
    .form-group .fg-item > div span svg {
      height: auto;
      max-width: 3.75rem;
      width: 100%; }
      @media (max-width: 767.98px) {
        .form-group .fg-item > div span svg {
          max-width: 1.875rem; } }
      .form-group .fg-item > div span svg path {
        fill: #005c7d; }
  .form-group .fg-item > div h5 {
    background-color: #005c7d;
    color: white;
    font-size: 1.125rem;
    margin: 0;
    padding: 1.25rem;
    text-align: center; }
    @media (max-width: 767.98px) {
      .form-group .fg-item > div h5 {
        background-color: transparent;
        color: #005c7d;
        padding: 0;
        text-align: left; } }
.form-group .fg-item:first-child > div {
  -webkit-box-shadow: 0 0 0 0.1875rem #E00000, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0.1875rem #E00000, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .form-group .fg-item:first-child > div:hover {
    background-color: #E00000; }
    .form-group .fg-item:first-child > div:hover span svg path {
      fill: white; }
  .form-group .fg-item:first-child > div span svg path {
    fill: #E00000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .form-group .fg-item:first-child > div h5 {
    background-color: #E00000; }

.form-group .fg-item:nth-child(2) > div {
  -webkit-box-shadow: 0 0 0 0.1875rem #B75901, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0.1875rem #B75901, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .form-group .fg-item:nth-child(2) > div:hover {
    background-color: #B75901; }
    .form-group .fg-item:nth-child(2) > div:hover span svg path {
      fill: white; }
  .form-group .fg-item:nth-child(2) > div span svg path {
    fill: #B75901;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .form-group .fg-item:nth-child(2) > div h5 {
    background-color: #B75901; }

.form-group .fg-item:nth-child(3) > div {
  -webkit-box-shadow: 0 0 0 0.1875rem #857700, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0.1875rem #857700, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .form-group .fg-item:nth-child(3) > div:hover {
    background-color: #857700; }
    .form-group .fg-item:nth-child(3) > div:hover span svg path {
      fill: white; }
  .form-group .fg-item:nth-child(3) > div span svg path {
    fill: #857700;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .form-group .fg-item:nth-child(3) > div h5 {
    background-color: #857700; }

.form-group .fg-item:nth-child(4) > div {
  -webkit-box-shadow: 0 0 0 0.1875rem #008535, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0.1875rem #008535, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .form-group .fg-item:nth-child(4) > div:hover {
    background-color: #008535; }
    .form-group .fg-item:nth-child(4) > div:hover span svg path {
      fill: white; }
  .form-group .fg-item:nth-child(4) > div span svg path {
    fill: #008535;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .form-group .fg-item:nth-child(4) > div h5 {
    background-color: #008535; }

.form-group .fg-item:nth-child(5) > div {
  -webkit-box-shadow: 0 0 0 0.1875rem #007FAD, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0.1875rem #007FAD, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .form-group .fg-item:nth-child(5) > div:hover {
    background-color: #007FAD; }
    .form-group .fg-item:nth-child(5) > div:hover span svg path {
      fill: white; }
  .form-group .fg-item:nth-child(5) > div span svg path {
    fill: #007FAD;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .form-group .fg-item:nth-child(5) > div h5 {
    background-color: #007FAD; }

.form-group .fg-item:nth-child(6) > div {
  -webkit-box-shadow: 0 0 0 0.1875rem #7900D6, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0.1875rem #7900D6, 0 0 2.5rem -0.625rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .form-group .fg-item:nth-child(6) > div:hover {
    background-color: #7900D6; }
    .form-group .fg-item:nth-child(6) > div:hover span svg path {
      fill: white; }
  .form-group .fg-item:nth-child(6) > div span svg path {
    fill: #7900D6;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .form-group .fg-item:nth-child(6) > div h5 {
    background-color: #7900D6; }

.form-group .fg-form {
  display: none;
  padding-top: 5.625rem; }
  @media (max-width: 767.98px) {
    .form-group .fg-form {
      padding-top: 2.8125rem; } }
.form-group .gsection_title {
  margin-bottom: 0.375rem;
  text-align: left; }

.form-group .gsection_description {
  text-align: left; }

.form-group .gform_fileupload_rules,
.form-group .gfield_description {
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1em;
  margin: 0.9375rem 0 0 0;
  padding-top: 0 !important; }

.form-group .gfield_validation_message,
.form-group .instruction.validation_message {
  padding: 0.3125rem 0.625rem !important; }

.form-group .ginput_container_fileupload input[type="file"],
.form-group .ginput_container_post_image input[type="file"] {
  background: transparent;
  border-color: #005c7d;
  font-size: 1rem;
  width: 100%; }

.form-group .ginput_container_fileupload span,
.form-group .ginput_container_post_image span {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.3125rem; }

/*====================================
=           Projects List            =
====================================*/
.projects-list {
  margin-bottom: 5.625rem; }
  .projects-list .accordion-header {
    background: #005c7d;
    border-radius: 0.625rem;
    color: white;
    cursor: pointer;
    padding: 1.875rem;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    @media (max-width: 767.98px) {
      .projects-list .accordion-header h4 {
        font-size: 1.375rem; } }
    .projects-list .accordion-header span {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-right: 1.875rem; }
    .projects-list .accordion-header i {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #00abcc;
      border-radius: 100%;
      color: white;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 2.5rem;
              flex: 0 0 2.5rem;
      font-size: 1.5rem;
      height: 2.5rem;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: -webkit-transform 0.35s ease;
      transition: -webkit-transform 0.35s ease;
      transition: transform 0.35s ease;
      transition: transform 0.35s ease, -webkit-transform 0.35s ease; }
    .projects-list .accordion-header.accordion-expanded {
      border-radius: 0.625rem 0.625rem 0 0; }
      .projects-list .accordion-header.accordion-expanded i {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
  .projects-list .accordion-desc {
    background: white;
    border-radius: 0 0 0.625rem 0.625rem;
    display: none;
    padding: 1.875rem; }
    .projects-list .accordion-desc p, .projects-list .accordion-desc ul, .projects-list .accordion-desc ol {
      font-size: 1.125rem;
      line-height: 1.75em; }
      @media (max-width: 767.98px) {
        .projects-list .accordion-desc p, .projects-list .accordion-desc ul, .projects-list .accordion-desc ol {
          font-size: 1rem;
          line-height: 1.5em; } }
      .projects-list .accordion-desc p:last-child, .projects-list .accordion-desc ul:last-child, .projects-list .accordion-desc ol:last-child {
        margin-bottom: 0; }

/*=============================
=            Footer           =
=============================*/
.footer-cta {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #dae1f3), to(#daedf3));
  background: linear-gradient(#dae1f3 5%, #daedf3 100%);
  color: #005c7d;
  overflow: hidden;
  padding: 5.625rem 0 11.25rem 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .footer-cta {
      padding: 3.75rem 0 5.625rem 0; } }
  .footer-cta .footer-cta-content {
    position: relative;
    z-index: 2; }
  .footer-cta .footer-cta-label {
    color: #00abcc;
    font-size: 1.25rem;
    line-height: 1em;
    font-weight: 700; }
  .footer-cta h3 {
    font-size: 3.125rem; }
    @media (max-width: 991.98px) {
      .footer-cta h3 {
        font-size: 2.5rem; } }
    @media (max-width: 767.98px) {
      .footer-cta h3 {
        font-size: 1.875rem; } }
  .footer-cta .footer-cta-desc {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 2.8125rem; }
  .footer-cta .footer-cta-imgs img {
    bottom: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    z-index: 1; }

.dyk-container {
  background: #0c6383;
  color: white;
  overflow: hidden;
  padding: 5.625rem 0 15rem 0; }
  @media (max-width: 767.98px) {
    .dyk-container {
      padding: 3.75rem 0 7.5rem 0; } }
.dyk-content {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.75rem; }
  @media (max-width: 767.98px) {
    .dyk-content {
      display: block;
      margin-bottom: 0;
      text-align: center; } }
  .dyk-content > div {
    padding-right: 3.75rem; }
    @media (max-width: 767.98px) {
      .dyk-content > div {
        padding-right: 0;
        margin-bottom: 1.875rem; } }
  .dyk-content h3 {
    font-size: 3.125rem;
    margin-bottom: 0.9375rem; }
    @media (max-width: 991.98px) {
      .dyk-content h3 {
        font-size: 2.5rem; } }
    @media (max-width: 767.98px) {
      .dyk-content h3 {
        font-size: 1.875rem; } }
  .dyk-content p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin: 0; }

@media (max-width: 767.98px) {
  .partners-group {
    padding: 0 1.875rem; } }

.partner-blank {
  width: 4.15% !important; }

.partner-item {
  padding-right: 1.875rem;
  position: relative; }
  @media (max-width: 767.98px) {
    .partner-item {
      padding-right: 0; } }
  .partner-item > a {
    position: relative;
    text-decoration: none; }
    .partner-item > a i {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #e9ecef;
      border-radius: 0.25rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.125rem;
      font-weight: 700;
      height: 1.875rem;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      right: 0.9375rem;
      top: 0.9375rem;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      width: 1.875rem; }
    .partner-item > a:hover i {
      background: #e2122e;
      color: white; }
  .partner-item > a,
  .partner-item > span {
    background: white;
    color: #005c7d;
    display: block;
    font-size: 1rem;
    height: 100%;
    line-height: 1.5rem;
    padding: 3.75rem;
    text-decoration: none; }
    @media (max-width: 767.98px) {
      .partner-item > a,
      .partner-item > span {
        padding: 3.75rem 2.8125rem 7.5rem 2.8125rem; } }
    .partner-item > a .partner-logo,
    .partner-item > span .partner-logo {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: 3.75rem;
      margin-bottom: 1.875rem; }
    .partner-item > a img,
    .partner-item > span img {
      max-height: 6.25rem;
      max-width: 12.5rem; }
    .partner-item > a p,
    .partner-item > span p {
      margin-bottom: 0.9375rem; }

.partners-group .slick-arrow {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00bce1;
  border: 0 none;
  bottom: -1.40625rem;
  color: white;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 2.8125rem;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  right: 3.75rem;
  width: 3.125rem;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .partners-group .slick-arrow {
      bottom: 1.875rem;
      right: auto;
      left: 50%; } }
  .partners-group .slick-arrow.slick-prev {
    border-radius: 3.125rem 0 0 3.125rem;
    right: 6.875rem; }
    @media (max-width: 767.98px) {
      .partners-group .slick-arrow.slick-prev {
        -webkit-transform: translateX(calc(-50% - 1.5625rem));
                transform: translateX(calc(-50% - 1.5625rem)); } }
  .partners-group .slick-arrow.slick-next {
    background: #00abcc;
    border-radius: 0 3.125rem 3.125rem 0; }
    @media (max-width: 767.98px) {
      .partners-group .slick-arrow.slick-next {
        -webkit-transform: translateX(calc(-50% + 1.5625rem));
                transform: translateX(calc(-50% + 1.5625rem)); } }
    .partners-group .slick-arrow.slick-next i {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .partners-group .slick-arrow:hover {
    background: #e2122e; }

.partners-group .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .partners-group .slick-track .slick-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }

.our-partners-container .partner-item {
  padding-right: 0.9375rem; }
  .our-partners-container .partner-item > span {
    -webkit-box-shadow: 0 1.25rem 2.5rem -0.625rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 1.25rem 2.5rem -0.625rem rgba(0, 0, 0, 0.15);
    height: 25rem;
    overflow: hidden;
    padding-bottom: 5.625rem;
    position: relative; }
    .our-partners-container .partner-item > span:before {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(55%, white));
      background: linear-gradient(rgba(0, 0, 0, 0) 0%, white 55%);
      bottom: 0;
      content: "";
      height: 40%;
      left: 0;
      pointer-events: none;
      position: absolute;
      width: 100%;
      z-index: 1; }
    .our-partners-container .partner-item > span .partner-link {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #e9ecef;
      border-radius: 0.25rem;
      color: #005c7d;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.125rem;
      font-weight: 700;
      height: 1.875rem;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      right: 0.9375rem;
      top: 0.9375rem;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      text-decoration: none;
      width: 1.875rem; }
      .our-partners-container .partner-item > span .partner-link:hover {
        background: #e2122e;
        color: white; }
    .our-partners-container .partner-item > span .partner-expand {
      bottom: 1.875rem;
      cursor: pointer;
      display: block;
      font-style: normal;
      font-weight: 700;
      left: 0;
      position: absolute;
      text-align: center;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
      width: 100%;
      z-index: 2; }
      .our-partners-container .partner-item > span .partner-expand:hover {
        color: #00abcc; }
    .our-partners-container .partner-item > span.partner-expand-full {
      height: auto; }
      .our-partners-container .partner-item > span.partner-expand-full:before {
        display: none; }
      .our-partners-container .partner-item > span.partner-expand-full .partner-expand:after {
        content: 'Less'; }
      .our-partners-container .partner-item > span.partner-expand-full .partner-expand span {
        display: none; }
  .our-partners-container .partner-item img {
    margin-bottom: 0.9375rem; }

#footer {
  background: #005c7d;
  color: white; }
  #footer .footer-logo {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: white;
    border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 12.5rem;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3.75rem;
    margin-top: -6.25rem;
    width: 12.5rem; }
  #footer .col-partners .partners-brand {
    margin-bottom: 1.25rem; }
    @media (max-width: 767.98px) {
      #footer .col-partners .partners-brand {
        margin-bottom: 2.8125rem; } }
  #footer .col-partners .partners-label {
    font-size: 1rem; }
  #footer .col-partners a {
    display: block;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.125rem;
            flex: 0 0 8.125rem;
    margin-right: 1.875rem;
    max-width: 8.125rem;
    width: 100%; }
    @media (max-width: 575.98px) {
      #footer .col-partners a {
        margin: 0 auto; } }
  #footer .col-partners img {
    height: auto;
    width: 100%; }
  #footer #menu-footer-navigation {
    text-align: center; }
    @media (max-width: 991.98px) {
      #footer #menu-footer-navigation {
        margin-bottom: 3.75rem; } }
    #footer #menu-footer-navigation li {
      display: block !important; }
    #footer #menu-footer-navigation a {
      color: white;
      display: block;
      font-size: 1.125rem;
      padding: 0.46875rem 0;
      text-decoration: none; }
      #footer #menu-footer-navigation a:hover span:after {
        width: 100%; }
      #footer #menu-footer-navigation a span {
        position: relative; }
        #footer #menu-footer-navigation a span:after {
          background: #fab040;
          bottom: -4px;
          content: "";
          height: 2px;
          left: 0;
          position: absolute;
          -webkit-transition: width 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
          transition: width 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
          width: 0; }
  #footer .footer-subscribe {
    margin-bottom: 3.75rem; }
    @media (max-width: 991.98px) {
      #footer .footer-subscribe {
        text-align: center; } }
    #footer .footer-subscribe h5 {
      font-family: "bicyclette", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
      font-weight: 700;
      margin-bottom: 0.625rem; }
    #footer .footer-subscribe p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 1.25rem; }
    #footer .footer-subscribe form {
      max-width: 450px;
      position: relative; }
      @media (max-width: 1199.98px) {
        #footer .footer-subscribe form {
          margin: 0 auto; } }
    #footer .footer-subscribe input[type="email"] {
      background: rgba(255, 255, 255, 0.1);
      border: 0 none;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: white;
      font-size: 1rem;
      height: 3.5rem;
      line-height: 3.5rem;
      padding: 0 3.5rem 0 1.875rem;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
      width: 100%; }
      #footer .footer-subscribe input[type="email"]::-webkit-input-placeholder {
        color: white; }
      #footer .footer-subscribe input[type="email"]::-moz-placeholder {
        color: white; }
      #footer .footer-subscribe input[type="email"]:-ms-input-placeholder {
        color: white; }
      #footer .footer-subscribe input[type="email"]::-ms-input-placeholder {
        color: white; }
      #footer .footer-subscribe input[type="email"]::placeholder {
        color: white; }
      #footer .footer-subscribe input[type="email"]:focus {
        background: rgba(255, 255, 255, 0.2); }
    #footer .footer-subscribe button {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: transparent;
      border: 0 none;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: white;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: 3.5rem;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
      width: 3.5rem; }
      #footer .footer-subscribe button:hover {
        background: white;
        color: #005c7d; }
  #footer #menu-social-navigation {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.625rem; }
    @media (max-width: 991.98px) {
      #footer #menu-social-navigation {
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #footer #menu-social-navigation li {
      margin: 0 0.625rem; }
    #footer #menu-social-navigation a {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 100%;
      border: 0.125rem white solid;
      color: white;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: 2.5rem;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      width: 2.5rem; }
      #footer #menu-social-navigation a:hover {
        background-color: white;
        color: #e2122e; }
      #footer #menu-social-navigation a i {
        font-size: 1.125rem; }
  #footer .row-footer-btm {
    -webkit-box-shadow: 0 -0.0625rem 0 0 rgba(255, 255, 255, 0.2);
            box-shadow: 0 -0.0625rem 0 0 rgba(255, 255, 255, 0.2);
    margin-top: 3.75rem;
    padding: 2.8125rem 0; }
  #footer .footer-copy {
    font-size: 1rem;
    line-height: 1em;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      #footer .footer-copy {
        margin: 1.25rem 0; } }
  #footer .taproot-love {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    line-height: 1em; }
    @media (max-width: 767.98px) {
      #footer .taproot-love {
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #footer .taproot-love a {
      color: white;
      text-decoration: none; }
      #footer .taproot-love a:hover img {
        opacity: 1; }
    #footer .taproot-love img {
      margin-left: 0.46875rem;
      opacity: 0.5;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }

.scroll-to {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1em;
  text-decoration: none; }
  .scroll-to i {
    font-size: 1.25rem;
    margin-left: 0.3125rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

/*====================================
=             Pagination             =
====================================*/
.pagination {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 1.875rem 0; }
  .pagination li > span,
  .pagination li > a {
    display: block;
    padding: 0.625rem; }
  .pagination li > span {
    color: #444; }
  .pagination .next,
  .pagination .prev {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .pagination .next i,
    .pagination .prev i {
      font-size: 1.25rem; }

/*==================================
=            Navigation            =
==================================*/
.nav-wrapper {
  -webkit-box-shadow: 0 0.0625rem 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 0.0625rem 0 0 rgba(255, 255, 255, 0.1);
  height: 5rem; }
  @media (max-width: 1199.98px) {
    .nav-wrapper {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
#menu-primary-navigation {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0; }
  @media (max-width: 767.98px) {
    #menu-primary-navigation {
      padding-right: 0.9375rem; } }
  #menu-primary-navigation > li {
    position: relative; }
    #menu-primary-navigation > li.parent > a {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none; }
      #menu-primary-navigation > li.parent > a span:after {
        display: none; }
      #menu-primary-navigation > li.parent > a i {
        display: block;
        padding-left: 0.375rem; }
    #menu-primary-navigation > li.parent:hover > ul {
      opacity: 1;
      pointer-events: auto;
      top: 100%; }
    #menu-primary-navigation > li > a {
      color: white;
      padding: 0 1.75rem;
      line-height: 5rem;
      text-decoration: none;
      white-space: nowrap; }
      #menu-primary-navigation > li > a:hover span:after {
        width: 100%; }
      #menu-primary-navigation > li > a span {
        position: relative; }
        #menu-primary-navigation > li > a span:after {
          background: #fab040;
          bottom: -4px;
          content: "";
          height: 2px;
          left: 0;
          position: absolute;
          -webkit-transition: width 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
          transition: width 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
          width: 0; }
      @media (max-width: 767.98px) {
        #menu-primary-navigation > li > a {
          padding: 0.9375rem; } }
    #menu-primary-navigation > li > ul {
      background: white;
      -webkit-box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.3);
      left: 1.25rem;
      list-style: none;
      margin: 0;
      min-width: 100%;
      opacity: 0;
      padding: 0;
      pointer-events: none;
      position: absolute;
      top: 80%;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      #menu-primary-navigation > li > ul li:last-child a {
        -webkit-box-shadow: none;
                box-shadow: none; }
      #menu-primary-navigation > li > ul a {
        -webkit-box-shadow: 0 0.0625rem 0 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 0.0625rem 0 0 rgba(0, 0, 0, 0.2);
        display: block;
        color: #005c7d;
        font-size: 0.875rem;
        font-weight: 700;
        letter-spacing: 0.03125rem;
        line-height: 1em;
        padding: 1.25rem;
        text-decoration: none;
        white-space: nowrap; }
        #menu-primary-navigation > li > ul a:hover span:after {
          width: 100%; }
        #menu-primary-navigation > li > ul a span {
          position: relative; }
          #menu-primary-navigation > li > ul a span:after {
            background: #fab040;
            bottom: -4px;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            -webkit-transition: width 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
            transition: width 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
            width: 0; }

.hamburger-btn {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5rem;
  margin: 0;
  position: relative;
  width: 5rem; }
  .hamburger-btn span {
    background: white;
    display: block;
    height: 0.0625rem;
    margin: 0.125rem 0;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    width: 1.875rem; }

#nav-drawer {
  background: #0c6383;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  padding: 4.6875rem;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s cubic-bezier(0.64, 0.045, 0.35, 1);
  transition: all 0.7s cubic-bezier(0.64, 0.045, 0.35, 1);
  width: 28.125rem;
  z-index: 999; }
  .customize-support #nav-drawer {
    height: calc(100vh - 32px);
    top: 2rem; }
    @media (max-width: 575.98px) {
      .customize-support #nav-drawer {
        height: calc(100vh - 46px);
        top: 2.875rem; } }
  @media (max-width: 575.98px) {
    #nav-drawer {
      padding: 4.6875rem 2.8125rem;
      width: 100%; } }
  #nav-drawer .nav-drawer-logo {
    margin-bottom: 1.875rem; }
    #nav-drawer .nav-drawer-logo svg {
      height: auto;
      max-width: 5rem;
      width: 100%; }
      #nav-drawer .nav-drawer-logo svg #text path {
        fill: white; }
  #nav-drawer .close {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.375rem;
    height: 5.625rem;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
    transition: all 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
    width: 5rem; }
    #nav-drawer .close:hover {
      color: #00abcc;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  #nav-drawer label {
    margin: 0; }
  #nav-drawer #menu-primary-navigation-1 {
    margin: 0 0 2.8125rem 0; }
    #nav-drawer #menu-primary-navigation-1 > li.d-none {
      display: block !important; }
    #nav-drawer #menu-primary-navigation-1 > li.parent a {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      #nav-drawer #menu-primary-navigation-1 > li.parent a i {
        padding: 0 0.625rem;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
      #nav-drawer #menu-primary-navigation-1 > li.parent a.parent-active i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    #nav-drawer #menu-primary-navigation-1 > li > a {
      color: white;
      display: block;
      font-size: 1.5rem;
      line-height: 1em;
      padding: 0.9375rem 0;
      text-decoration: none; }
      #nav-drawer #menu-primary-navigation-1 > li > a:hover span:after {
        width: 100%; }
      #nav-drawer #menu-primary-navigation-1 > li > a span {
        position: relative; }
        #nav-drawer #menu-primary-navigation-1 > li > a span:after {
          background: #fab040;
          bottom: -4px;
          content: "";
          height: 2px;
          left: 0;
          position: absolute;
          -webkit-transition: width 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
          transition: width 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
          width: 0; }
    #nav-drawer #menu-primary-navigation-1 > li > ul {
      display: none;
      list-style: none;
      margin-bottom: 1.25rem;
      padding-left: 2.8125rem; }
      #nav-drawer #menu-primary-navigation-1 > li > ul a {
        color: white;
        font-size: 1.125rem;
        padding: 0.625rem 0;
        position: relative;
        text-decoration: none; }
        #nav-drawer #menu-primary-navigation-1 > li > ul a:hover span:after {
          width: 100%; }
        #nav-drawer #menu-primary-navigation-1 > li > ul a span {
          position: relative; }
          #nav-drawer #menu-primary-navigation-1 > li > ul a span:after {
            background: #fab040;
            bottom: -4px;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            -webkit-transition: width 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
            transition: width 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
            width: 0; }
        #nav-drawer #menu-primary-navigation-1 > li > ul a:before {
          background: white;
          border-radius: 100%;
          content: "";
          height: 0.375rem;
          left: -1.875rem;
          margin-top: -0.1875rem;
          position: absolute;
          top: 50%;
          width: 0.375rem; }
  #nav-drawer #menu-social-navigation-1 {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0 0 -0.9375rem; }
    #nav-drawer #menu-social-navigation-1 li a {
      color: white;
      display: block;
      font-size: 1.125rem;
      padding: 0.9375rem; }
      #nav-drawer #menu-social-navigation-1 li a:hover {
        color: #00abcc; }
      #nav-drawer #menu-social-navigation-1 li a span {
        display: none; }
  #drawer-toggle:checked ~ #nav-drawer {
    -webkit-box-shadow: 0 0 2.5rem 0.625rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 2.5rem 0.625rem rgba(0, 0, 0, 0.25);
    -webkit-transform: translateX(0);
            transform: translateX(0); }

#header, #main, #footer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.64, 0.045, 0.35, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.64, 0.045, 0.35, 1);
  transition: transform 0.7s cubic-bezier(0.64, 0.045, 0.35, 1);
  transition: transform 0.7s cubic-bezier(0.64, 0.045, 0.35, 1), -webkit-transform 0.7s cubic-bezier(0.64, 0.045, 0.35, 1); }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #drawer-toggle:checked ~ #header, #drawer-toggle:checked ~ #main, #drawer-toggle:checked ~ #footer {
      -webkit-transform: translateX(250px);
              transform: translateX(250px); } }
/*==================================
=            Locations            =
==================================*/
.location-drawer {
  background: white;
  height: 100vh;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.7s cubic-bezier(0.64, 0.045, 0.35, 1);
  transition: all 0.7s cubic-bezier(0.64, 0.045, 0.35, 1);
  width: 50%;
  z-index: 999; }
  @media (max-width: 1199.98px) {
    .location-drawer {
      width: 70%; } }
  @media (max-width: 767.98px) {
    .location-drawer {
      width: 100%; } }
  .location-drawer.location-drawer-open {
    -webkit-box-shadow: -20px 0 40px 0 rgba(0, 0, 0, 0.15);
            box-shadow: -20px 0 40px 0 rgba(0, 0, 0, 0.15);
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .location-drawer .close {
    background: white;
    -webkit-box-shadow: 0 0 0 12px white;
            box-shadow: 0 0 0 12px white;
    border-radius: 100%;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    z-index: 2; }
    .location-drawer .close span {
      height: 2.8125rem !important;
      padding: 0 !important;
      width: 2.8125rem; }
      .location-drawer .close span:after {
        height: calc(100% + 10px) !important;
        left: -0.3125rem !important;
        top: -0.3125rem !important;
        width: calc(100% + 10px) !important; }
  .location-drawer .img-credit {
    top: auto;
    bottom: 0.9375rem; }
  .location-drawer img {
    height: auto;
    max-width: 100%; }
  .location-drawer h4 span {
    color: #00abcc;
    display: block;
    font-family: "bicyclette", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase; }
  .location-drawer .location-content {
    font-size: 1.25rem;
    line-height: 1.875rem; }
  .location-drawer .location-item {
    padding: 5.625rem; }
    @media (max-width: 767.98px) {
      .location-drawer .location-item {
        padding: 2.8125rem; } }
.location-toggle-label {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-align: center;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    .location-toggle-label {
      display: none; } }
.location-toggle-wrapper {
  background: #005c7d;
  border-radius: 4.375rem;
  padding: 0 1.25rem;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    .location-toggle-wrapper {
      display: none; } }
  .location-toggle-wrapper #location-toggle-mobile {
    background: transparent;
    border: 0 none;
    color: white;
    height: 4.375rem; }

#fl-map {
  bottom: 1.875rem;
  right: -40%;
  position: absolute;
  z-index: 1; }
  @media (max-width: 767.98px) {
    #fl-map {
      bottom: 0;
      right: 0.9375rem;
      height: 800px;
      width: 800px; } }
  #fl-map #labels {
    pointer-events: bounding-box; }
    #fl-map #labels g:not(.landmark) path,
    #fl-map #labels g:not(.landmark) circle {
      position: relative;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    #fl-map #labels g:not(.landmark) #circle-bdr {
      -webkit-animation: circlePizzazz 1.5s cubic-bezier(0.72, 0.01, 0.28, 0.98) infinite;
              animation: circlePizzazz 1.5s cubic-bezier(0.72, 0.01, 0.28, 0.98) infinite;
      -webkit-transform-origin: 1% 1%;
              transform-origin: 1% 1%; }
    #fl-map #labels g:not(.landmark):hover {
      cursor: pointer; }
      #fl-map #labels g:not(.landmark):hover #circle-lg {
        fill: #e2122e; }

@-webkit-keyframes circlePizzazz {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0; } }

@keyframes circlePizzazz {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0; } }

/*====================================
=            Theme Styles            =
====================================*/
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-smoothing: antialiased;
  outline: none !important;
  text-rendering: optimizelegibility; }

body {
  overflow-x: hidden; }

.container-max {
  margin: 0 auto;
  max-width: 1600px; }

.container-full, .seafan-group, .live-feed-group {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw; }

@media (max-width: 767.98px) {
  #main {
    padding: 0 1.875rem; } }

#header {
  height: 16.875rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; }
  .customize-support #header {
    top: 32px; }
  #header .logo {
    margin-top: 2.8125rem; }
    #header .logo svg {
      height: auto;
      max-width: 6.875rem;
      width: 100%; }
      #header .logo svg #text path {
        fill: white; }

.btn, .gform_wrapper .button, .wp-block-button:not(.link-liner) a, .location-drawer .close span {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #005c7d;
  border-radius: 1.875rem;
  border: 0 none;
  color: white;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 400;
  height: 3.75rem;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.75rem;
  padding: 0 3.75rem;
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
  white-space: nowrap; }
  .btn:after, .gform_wrapper .button:after, .wp-block-button:not(.link-liner) a:after, .location-drawer .close span:after {
    border-radius: 2.5rem;
    border: 1px #005c7d dashed;
    content: '';
    height: 4.8125rem;
    left: -0.5rem;
    position: absolute;
    top: -0.5rem;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    width: calc(100% + 16px); }
  .btn.btn-white, .gform_wrapper .btn-white.button, .wp-block-button:not(.link-liner) a.btn-white, .location-drawer .close span.btn-white {
    background: white;
    color: #005c7d; }
    .btn.btn-white:after, .gform_wrapper .btn-white.button:after, .wp-block-button:not(.link-liner) a.btn-white:after, .location-drawer .close span.btn-white:after {
      border-color: white; }
    .btn.btn-white:hover, .gform_wrapper .btn-white.button:hover, .wp-block-button:not(.link-liner) a.btn-white:hover, .location-drawer .close span.btn-white:hover {
      color: white; }
  .btn.btn-yellow, .gform_wrapper .btn-yellow.button, .wp-block-button:not(.link-liner) a.btn-yellow, .location-drawer .close span.btn-yellow {
    background: #fab040;
    color: #005c7d; }
    .btn.btn-yellow:after, .gform_wrapper .btn-yellow.button:after, .wp-block-button:not(.link-liner) a.btn-yellow:after, .location-drawer .close span.btn-yellow:after {
      border-color: #fab040; }
  .btn:hover, .gform_wrapper .button:hover, .wp-block-button:not(.link-liner) a:hover, .location-drawer .close span:hover {
    background: #00abcc;
    color: white;
    text-decoration: none; }
    .btn:hover:after, .gform_wrapper .button:hover:after, .wp-block-button:not(.link-liner) a:hover:after, .location-drawer .close span:hover:after {
      border: 1px #00abcc solid; }

.btn-liner, .wp-block-button.link-liner a {
  background: transparent;
  color: #00abcc;
  display: inline-block;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none; }
  .btn-liner:after, .wp-block-button.link-liner a:after {
    background: #00abcc;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    width: calc(100% - 3px); }
  .btn-liner:hover, .wp-block-button.link-liner a:hover {
    color: #e2122e;
    text-decoration: none; }
    .btn-liner:hover:after, .wp-block-button.link-liner a:hover:after {
      background: #e2122e; }
  .btn-liner.btn-liner-white, .wp-block-button.link-liner a.btn-liner-white {
    color: white; }
    .btn-liner.btn-liner-white:after, .wp-block-button.link-liner a.btn-liner-white:after {
      background: white; }
    .btn-liner.btn-liner-white:hover, .wp-block-button.link-liner a.btn-liner-white:hover {
      color: #00abcc; }
      .btn-liner.btn-liner-white:hover:after, .wp-block-button.link-liner a.btn-liner-white:hover:after {
        background: #00abcc; }

.interior-header {
  background: #005c7d;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 270px 0 3.75rem 0;
  position: relative; }
  .interior-header.interior-video-header {
    padding: 270px 0 0.9375rem 0; }
  .interior-header:before {
    background: #005c7d;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .interior-header:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005c7d), to(rgba(0, 92, 125, 0)));
    background-image: linear-gradient(180deg, #005c7d 0%, rgba(0, 92, 125, 0) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .interior-header header {
    padding: 1.875rem;
    position: relative;
    z-index: 2; }
  .interior-header h1 {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.2)));
    background: linear-gradient(180deg, white, rgba(255, 255, 255, 0.2));
    font-size: 6.5vw;
    line-height: 6.5vw;
    margin: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (min-width: 1600px) {
      .interior-header h1 {
        font-size: 6.875rem;
        line-height: 1em; } }
    @media (max-width: 1199.98px) {
      .interior-header h1 {
        font-size: 8vw;
        line-height: 8vw; } }
    @media (max-width: 767.98px) {
      .interior-header h1 {
        font-size: 10vw;
        line-height: 10vw; } }
  .interior-header h4 {
    color: white;
    margin: 1.875rem 0 0 0; }
  .interior-header .img-credit {
    bottom: 0.625rem;
    top: auto; }

.interior-content {
  padding: 5.625rem 0; }
  @media (max-width: 767.98px) {
    .interior-content {
      padding: 2.8125rem 0.9375rem; } }
  .interior-content.interior-content-small {
    padding: 2.8125rem 0 5.625rem 0; }
  .interior-content ul.fancy-bullets {
    list-style: none;
    padding: 0; }
    .interior-content ul.fancy-bullets li {
      margin-bottom: 0.9375rem;
      padding-left: 2.1875rem;
      position: relative; }
      .interior-content ul.fancy-bullets li:before {
        background: #fab040;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(244, 250, 250, 0.9), 0 0 0 0.375rem #fab040;
                box-shadow: 0 0 0 0.25rem rgba(244, 250, 250, 0.9), 0 0 0 0.375rem #fab040;
        border-radius: 100%;
        content: "";
        height: 0.375rem;
        left: 0.375rem;
        margin-top: 0.875rem;
        position: absolute;
        top: 0;
        width: 0.375rem; }
      .interior-content ul.fancy-bullets li > ul {
        list-style: none;
        padding-left: 0.625rem;
        margin-top: 0.9375rem; }
        .interior-content ul.fancy-bullets li > ul > li:before {
          -webkit-box-shadow: none;
                  box-shadow: none; }

.post-entry {
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 92, 125, 0.2);
          box-shadow: 0 1px 0 0 rgba(0, 92, 125, 0.2);
  margin-bottom: 3.75rem;
  padding-bottom: 3.75rem; }
  .post-entry:last-of-type {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 0; }
  .post-entry h4 a {
    color: #005c7d; }
    .post-entry h4 a:hover {
      color: #e2122e; }
  .post-entry p {
    margin: 0; }

.container-gray {
  background: #e9f5f5; }
  .container-gray > div {
    margin: 0 auto 3.75rem auto;
    max-width: 1000px;
    padding: 5.625rem 3.75rem; }
    .container-gray > div p:last-child {
      margin-bottom: 0; }

.container-offset-top {
  margin-top: -5.625rem; }

.container-offset-bottom {
  margin-bottom: -5.625rem; }

.pledge-content > div {
  background: #e9f5f5;
  -webkit-box-shadow: 0 50px 40px -40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 50px 40px -40px rgba(0, 0, 0, 0.2);
  margin: 0 auto 3.75rem auto;
  padding: 4.6875rem 5.625rem 5.625rem 5.625rem; }
  @media (max-width: 767.98px) {
    .pledge-content > div {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 2.8125rem 1.875rem; } }
.pledge-content .pledge-header {
  margin-bottom: 1.875rem; }
  .pledge-content .pledge-header > div {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767.98px) {
      .pledge-content .pledge-header > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
    .pledge-content .pledge-header > div figure {
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 4.6875rem;
              flex: 0 0 4.6875rem;
      margin: 0 1.25rem 0 0;
      max-width: 4.6875rem; }
      @media (max-width: 767.98px) {
        .pledge-content .pledge-header > div figure {
          margin: 0 0 1.875rem 0; } }
      .pledge-content .pledge-header > div figure img {
        height: auto;
        width: 100%; }
    .pledge-content .pledge-header > div h3 {
      margin: 0; }

.pledge-content p:last-child {
  margin-bottom: 0; }

.pledge-content ol {
  margin: 0;
  list-style: none;
  padding: 0 0 0 2.8125rem; }
  @media (max-width: 767.98px) {
    .pledge-content ol {
      font-size: 1.125rem;
      line-height: 1.5em;
      padding: 0 0 0 1.875rem; } }
  .pledge-content ol li {
    counter-increment: item;
    margin-bottom: 1.25rem;
    position: relative; }
    .pledge-content ol li:before {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #005c7d;
      border-radius: 100%;
      color: white;
      content: counter(item);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1rem;
      font-weight: 700;
      height: 1.875rem;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      left: -2.8125rem;
      position: absolute;
      top: 0;
      width: 1.875rem; }
      @media (max-width: 767.98px) {
        .pledge-content ol li:before {
          height: 1.25rem;
          font-size: 0.75rem;
          left: -1.875rem;
          width: 1.25rem; } }
    .pledge-content ol li:last-child {
      margin-bottom: 0; }

.img-credit {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.1875rem;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25em;
  max-width: 1.375rem;
  overflow: hidden;
  padding: 0.25rem 0.25rem 0.25rem 0;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  -webkit-transition: max-width 0.75s ease;
  transition: max-width 0.75s ease;
  white-space: nowrap;
  z-index: 3; }
  .img-credit:hover {
    max-width: 100%; }
  .img-credit i {
    font-size: 0.875rem;
    padding: 0 0.25rem;
    width: 1.375rem; }

.category-list {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.3125rem; }
  @media (max-width: 991.98px) {
    .category-list {
      display: block; } }
  .category-list li {
    padding: 0.3125rem; }
  .category-list a {
    background: #e9ecef;
    border-radius: 0.25rem;
    color: #005c7d;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.3125rem 0.625rem;
    line-height: 1.25em;
    text-transform: uppercase;
    text-decoration: none; }
    @media (max-width: 767.98px) {
      .category-list a {
        font-size: 0.75rem; } }
    .category-list a.category-primary {
      background: #005c7d;
      color: white; }
    .category-list a:hover {
      background: #e2122e;
      color: white; }

.live-feed-group {
  background: #005c7d;
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5.625rem 0 7.5rem 0;
  margin-top: 7.5rem;
  margin-bottom: 3.75rem; }
  @media (max-width: 767.98px) {
    .live-feed-group {
      margin-top: 3.75rem;
      padding: 3.75rem 0 1.25rem 0; } }
  .live-feed-group p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0 auto;
    max-width: 50rem; }
    .live-feed-group p a {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: underline;
      white-space: nowrap; }
      .live-feed-group p a:hover {
        color: #00abcc; }

.post-meta {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767.98px) {
    .post-meta {
      display: block; } }
  .post-meta time,
  .post-meta .category-list {
    margin-right: 0.625rem; }
    @media (max-width: 767.98px) {
      .post-meta time,
      .post-meta .category-list {
        margin-right: 0; } }
  .post-meta time {
    white-space: nowrap; }
  .post-meta .post-src {
    line-height: 1.25em; }
    @media (max-width: 767.98px) {
      .post-meta .post-src {
        margin-bottom: 1.25rem; } }
    .post-meta .post-src a {
      color: #00abcc;
      text-decoration: underline; }
      .post-meta .post-src a:hover {
        color: #e2122e; }
  .post-meta.post-meta-loop .post-src {
    font-size: 1rem; }

.seafan-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .seafan-group .wp-block-group__inner-container {
    background: #005c7d;
    border-radius: 1.25rem;
    color: white;
    padding: 5.625rem; }
    @media (max-width: 767.98px) {
      .seafan-group .wp-block-group__inner-container {
        padding: 1.875rem; } }
  .seafan-group ol > li {
    margin-bottom: 1.875rem; }
    .seafan-group ol > li ul, .seafan-group ol > li ol {
      margin-top: 1.875rem; }
    .seafan-group ol > li li {
      line-height: 1.25em;
      margin-bottom: 0.9375rem; }
      .seafan-group ol > li li:last-child {
        margin-bottom: 0; }
      .seafan-group ol > li li em {
        color: rgba(255, 255, 255, 0.7);
        display: block;
        font-size: 1.125rem;
        line-height: 1em;
        margin-top: 0.625rem; }
  .seafan-group a {
    color: white;
    text-decoration: underline; }
    .seafan-group a:hover {
      color: #00abcc; }

.topics-list {
  background: #0c6383;
  padding: 0 8.3%; }
  .topics-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1199.98px) {
      .topics-list ul {
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 767.98px) {
      .topics-list ul {
        display: block;
        padding: 0.9375rem 0;
        text-align: center; } }
    .topics-list ul li.current-topic a {
      color: #fab040;
      pointer-events: none;
      cursor: default; }
    .topics-list ul li a {
      color: white;
      display: block;
      font-size: 1.25rem;
      font-weight: 700;
      padding: 1.25rem 0.9375rem;
      text-decoration: none;
      white-space: nowrap; }
      @media (max-width: 767.98px) {
        .topics-list ul li a {
          padding: 0.625rem; } }
.alpha-filter {
  background: #0c6383;
  border-bottom: 0.0625rem #ccc solid;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.8125rem;
  padding: 0.625rem; }
  @media (max-width: 767.98px) {
    .alpha-filter {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .alpha-filter a {
    color: white;
    cursor: pointer;
    display: block;
    padding: 0.625rem; }
    .alpha-filter a.inactive:not(.exists) {
      cursor: auto;
      opacity: 0.4;
      pointer-events: none; }
    .alpha-filter a.exists {
      opacity: 1; }
    .alpha-filter a.active {
      color: #fab040; }

.alpha-group h2 {
  color: #fab040; }

.share-icons {
  background: white;
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 92, 125, 0.15);
          box-shadow: 0 0 1.25rem 0 rgba(0, 92, 125, 0.15);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 5rem;
  left: 0;
  padding: 0.625rem;
  z-index: 10000; }
  @media (max-width: 767.98px) {
    .share-icons {
      display: none; } }
  .customize-support .share-icons {
    top: 7rem; }
  .share-icons p {
    color: #005c7d;
    font-size: 0.75rem;
    margin: 0; }
  .share-icons a {
    margin: 0.3125rem 0; }
