@charset "UTF-8";
@font-face {
  font-family: made-tommy;
  src:
    url(../fonts/MADETOMMY-Bold.woff2) format("woff2"),
    url(../fonts/MADETOMMY-Bold.woff) format("woff"),
    url(../fonts/MADETOMMY-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: made-tommy;
  src:
    url(../fonts/MADETOMMY-Light.woff2) format("woff2"),
    url(../fonts/MADETOMMY-Light.woff) format("woff"),
    url(../fonts/MADETOMMY-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: made-tommy;
  src:
    url(../fonts/MADETOMMY.woff2) format("woff2"),
    url(../fonts/MADETOMMY.woff) format("woff"),
    url(../fonts/MADETOMMY.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: bryant;
  src: url(../fonts/bryant-regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: bryant;
  src: url(../fonts/bryant-bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > div#content {
  flex: 1;
}
body {
  position: relative;
  background: #fff;
  font-family: made-tommy, serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
:focus {
  outline: 2px solid #00809e;
}
:not(.u-gradient)::selection {
  background: #00809e;
  color: #fff;
}
:not(.u-gradient)::-moz-selection {
  background: #00809e;
  color: #fff;
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
a {
  line-height: inherit;
  cursor: pointer;
  border-bottom: 1px solid;
  text-decoration: none;
  color: #00809e;
  word-break: break-all;
  word-break: break-word;
}
a:visited {
  border-bottom: 1px solid;
}
a:hover {
  border-bottom: none;
}
a:active {
  color: #00809e;
}
a:focus {
  border: none;
  outline-color: #04857f;
}
hr {
  clear: both;
  max-width: 1240px;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  border-left: 0;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
small {
  font-size: 80%;
  line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: made-tommy, serif;
  font-style: normal;
  font-weight: 400;
  color: #00809e;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #333;
}
h1 {
  font-weight: 300;
}
.c-page__content > h1 {
  margin-bottom: 2.5rem;
}
h2,
h3 {
  font-weight: 300;
}
@media screen {
  h1 {
    font-size: 2.625rem;
  }
  h2 {
    font-size: 2.625rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 40em) {
  h1 {
    font-size: 4.0625rem;
  }
  h2 {
    font-size: 4.0625rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
blockquote {
  font-style: italic;
  margin: 0 0 1rem;
  padding: 1.25rem 2.5rem 1.25rem 2.5rem;
  font-family: serif;
}
blockquote,
blockquote p {
  line-height: 1.6;
}
cite:before {
  content: "—";
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}
li {
  font-size: inherit;
  margin-bottom: 0.5rem;
}
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}
ol {
  margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 1rem 0 1rem 1.5rem;
  font-size: 90%;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.2rem;
  font-weight: 600;
}
dl dd {
  margin-bottom: 0.8rem;
}
abbr,
abbr[title] {
  border-bottom: 1px dashed #050505;
  cursor: help;
  text-decoration: none;
}
figure {
  margin: 0;
}
pre {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: none;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 1rem;
  overflow: auto;
}
table {
  border-collapse: collapse;
  margin-bottom: 1rem;
}
tr {
  border-bottom: 1px solid #f1f1f1;
}
td,
th {
  text-align: left;
  padding: 0.625rem;
}
.arrow-icon--down:after,
.arrow-icon--right:after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 7px;
  width: 7px;
  content: "";
  margin-left: 2px;
  margin-bottom: 2px;
}
.arrow-icon--large::after {
  height: 10px;
  width: 10px;
}
.arrow-icon--primary-color::after {
  border-color: #00809e;
}
.arrow-icon--down:after {
  transform: rotate(45deg);
}
.arrow-icon--right:after {
  transform: rotate(-45deg);
}
.search-icon {
  background-image: url(../images/svg/utility/search.svg);
  width: 15px;
  height: 15px;
  background-size: cover;
  display: block;
}
.subdestinations ul {
  list-style-type: none;
}
.subdestinations li:before {
  content: url(/wp-content/themes/travelbelize/dist/assets/images/svg/utility/location.svg);
  margin-left: -20px;
  margin-right: 10px;
}
input,
optgroup,
select,
textarea {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
select {
  box-sizing: border-box;
  width: 100%;
  padding: 0.3125rem 0.5rem;
  height: 40px;
  border: 1px solid #ccc;
  transition: border-color 0.35s;
}
input[type="submit"] {
  padding: 0;
  appearance: none;
  border: 0;
  background: 0 0;
  line-height: 1;
  cursor: pointer;
  background-color: #00809e;
  color: #fff;
  padding: 0.625rem 0.9375rem;
  font-weight: 600;
}
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: #04857f;
}
fieldset {
  border: 2px solid #ccc;
}
fieldset legend {
  padding: 0 0.625rem;
  font-weight: 700;
}
label {
  margin-bottom: 0.3125rem;
  display: block;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  width: 100%;
  padding: 0.3125rem 0.5rem;
  height: 40px;
  border: 1px solid #ddd;
}
button {
  border: none;
}
textarea {
  height: auto;
  min-height: 50px;
}
.c-page__content > .nf-form-cont {
  width: 100vw;
  max-width: 100vw !important;
  padding-bottom: 3rem;
}
.c-page__content > .nf-form-cont .nf-form-fields-required {
  display: none;
}
@media screen and (min-width: 40em) {
  .three-columns .nf-field-element ul {
    columns: 3;
  }
}
.checkbox-container.u-align-bottom {
  margin-top: 1.5rem;
}
.checkbox-row .listcheckbox-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-row .listcheckbox-wrap ul li {
  padding-right: 1rem !important;
}
.btn-primary,
.btn-secondary,
.facetwp-load-more,
.ninja-forms-field.btn-primary.nf-element,
.wp-block-button__link,
.wp-block-file .wp-block-file__button {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  padding: 0.75rem 1.33rem 0.6rem;
  position: relative;
  background-color: #e7a313;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  border-radius: 0;
}
.btn-primary.has-color-white,
.btn-secondary.has-color-white,
.facetwp-load-more.has-color-white,
.ninja-forms-field.btn-primary.nf-element.has-color-white,
.wp-block-button__link.has-color-white,
.wp-block-file .wp-block-file__button.has-color-white {
  color: #fff !important;
}
.btn-primary:after,
.btn-secondary:after,
.facetwp-load-more:after,
.ninja-forms-field.btn-primary.nf-element:after,
.wp-block-button__link:after,
.wp-block-file .wp-block-file__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 15px solid transparent;
  transition: all 25ms linear;
}
.btn-primary:hover,
.btn-secondary:hover,
.facetwp-load-more:hover,
.ninja-forms-field.btn-primary.nf-element:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover {
  background-color: #fdd072;
  cursor: pointer;
}
.btn-primary.has-color-primary-background-color,
.btn-secondary.has-color-primary-background-color,
.facetwp-load-more.has-color-primary-background-color,
.ninja-forms-field.btn-primary.nf-element.has-color-primary-background-color,
.wp-block-button__link.has-color-primary-background-color,
.wp-block-file .wp-block-file__button.has-color-primary-background-color {
  color: #fff !important;
}
.btn-primary.has-color-primary-background-color::after,
.btn-secondary.has-color-primary-background-color::after,
.facetwp-load-more.has-color-primary-background-color::after,
.ninja-forms-field.btn-primary.nf-element.has-color-primary-background-color::after,
.wp-block-button__link.has-color-primary-background-color::after,
.wp-block-file
  .wp-block-file__button.has-color-primary-background-color::after {
  opacity: 0.9;
  border-right-color: #e7a313;
}
.btn-primary.has-color-primary-background-color:hover,
.btn-secondary.has-color-primary-background-color:hover,
.facetwp-load-more.has-color-primary-background-color:hover,
.ninja-forms-field.btn-primary.nf-element.has-color-primary-background-color:hover,
.wp-block-button__link.has-color-primary-background-color:hover,
.wp-block-file .wp-block-file__button.has-color-primary-background-color:hover {
  background-color: #9ed1cf;
  cursor: pointer;
}
.btn-secondary {
  padding: 0.5rem 0.75rem 0.4rem;
}
@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #333;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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:after,
.slick-track:before {
  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;
}
.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.3125rem auto 0.3125rem auto;
}
.alignright {
  float: right;
  margin: 0.3125rem 0 1.25rem 1.25rem;
}
.alignleft {
  float: left;
  margin: 0.3125rem 1.25rem 1.25rem 0;
}
a img.alignright {
  float: right;
  margin: 0.3125rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.3125rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.3125rem 0 1.25rem 1.25rem;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  margin: 0;
  padding: 0 0.25rem 0.3125rem;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem 1.25rem;
}
.gallery .gallery-item {
  flex: 1;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  text-align: center;
  flex: 0 0 auto;
}
.gallery.gallery-columns-1 .gallery-item {
  width: calc(100% - 1.25rem);
}
.gallery.gallery-columns-2 .gallery-item {
  width: calc(50% - 1.25rem);
}
.gallery.gallery-columns-3 .gallery-item {
  width: calc(33.33333% - 1.25rem);
}
.gallery.gallery-columns-4 .gallery-item {
  width: calc(25% - 1.25rem);
}
.gallery.gallery-columns-5 .gallery-item {
  width: calc(20% - 1.25rem);
}
.gallery.gallery-columns-6 .gallery-item {
  width: calc(16.66667% - 1.25rem);
}
.gallery.gallery-columns-7 .gallery-item {
  width: calc(14.28571% - 1.25rem);
}
.gallery.gallery-columns-8 .gallery-item {
  width: calc(12.5% - 1.25rem);
}
.gallery.gallery-columns-9 .gallery-item {
  width: calc(11.11111% - 1.25rem);
}
.gallery .gallery-caption {
  color: #888;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
.o-container {
  width: 100%;
  max-width: 100%;
}
.o-row {
  display: flex;
  flex-wrap: wrap;
}
.o-row--padded {
  max-width: 77.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}
.o-row__column {
  width: 100%;
  flex: 0 0 auto;
}
.o-row__column--padded {
  width: calc(100% - 1.25rem);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.o-row__column--span-1 {
  width: 8.33333%;
}
.o-row__column--span-2 {
  width: 16.66667%;
}
.o-row__column--span-3 {
  width: 25%;
}
.o-row__column--span-4 {
  width: 33.33333%;
}
.o-row__column--span-5 {
  width: 41.66667%;
}
.o-row__column--span-6 {
  width: 50%;
}
.o-row__column--span-7 {
  width: 58.33333%;
}
.o-row__column--span-8 {
  width: 66.66667%;
}
.o-row__column--span-9 {
  width: 75%;
}
.o-row__column--span-10 {
  width: 83.33333%;
}
.o-row__column--span-11 {
  width: 91.66667%;
}
.o-row__column--span-12 {
  width: 100%;
}
@media screen {
  .o-row__column--span-1\@small {
    width: 8.33333%;
  }
  .o-row__column--span-2\@small {
    width: 16.66667%;
  }
  .o-row__column--span-3\@small {
    width: 25%;
  }
  .o-row__column--span-4\@small {
    width: 33.33333%;
  }
  .o-row__column--span-5\@small {
    width: 41.66667%;
  }
  .o-row__column--span-6\@small {
    width: 50%;
  }
  .o-row__column--span-7\@small {
    width: 58.33333%;
  }
  .o-row__column--span-8\@small {
    width: 66.66667%;
  }
  .o-row__column--span-9\@small {
    width: 75%;
  }
  .o-row__column--span-10\@small {
    width: 83.33333%;
  }
  .o-row__column--span-11\@small {
    width: 91.66667%;
  }
  .o-row__column--span-12\@small {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .o-row__column--span-1\@medium {
    width: 8.33333%;
  }
  .o-row__column--span-2\@medium {
    width: 16.66667%;
  }
  .o-row__column--span-3\@medium {
    width: 25%;
  }
  .o-row__column--span-4\@medium {
    width: 33.33333%;
  }
  .o-row__column--span-5\@medium {
    width: 41.66667%;
  }
  .o-row__column--span-6\@medium {
    width: 50%;
  }
  .o-row__column--span-7\@medium {
    width: 58.33333%;
  }
  .o-row__column--span-8\@medium {
    width: 66.66667%;
  }
  .o-row__column--span-9\@medium {
    width: 75%;
  }
  .o-row__column--span-10\@medium {
    width: 83.33333%;
  }
  .o-row__column--span-11\@medium {
    width: 91.66667%;
  }
  .o-row__column--span-12\@medium {
    width: 100%;
  }
}
@media screen and (min-width: 62em) {
  .o-row__column--span-1\@medium-large {
    width: 8.33333%;
  }
  .o-row__column--span-2\@medium-large {
    width: 16.66667%;
  }
  .o-row__column--span-3\@medium-large {
    width: 25%;
  }
  .o-row__column--span-4\@medium-large {
    width: 33.33333%;
  }
  .o-row__column--span-5\@medium-large {
    width: 41.66667%;
  }
  .o-row__column--span-6\@medium-large {
    width: 50%;
  }
  .o-row__column--span-7\@medium-large {
    width: 58.33333%;
  }
  .o-row__column--span-8\@medium-large {
    width: 66.66667%;
  }
  .o-row__column--span-9\@medium-large {
    width: 75%;
  }
  .o-row__column--span-10\@medium-large {
    width: 83.33333%;
  }
  .o-row__column--span-11\@medium-large {
    width: 91.66667%;
  }
  .o-row__column--span-12\@medium-large {
    width: 100%;
  }
}
@media screen and (min-width: 70em) {
  .o-row__column--span-1\@large {
    width: 8.33333%;
  }
  .o-row__column--span-2\@large {
    width: 16.66667%;
  }
  .o-row__column--span-3\@large {
    width: 25%;
  }
  .o-row__column--span-4\@large {
    width: 33.33333%;
  }
  .o-row__column--span-5\@large {
    width: 41.66667%;
  }
  .o-row__column--span-6\@large {
    width: 50%;
  }
  .o-row__column--span-7\@large {
    width: 58.33333%;
  }
  .o-row__column--span-8\@large {
    width: 66.66667%;
  }
  .o-row__column--span-9\@large {
    width: 75%;
  }
  .o-row__column--span-10\@large {
    width: 83.33333%;
  }
  .o-row__column--span-11\@large {
    width: 91.66667%;
  }
  .o-row__column--span-12\@large {
    width: 100%;
  }
}
@media screen and (min-width: 77.5em) {
  .o-row__column--span-1\@xlarge {
    width: 8.33333%;
  }
  .o-row__column--span-2\@xlarge {
    width: 16.66667%;
  }
  .o-row__column--span-3\@xlarge {
    width: 25%;
  }
  .o-row__column--span-4\@xlarge {
    width: 33.33333%;
  }
  .o-row__column--span-5\@xlarge {
    width: 41.66667%;
  }
  .o-row__column--span-6\@xlarge {
    width: 50%;
  }
  .o-row__column--span-7\@xlarge {
    width: 58.33333%;
  }
  .o-row__column--span-8\@xlarge {
    width: 66.66667%;
  }
  .o-row__column--span-9\@xlarge {
    width: 75%;
  }
  .o-row__column--span-10\@xlarge {
    width: 83.33333%;
  }
  .o-row__column--span-11\@xlarge {
    width: 91.66667%;
  }
  .o-row__column--span-12\@xlarge {
    width: 100%;
  }
}
@media screen and (min-width: 87.5em) {
  .o-row__column--span-1\@wide {
    width: 8.33333%;
  }
  .o-row__column--span-2\@wide {
    width: 16.66667%;
  }
  .o-row__column--span-3\@wide {
    width: 25%;
  }
  .o-row__column--span-4\@wide {
    width: 33.33333%;
  }
  .o-row__column--span-5\@wide {
    width: 41.66667%;
  }
  .o-row__column--span-6\@wide {
    width: 50%;
  }
  .o-row__column--span-7\@wide {
    width: 58.33333%;
  }
  .o-row__column--span-8\@wide {
    width: 66.66667%;
  }
  .o-row__column--span-9\@wide {
    width: 75%;
  }
  .o-row__column--span-10\@wide {
    width: 83.33333%;
  }
  .o-row__column--span-11\@wide {
    width: 91.66667%;
  }
  .o-row__column--span-12\@wide {
    width: 100%;
  }
}
.c-post {
  background-color: #fff;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  padding: 1.25rem 0;
  overflow: hidden;
}
.archive .c-post,
.blog .c-post,
.c-events .c-post,
.search .c-post {
  padding: 0;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.archive .c-post__inner,
.blog .c-post__inner,
.c-events .c-post__inner,
.search .c-post__inner {
  display: flex;
}
.archive .c-post__thumbnail,
.blog .c-post__thumbnail,
.c-events .c-post__thumbnail,
.search .c-post__thumbnail {
  width: 175px;
  margin: 0;
  margin-right: 1rem;
}
.archive .c-post__thumbnail img,
.blog .c-post__thumbnail img,
.c-events .c-post__thumbnail img,
.search .c-post__thumbnail img {
  width: 175px;
  height: 175px;
  object-fit: cover;
  height: 100%;
}
.archive .c-post__header,
.blog .c-post__header,
.c-events .c-post__header,
.search .c-post__header {
  margin-bottom: 0;
}
.archive .c-post__archive-content,
.blog .c-post__archive-content,
.c-events .c-post__archive-content,
.search .c-post__archive-content {
  padding: 0.9375rem 0.3125rem;
  flex: 1;
}
.archive .c-post__archive-content h2,
.archive .c-post__archive-content p,
.blog .c-post__archive-content h2,
.blog .c-post__archive-content p,
.c-events .c-post__archive-content h2,
.c-events .c-post__archive-content p,
.search .c-post__archive-content h2,
.search .c-post__archive-content p {
  max-width: 100% !important;
}
.archive .c-post__readmore,
.blog .c-post__readmore,
.c-events .c-post__readmore,
.search .c-post__readmore {
  color: #000;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
}
.single .c-post {
  box-shadow: none;
}
.single .c-post.partner {
  padding-bottom: 0;
}
.single .c-post .c-post__content {
  padding-bottom: 1rem;
}
.single .c-post .c-post__content ol,
.single .c-post .c-post__content ul {
  padding-left: 1.5rem !important;
}
@media screen and (min-width: 40em) {
  .single .c-post .c-post__content ol,
  .single .c-post .c-post__content ul {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 70em) {
  .single .c-post .c-post__content ol,
  .single .c-post .c-post__content ul {
    padding-left: 1.5rem !important;
  }
}
.c-post__contact-data {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  color: #00809e;
  font-weight: 700;
}
.c-post__contact-data a {
  border: none;
}
.c-post__contact-data li {
  display: flex;
  align-items: center;
}
.c-post__contact-data .icon {
  border: none;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #00809e;
  background: #00809e;
  margin: 5px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.c-post__contact-data .icon svg {
  fill: #fff;
}
.c-post__contact-data li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .c-post__contact-data {
    border-left: 1px solid #ccc;
    padding-left: 1.25rem;
    margin-left: 1.25rem;
  }
}
.c-post.sticky {
  border-left: 5px solid #00809e;
}
.c-post.format-quote blockquote {
  background-color: #00809e;
  color: #fff;
  padding: 1.25rem;
  font-size: 1.25rem;
}
.c-post.format-quote blockquote a {
  color: #fff;
}
.c-post.format-link .c-post__excerpt p {
  background-color: #00809e;
  padding: 1.25rem;
  font-size: 1.25rem;
  text-align: center;
}
.c-post.format-link .c-post__excerpt p a {
  color: #fff;
}
.c-post p:after {
  content: "";
  display: table;
  clear: both;
}
.c-post__header {
  margin-bottom: 1.25rem;
}
.c-post__footer {
  margin: 1.875rem -1.25rem -1.25rem -1.25rem;
  padding: 1.25rem;
}
.c-post__tags {
  margin-top: 1.25rem;
}
.c-post__tags ul {
  list-style: none;
  margin: 0;
}
.c-post__tags ul li {
  display: inline-block;
}
.c-post__tags ul li a {
  background-color: #f1f1f1;
  border-bottom: none;
  margin-right: 10px;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  font-size: 0.875rem;
  color: #3c3c3c;
}
.c-post__audio {
  width: 100%;
  margin: 0 0 1.25rem 0;
}
.c-post__gallery,
.c-post__thumbnail,
.c-post__video {
  margin: -1.25rem -1.25rem 1.25rem -1.25rem;
  background-color: #f1f1f1;
  text-align: center;
}
.c-post__excerpt {
  color: #3c3c3c;
}
.c-post__meta {
  color: #3c3c3c;
}
.c-post__title {
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.c-post__title a {
  border-bottom: none;
}
.c-post__single-title {
  color: #00809e !important;
}
.c-post-author {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
  display: flex;
}
.c-post-author__avatar {
  width: 120px;
  margin-right: 1.5625rem;
}
.c-post-author__content {
  flex: 1;
}
.c-post-author__info {
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
}
.c-post-author__title {
  font-size: 1.5rem;
  font-weight: 600;
}
.c-post-author__title a {
  border-bottom: none;
  color: inherit;
}
.c-post-author__desc {
  color: #3c3c3c;
}
.c-page--taxonomy h2 {
  font-weight: 300;
  margin-bottom: 2rem;
}
.c-page--taxonomy .c-post h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.c-page__header {
  margin-bottom: 1.25rem;
}
.c-page__title {
  font-weight: 600;
}
.c-page__content > ol,
.c-page__content > ul {
  padding-left: 1.5rem !important;
}
@media screen and (min-width: 40em) {
  .c-page__content > ol,
  .c-page__content > ul {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 70em) {
  .c-page__content > ol,
  .c-page__content > ul {
    padding-left: 1.5rem !important;
  }
}
.error404 .c-page__content {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.archive,
.light-beige {
  background-color: #f7f2e9;
}
.c-sidebar-widget {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
}
.c-sidebar-widget h5 {
  font-weight: 600;
}
.c-sidebar-widget > ul {
  list-style: none;
  margin: 0;
}
.c-footer-widget > ul {
  list-style: none;
  margin: 0;
}
.c-footer-widget .tagcloud a {
  font-size: 0.875rem !important;
  background-color: #00809e;
  color: #fff;
  opacity: 1;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 0.3125rem;
  display: inline-block;
}
.c-footer {
  background-color: #00809e;
  padding: 2.5rem 0;
}
.c-footer__logo {
  border-bottom: none;
}
.c-footer p {
  margin-bottom: 0;
}
.c-footer nav {
  margin-top: 2rem;
}
.c-footer nav li {
  text-align: left;
}
.c-footer nav li a {
  text-transform: uppercase;
}
.c-footer .secondary-logos {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  margin-top: 1rem;
}
.c-footer .secondary-logos > div {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 1rem;
  text-align: center;
}
.c-footer .secondary-logos > div svg {
  width: 100%;
  max-width: 150px;
  margin: auto;
}
@media screen and (min-width: 40em) {
  .c-footer .secondary-logos > div {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (min-width: 62em) {
  .c-footer .secondary-logos > div {
    flex: 0 0 50%;
    width: 50%;
  }
}
.c-footer .secondary-logos .virtuoso-logo {
  fill: #fff;
}
.c-footer .secondary-logos .signature-logo .a {
  fill: #3b6e8e;
  fill: #fff;
}
.c-footer .secondary-logos .signature-logo .b {
  fill: #3b6d8e;
  fill: #fff;
}
.c-footer .secondary-logos .signature-logo .c {
  fill: #3c6e8f;
  fill: #fff;
}
.c-footer .secondary-logos .signature-logo .d {
  fill: #3c6e8e;
  fill: #fff;
}
.c-footer .secondary-logos .signature-logo .e {
  fill: #3e7090;
  fill: #fff;
}
.c-footer .secondary-logos .signature-logo .f {
  fill: url(#a);
}
.c-site-info {
  padding: 0.9375rem 0;
  text-align: center;
  font-size: 0.9375rem;
}
@media screen and (max-width: 61.9375em) {
  #menu-footer-menu > li {
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 1rem !important;
  }
}
.header-nav .menu {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.header-nav .menu .menu-button {
  padding: 0;
  background-color: transparent;
  color: inherit;
  margin-left: 0.625rem;
}
.header-nav .menu a {
  letter-spacing: 0.05rem;
}
.header-nav .menu > .menu-item {
  margin: 0;
}
.header-nav .menu > .menu-item > a {
  padding: 0.3125rem 0;
  margin: 0 20px;
  display: block;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}
.header-nav .menu > .menu-item.open > a,
.header-nav .menu > .menu-item:hover a {
  border-color: #e7a313;
}
.header-nav .menu > .menu-item > .sub-menu {
  margin: 0;
  list-style: none;
  display: none;
  min-width: 200px;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 70em) {
  .header-nav .menu > .menu-item > .sub-menu {
    border-top-color: #fff;
    position: absolute;
  }
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .sub-menu {
  position: absolute;
  margin: 0;
  list-style: none;
  background: #fff;
  display: none;
  min-width: 200px;
  left: 100%;
  font-size: 100%;
  top: 0;
  border-top-color: #efefef;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item {
  margin: 0;
  position: relative;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item a {
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid #efefef;
  display: block;
  font-size: 0.875rem;
  color: #3c3c3c;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item:hover > a {
  background: #00809e;
  color: #fff;
}
.header-nav .menu .menu-item:not(.mega).open > .sub-menu {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.8);
}
.header-nav .menu .menu-item:not(.mega).open > .sub-menu a {
  color: #fff !important;
  text-transform: uppercase;
}
.header-nav .menu .mega .menu-item:not(.mega).open > .sub-menu {
  background: 0 0 !important;
}
.header-nav .menu .menu-item.mega > .sub-menu {
  background-color: transparent;
  display: flex !important;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0.75rem;
}
.header-nav .menu .menu-item.mega > .sub-menu img {
  display: none;
}
@media screen and (min-width: 70em) {
  .header-nav .menu .menu-item.mega > .sub-menu {
    max-height: 0;
    margin-top: 2rem;
    visibility: hidden;
    opacity: 0;
  }
  .header-nav .menu .menu-item.mega > .sub-menu img {
    display: block;
    height: 190px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0.625rem;
  }
}
.header-nav .menu .menu-item.mega.open > .sub-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.25s ease;
  max-height: 100vh;
}
.header-nav .menu > .menu-item.mega {
  margin: 0;
}
.header-nav .menu > .menu-item.mega > .sub-menu {
  width: 100%;
  left: 0;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 70em) {
  .header-nav .menu > .menu-item.mega > .sub-menu {
    border-top-color: #fff;
    flex-direction: row;
    width: 1100px;
    left: calc(50% - 550px);
    background: rgba(0, 0, 0, 0.8);
  }
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > a {
  font-size: 1rem;
  border-bottom: none;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.3125rem;
  border-bottom: 2px solid transparent;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > a button {
  display: none;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > a:hover {
  border-color: #e7a313;
}
.header-nav .menu > .menu-item.mega > .sub-menu .menu-item li {
  line-height: 2.75;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu {
  margin: 0;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu a {
  border-bottom: none;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.header-nav
  .menu
  > .menu-item.mega
  > .sub-menu
  > .menu-item
  > .sub-menu
  a:hover {
  border-color: #e7a313;
}
@media screen and (min-width: 70em) {
  .header-nav .menu > .menu-item.mega.cols-1 > .sub-menu > .menu-item {
    width: 100%;
    padding: 1.25rem;
  }
  .header-nav .menu > .menu-item.mega.cols-2 > .sub-menu > .menu-item {
    width: 50%;
    padding: 1.25rem;
  }
  .header-nav .menu > .menu-item.mega.cols-3 > .sub-menu > .menu-item {
    width: 33.33333%;
    padding: 1.25rem;
  }
  .header-nav .menu > .menu-item.mega.cols-4 > .sub-menu > .menu-item {
    width: 25%;
    padding: 1.25rem;
  }
  .header-nav .menu > .menu-item.mega.cols-5 > .sub-menu > .menu-item {
    width: 20%;
    padding: 1.25rem;
  }
  .header-nav .menu > .menu-item.mega.cols-6 > .sub-menu > .menu-item {
    width: 16.66667%;
    padding: 1.25rem;
  }
  .header-nav
    .menu
    > .menu-item.mega.cols-4
    > .sub-menu
    > .menu-item:nth-of-type(1),
  .header-nav
    .menu
    > .menu-item.mega.cols-4
    > .sub-menu
    > .menu-item:nth-of-type(2) {
    width: 20% !important;
  }
  .header-nav
    .menu
    > .menu-item.mega.cols-4
    > .sub-menu
    > .menu-item:nth-of-type(3),
  .header-nav
    .menu
    > .menu-item.mega.cols-4
    > .sub-menu
    > .menu-item:nth-of-type(4) {
    width: 25% !important;
  }
  .header-nav
    .menu
    > .menu-item.mega.cols-4
    > .sub-menu
    > .menu-item:nth-of-type(3)
    a,
  .header-nav
    .menu
    > .menu-item.mega.cols-4
    > .sub-menu
    > .menu-item:nth-of-type(4)
    a {
    font-weight: 700;
  }
  .header-nav
    .menu
    > .menu-item.mega.cols-4
    > .sub-menu
    > .menu-item:nth-of-type(3)
    a,
  .header-nav
    .menu
    > .menu-item.mega.cols-4
    > .sub-menu
    > .menu-item:nth-of-type(3)
    p,
  .header-nav
    .menu
    > .menu-item.mega.cols-4
    > .sub-menu
    > .menu-item:nth-of-type(4)
    a,
  .header-nav
    .menu
    > .menu-item.mega.cols-4
    > .sub-menu
    > .menu-item:nth-of-type(4)
    p {
    margin-bottom: 0;
  }
}
body > header.no-thumbnail {
  margin-bottom: 8.125rem;
}
body > header.no-thumbnail .c-header {
  background: #d9ecf0;
  min-height: 80px;
}
body > header.no-thumbnail .c-header #menu-primary-menu > li > a {
  color: #00809e !important;
}
body > header.no-thumbnail .c-header .c-search__toggle path {
  fill: #00809e !important;
}
body > header.no-thumbnail .c-header .c-header__help a,
body > header.no-thumbnail .c-header .c-header__help span {
  color: #00809e !important;
}
body > header.no-thumbnail .c-header:before {
  display: none;
}
body > header .c-header {
  background: 0 0;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  max-height: 80px;
}
@media screen and (min-width: 62em) {
  body > header .c-header {
    max-height: 93px;
  }
}
body.admin-bar > header .c-header {
  margin-top: 32px !important;
}
body > header .c-header.top:before {
  max-height: 350px;
}
body > header .c-header:before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0,
    rgba(0, 0, 0, 0.82) 19%,
    rgba(0, 0, 0, 0.641) 34%,
    rgba(0, 0, 0, 0.4) 47%,
    rgba(0, 0, 0, 0.278) 56.5%,
    rgba(0, 0, 0, 0.194) 65%,
    rgba(0, 0, 0, 0.126) 73%,
    rgba(0, 0, 0, 0.075) 80.2%,
    rgba(0, 0, 0, 0.042) 86.1%,
    rgba(0, 0, 0, 0.021) 91%,
    rgba(0, 0, 0, 0.008) 95.2%,
    rgba(0, 0, 0, 0.002) 98.2%,
    rgba(0, 0, 0, 0) 100%
  );
  background-size: 100% 350px;
  content: "";
  width: 100%;
  height: 350px;
  min-height: 80px;
  max-height: 100%;
  display: block;
  position: absolute;
  z-index: 0;
}
body > header .c-header > div {
  position: relative;
  z-index: 1;
}
body > header .c-header__logo {
  font-size: 1.75rem;
  border-bottom: none;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 99;
}
@media screen and (min-width: 70em) {
  body > header .c-header__logo {
    left: 1.25rem;
    position: unset;
  }
}
body > header .c-header__help {
  position: relative;
  top: 4px;
}
body > header .c-header__help ul {
  list-style: none;
}
body > header .c-header__wrapper {
  padding: 1.25rem 3%;
}
@media screen and (max-width: 69.9375em) {
  body > header .c-header__wrapper {
    background-color: transparent;
    max-height: 0;
    z-index: -9;
    overflow: hidden;
    transition: background-color 0.35s linear;
  }
  body > header .c-header__wrapper #menu-primary-menu {
    opacity: 0;
    transition: opacity 1s linear;
  }
  .c-header.open .o-row {
    z-index: 999;
    padding-top: 3.75rem;
    background-color: #000;
    opacity: 0.9;
    max-height: 100vh;
    height: 100vh;
  }
  .c-header.open .o-row #menu-primary-menu {
    padding-top: 3rem;
    opacity: 1;
  }
  .c-header.open .o-row #menu-primary-menu a {
    font-size: 5vw;
    color: #fff !important;
    border-bottom-color: transparent !important;
  }
  .c-header.open .o-row #menu-primary-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
  .c-header.open .o-row #menu-primary-menu .menu-button {
    display: none;
  }
  .c-header.open .o-row .c-header__help,
  .c-header.open .o-row .c-navigation {
    visibility: visible;
  }
  .c-header.open .o-row .c-header__help {
    top: -3rem;
  }
  .c-header.open .o-row .c-header__help .c-search {
    margin-top: -1.5rem;
  }
  .c-header.open .o-row .c-header__help .sub-menu {
    margin: auto;
    margin-top: 1.5rem;
    display: block;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .c-header.open .o-row .c-header__help a {
    color: #fff !important;
  }
  .c-header.open .o-row .c-header__help svg,
  .c-header.open .o-row .c-header__help svg path {
    fill: #fff !important;
  }
  body > header .c-header__wrapper .c-header__help,
  body > header .c-header__wrapper .c-navigation {
    visibility: hidden;
  }
}
@media screen and (max-width: 69.9375em) and (min-width: 70em) {
  body > header .c-header__wrapper .c-header__help,
  body > header .c-header__wrapper .c-navigation {
    display: visible;
  }
}
@media screen and (max-width: 69.9375em) {
  body > header .c-header .c-header__help,
  body > header .c-header .c-navigation {
    display: block;
  }
  body > header .c-header .c-header__help .menu,
  body > header .c-header .c-navigation .menu {
    flex-direction: column;
  }
  body > header .c-header .c-header__help .menu,
  body > header .c-header .c-header__help > div,
  body > header .c-header .c-navigation .menu,
  body > header .c-header .c-navigation > div {
    justify-content: center;
    margin: 0 auto;
  }
  body > header .c-header .c-header__help .menu a,
  body > header .c-header .c-header__help > div a,
  body > header .c-header .c-navigation .menu a,
  body > header .c-header .c-navigation > div a {
    color: #000;
  }
  body > header .c-header .c-header__help .menu svg,
  body > header .c-header .c-header__help > div svg,
  body > header .c-header .c-navigation .menu svg,
  body > header .c-header .c-navigation > div svg {
    fill: #000;
  }
}
@media screen and (max-width: 61.9375em) {
  .c-header.open .o-row #menu-primary-menu a {
    font-size: 7vw;
  }
}
body > header .c-header .mobile-btns {
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  text-align: right;
}
@media screen and (min-width: 70em) {
  body > header .c-header .mobile-btns {
    display: none;
  }
}
body > header .c-header .mobile-btns .menu-bar {
  display: block;
  width: 30px;
  height: 3px;
  margin: 8px 0;
  margin-left: auto;
  opacity: 1;
  transition: all 0.5s ease;
  transform-origin: center center;
}
body > header .c-header .mobile-btns .menu-bar:after {
  content: " ";
  display: block;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 2px;
}
body > header .c-header .mobile-btns .menu-bar:nth-child(2) {
  width: 20px;
}
body > header .c-header.open .c-header__help,
body > header .c-header.open .c-navigation {
  max-height: 100vh;
}
body > header .c-header.open .mobile-btns .menu-bar:nth-child(1) {
  transform: rotate(45deg) translate(6px, 10px);
}
body > header .c-header.open .mobile-btns .menu-bar:nth-child(2) {
  opacity: 0;
}
body > header .c-header.open .mobile-btns .menu-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -10px);
}
.c-weglot {
  margin-left: 20px;
}
.c-weglot ul {
  margin: 0;
}
.c-weglot .menu-button {
  color: #fff;
  border: none;
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.c-weglot .sub-menu {
  visibility: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
.c-weglot .sub-menu > li {
  position: absolute;
  top: 45px;
  right: 0;
  width: 120px;
  background: #fff;
}
.c-weglot .sub-menu aside {
  width: 100%;
}
.c-weglot .open .sub-menu {
  visibility: visible;
  max-height: 80px;
}
.c-weglot .country-selector.weglot-dropdown {
  color: #000;
}
.c-weglot .country-selector.weglot-dropdown.wgcurrent {
  padding: 0 10px;
}
.c-weglot .country-selector.weglot-dropdown.wgcurrent:after {
  content: "\2713 ";
  background: 0 0;
  transform: none;
  top: 8px;
  right: 4px;
}
.c-weglot .country-selector.weglot-dropdown a,
.c-weglot .country-selector.weglot-dropdown label {
  border: none;
  cursor: pointer;
}
.c-weglot .country-selector.weglot-dropdown a:hover,
.c-weglot .country-selector.weglot-dropdown label:hover {
  background: rgba(0, 0, 0, 0.1);
}
.c-weglot .country-selector.weglot-dropdown a span,
.c-weglot .country-selector.weglot-dropdown label span {
  color: #000;
  text-transform: uppercase;
  padding: 0;
}
.c-weglot .country-selector.weglot-dropdown ul {
  display: block;
}
.c-comments__title {
  margin: 3.75rem 0 1.25rem 0;
  font-size: 2rem;
}
.c-comments__list {
  list-style: none;
  margin: 0;
}
.c-comments__list .children {
  font-size: 100%;
  list-style: none;
}
.c-comment {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
  position: relative;
}
.c-comment--child {
  box-shadow: none;
  border-color: #f1f1f1;
}
.c-comment--child .c-comment__avatar {
  width: 70px;
  height: 70px;
  margin-right: 0.9375rem;
}
.c-comment__reply-link {
  text-align: right;
}
.c-comment__edit-link {
  position: absolute;
  top: 10px;
  right: 10px;
}
.c-comment__time {
  margin-bottom: 0.9375rem;
  display: inline-block;
  font-size: 0.875rem;
  border-bottom: none;
}
.c-comment__body {
  display: flex;
}
.c-comment__avatar {
  width: 100px;
  height: 100px;
  margin-right: 1.25rem;
}
.c-comment__content {
  flex: 1;
}
.c-comment__content p {
  color: #3c3c3c;
}
.c-comment__author {
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
}
.c-comment__author a {
  color: inherit;
  border-bottom: none;
}
.c-search {
  margin: 0;
}
.c-search__toggle {
  border-bottom: none;
  padding-top: 8px;
  display: block;
}
.c-search__toggle svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transform: rotate(90deg);
}
.c-search__form {
  padding-right: 44px;
}
.c-search__label {
  margin-bottom: 0;
}
.c-search__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 44px;
  background-color: #00809e;
  cursor: pointer;
}
.c-search__button .search-icon {
  margin: auto;
}
.c-search .sub-menu {
  margin: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.5s ease;
  position: absolute;
  top: 40px;
  left: 0;
  overflow: hidden;
}
.c-search.open .sub-menu {
  max-height: 80px;
  visibility: visible;
}
.c-search__toggle svg path {
  fill: #000 !important;
}
@media screen and (min-width: 70em) {
  .c-search__toggle svg path {
    fill: #fff !important;
  }
}
.error404 .c-page__content .c-search {
  list-style-type: none !important;
}
.error404 .c-page__content .c-search ul {
  list-style-type: none !important;
}
.error404 .c-page__content .c-search .sub-menu {
  visibility: visible;
  position: relative;
  overflow: visible;
  width: 300px;
  max-width: 100%;
}
.error404 .c-page__content .c-search .menu-button {
  display: none;
}
.c-navigation {
  color: #fff;
}
.c-navigation nav {
  position: unset;
}
.c-navigation ul {
  margin: 0;
  list-style: none;
}
.c-navigation ul > .menu-item {
  margin: 0;
}
.c-navigation ul > .menu-item > a {
  border-bottom: none;
}
@media screen and (max-width: 69.9375em) {
  .c-navigation ul {
    text-align: center;
  }
}
.c-navigation__title {
  font-weight: 700;
  text-transform: uppercase;
}
footer .c-navigation .sub-menu {
  margin: 0;
}
#menu-bottom-menu li {
  margin: 0 10px;
}
.c-header.open .u-mobile-subnav .sub-menu {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-header.open .u-mobile-subnav .sub-menu.open {
  max-height: 100vh !important;
}
.navigation.pagination .nav-links {
  margin-top: 2.5rem;
  text-align: right;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span:not(.dots):not(.current) {
  padding: 0.4375rem 0.9375rem;
  border-bottom: none;
  background-color: #e0e0e0;
  color: #3c3c3c;
  display: inline-block;
  background-color: #fafafa;
  border: 2px solid #e2e2e2;
}
.navigation.pagination .nav-links a:hover {
  background-color: #00809e;
  color: #fff;
}
.navigation.pagination .nav-links .current,
.navigation.pagination .nav-links .dots {
  padding: 0.4375rem 0.4375rem;
}
.c-post-navigation {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.c-post-navigation__links {
  display: flex;
}
.c-post-navigation__post {
  flex: 1;
  max-width: 50%;
}
.c-post-navigation__post--next .c-post-navigation__thumbnail {
  order: 1;
  margin-left: 0.9375rem;
}
.c-post-navigation__post--next .c-post-navigation__link {
  justify-content: flex-end;
  border-left: none !important;
}
.c-post-navigation__post--next .c-post-navigation__content {
  text-align: right;
}
.c-post-navigation__post--prev .c-post-navigation__thumbnail {
  margin-right: 0.9375rem;
}
.c-post-navigation__post--prev .c-post-navigation__link {
  justify-content: flex-start;
}
.c-post-navigation__subtitle {
  display: block;
  color: #3c3c3c;
  font-size: 0.875rem;
}
.c-post-navigation__title {
  display: block;
  color: #000;
  font-weight: 600;
}
.c-post-navigation__content {
  flex: 1;
  margin: 0.625rem 0;
}
.c-post-navigation__link {
  display: flex;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ccc !important;
  padding: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .c-post-navigation__link {
    flex-direction: column;
  }
  .c-post-navigation__post--next .c-post-navigation__link {
    flex-direction: column-reverse;
  }
  .c-post-navigation__post--next
    .c-post-navigation__link
    .c-post-navigation__thumbnail {
    margin-left: auto;
  }
}
.c-post-navigation__thumbnail {
  width: 100px;
}
.c-post-navigation__thumbnail img {
  height: 100px;
  width: 100px;
}
.c-logo--primary {
  width: 115px;
  max-width: 115px;
}
.c-logo--secondary {
  width: 140px;
  max-width: 140px;
  margin-bottom: -5px;
}
.logo:not(.cdsComponent) {
  display: inline-block;
  width: 264px;
  height: 106px;
  background: url(../images/svg/logos/logo-primary.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.c-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-social li {
  margin: 0;
}
.c-social a {
  border: none;
  display: block;
  fill: #00809e;
  background: #fff;
  margin: 5px;
  padding: 6px;
  border-radius: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.c-social svg {
  width: 15px;
  height: 15px;
}
.c-social svg:hover {
  transform: scale(1.1);
}
.c-social.dark a {
  fill: #fff;
  background: #00809e;
  width: 35px;
  height: 35px;
  padding: 8px;
}
.c-social.dark svg {
  width: 20px;
  height: 20px;
}
.c-newsletter {
  background-color: #d9ecf0;
}
.c-newsletter__form-content {
  display: flex;
  justify-content: center;
}
.c-newsletter__input {
  width: 300px;
  max-width: 100%;
}
.c-social-feed {
  background-color: #fff;
}
.c-social-feed h2 span {
  display: block;
  font-size: 50%;
  margin-bottom: 0.625rem;
}
.c-social-feed__grid {
  min-height: 484px;
}
#instagram {
  position: relative;
  flex: 0 0 100%;
  width: 1120px;
  max-width: calc(100% - 2rem);
  padding-top: 0;
  z-index: 9;
  margin: 0 auto 2rem;
}
#instagram a {
  border: none;
}
#instagram .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 2;
}
#instagram .share-tile {
  display: block;
  flex: 0 0 24%;
  padding: 5px 0;
}
#instagram .share-tile.to-load {
  visibility: hidden;
}
#instagram .share-tile img,
#instagram .share-tile video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .share-tile {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 768px) {
  .social.u-padding-50 {
    padding: 0 !important;
  }
  .slider-button.social {
    display: none !important;
  }
  .c-social-feed__grid {
    min-height: 0;
  }
  .c-social-feed__grid #instagram {
    margin-left: 0;
    margin-right: 0;
    min-width: 100vw;
    max-width: 100vw;
  }
  .c-social-feed__grid .share-tile {
    padding: 0 10px !important;
  }
  .c-social-feed__grid .share-tile img {
    height: 250px !important;
  }
  .c-social-feed__grid .slick-arrow {
    display: none !important;
  }
}
@supports (grid-area: auto) {
  @media screen and (min-width: 768px) {
    #instagram .images {
      display: grid;
      grid-template-columns: repeat(11, 1fr);
      grid-template-rows: repeat(8, 40px);
      grid-column-gap: 12px;
      grid-row-gap: 12px;
    }
    #instagram .images .share-tile {
      padding: 0;
      position: relative;
    }
    #instagram .images .share-tile img {
      position: absolute;
      top: 0;
      left: 0;
    }
    #instagram .images .share-tile:nth-of-type(1) {
      grid-column: 1 / span 5;
      grid-row: 1 / span 8;
    }
    #instagram .images .share-tile:nth-of-type(2) {
      grid-column: 6 / span 3;
      grid-row: 1 / span 4;
    }
    #instagram .images .share-tile:nth-of-type(3) {
      grid-column: 9 / span 3;
      grid-row: 1 / span 4;
    }
    #instagram .images .share-tile:nth-of-type(4) {
      grid-column: 6 / span 3;
      grid-row: 5 / span 4;
    }
    #instagram .images .share-tile:nth-of-type(5) {
      grid-column: 9 / span 3;
      grid-row: 5 / span 4;
    }
  }
  @media screen and (min-width: 991px) {
    #instagram .images {
      grid-template-rows: repeat(8, 50px);
    }
  }
  @media screen and (min-width: 1200px) {
    .c-social-feed__grid .images {
      grid-template-rows: repeat(8, 70px);
    }
  }
}
.slick-next,
.slick-prev,
.slider-button {
  position: absolute;
  top: calc(50% - 17px);
  text-indent: -9999px;
  background: #00809e;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  cursor: pointer;
}
.slick-next:after,
.slick-prev:after,
.slider-button:after {
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #d9ecf0;
  display: inline-block;
  height: 12.5px;
  width: 12.5px;
  content: "";
  margin-left: 0.25rem;
  margin-bottom: 1px;
  transform: rotate(315deg);
  position: absolute;
  top: 12px;
  right: 14px;
}
.slick-next.slick-next,
.slick-next.slider-next,
.slick-prev.slick-next,
.slick-prev.slider-next,
.slider-button.slick-next,
.slider-button.slider-next {
  right: -2.5rem;
}
.slick-next.slick-prev,
.slick-next.slider-prev,
.slick-prev.slick-prev,
.slick-prev.slider-prev,
.slider-button.slick-prev,
.slider-button.slider-prev {
  left: -2.5rem;
}
.slick-next.slick-prev:after,
.slick-next.slider-prev:after,
.slick-prev.slick-prev:after,
.slick-prev.slider-prev:after,
.slider-button.slick-prev:after,
.slider-button.slider-prev:after {
  transform: rotate(135deg);
  right: 9px;
}
.c-facets--blog-main {
  display: flex;
}
.c-facets--blog-main > div {
  margin-left: 1rem;
  margin-right: 1rem;
}
.c-facets--blog-main > div p {
  margin-bottom: 0.3125rem;
}
.c-facets .facetwp-facet-load_more {
  text-align: center;
  margin-top: 2rem;
}
.c-facets .fs-label-wrap .fs-label {
  height: 38px;
  padding-top: 12px;
}
.za-social-buttons {
  width: 100%;
  position: relative;
  display: block;
  top: -2rem;
}
.za-social-buttons > span {
  display: inline-block;
  position: relative;
}
.za-social-buttons a {
  border: none;
}
.za-social-buttons svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  fill: gray;
}
.za-social-buttons svg .cls-1,
.za-social-buttons svg .cls-2 {
  fill: gray;
}
.c-events {
  background-color: #d9ecf0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.c-events .facetwp-template {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-events__filters {
  display: flex;
  justify-content: center;
}
.c-events__filters > div {
  margin: 0 1rem;
}
.c-events__filters .fs-label-wrap {
  height: 40px;
  padding-top: 6px;
}
.c-events .facetwp-facet-load_more {
  margin-top: 3rem;
}
.c-events .c-post {
  width: 100%;
  display: inline-block;
  background: #fff;
}
.c-events .c-post h2 {
  padding: 0 !important;
}
.c-events .c-post h4 {
  color: #05804a;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 62em) {
  .c-events .c-post {
    width: 49%;
  }
}
.c-featured-events {
  background-color: #9ed1cf !important;
  padding: 4rem 0 2rem;
}
.c-featured-events__slides {
  background-color: #9ed1cf !important;
}
.c-featured-events .slick-slide {
  margin: 0 2rem;
}
.c-featured-events__slide {
  background-color: #fff;
  padding: 0 !important;
}
.c-featured-events__slide-content {
  background-color: #fff;
  padding: 1rem;
}
.c-featured-events__slide-content h2 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
}
.c-featured-events__slide-content h4 {
  color: #05804a;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
.c-featured-events__slide-content .u-read-more {
  text-transform: uppercase;
  color: #000;
}
.c-featured-events__thumbnail {
  max-width: 100%;
  margin: auto;
}
.c-partner-social-trip-advisor #CDSRATINGWIDGET {
  margin-right: 0;
  margin-left: auto;
}
.c-partner-social-trip-advisor ul {
  list-style: none;
  text-align: right;
}
#CybotCookiebotDialog a {
  border: none !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyEdgeMoreDetailsLink {
  color: #00809e !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  border-color: #00809e !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #00809e !important;
}
.c-page__content > .wp-block-image:first-child img,
.c-post__content > .wp-block-image:first-child img,
.c-post__thumbnail > .wp-block-image:first-child img {
  max-height: 90vh;
  min-height: 350px;
  width: 100vw;
  object-fit: cover;
}
@media screen and (min-width: 70em) {
  .c-page__content > .wp-block-image:first-child img,
  .c-post__content > .wp-block-image:first-child img,
  .c-post__thumbnail > .wp-block-image:first-child img {
    height: 700px;
  }
}
.wp-block-cover {
  min-height: 28.125rem;
}
.c-deals {
  padding-bottom: 3rem;
}
.c-deals__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-deals__filters > div {
  margin: 1rem;
}
.c-deals .c-post {
  padding: 1rem;
  margin-bottom: 1rem;
}
.single .c-deals {
  margin-bottom: -1.25rem;
}
.c-accordions {
  width: 100%;
  margin: 0 auto;
}
.c-accordions__accordion {
  border-bottom: 2px solid #f1f1f1;
}
.c-accordions__display-text {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  border: none;
  padding: 10px 15px;
  margin: 5px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.c-accordions__display-text p {
  margin: 0;
  color: #00809e;
  font-weight: 700;
}
.c-accordions__panel {
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
}
.c-accordions .arrow-icon--down {
  transition: transform 0.3s ease;
}
.c-accordions__accordion.active .c-accordions__panel {
  max-height: none !important;
  padding-top: 1rem;
}
.c-accordions__accordion.active .arrow-icon--down {
  transform: rotate(180deg);
  transform-origin: center;
}
.wp-block-columns img {
  width: 100%;
}
@media screen and (max-width: 61.9375em) {
  .page-id-6532 .belize-blocks-columns,
  .page-id-6557 .belize-blocks-columns {
    padding-top: 0;
  }
  .page-id-6532
    .belize-blocks-columns
    .wp-block-columns__inner
    > div:first-child,
  .page-id-6557
    .belize-blocks-columns
    .wp-block-columns__inner
    > div:first-child {
    padding-top: 8rem !important;
  }
}
.wp-block-belize-blocks-blog-slider {
  overflow: hidden;
}
#content {
  overflow-x: hidden;
}
.page-id-18925 #content .c-page__content .bbr-logo-wrapper,
.page-id-6784 #content .c-page__content .bbr-logo-wrapper {
  padding: 2.0625rem;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/08/bbr-pattern-coral-1.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: 120%;
}
@media screen and (min-width: 40em) {
  .page-id-18925 #content .c-page__content .bbr-logo-wrapper,
  .page-id-6784 #content .c-page__content .bbr-logo-wrapper {
    padding: 3.125rem;
  }
}
.page-id-18925 #content .c-page__content .bbr-logo-wrapper .bbr-logo,
.page-id-6784 #content .c-page__content .bbr-logo-wrapper .bbr-logo {
  padding: 1.5rem 1.625rem 1.4375rem;
  margin: 0;
  background: #fff;
}
@media screen and (min-width: 40em) {
  .page-id-18925 #content .c-page__content .bbr-logo-wrapper .bbr-logo,
  .page-id-6784 #content .c-page__content .bbr-logo-wrapper .bbr-logo {
    padding: 2.3125rem 2.5rem 2.1875rem;
  }
}
.page-id-18925 #content .c-page__content .bbr-logo-wrapper .bbr-logo img,
.page-id-6784 #content .c-page__content .bbr-logo-wrapper .bbr-logo img {
  width: 11.9375rem;
}
@media screen and (min-width: 40em) {
  .page-id-18925 #content .c-page__content .bbr-logo-wrapper .bbr-logo img,
  .page-id-6784 #content .c-page__content .bbr-logo-wrapper .bbr-logo img {
    width: 18.0625rem;
  }
}
.page-id-18925 #content .c-page__content .bbr-pattern-spacer,
.page-id-6784 #content .c-page__content .bbr-pattern-spacer {
  height: 3.125rem;
  width: 100%;
  padding: 0;
  margin: 4rem 0 3rem;
  max-width: 100% !important;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/08/bbr-pattern-coral-1.png);
  background-position: center center;
  background-repeat: repeat-x;
  opacity: 0.35;
}
.page-id-18925 #content .c-page__content p,
.page-id-6784 #content .c-page__content p {
  font-family: bryant;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.35rem;
  color: #008ab1;
}
@media screen and (min-width: 40em) {
  .page-id-18925 #content .c-page__content p,
  .page-id-6784 #content .c-page__content p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.page-id-18925 #content .c-page__content h1,
.page-id-18925 #content .c-page__content h2,
.page-id-18925 #content .c-page__content h3,
.page-id-18925 #content .c-page__content h4,
.page-id-18925 #content .c-page__content h5,
.page-id-18925 #content .c-page__content h6,
.page-id-6784 #content .c-page__content h1,
.page-id-6784 #content .c-page__content h2,
.page-id-6784 #content .c-page__content h3,
.page-id-6784 #content .c-page__content h4,
.page-id-6784 #content .c-page__content h5,
.page-id-6784 #content .c-page__content h6 {
  font-family: bryant;
  font-weight: 700;
  color: #008ab1;
}
.page-id-18925 #content .c-page__content h1,
.page-id-18925 #content .c-page__content h2,
.page-id-6784 #content .c-page__content h1,
.page-id-6784 #content .c-page__content h2 {
  font-size: 2.1875rem;
  line-height: 1.2;
}
@media screen and (min-width: 40em) {
  .page-id-18925 #content .c-page__content h1,
  .page-id-18925 #content .c-page__content h2,
  .page-id-6784 #content .c-page__content h1,
  .page-id-6784 #content .c-page__content h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}
.page-id-18925 #content .c-page__content h3,
.page-id-6784 #content .c-page__content h3 {
  font-size: 1.875rem;
  line-height: 2;
}
.page-id-18925 #content .c-page__content .brr-protected-header,
.page-id-6784 #content .c-page__content .brr-protected-header {
  height: 3.125rem;
  width: 100%;
  padding: 0;
  margin: 4rem 0 0;
  max-width: 100% !important;
  background-color: #008ab1;
  color: #fff;
}
.page-id-18925 #content .c-page__content .c-page-slider,
.page-id-6784 #content .c-page__content .c-page-slider {
  margin-top: 3rem;
  background-color: #e1f5f9;
  background-image: url(/wp-content/uploads/2022/08/bbr-pattern-scales.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: 58rem;
}
.page-id-18925 #content .c-page__content .c-page-slider .c-page-slider__slides,
.page-id-6784 #content .c-page__content .c-page-slider .c-page-slider__slides {
  background-color: rgba(225, 245, 249, 0.5);
}
.page-id-18925 #content .c-page__content .c-blog-slider,
.page-id-6784 #content .c-page__content .c-blog-slider {
  margin-bottom: 0 !important;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/08/bbr-pattern-coral-1.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: 58rem;
}
.page-id-18925
  #content
  .c-page__content
  .c-blog-slider
  .c-blog-slider__categories,
.page-id-18925 #content .c-page__content .c-blog-slider .svg-calendar,
.page-id-18925 #content .c-page__content .c-blog-slider h2,
.page-id-6784
  #content
  .c-page__content
  .c-blog-slider
  .c-blog-slider__categories,
.page-id-6784 #content .c-page__content .c-blog-slider .svg-calendar,
.page-id-6784 #content .c-page__content .c-blog-slider h2 {
  display: none;
}
.page-id-18925 #content .c-page__content .c-blog-slider .c-blog-slider__posts,
.page-id-6784 #content .c-page__content .c-blog-slider .c-blog-slider__posts {
  padding: 3.125rem 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.page-id-18925
  #content
  .c-page__content
  .c-blog-slider
  .c-blog-slider__post-content
  h4,
.page-id-6784
  #content
  .c-page__content
  .c-blog-slider
  .c-blog-slider__post-content
  h4 {
  font-family: bryant;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.35rem;
  color: #050505;
}
@media screen and (min-width: 40em) {
  .page-id-18925
    #content
    .c-page__content
    .c-blog-slider
    .c-blog-slider__post-content
    h4,
  .page-id-6784
    #content
    .c-page__content
    .c-blog-slider
    .c-blog-slider__post-content
    h4 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.page-id-18925
  #content
  .c-page__content
  .c-blog-slider
  .c-blog-slider__post-content
  p,
.page-id-6784
  #content
  .c-page__content
  .c-blog-slider
  .c-blog-slider__post-content
  p {
  font-family: bryant;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #050505;
}
@media screen and (min-width: 40em) {
  .page-id-18925
    #content
    .c-page__content
    .c-blog-slider
    .c-blog-slider__post-content
    p,
  .page-id-6784
    #content
    .c-page__content
    .c-blog-slider
    .c-blog-slider__post-content
    p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.page-id-18925
  #content
  .c-page__content
  .c-blog-slider
  .c-blog-slider__post-content
  a.u-read-more,
.page-id-6784
  #content
  .c-page__content
  .c-blog-slider
  .c-blog-slider__post-content
  a.u-read-more {
  font-family: bryant;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #050505;
}
@media screen and (min-width: 40em) {
  .page-id-18925
    #content
    .c-page__content
    .c-blog-slider
    .c-blog-slider__post-content
    a.u-read-more,
  .page-id-6784
    #content
    .c-page__content
    .c-blog-slider
    .c-blog-slider__post-content
    a.u-read-more {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.page-id-18925 #bbr-modal,
.page-id-6784 #bbr-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  overflow: auto;
  z-index: 999999;
  display: none;
}
@media screen and (min-width: 40em) {
  .page-id-18925 #bbr-modal,
  .page-id-6784 #bbr-modal {
    padding-top: 6rem;
  }
}
.page-id-18925 #bbr-modal p,
.page-id-6784 #bbr-modal p {
  font-family: bryant;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #050505;
}
@media screen and (min-width: 40em) {
  .page-id-18925 #bbr-modal p,
  .page-id-6784 #bbr-modal p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.page-id-18925 #bbr-modal h1,
.page-id-18925 #bbr-modal h2,
.page-id-18925 #bbr-modal h3,
.page-id-18925 #bbr-modal h4,
.page-id-18925 #bbr-modal h5,
.page-id-18925 #bbr-modal h6,
.page-id-6784 #bbr-modal h1,
.page-id-6784 #bbr-modal h2,
.page-id-6784 #bbr-modal h3,
.page-id-6784 #bbr-modal h4,
.page-id-6784 #bbr-modal h5,
.page-id-6784 #bbr-modal h6 {
  font-family: bryant;
  font-weight: 700;
  color: #008ab1;
}
.page-id-18925 #bbr-modal h1,
.page-id-18925 #bbr-modal h2,
.page-id-6784 #bbr-modal h1,
.page-id-6784 #bbr-modal h2 {
  font-size: 2.1875rem;
  line-height: 1.2;
}
@media screen and (min-width: 40em) {
  .page-id-18925 #bbr-modal h1,
  .page-id-18925 #bbr-modal h2,
  .page-id-6784 #bbr-modal h1,
  .page-id-6784 #bbr-modal h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}
.page-id-18925 #bbr-modal h3,
.page-id-6784 #bbr-modal h3 {
  font-size: 1.875rem;
  line-height: 2;
}
.page-id-18925 #bbr-modal .bbr-modal-screen,
.page-id-6784 #bbr-modal .bbr-modal-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.page-id-18925 #bbr-modal .bbr-modal-content,
.page-id-6784 #bbr-modal .bbr-modal-content {
  position: relative;
  width: 80rem;
  max-width: 100%;
  padding: 1.5rem 0.5rem 2rem;
  margin: auto auto 6rem;
  background-color: #ecf5fa;
  outline: 0;
  box-shadow:
    0 4px 10px 0 rgba(0, 0, 0, 0.2),
    0 4px 20px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.page-id-18925 #bbr-modal .bbr-modal-container,
.page-id-6784 #bbr-modal .bbr-modal-container {
  padding: 0 1.5rem;
  display: block;
  order: 2;
  flex: 1 1 auto;
}
.page-id-18925 #bbr-modal .bbr-modal-container:after,
.page-id-18925 #bbr-modal .bbr-modal-container:before,
.page-id-6784 #bbr-modal .bbr-modal-container:after,
.page-id-6784 #bbr-modal .bbr-modal-container:before {
  content: "";
  display: table;
  clear: both;
}
.page-id-18925 #bbr-modal header,
.page-id-6784 #bbr-modal header {
  display: block;
  order: 1 !important;
  flex: 1 1 auto;
}
.page-id-18925 #bbr-modal header h3,
.page-id-6784 #bbr-modal header h3 {
  font-weight: 700;
}
.page-id-18925 #bbr-modal header figure,
.page-id-6784 #bbr-modal header figure {
  display: block;
  width: 100%;
  height: 300px;
  margin: 0 0 2rem;
  overflow: hidden;
}
.page-id-18925 #bbr-modal header figure img,
.page-id-6784 #bbr-modal header figure img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.page-id-18925 #bbr-modal footer,
.page-id-6784 #bbr-modal footer {
  display: block;
  order: 3 !important;
  flex: 1 1 auto;
}
.page-id-18925 #bbr-modal .bbr-modal-close,
.page-id-6784 #bbr-modal .bbr-modal-close {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  display: block;
  padding: 0.5rem;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-family: sans-serif;
  font-size: 2rem;
  line-height: 0.5;
}
.page-id-18925 #bbr-modal .bbr-modal-close:hover,
.page-id-6784 #bbr-modal .bbr-modal-close:hover {
  background: rgba(0, 0, 0, 0.2);
}
.page-id-18925 #bbr-modal .bbr-modal-next,
.page-id-6784 #bbr-modal .bbr-modal-next {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  display: block;
  padding: 0.5rem;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-family: bryant;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: #050505;
}
@media screen and (min-width: 40em) {
  .page-id-18925 #bbr-modal .bbr-modal-next,
  .page-id-6784 #bbr-modal .bbr-modal-next {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.page-id-18925 #bbr-modal .bbr-modal-next:hover,
.page-id-6784 #bbr-modal .bbr-modal-next:hover {
  background: rgba(0, 0, 0, 0.2);
}
.page-id-18925 #bbr-modal .bbr-modal-rule,
.page-id-6784 #bbr-modal .bbr-modal-rule {
  position: relative;
  display: block;
  height: 1.5625rem;
  width: 50%;
  padding: 0;
  margin: 1rem 0;
  max-width: 100% !important;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2022/08/bbr-pattern-coral-2.png);
  background-position: center top;
  background-repeat: repeat-x;
  opacity: 1;
}
.page-id-18925 #bbr-modal footer,
.page-id-6784 #bbr-modal footer {
  display: block;
  order: 3 !important;
  flex: 1 1 auto;
}
.page-id-18925 #bbr-modal footer img,
.page-id-6784 #bbr-modal footer img {
  display: block;
  width: 50%;
  max-width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 40em) {
  .page-id-18925 #bbr-modal footer img,
  .page-id-6784 #bbr-modal footer img {
    width: 25%;
  }
}
.u-skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 99;
}
.u-skip-link:focus {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #fff;
  padding: 10px 15px;
  width: auto;
  height: auto;
}
.u-responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.u-responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-text-center {
  text-align: center !important;
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}
.u-position-relative {
  position: relative;
}
.u-position-absolute {
  position: absolute;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-read-more {
  font-weight: 700;
}
.u-read-more:after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 7px;
  width: 7px;
  content: "";
  margin-left: 2px;
  margin-bottom: 2px;
  transform: rotate(-45deg);
}
.u-read-more:hover {
  color: #00809e;
  border-bottom: 1px solid #00809e;
}
.u-bold {
  font-weight: 700 !important;
}
@media screen and (max-width: 69.9375em) {
  .u-desktop-only {
    display: none;
  }
}
@media screen and (min-width: 70em) {
  .u-mobile-only {
    display: none;
  }
}
.u-flex {
  display: flex;
}
.u-flex-direction-row {
  flex-direction: row;
}
.u-flex-direction-row-reverse {
  flex-direction: row-reverse;
}
.u-flex-direction-column {
  flex-direction: column;
}
.u-flex-direction-column-reverse {
  flex-direction: column-reverse;
}
.u-flex-nowrap {
  flex-wrap: nowrap;
}
.u-flex-wrap {
  flex-wrap: wrap;
}
.u-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.u-align-left {
  justify-content: flex-start;
}
.u-align-right {
  justify-content: flex-end;
}
.u-align-center {
  justify-content: center;
}
.u-align-justify {
  justify-content: space-between;
}
.u-align-spaced {
  justify-content: space-around;
}
.u-align-evenly {
  justify-content: space-evenly;
}
.u-align-top {
  align-items: flex-start;
}
.u-align-bottom {
  align-items: flex-end;
}
.u-align-middle {
  align-items: center;
}
.u-align-baseline {
  align-items: baseline;
}
.u-align-stretch {
  align-items: stretch;
}
.u-align-self-top {
  align-self: flex-start;
}
.u-align-self-bottom {
  align-self: flex-end;
}
.u-align-self-middle {
  align-self: center;
}
.u-align-self-baseline {
  align-self: baseline;
}
.u-align-self-stretch {
  align-self: stretch;
}
.u-order-0 {
  order: 0;
}
.u-order-1 {
  order: 1;
}
.u-order-2 {
  order: 2;
}
.u-order-3 {
  order: 3;
}
.u-order-4 {
  order: 4;
}
.u-order-5 {
  order: 5;
}
.u-order-6 {
  order: 6;
}
.u-order-7 {
  order: 7;
}
.u-order-8 {
  order: 8;
}
.u-order-9 {
  order: 9;
}
.u-order-10 {
  order: 10;
}
.u-order-11 {
  order: 11;
}
.u-order-12 {
  order: 12;
}
@media screen {
  .u-order-0\@small {
    order: 0;
  }
  .u-order-1\@small {
    order: 1;
  }
  .u-order-2\@small {
    order: 2;
  }
  .u-order-3\@small {
    order: 3;
  }
  .u-order-4\@small {
    order: 4;
  }
  .u-order-5\@small {
    order: 5;
  }
  .u-order-6\@small {
    order: 6;
  }
  .u-order-7\@small {
    order: 7;
  }
  .u-order-8\@small {
    order: 8;
  }
  .u-order-9\@small {
    order: 9;
  }
  .u-order-10\@small {
    order: 10;
  }
  .u-order-11\@small {
    order: 11;
  }
  .u-order-12\@small {
    order: 12;
  }
}
@media screen and (min-width: 40em) {
  .u-order-0\@medium {
    order: 0;
  }
  .u-order-1\@medium {
    order: 1;
  }
  .u-order-2\@medium {
    order: 2;
  }
  .u-order-3\@medium {
    order: 3;
  }
  .u-order-4\@medium {
    order: 4;
  }
  .u-order-5\@medium {
    order: 5;
  }
  .u-order-6\@medium {
    order: 6;
  }
  .u-order-7\@medium {
    order: 7;
  }
  .u-order-8\@medium {
    order: 8;
  }
  .u-order-9\@medium {
    order: 9;
  }
  .u-order-10\@medium {
    order: 10;
  }
  .u-order-11\@medium {
    order: 11;
  }
  .u-order-12\@medium {
    order: 12;
  }
}
@media screen and (min-width: 62em) {
  .u-order-0\@medium-large {
    order: 0;
  }
  .u-order-1\@medium-large {
    order: 1;
  }
  .u-order-2\@medium-large {
    order: 2;
  }
  .u-order-3\@medium-large {
    order: 3;
  }
  .u-order-4\@medium-large {
    order: 4;
  }
  .u-order-5\@medium-large {
    order: 5;
  }
  .u-order-6\@medium-large {
    order: 6;
  }
  .u-order-7\@medium-large {
    order: 7;
  }
  .u-order-8\@medium-large {
    order: 8;
  }
  .u-order-9\@medium-large {
    order: 9;
  }
  .u-order-10\@medium-large {
    order: 10;
  }
  .u-order-11\@medium-large {
    order: 11;
  }
  .u-order-12\@medium-large {
    order: 12;
  }
}
@media screen and (min-width: 70em) {
  .u-order-0\@large {
    order: 0;
  }
  .u-order-1\@large {
    order: 1;
  }
  .u-order-2\@large {
    order: 2;
  }
  .u-order-3\@large {
    order: 3;
  }
  .u-order-4\@large {
    order: 4;
  }
  .u-order-5\@large {
    order: 5;
  }
  .u-order-6\@large {
    order: 6;
  }
  .u-order-7\@large {
    order: 7;
  }
  .u-order-8\@large {
    order: 8;
  }
  .u-order-9\@large {
    order: 9;
  }
  .u-order-10\@large {
    order: 10;
  }
  .u-order-11\@large {
    order: 11;
  }
  .u-order-12\@large {
    order: 12;
  }
}
@media screen and (min-width: 77.5em) {
  .u-order-0\@xlarge {
    order: 0;
  }
  .u-order-1\@xlarge {
    order: 1;
  }
  .u-order-2\@xlarge {
    order: 2;
  }
  .u-order-3\@xlarge {
    order: 3;
  }
  .u-order-4\@xlarge {
    order: 4;
  }
  .u-order-5\@xlarge {
    order: 5;
  }
  .u-order-6\@xlarge {
    order: 6;
  }
  .u-order-7\@xlarge {
    order: 7;
  }
  .u-order-8\@xlarge {
    order: 8;
  }
  .u-order-9\@xlarge {
    order: 9;
  }
  .u-order-10\@xlarge {
    order: 10;
  }
  .u-order-11\@xlarge {
    order: 11;
  }
  .u-order-12\@xlarge {
    order: 12;
  }
}
@media screen and (min-width: 87.5em) {
  .u-order-0\@wide {
    order: 0;
  }
  .u-order-1\@wide {
    order: 1;
  }
  .u-order-2\@wide {
    order: 2;
  }
  .u-order-3\@wide {
    order: 3;
  }
  .u-order-4\@wide {
    order: 4;
  }
  .u-order-5\@wide {
    order: 5;
  }
  .u-order-6\@wide {
    order: 6;
  }
  .u-order-7\@wide {
    order: 7;
  }
  .u-order-8\@wide {
    order: 8;
  }
  .u-order-9\@wide {
    order: 9;
  }
  .u-order-10\@wide {
    order: 10;
  }
  .u-order-11\@wide {
    order: 11;
  }
  .u-order-12\@wide {
    order: 12;
  }
}
.u-margin-0 {
  margin: 0 !important;
}
.u-margin-top-0 {
  margin-top: 0 !important;
}
.u-margin-bottom-0 {
  margin-bottom: 0 !important;
}
.u-margin-left-0 {
  margin-left: 0 !important;
}
.u-margin-right-0 {
  margin-right: 0 !important;
}
.u-margin-5 {
  margin: 0.3125rem !important;
}
.u-margin-top-5 {
  margin-top: 0.3125rem !important;
}
.u-margin-bottom-5 {
  margin-bottom: 0.3125rem !important;
}
.u-margin-left-5 {
  margin-left: 0.3125rem !important;
}
.u-margin-right-5 {
  margin-right: 0.3125rem !important;
}
.u-margin-10 {
  margin: 0.625rem !important;
}
.u-margin-top-10 {
  margin-top: 0.625rem !important;
}
.u-margin-bottom-10 {
  margin-bottom: 0.625rem !important;
}
.u-margin-left-10 {
  margin-left: 0.625rem !important;
}
.u-margin-right-10 {
  margin-right: 0.625rem !important;
}
.u-margin-15 {
  margin: 0.9375rem !important;
}
.u-margin-top-15 {
  margin-top: 0.9375rem !important;
}
.u-margin-bottom-15 {
  margin-bottom: 0.9375rem !important;
}
.u-margin-left-15 {
  margin-left: 0.9375rem !important;
}
.u-margin-right-15 {
  margin-right: 0.9375rem !important;
}
.u-margin-20 {
  margin: 1.25rem !important;
}
.u-margin-top-20 {
  margin-top: 1.25rem !important;
}
.u-margin-bottom-20 {
  margin-bottom: 1.25rem !important;
}
.u-margin-left-20 {
  margin-left: 1.25rem !important;
}
.u-margin-right-20 {
  margin-right: 1.25rem !important;
}
.u-margin-25 {
  margin: 1.5625rem !important;
}
.u-margin-top-25 {
  margin-top: 1.5625rem !important;
}
.u-margin-bottom-25 {
  margin-bottom: 1.5625rem !important;
}
.u-margin-left-25 {
  margin-left: 1.5625rem !important;
}
.u-margin-right-25 {
  margin-right: 1.5625rem !important;
}
.u-margin-30 {
  margin: 1.875rem !important;
}
.u-margin-top-30 {
  margin-top: 1.875rem !important;
}
.u-margin-bottom-30 {
  margin-bottom: 1.875rem !important;
}
.u-margin-left-30 {
  margin-left: 1.875rem !important;
}
.u-margin-right-30 {
  margin-right: 1.875rem !important;
}
.u-margin-35 {
  margin: 2.1875rem !important;
}
.u-margin-top-35 {
  margin-top: 2.1875rem !important;
}
.u-margin-bottom-35 {
  margin-bottom: 2.1875rem !important;
}
.u-margin-left-35 {
  margin-left: 2.1875rem !important;
}
.u-margin-right-35 {
  margin-right: 2.1875rem !important;
}
.u-margin-40 {
  margin: 2.5rem !important;
}
.u-margin-top-40 {
  margin-top: 2.5rem !important;
}
.u-margin-bottom-40 {
  margin-bottom: 2.5rem !important;
}
.u-margin-left-40 {
  margin-left: 2.5rem !important;
}
.u-margin-right-40 {
  margin-right: 2.5rem !important;
}
.u-margin-45 {
  margin: 2.8125rem !important;
}
.u-margin-top-45 {
  margin-top: 2.8125rem !important;
}
.u-margin-bottom-45 {
  margin-bottom: 2.8125rem !important;
}
.u-margin-left-45 {
  margin-left: 2.8125rem !important;
}
.u-margin-right-45 {
  margin-right: 2.8125rem !important;
}
.u-margin-50 {
  margin: 3.125rem !important;
}
.u-margin-top-50 {
  margin-top: 3.125rem !important;
}
.u-margin-bottom-50 {
  margin-bottom: 3.125rem !important;
}
.u-margin-left-50 {
  margin-left: 3.125rem !important;
}
.u-margin-right-50 {
  margin-right: 3.125rem !important;
}
.u-margin-55 {
  margin: 3.4375rem !important;
}
.u-margin-top-55 {
  margin-top: 3.4375rem !important;
}
.u-margin-bottom-55 {
  margin-bottom: 3.4375rem !important;
}
.u-margin-left-55 {
  margin-left: 3.4375rem !important;
}
.u-margin-right-55 {
  margin-right: 3.4375rem !important;
}
.u-margin-60 {
  margin: 3.75rem !important;
}
.u-margin-top-60 {
  margin-top: 3.75rem !important;
}
.u-margin-bottom-60 {
  margin-bottom: 3.75rem !important;
}
.u-margin-left-60 {
  margin-left: 3.75rem !important;
}
.u-margin-right-60 {
  margin-right: 3.75rem !important;
}
.u-margin-bottom-100 {
  margin-bottom: 6.25rem !important;
}
.u-margin-auto {
  margin-left: auto;
  margin-right: auto;
}
@media screen {
  .u-margin-0\@small {
    margin: 0 !important;
  }
  .u-margin-top-0\@small {
    margin-top: 0 !important;
  }
  .u-margin-bottom-0\@small {
    margin-bottom: 0 !important;
  }
  .u-margin-left-0\@small {
    margin-left: 0 !important;
  }
  .u-margin-right-0\@small {
    margin-right: 0 !important;
  }
  .u-margin-5\@small {
    margin: 0.3125rem !important;
  }
  .u-margin-top-5\@small {
    margin-top: 0.3125rem !important;
  }
  .u-margin-bottom-5\@small {
    margin-bottom: 0.3125rem !important;
  }
  .u-margin-left-5\@small {
    margin-left: 0.3125rem !important;
  }
  .u-margin-right-5\@small {
    margin-right: 0.3125rem !important;
  }
  .u-margin-10\@small {
    margin: 0.625rem !important;
  }
  .u-margin-top-10\@small {
    margin-top: 0.625rem !important;
  }
  .u-margin-bottom-10\@small {
    margin-bottom: 0.625rem !important;
  }
  .u-margin-left-10\@small {
    margin-left: 0.625rem !important;
  }
  .u-margin-right-10\@small {
    margin-right: 0.625rem !important;
  }
  .u-margin-15\@small {
    margin: 0.9375rem !important;
  }
  .u-margin-top-15\@small {
    margin-top: 0.9375rem !important;
  }
  .u-margin-bottom-15\@small {
    margin-bottom: 0.9375rem !important;
  }
  .u-margin-left-15\@small {
    margin-left: 0.9375rem !important;
  }
  .u-margin-right-15\@small {
    margin-right: 0.9375rem !important;
  }
  .u-margin-20\@small {
    margin: 1.25rem !important;
  }
  .u-margin-top-20\@small {
    margin-top: 1.25rem !important;
  }
  .u-margin-bottom-20\@small {
    margin-bottom: 1.25rem !important;
  }
  .u-margin-left-20\@small {
    margin-left: 1.25rem !important;
  }
  .u-margin-right-20\@small {
    margin-right: 1.25rem !important;
  }
  .u-margin-25\@small {
    margin: 1.5625rem !important;
  }
  .u-margin-top-25\@small {
    margin-top: 1.5625rem !important;
  }
  .u-margin-bottom-25\@small {
    margin-bottom: 1.5625rem !important;
  }
  .u-margin-left-25\@small {
    margin-left: 1.5625rem !important;
  }
  .u-margin-right-25\@small {
    margin-right: 1.5625rem !important;
  }
  .u-margin-30\@small {
    margin: 1.875rem !important;
  }
  .u-margin-top-30\@small {
    margin-top: 1.875rem !important;
  }
  .u-margin-bottom-30\@small {
    margin-bottom: 1.875rem !important;
  }
  .u-margin-left-30\@small {
    margin-left: 1.875rem !important;
  }
  .u-margin-right-30\@small {
    margin-right: 1.875rem !important;
  }
  .u-margin-35\@small {
    margin: 2.1875rem !important;
  }
  .u-margin-top-35\@small {
    margin-top: 2.1875rem !important;
  }
  .u-margin-bottom-35\@small {
    margin-bottom: 2.1875rem !important;
  }
  .u-margin-left-35\@small {
    margin-left: 2.1875rem !important;
  }
  .u-margin-right-35\@small {
    margin-right: 2.1875rem !important;
  }
  .u-margin-40\@small {
    margin: 2.5rem !important;
  }
  .u-margin-top-40\@small {
    margin-top: 2.5rem !important;
  }
  .u-margin-bottom-40\@small {
    margin-bottom: 2.5rem !important;
  }
  .u-margin-left-40\@small {
    margin-left: 2.5rem !important;
  }
  .u-margin-right-40\@small {
    margin-right: 2.5rem !important;
  }
  .u-margin-45\@small {
    margin: 2.8125rem !important;
  }
  .u-margin-top-45\@small {
    margin-top: 2.8125rem !important;
  }
  .u-margin-bottom-45\@small {
    margin-bottom: 2.8125rem !important;
  }
  .u-margin-left-45\@small {
    margin-left: 2.8125rem !important;
  }
  .u-margin-right-45\@small {
    margin-right: 2.8125rem !important;
  }
  .u-margin-50\@small {
    margin: 3.125rem !important;
  }
  .u-margin-top-50\@small {
    margin-top: 3.125rem !important;
  }
  .u-margin-bottom-50\@small {
    margin-bottom: 3.125rem !important;
  }
  .u-margin-left-50\@small {
    margin-left: 3.125rem !important;
  }
  .u-margin-right-50\@small {
    margin-right: 3.125rem !important;
  }
  .u-margin-55\@small {
    margin: 3.4375rem !important;
  }
  .u-margin-top-55\@small {
    margin-top: 3.4375rem !important;
  }
  .u-margin-bottom-55\@small {
    margin-bottom: 3.4375rem !important;
  }
  .u-margin-left-55\@small {
    margin-left: 3.4375rem !important;
  }
  .u-margin-right-55\@small {
    margin-right: 3.4375rem !important;
  }
  .u-margin-60\@small {
    margin: 3.75rem !important;
  }
  .u-margin-top-60\@small {
    margin-top: 3.75rem !important;
  }
  .u-margin-bottom-60\@small {
    margin-bottom: 3.75rem !important;
  }
  .u-margin-left-60\@small {
    margin-left: 3.75rem !important;
  }
  .u-margin-right-60\@small {
    margin-right: 3.75rem !important;
  }
}
@media screen and (min-width: 40em) {
  .u-margin-0\@medium {
    margin: 0 !important;
  }
  .u-margin-top-0\@medium {
    margin-top: 0 !important;
  }
  .u-margin-bottom-0\@medium {
    margin-bottom: 0 !important;
  }
  .u-margin-left-0\@medium {
    margin-left: 0 !important;
  }
  .u-margin-right-0\@medium {
    margin-right: 0 !important;
  }
  .u-margin-5\@medium {
    margin: 0.3125rem !important;
  }
  .u-margin-top-5\@medium {
    margin-top: 0.3125rem !important;
  }
  .u-margin-bottom-5\@medium {
    margin-bottom: 0.3125rem !important;
  }
  .u-margin-left-5\@medium {
    margin-left: 0.3125rem !important;
  }
  .u-margin-right-5\@medium {
    margin-right: 0.3125rem !important;
  }
  .u-margin-10\@medium {
    margin: 0.625rem !important;
  }
  .u-margin-top-10\@medium {
    margin-top: 0.625rem !important;
  }
  .u-margin-bottom-10\@medium {
    margin-bottom: 0.625rem !important;
  }
  .u-margin-left-10\@medium {
    margin-left: 0.625rem !important;
  }
  .u-margin-right-10\@medium {
    margin-right: 0.625rem !important;
  }
  .u-margin-15\@medium {
    margin: 0.9375rem !important;
  }
  .u-margin-top-15\@medium {
    margin-top: 0.9375rem !important;
  }
  .u-margin-bottom-15\@medium {
    margin-bottom: 0.9375rem !important;
  }
  .u-margin-left-15\@medium {
    margin-left: 0.9375rem !important;
  }
  .u-margin-right-15\@medium {
    margin-right: 0.9375rem !important;
  }
  .u-margin-20\@medium {
    margin: 1.25rem !important;
  }
  .u-margin-top-20\@medium {
    margin-top: 1.25rem !important;
  }
  .u-margin-bottom-20\@medium {
    margin-bottom: 1.25rem !important;
  }
  .u-margin-left-20\@medium {
    margin-left: 1.25rem !important;
  }
  .u-margin-right-20\@medium {
    margin-right: 1.25rem !important;
  }
  .u-margin-25\@medium {
    margin: 1.5625rem !important;
  }
  .u-margin-top-25\@medium {
    margin-top: 1.5625rem !important;
  }
  .u-margin-bottom-25\@medium {
    margin-bottom: 1.5625rem !important;
  }
  .u-margin-left-25\@medium {
    margin-left: 1.5625rem !important;
  }
  .u-margin-right-25\@medium {
    margin-right: 1.5625rem !important;
  }
  .u-margin-30\@medium {
    margin: 1.875rem !important;
  }
  .u-margin-top-30\@medium {
    margin-top: 1.875rem !important;
  }
  .u-margin-bottom-30\@medium {
    margin-bottom: 1.875rem !important;
  }
  .u-margin-left-30\@medium {
    margin-left: 1.875rem !important;
  }
  .u-margin-right-30\@medium {
    margin-right: 1.875rem !important;
  }
  .u-margin-35\@medium {
    margin: 2.1875rem !important;
  }
  .u-margin-top-35\@medium {
    margin-top: 2.1875rem !important;
  }
  .u-margin-bottom-35\@medium {
    margin-bottom: 2.1875rem !important;
  }
  .u-margin-left-35\@medium {
    margin-left: 2.1875rem !important;
  }
  .u-margin-right-35\@medium {
    margin-right: 2.1875rem !important;
  }
  .u-margin-40\@medium {
    margin: 2.5rem !important;
  }
  .u-margin-top-40\@medium {
    margin-top: 2.5rem !important;
  }
  .u-margin-bottom-40\@medium {
    margin-bottom: 2.5rem !important;
  }
  .u-margin-left-40\@medium {
    margin-left: 2.5rem !important;
  }
  .u-margin-right-40\@medium {
    margin-right: 2.5rem !important;
  }
  .u-margin-45\@medium {
    margin: 2.8125rem !important;
  }
  .u-margin-top-45\@medium {
    margin-top: 2.8125rem !important;
  }
  .u-margin-bottom-45\@medium {
    margin-bottom: 2.8125rem !important;
  }
  .u-margin-left-45\@medium {
    margin-left: 2.8125rem !important;
  }
  .u-margin-right-45\@medium {
    margin-right: 2.8125rem !important;
  }
  .u-margin-50\@medium {
    margin: 3.125rem !important;
  }
  .u-margin-top-50\@medium {
    margin-top: 3.125rem !important;
  }
  .u-margin-bottom-50\@medium {
    margin-bottom: 3.125rem !important;
  }
  .u-margin-left-50\@medium {
    margin-left: 3.125rem !important;
  }
  .u-margin-right-50\@medium {
    margin-right: 3.125rem !important;
  }
  .u-margin-55\@medium {
    margin: 3.4375rem !important;
  }
  .u-margin-top-55\@medium {
    margin-top: 3.4375rem !important;
  }
  .u-margin-bottom-55\@medium {
    margin-bottom: 3.4375rem !important;
  }
  .u-margin-left-55\@medium {
    margin-left: 3.4375rem !important;
  }
  .u-margin-right-55\@medium {
    margin-right: 3.4375rem !important;
  }
  .u-margin-60\@medium {
    margin: 3.75rem !important;
  }
  .u-margin-top-60\@medium {
    margin-top: 3.75rem !important;
  }
  .u-margin-bottom-60\@medium {
    margin-bottom: 3.75rem !important;
  }
  .u-margin-left-60\@medium {
    margin-left: 3.75rem !important;
  }
  .u-margin-right-60\@medium {
    margin-right: 3.75rem !important;
  }
}
@media screen and (min-width: 62em) {
  .u-margin-0\@medium-large {
    margin: 0 !important;
  }
  .u-margin-top-0\@medium-large {
    margin-top: 0 !important;
  }
  .u-margin-bottom-0\@medium-large {
    margin-bottom: 0 !important;
  }
  .u-margin-left-0\@medium-large {
    margin-left: 0 !important;
  }
  .u-margin-right-0\@medium-large {
    margin-right: 0 !important;
  }
  .u-margin-5\@medium-large {
    margin: 0.3125rem !important;
  }
  .u-margin-top-5\@medium-large {
    margin-top: 0.3125rem !important;
  }
  .u-margin-bottom-5\@medium-large {
    margin-bottom: 0.3125rem !important;
  }
  .u-margin-left-5\@medium-large {
    margin-left: 0.3125rem !important;
  }
  .u-margin-right-5\@medium-large {
    margin-right: 0.3125rem !important;
  }
  .u-margin-10\@medium-large {
    margin: 0.625rem !important;
  }
  .u-margin-top-10\@medium-large {
    margin-top: 0.625rem !important;
  }
  .u-margin-bottom-10\@medium-large {
    margin-bottom: 0.625rem !important;
  }
  .u-margin-left-10\@medium-large {
    margin-left: 0.625rem !important;
  }
  .u-margin-right-10\@medium-large {
    margin-right: 0.625rem !important;
  }
  .u-margin-15\@medium-large {
    margin: 0.9375rem !important;
  }
  .u-margin-top-15\@medium-large {
    margin-top: 0.9375rem !important;
  }
  .u-margin-bottom-15\@medium-large {
    margin-bottom: 0.9375rem !important;
  }
  .u-margin-left-15\@medium-large {
    margin-left: 0.9375rem !important;
  }
  .u-margin-right-15\@medium-large {
    margin-right: 0.9375rem !important;
  }
  .u-margin-20\@medium-large {
    margin: 1.25rem !important;
  }
  .u-margin-top-20\@medium-large {
    margin-top: 1.25rem !important;
  }
  .u-margin-bottom-20\@medium-large {
    margin-bottom: 1.25rem !important;
  }
  .u-margin-left-20\@medium-large {
    margin-left: 1.25rem !important;
  }
  .u-margin-right-20\@medium-large {
    margin-right: 1.25rem !important;
  }
  .u-margin-25\@medium-large {
    margin: 1.5625rem !important;
  }
  .u-margin-top-25\@medium-large {
    margin-top: 1.5625rem !important;
  }
  .u-margin-bottom-25\@medium-large {
    margin-bottom: 1.5625rem !important;
  }
  .u-margin-left-25\@medium-large {
    margin-left: 1.5625rem !important;
  }
  .u-margin-right-25\@medium-large {
    margin-right: 1.5625rem !important;
  }
  .u-margin-30\@medium-large {
    margin: 1.875rem !important;
  }
  .u-margin-top-30\@medium-large {
    margin-top: 1.875rem !important;
  }
  .u-margin-bottom-30\@medium-large {
    margin-bottom: 1.875rem !important;
  }
  .u-margin-left-30\@medium-large {
    margin-left: 1.875rem !important;
  }
  .u-margin-right-30\@medium-large {
    margin-right: 1.875rem !important;
  }
  .u-margin-35\@medium-large {
    margin: 2.1875rem !important;
  }
  .u-margin-top-35\@medium-large {
    margin-top: 2.1875rem !important;
  }
  .u-margin-bottom-35\@medium-large {
    margin-bottom: 2.1875rem !important;
  }
  .u-margin-left-35\@medium-large {
    margin-left: 2.1875rem !important;
  }
  .u-margin-right-35\@medium-large {
    margin-right: 2.1875rem !important;
  }
  .u-margin-40\@medium-large {
    margin: 2.5rem !important;
  }
  .u-margin-top-40\@medium-large {
    margin-top: 2.5rem !important;
  }
  .u-margin-bottom-40\@medium-large {
    margin-bottom: 2.5rem !important;
  }
  .u-margin-left-40\@medium-large {
    margin-left: 2.5rem !important;
  }
  .u-margin-right-40\@medium-large {
    margin-right: 2.5rem !important;
  }
  .u-margin-45\@medium-large {
    margin: 2.8125rem !important;
  }
  .u-margin-top-45\@medium-large {
    margin-top: 2.8125rem !important;
  }
  .u-margin-bottom-45\@medium-large {
    margin-bottom: 2.8125rem !important;
  }
  .u-margin-left-45\@medium-large {
    margin-left: 2.8125rem !important;
  }
  .u-margin-right-45\@medium-large {
    margin-right: 2.8125rem !important;
  }
  .u-margin-50\@medium-large {
    margin: 3.125rem !important;
  }
  .u-margin-top-50\@medium-large {
    margin-top: 3.125rem !important;
  }
  .u-margin-bottom-50\@medium-large {
    margin-bottom: 3.125rem !important;
  }
  .u-margin-left-50\@medium-large {
    margin-left: 3.125rem !important;
  }
  .u-margin-right-50\@medium-large {
    margin-right: 3.125rem !important;
  }
  .u-margin-55\@medium-large {
    margin: 3.4375rem !important;
  }
  .u-margin-top-55\@medium-large {
    margin-top: 3.4375rem !important;
  }
  .u-margin-bottom-55\@medium-large {
    margin-bottom: 3.4375rem !important;
  }
  .u-margin-left-55\@medium-large {
    margin-left: 3.4375rem !important;
  }
  .u-margin-right-55\@medium-large {
    margin-right: 3.4375rem !important;
  }
  .u-margin-60\@medium-large {
    margin: 3.75rem !important;
  }
  .u-margin-top-60\@medium-large {
    margin-top: 3.75rem !important;
  }
  .u-margin-bottom-60\@medium-large {
    margin-bottom: 3.75rem !important;
  }
  .u-margin-left-60\@medium-large {
    margin-left: 3.75rem !important;
  }
  .u-margin-right-60\@medium-large {
    margin-right: 3.75rem !important;
  }
}
@media screen and (min-width: 70em) {
  .u-margin-0\@large {
    margin: 0 !important;
  }
  .u-margin-top-0\@large {
    margin-top: 0 !important;
  }
  .u-margin-bottom-0\@large {
    margin-bottom: 0 !important;
  }
  .u-margin-left-0\@large {
    margin-left: 0 !important;
  }
  .u-margin-right-0\@large {
    margin-right: 0 !important;
  }
  .u-margin-5\@large {
    margin: 0.3125rem !important;
  }
  .u-margin-top-5\@large {
    margin-top: 0.3125rem !important;
  }
  .u-margin-bottom-5\@large {
    margin-bottom: 0.3125rem !important;
  }
  .u-margin-left-5\@large {
    margin-left: 0.3125rem !important;
  }
  .u-margin-right-5\@large {
    margin-right: 0.3125rem !important;
  }
  .u-margin-10\@large {
    margin: 0.625rem !important;
  }
  .u-margin-top-10\@large {
    margin-top: 0.625rem !important;
  }
  .u-margin-bottom-10\@large {
    margin-bottom: 0.625rem !important;
  }
  .u-margin-left-10\@large {
    margin-left: 0.625rem !important;
  }
  .u-margin-right-10\@large {
    margin-right: 0.625rem !important;
  }
  .u-margin-15\@large {
    margin: 0.9375rem !important;
  }
  .u-margin-top-15\@large {
    margin-top: 0.9375rem !important;
  }
  .u-margin-bottom-15\@large {
    margin-bottom: 0.9375rem !important;
  }
  .u-margin-left-15\@large {
    margin-left: 0.9375rem !important;
  }
  .u-margin-right-15\@large {
    margin-right: 0.9375rem !important;
  }
  .u-margin-20\@large {
    margin: 1.25rem !important;
  }
  .u-margin-top-20\@large {
    margin-top: 1.25rem !important;
  }
  .u-margin-bottom-20\@large {
    margin-bottom: 1.25rem !important;
  }
  .u-margin-left-20\@large {
    margin-left: 1.25rem !important;
  }
  .u-margin-right-20\@large {
    margin-right: 1.25rem !important;
  }
  .u-margin-25\@large {
    margin: 1.5625rem !important;
  }
  .u-margin-top-25\@large {
    margin-top: 1.5625rem !important;
  }
  .u-margin-bottom-25\@large {
    margin-bottom: 1.5625rem !important;
  }
  .u-margin-left-25\@large {
    margin-left: 1.5625rem !important;
  }
  .u-margin-right-25\@large {
    margin-right: 1.5625rem !important;
  }
  .u-margin-30\@large {
    margin: 1.875rem !important;
  }
  .u-margin-top-30\@large {
    margin-top: 1.875rem !important;
  }
  .u-margin-bottom-30\@large {
    margin-bottom: 1.875rem !important;
  }
  .u-margin-left-30\@large {
    margin-left: 1.875rem !important;
  }
  .u-margin-right-30\@large {
    margin-right: 1.875rem !important;
  }
  .u-margin-35\@large {
    margin: 2.1875rem !important;
  }
  .u-margin-top-35\@large {
    margin-top: 2.1875rem !important;
  }
  .u-margin-bottom-35\@large {
    margin-bottom: 2.1875rem !important;
  }
  .u-margin-left-35\@large {
    margin-left: 2.1875rem !important;
  }
  .u-margin-right-35\@large {
    margin-right: 2.1875rem !important;
  }
  .u-margin-40\@large {
    margin: 2.5rem !important;
  }
  .u-margin-top-40\@large {
    margin-top: 2.5rem !important;
  }
  .u-margin-bottom-40\@large {
    margin-bottom: 2.5rem !important;
  }
  .u-margin-left-40\@large {
    margin-left: 2.5rem !important;
  }
  .u-margin-right-40\@large {
    margin-right: 2.5rem !important;
  }
  .u-margin-45\@large {
    margin: 2.8125rem !important;
  }
  .u-margin-top-45\@large {
    margin-top: 2.8125rem !important;
  }
  .u-margin-bottom-45\@large {
    margin-bottom: 2.8125rem !important;
  }
  .u-margin-left-45\@large {
    margin-left: 2.8125rem !important;
  }
  .u-margin-right-45\@large {
    margin-right: 2.8125rem !important;
  }
  .u-margin-50\@large {
    margin: 3.125rem !important;
  }
  .u-margin-top-50\@large {
    margin-top: 3.125rem !important;
  }
  .u-margin-bottom-50\@large {
    margin-bottom: 3.125rem !important;
  }
  .u-margin-left-50\@large {
    margin-left: 3.125rem !important;
  }
  .u-margin-right-50\@large {
    margin-right: 3.125rem !important;
  }
  .u-margin-55\@large {
    margin: 3.4375rem !important;
  }
  .u-margin-top-55\@large {
    margin-top: 3.4375rem !important;
  }
  .u-margin-bottom-55\@large {
    margin-bottom: 3.4375rem !important;
  }
  .u-margin-left-55\@large {
    margin-left: 3.4375rem !important;
  }
  .u-margin-right-55\@large {
    margin-right: 3.4375rem !important;
  }
  .u-margin-60\@large {
    margin: 3.75rem !important;
  }
  .u-margin-top-60\@large {
    margin-top: 3.75rem !important;
  }
  .u-margin-bottom-60\@large {
    margin-bottom: 3.75rem !important;
  }
  .u-margin-left-60\@large {
    margin-left: 3.75rem !important;
  }
  .u-margin-right-60\@large {
    margin-right: 3.75rem !important;
  }
}
@media screen and (min-width: 77.5em) {
  .u-margin-0\@xlarge {
    margin: 0 !important;
  }
  .u-margin-top-0\@xlarge {
    margin-top: 0 !important;
  }
  .u-margin-bottom-0\@xlarge {
    margin-bottom: 0 !important;
  }
  .u-margin-left-0\@xlarge {
    margin-left: 0 !important;
  }
  .u-margin-right-0\@xlarge {
    margin-right: 0 !important;
  }
  .u-margin-5\@xlarge {
    margin: 0.3125rem !important;
  }
  .u-margin-top-5\@xlarge {
    margin-top: 0.3125rem !important;
  }
  .u-margin-bottom-5\@xlarge {
    margin-bottom: 0.3125rem !important;
  }
  .u-margin-left-5\@xlarge {
    margin-left: 0.3125rem !important;
  }
  .u-margin-right-5\@xlarge {
    margin-right: 0.3125rem !important;
  }
  .u-margin-10\@xlarge {
    margin: 0.625rem !important;
  }
  .u-margin-top-10\@xlarge {
    margin-top: 0.625rem !important;
  }
  .u-margin-bottom-10\@xlarge {
    margin-bottom: 0.625rem !important;
  }
  .u-margin-left-10\@xlarge {
    margin-left: 0.625rem !important;
  }
  .u-margin-right-10\@xlarge {
    margin-right: 0.625rem !important;
  }
  .u-margin-15\@xlarge {
    margin: 0.9375rem !important;
  }
  .u-margin-top-15\@xlarge {
    margin-top: 0.9375rem !important;
  }
  .u-margin-bottom-15\@xlarge {
    margin-bottom: 0.9375rem !important;
  }
  .u-margin-left-15\@xlarge {
    margin-left: 0.9375rem !important;
  }
  .u-margin-right-15\@xlarge {
    margin-right: 0.9375rem !important;
  }
  .u-margin-20\@xlarge {
    margin: 1.25rem !important;
  }
  .u-margin-top-20\@xlarge {
    margin-top: 1.25rem !important;
  }
  .u-margin-bottom-20\@xlarge {
    margin-bottom: 1.25rem !important;
  }
  .u-margin-left-20\@xlarge {
    margin-left: 1.25rem !important;
  }
  .u-margin-right-20\@xlarge {
    margin-right: 1.25rem !important;
  }
  .u-margin-25\@xlarge {
    margin: 1.5625rem !important;
  }
  .u-margin-top-25\@xlarge {
    margin-top: 1.5625rem !important;
  }
  .u-margin-bottom-25\@xlarge {
    margin-bottom: 1.5625rem !important;
  }
  .u-margin-left-25\@xlarge {
    margin-left: 1.5625rem !important;
  }
  .u-margin-right-25\@xlarge {
    margin-right: 1.5625rem !important;
  }
  .u-margin-30\@xlarge {
    margin: 1.875rem !important;
  }
  .u-margin-top-30\@xlarge {
    margin-top: 1.875rem !important;
  }
  .u-margin-bottom-30\@xlarge {
    margin-bottom: 1.875rem !important;
  }
  .u-margin-left-30\@xlarge {
    margin-left: 1.875rem !important;
  }
  .u-margin-right-30\@xlarge {
    margin-right: 1.875rem !important;
  }
  .u-margin-35\@xlarge {
    margin: 2.1875rem !important;
  }
  .u-margin-top-35\@xlarge {
    margin-top: 2.1875rem !important;
  }
  .u-margin-bottom-35\@xlarge {
    margin-bottom: 2.1875rem !important;
  }
  .u-margin-left-35\@xlarge {
    margin-left: 2.1875rem !important;
  }
  .u-margin-right-35\@xlarge {
    margin-right: 2.1875rem !important;
  }
  .u-margin-40\@xlarge {
    margin: 2.5rem !important;
  }
  .u-margin-top-40\@xlarge {
    margin-top: 2.5rem !important;
  }
  .u-margin-bottom-40\@xlarge {
    margin-bottom: 2.5rem !important;
  }
  .u-margin-left-40\@xlarge {
    margin-left: 2.5rem !important;
  }
  .u-margin-right-40\@xlarge {
    margin-right: 2.5rem !important;
  }
  .u-margin-45\@xlarge {
    margin: 2.8125rem !important;
  }
  .u-margin-top-45\@xlarge {
    margin-top: 2.8125rem !important;
  }
  .u-margin-bottom-45\@xlarge {
    margin-bottom: 2.8125rem !important;
  }
  .u-margin-left-45\@xlarge {
    margin-left: 2.8125rem !important;
  }
  .u-margin-right-45\@xlarge {
    margin-right: 2.8125rem !important;
  }
  .u-margin-50\@xlarge {
    margin: 3.125rem !important;
  }
  .u-margin-top-50\@xlarge {
    margin-top: 3.125rem !important;
  }
  .u-margin-bottom-50\@xlarge {
    margin-bottom: 3.125rem !important;
  }
  .u-margin-left-50\@xlarge {
    margin-left: 3.125rem !important;
  }
  .u-margin-right-50\@xlarge {
    margin-right: 3.125rem !important;
  }
  .u-margin-55\@xlarge {
    margin: 3.4375rem !important;
  }
  .u-margin-top-55\@xlarge {
    margin-top: 3.4375rem !important;
  }
  .u-margin-bottom-55\@xlarge {
    margin-bottom: 3.4375rem !important;
  }
  .u-margin-left-55\@xlarge {
    margin-left: 3.4375rem !important;
  }
  .u-margin-right-55\@xlarge {
    margin-right: 3.4375rem !important;
  }
  .u-margin-60\@xlarge {
    margin: 3.75rem !important;
  }
  .u-margin-top-60\@xlarge {
    margin-top: 3.75rem !important;
  }
  .u-margin-bottom-60\@xlarge {
    margin-bottom: 3.75rem !important;
  }
  .u-margin-left-60\@xlarge {
    margin-left: 3.75rem !important;
  }
  .u-margin-right-60\@xlarge {
    margin-right: 3.75rem !important;
  }
}
@media screen and (min-width: 87.5em) {
  .u-margin-0\@wide {
    margin: 0 !important;
  }
  .u-margin-top-0\@wide {
    margin-top: 0 !important;
  }
  .u-margin-bottom-0\@wide {
    margin-bottom: 0 !important;
  }
  .u-margin-left-0\@wide {
    margin-left: 0 !important;
  }
  .u-margin-right-0\@wide {
    margin-right: 0 !important;
  }
  .u-margin-5\@wide {
    margin: 0.3125rem !important;
  }
  .u-margin-top-5\@wide {
    margin-top: 0.3125rem !important;
  }
  .u-margin-bottom-5\@wide {
    margin-bottom: 0.3125rem !important;
  }
  .u-margin-left-5\@wide {
    margin-left: 0.3125rem !important;
  }
  .u-margin-right-5\@wide {
    margin-right: 0.3125rem !important;
  }
  .u-margin-10\@wide {
    margin: 0.625rem !important;
  }
  .u-margin-top-10\@wide {
    margin-top: 0.625rem !important;
  }
  .u-margin-bottom-10\@wide {
    margin-bottom: 0.625rem !important;
  }
  .u-margin-left-10\@wide {
    margin-left: 0.625rem !important;
  }
  .u-margin-right-10\@wide {
    margin-right: 0.625rem !important;
  }
  .u-margin-15\@wide {
    margin: 0.9375rem !important;
  }
  .u-margin-top-15\@wide {
    margin-top: 0.9375rem !important;
  }
  .u-margin-bottom-15\@wide {
    margin-bottom: 0.9375rem !important;
  }
  .u-margin-left-15\@wide {
    margin-left: 0.9375rem !important;
  }
  .u-margin-right-15\@wide {
    margin-right: 0.9375rem !important;
  }
  .u-margin-20\@wide {
    margin: 1.25rem !important;
  }
  .u-margin-top-20\@wide {
    margin-top: 1.25rem !important;
  }
  .u-margin-bottom-20\@wide {
    margin-bottom: 1.25rem !important;
  }
  .u-margin-left-20\@wide {
    margin-left: 1.25rem !important;
  }
  .u-margin-right-20\@wide {
    margin-right: 1.25rem !important;
  }
  .u-margin-25\@wide {
    margin: 1.5625rem !important;
  }
  .u-margin-top-25\@wide {
    margin-top: 1.5625rem !important;
  }
  .u-margin-bottom-25\@wide {
    margin-bottom: 1.5625rem !important;
  }
  .u-margin-left-25\@wide {
    margin-left: 1.5625rem !important;
  }
  .u-margin-right-25\@wide {
    margin-right: 1.5625rem !important;
  }
  .u-margin-30\@wide {
    margin: 1.875rem !important;
  }
  .u-margin-top-30\@wide {
    margin-top: 1.875rem !important;
  }
  .u-margin-bottom-30\@wide {
    margin-bottom: 1.875rem !important;
  }
  .u-margin-left-30\@wide {
    margin-left: 1.875rem !important;
  }
  .u-margin-right-30\@wide {
    margin-right: 1.875rem !important;
  }
  .u-margin-35\@wide {
    margin: 2.1875rem !important;
  }
  .u-margin-top-35\@wide {
    margin-top: 2.1875rem !important;
  }
  .u-margin-bottom-35\@wide {
    margin-bottom: 2.1875rem !important;
  }
  .u-margin-left-35\@wide {
    margin-left: 2.1875rem !important;
  }
  .u-margin-right-35\@wide {
    margin-right: 2.1875rem !important;
  }
  .u-margin-40\@wide {
    margin: 2.5rem !important;
  }
  .u-margin-top-40\@wide {
    margin-top: 2.5rem !important;
  }
  .u-margin-bottom-40\@wide {
    margin-bottom: 2.5rem !important;
  }
  .u-margin-left-40\@wide {
    margin-left: 2.5rem !important;
  }
  .u-margin-right-40\@wide {
    margin-right: 2.5rem !important;
  }
  .u-margin-45\@wide {
    margin: 2.8125rem !important;
  }
  .u-margin-top-45\@wide {
    margin-top: 2.8125rem !important;
  }
  .u-margin-bottom-45\@wide {
    margin-bottom: 2.8125rem !important;
  }
  .u-margin-left-45\@wide {
    margin-left: 2.8125rem !important;
  }
  .u-margin-right-45\@wide {
    margin-right: 2.8125rem !important;
  }
  .u-margin-50\@wide {
    margin: 3.125rem !important;
  }
  .u-margin-top-50\@wide {
    margin-top: 3.125rem !important;
  }
  .u-margin-bottom-50\@wide {
    margin-bottom: 3.125rem !important;
  }
  .u-margin-left-50\@wide {
    margin-left: 3.125rem !important;
  }
  .u-margin-right-50\@wide {
    margin-right: 3.125rem !important;
  }
  .u-margin-55\@wide {
    margin: 3.4375rem !important;
  }
  .u-margin-top-55\@wide {
    margin-top: 3.4375rem !important;
  }
  .u-margin-bottom-55\@wide {
    margin-bottom: 3.4375rem !important;
  }
  .u-margin-left-55\@wide {
    margin-left: 3.4375rem !important;
  }
  .u-margin-right-55\@wide {
    margin-right: 3.4375rem !important;
  }
  .u-margin-60\@wide {
    margin: 3.75rem !important;
  }
  .u-margin-top-60\@wide {
    margin-top: 3.75rem !important;
  }
  .u-margin-bottom-60\@wide {
    margin-bottom: 3.75rem !important;
  }
  .u-margin-left-60\@wide {
    margin-left: 3.75rem !important;
  }
  .u-margin-right-60\@wide {
    margin-right: 3.75rem !important;
  }
}
.u-padding-0 {
  padding: 0 !important;
}
.u-padding-top-0 {
  padding-top: 0 !important;
}
.u-padding-bottom-0 {
  padding-bottom: 0 !important;
}
.u-padding-left-0 {
  padding-left: 0 !important;
}
.u-padding-right-0 {
  padding-right: 0 !important;
}
.u-padding-5 {
  padding: 0.3125rem !important;
}
.u-padding-top-5 {
  padding-top: 0.3125rem !important;
}
.u-padding-bottom-5 {
  padding-bottom: 0.3125rem !important;
}
.u-padding-left-5 {
  padding-left: 0.3125rem !important;
}
.u-padding-right-5 {
  padding-right: 0.3125rem !important;
}
.u-padding-10 {
  padding: 0.625rem !important;
}
.u-padding-top-10 {
  padding-top: 0.625rem !important;
}
.u-padding-bottom-10 {
  padding-bottom: 0.625rem !important;
}
.u-padding-left-10 {
  padding-left: 0.625rem !important;
}
.u-padding-right-10 {
  padding-right: 0.625rem !important;
}
.u-padding-15 {
  padding: 0.9375rem !important;
}
.u-padding-top-15 {
  padding-top: 0.9375rem !important;
}
.u-padding-bottom-15 {
  padding-bottom: 0.9375rem !important;
}
.u-padding-left-15 {
  padding-left: 0.9375rem !important;
}
.u-padding-right-15 {
  padding-right: 0.9375rem !important;
}
.u-padding-20 {
  padding: 1.25rem !important;
}
.u-padding-top-20 {
  padding-top: 1.25rem !important;
}
.u-padding-bottom-20 {
  padding-bottom: 1.25rem !important;
}
.u-padding-left-20 {
  padding-left: 1.25rem !important;
}
.u-padding-right-20 {
  padding-right: 1.25rem !important;
}
.u-padding-25 {
  padding: 1.5625rem !important;
}
.u-padding-top-25 {
  padding-top: 1.5625rem !important;
}
.u-padding-bottom-25 {
  padding-bottom: 1.5625rem !important;
}
.u-padding-left-25 {
  padding-left: 1.5625rem !important;
}
.u-padding-right-25 {
  padding-right: 1.5625rem !important;
}
.u-padding-30 {
  padding: 1.875rem !important;
}
.u-padding-top-30 {
  padding-top: 1.875rem !important;
}
.u-padding-bottom-30 {
  padding-bottom: 1.875rem !important;
}
.u-padding-left-30 {
  padding-left: 1.875rem !important;
}
.u-padding-right-30 {
  padding-right: 1.875rem !important;
}
.u-padding-35 {
  padding: 2.1875rem !important;
}
.u-padding-top-35 {
  padding-top: 2.1875rem !important;
}
.u-padding-bottom-35 {
  padding-bottom: 2.1875rem !important;
}
.u-padding-left-35 {
  padding-left: 2.1875rem !important;
}
.u-padding-right-35 {
  padding-right: 2.1875rem !important;
}
.u-padding-40 {
  padding: 2.5rem !important;
}
.u-padding-top-40 {
  padding-top: 2.5rem !important;
}
.u-padding-bottom-40 {
  padding-bottom: 2.5rem !important;
}
.u-padding-left-40 {
  padding-left: 2.5rem !important;
}
.u-padding-right-40 {
  padding-right: 2.5rem !important;
}
.u-padding-45 {
  padding: 2.8125rem !important;
}
.u-padding-top-45 {
  padding-top: 2.8125rem !important;
}
.u-padding-bottom-45 {
  padding-bottom: 2.8125rem !important;
}
.u-padding-left-45 {
  padding-left: 2.8125rem !important;
}
.u-padding-right-45 {
  padding-right: 2.8125rem !important;
}
.u-padding-50 {
  padding: 3.125rem !important;
}
.u-padding-top-50 {
  padding-top: 3.125rem !important;
}
.u-padding-bottom-50 {
  padding-bottom: 3.125rem !important;
}
.u-padding-left-50 {
  padding-left: 3.125rem !important;
}
.u-padding-right-50 {
  padding-right: 3.125rem !important;
}
.u-padding-55 {
  padding: 3.4375rem !important;
}
.u-padding-top-55 {
  padding-top: 3.4375rem !important;
}
.u-padding-bottom-55 {
  padding-bottom: 3.4375rem !important;
}
.u-padding-left-55 {
  padding-left: 3.4375rem !important;
}
.u-padding-right-55 {
  padding-right: 3.4375rem !important;
}
.u-padding-60 {
  padding: 3.75rem !important;
}
.u-padding-top-60 {
  padding-top: 3.75rem !important;
}
.u-padding-bottom-60 {
  padding-bottom: 3.75rem !important;
}
.u-padding-left-60 {
  padding-left: 3.75rem !important;
}
.u-padding-right-60 {
  padding-right: 3.75rem !important;
}
@media screen {
  .u-padding-0\@small {
    padding: 0 !important;
  }
  .u-padding-top-0\@small {
    padding-top: 0 !important;
  }
  .u-padding-bottom-0\@small {
    padding-bottom: 0 !important;
  }
  .u-padding-left-0\@small {
    padding-left: 0 !important;
  }
  .u-padding-right-0\@small {
    padding-right: 0 !important;
  }
  .u-padding-10\@small {
    padding: 0.625rem !important;
  }
  .u-padding-top-10\@small {
    padding-top: 0.625rem !important;
  }
  .u-padding-bottom-10\@small {
    padding-bottom: 0.625rem !important;
  }
  .u-padding-left-10\@small {
    padding-left: 0.625rem !important;
  }
  .u-padding-right-10\@small {
    padding-right: 0.625rem !important;
  }
  .u-padding-20\@small {
    padding: 1.25rem !important;
  }
  .u-padding-top-20\@small {
    padding-top: 1.25rem !important;
  }
  .u-padding-bottom-20\@small {
    padding-bottom: 1.25rem !important;
  }
  .u-padding-left-20\@small {
    padding-left: 1.25rem !important;
  }
  .u-padding-right-20\@small {
    padding-right: 1.25rem !important;
  }
  .u-padding-30\@small {
    padding: 1.875rem !important;
  }
  .u-padding-top-30\@small {
    padding-top: 1.875rem !important;
  }
  .u-padding-bottom-30\@small {
    padding-bottom: 1.875rem !important;
  }
  .u-padding-left-30\@small {
    padding-left: 1.875rem !important;
  }
  .u-padding-right-30\@small {
    padding-right: 1.875rem !important;
  }
  .u-padding-40\@small {
    padding: 2.5rem !important;
  }
  .u-padding-top-40\@small {
    padding-top: 2.5rem !important;
  }
  .u-padding-bottom-40\@small {
    padding-bottom: 2.5rem !important;
  }
  .u-padding-left-40\@small {
    padding-left: 2.5rem !important;
  }
  .u-padding-right-40\@small {
    padding-right: 2.5rem !important;
  }
  .u-padding-50\@small {
    padding: 3.125rem !important;
  }
  .u-padding-top-50\@small {
    padding-top: 3.125rem !important;
  }
  .u-padding-bottom-50\@small {
    padding-bottom: 3.125rem !important;
  }
  .u-padding-left-50\@small {
    padding-left: 3.125rem !important;
  }
  .u-padding-right-50\@small {
    padding-right: 3.125rem !important;
  }
  .u-padding-60\@small {
    padding: 3.75rem !important;
  }
  .u-padding-top-60\@small {
    padding-top: 3.75rem !important;
  }
  .u-padding-bottom-60\@small {
    padding-bottom: 3.75rem !important;
  }
  .u-padding-left-60\@small {
    padding-left: 3.75rem !important;
  }
  .u-padding-right-60\@small {
    padding-right: 3.75rem !important;
  }
}
@media screen and (min-width: 40em) {
  .u-padding-0\@medium {
    padding: 0 !important;
  }
  .u-padding-top-0\@medium {
    padding-top: 0 !important;
  }
  .u-padding-bottom-0\@medium {
    padding-bottom: 0 !important;
  }
  .u-padding-left-0\@medium {
    padding-left: 0 !important;
  }
  .u-padding-right-0\@medium {
    padding-right: 0 !important;
  }
  .u-padding-10\@medium {
    padding: 0.625rem !important;
  }
  .u-padding-top-10\@medium {
    padding-top: 0.625rem !important;
  }
  .u-padding-bottom-10\@medium {
    padding-bottom: 0.625rem !important;
  }
  .u-padding-left-10\@medium {
    padding-left: 0.625rem !important;
  }
  .u-padding-right-10\@medium {
    padding-right: 0.625rem !important;
  }
  .u-padding-20\@medium {
    padding: 1.25rem !important;
  }
  .u-padding-top-20\@medium {
    padding-top: 1.25rem !important;
  }
  .u-padding-bottom-20\@medium {
    padding-bottom: 1.25rem !important;
  }
  .u-padding-left-20\@medium {
    padding-left: 1.25rem !important;
  }
  .u-padding-right-20\@medium {
    padding-right: 1.25rem !important;
  }
  .u-padding-30\@medium {
    padding: 1.875rem !important;
  }
  .u-padding-top-30\@medium {
    padding-top: 1.875rem !important;
  }
  .u-padding-bottom-30\@medium {
    padding-bottom: 1.875rem !important;
  }
  .u-padding-left-30\@medium {
    padding-left: 1.875rem !important;
  }
  .u-padding-right-30\@medium {
    padding-right: 1.875rem !important;
  }
  .u-padding-40\@medium {
    padding: 2.5rem !important;
  }
  .u-padding-top-40\@medium {
    padding-top: 2.5rem !important;
  }
  .u-padding-bottom-40\@medium {
    padding-bottom: 2.5rem !important;
  }
  .u-padding-left-40\@medium {
    padding-left: 2.5rem !important;
  }
  .u-padding-right-40\@medium {
    padding-right: 2.5rem !important;
  }
  .u-padding-50\@medium {
    padding: 3.125rem !important;
  }
  .u-padding-top-50\@medium {
    padding-top: 3.125rem !important;
  }
  .u-padding-bottom-50\@medium {
    padding-bottom: 3.125rem !important;
  }
  .u-padding-left-50\@medium {
    padding-left: 3.125rem !important;
  }
  .u-padding-right-50\@medium {
    padding-right: 3.125rem !important;
  }
  .u-padding-60\@medium {
    padding: 3.75rem !important;
  }
  .u-padding-top-60\@medium {
    padding-top: 3.75rem !important;
  }
  .u-padding-bottom-60\@medium {
    padding-bottom: 3.75rem !important;
  }
  .u-padding-left-60\@medium {
    padding-left: 3.75rem !important;
  }
  .u-padding-right-60\@medium {
    padding-right: 3.75rem !important;
  }
}
@media screen and (min-width: 62em) {
  .u-padding-0\@medium-large {
    padding: 0 !important;
  }
  .u-padding-top-0\@medium-large {
    padding-top: 0 !important;
  }
  .u-padding-bottom-0\@medium-large {
    padding-bottom: 0 !important;
  }
  .u-padding-left-0\@medium-large {
    padding-left: 0 !important;
  }
  .u-padding-right-0\@medium-large {
    padding-right: 0 !important;
  }
  .u-padding-10\@medium-large {
    padding: 0.625rem !important;
  }
  .u-padding-top-10\@medium-large {
    padding-top: 0.625rem !important;
  }
  .u-padding-bottom-10\@medium-large {
    padding-bottom: 0.625rem !important;
  }
  .u-padding-left-10\@medium-large {
    padding-left: 0.625rem !important;
  }
  .u-padding-right-10\@medium-large {
    padding-right: 0.625rem !important;
  }
  .u-padding-20\@medium-large {
    padding: 1.25rem !important;
  }
  .u-padding-top-20\@medium-large {
    padding-top: 1.25rem !important;
  }
  .u-padding-bottom-20\@medium-large {
    padding-bottom: 1.25rem !important;
  }
  .u-padding-left-20\@medium-large {
    padding-left: 1.25rem !important;
  }
  .u-padding-right-20\@medium-large {
    padding-right: 1.25rem !important;
  }
  .u-padding-30\@medium-large {
    padding: 1.875rem !important;
  }
  .u-padding-top-30\@medium-large {
    padding-top: 1.875rem !important;
  }
  .u-padding-bottom-30\@medium-large {
    padding-bottom: 1.875rem !important;
  }
  .u-padding-left-30\@medium-large {
    padding-left: 1.875rem !important;
  }
  .u-padding-right-30\@medium-large {
    padding-right: 1.875rem !important;
  }
  .u-padding-40\@medium-large {
    padding: 2.5rem !important;
  }
  .u-padding-top-40\@medium-large {
    padding-top: 2.5rem !important;
  }
  .u-padding-bottom-40\@medium-large {
    padding-bottom: 2.5rem !important;
  }
  .u-padding-left-40\@medium-large {
    padding-left: 2.5rem !important;
  }
  .u-padding-right-40\@medium-large {
    padding-right: 2.5rem !important;
  }
  .u-padding-50\@medium-large {
    padding: 3.125rem !important;
  }
  .u-padding-top-50\@medium-large {
    padding-top: 3.125rem !important;
  }
  .u-padding-bottom-50\@medium-large {
    padding-bottom: 3.125rem !important;
  }
  .u-padding-left-50\@medium-large {
    padding-left: 3.125rem !important;
  }
  .u-padding-right-50\@medium-large {
    padding-right: 3.125rem !important;
  }
  .u-padding-60\@medium-large {
    padding: 3.75rem !important;
  }
  .u-padding-top-60\@medium-large {
    padding-top: 3.75rem !important;
  }
  .u-padding-bottom-60\@medium-large {
    padding-bottom: 3.75rem !important;
  }
  .u-padding-left-60\@medium-large {
    padding-left: 3.75rem !important;
  }
  .u-padding-right-60\@medium-large {
    padding-right: 3.75rem !important;
  }
}
@media screen and (min-width: 70em) {
  .u-padding-0\@large {
    padding: 0 !important;
  }
  .u-padding-top-0\@large {
    padding-top: 0 !important;
  }
  .u-padding-bottom-0\@large {
    padding-bottom: 0 !important;
  }
  .u-padding-left-0\@large {
    padding-left: 0 !important;
  }
  .u-padding-right-0\@large {
    padding-right: 0 !important;
  }
  .u-padding-10\@large {
    padding: 0.625rem !important;
  }
  .u-padding-top-10\@large {
    padding-top: 0.625rem !important;
  }
  .u-padding-bottom-10\@large {
    padding-bottom: 0.625rem !important;
  }
  .u-padding-left-10\@large {
    padding-left: 0.625rem !important;
  }
  .u-padding-right-10\@large {
    padding-right: 0.625rem !important;
  }
  .u-padding-20\@large {
    padding: 1.25rem !important;
  }
  .u-padding-top-20\@large {
    padding-top: 1.25rem !important;
  }
  .u-padding-bottom-20\@large {
    padding-bottom: 1.25rem !important;
  }
  .u-padding-left-20\@large {
    padding-left: 1.25rem !important;
  }
  .u-padding-right-20\@large {
    padding-right: 1.25rem !important;
  }
  .u-padding-30\@large {
    padding: 1.875rem !important;
  }
  .u-padding-top-30\@large {
    padding-top: 1.875rem !important;
  }
  .u-padding-bottom-30\@large {
    padding-bottom: 1.875rem !important;
  }
  .u-padding-left-30\@large {
    padding-left: 1.875rem !important;
  }
  .u-padding-right-30\@large {
    padding-right: 1.875rem !important;
  }
  .u-padding-40\@large {
    padding: 2.5rem !important;
  }
  .u-padding-top-40\@large {
    padding-top: 2.5rem !important;
  }
  .u-padding-bottom-40\@large {
    padding-bottom: 2.5rem !important;
  }
  .u-padding-left-40\@large {
    padding-left: 2.5rem !important;
  }
  .u-padding-right-40\@large {
    padding-right: 2.5rem !important;
  }
  .u-padding-50\@large {
    padding: 3.125rem !important;
  }
  .u-padding-top-50\@large {
    padding-top: 3.125rem !important;
  }
  .u-padding-bottom-50\@large {
    padding-bottom: 3.125rem !important;
  }
  .u-padding-left-50\@large {
    padding-left: 3.125rem !important;
  }
  .u-padding-right-50\@large {
    padding-right: 3.125rem !important;
  }
  .u-padding-60\@large {
    padding: 3.75rem !important;
  }
  .u-padding-top-60\@large {
    padding-top: 3.75rem !important;
  }
  .u-padding-bottom-60\@large {
    padding-bottom: 3.75rem !important;
  }
  .u-padding-left-60\@large {
    padding-left: 3.75rem !important;
  }
  .u-padding-right-60\@large {
    padding-right: 3.75rem !important;
  }
}
@media screen and (min-width: 77.5em) {
  .u-padding-0\@xlarge {
    padding: 0 !important;
  }
  .u-padding-top-0\@xlarge {
    padding-top: 0 !important;
  }
  .u-padding-bottom-0\@xlarge {
    padding-bottom: 0 !important;
  }
  .u-padding-left-0\@xlarge {
    padding-left: 0 !important;
  }
  .u-padding-right-0\@xlarge {
    padding-right: 0 !important;
  }
  .u-padding-10\@xlarge {
    padding: 0.625rem !important;
  }
  .u-padding-top-10\@xlarge {
    padding-top: 0.625rem !important;
  }
  .u-padding-bottom-10\@xlarge {
    padding-bottom: 0.625rem !important;
  }
  .u-padding-left-10\@xlarge {
    padding-left: 0.625rem !important;
  }
  .u-padding-right-10\@xlarge {
    padding-right: 0.625rem !important;
  }
  .u-padding-20\@xlarge {
    padding: 1.25rem !important;
  }
  .u-padding-top-20\@xlarge {
    padding-top: 1.25rem !important;
  }
  .u-padding-bottom-20\@xlarge {
    padding-bottom: 1.25rem !important;
  }
  .u-padding-left-20\@xlarge {
    padding-left: 1.25rem !important;
  }
  .u-padding-right-20\@xlarge {
    padding-right: 1.25rem !important;
  }
  .u-padding-30\@xlarge {
    padding: 1.875rem !important;
  }
  .u-padding-top-30\@xlarge {
    padding-top: 1.875rem !important;
  }
  .u-padding-bottom-30\@xlarge {
    padding-bottom: 1.875rem !important;
  }
  .u-padding-left-30\@xlarge {
    padding-left: 1.875rem !important;
  }
  .u-padding-right-30\@xlarge {
    padding-right: 1.875rem !important;
  }
  .u-padding-40\@xlarge {
    padding: 2.5rem !important;
  }
  .u-padding-top-40\@xlarge {
    padding-top: 2.5rem !important;
  }
  .u-padding-bottom-40\@xlarge {
    padding-bottom: 2.5rem !important;
  }
  .u-padding-left-40\@xlarge {
    padding-left: 2.5rem !important;
  }
  .u-padding-right-40\@xlarge {
    padding-right: 2.5rem !important;
  }
  .u-padding-50\@xlarge {
    padding: 3.125rem !important;
  }
  .u-padding-top-50\@xlarge {
    padding-top: 3.125rem !important;
  }
  .u-padding-bottom-50\@xlarge {
    padding-bottom: 3.125rem !important;
  }
  .u-padding-left-50\@xlarge {
    padding-left: 3.125rem !important;
  }
  .u-padding-right-50\@xlarge {
    padding-right: 3.125rem !important;
  }
  .u-padding-60\@xlarge {
    padding: 3.75rem !important;
  }
  .u-padding-top-60\@xlarge {
    padding-top: 3.75rem !important;
  }
  .u-padding-bottom-60\@xlarge {
    padding-bottom: 3.75rem !important;
  }
  .u-padding-left-60\@xlarge {
    padding-left: 3.75rem !important;
  }
  .u-padding-right-60\@xlarge {
    padding-right: 3.75rem !important;
  }
}
@media screen and (min-width: 87.5em) {
  .u-padding-0\@wide {
    padding: 0 !important;
  }
  .u-padding-top-0\@wide {
    padding-top: 0 !important;
  }
  .u-padding-bottom-0\@wide {
    padding-bottom: 0 !important;
  }
  .u-padding-left-0\@wide {
    padding-left: 0 !important;
  }
  .u-padding-right-0\@wide {
    padding-right: 0 !important;
  }
  .u-padding-10\@wide {
    padding: 0.625rem !important;
  }
  .u-padding-top-10\@wide {
    padding-top: 0.625rem !important;
  }
  .u-padding-bottom-10\@wide {
    padding-bottom: 0.625rem !important;
  }
  .u-padding-left-10\@wide {
    padding-left: 0.625rem !important;
  }
  .u-padding-right-10\@wide {
    padding-right: 0.625rem !important;
  }
  .u-padding-20\@wide {
    padding: 1.25rem !important;
  }
  .u-padding-top-20\@wide {
    padding-top: 1.25rem !important;
  }
  .u-padding-bottom-20\@wide {
    padding-bottom: 1.25rem !important;
  }
  .u-padding-left-20\@wide {
    padding-left: 1.25rem !important;
  }
  .u-padding-right-20\@wide {
    padding-right: 1.25rem !important;
  }
  .u-padding-30\@wide {
    padding: 1.875rem !important;
  }
  .u-padding-top-30\@wide {
    padding-top: 1.875rem !important;
  }
  .u-padding-bottom-30\@wide {
    padding-bottom: 1.875rem !important;
  }
  .u-padding-left-30\@wide {
    padding-left: 1.875rem !important;
  }
  .u-padding-right-30\@wide {
    padding-right: 1.875rem !important;
  }
  .u-padding-40\@wide {
    padding: 2.5rem !important;
  }
  .u-padding-top-40\@wide {
    padding-top: 2.5rem !important;
  }
  .u-padding-bottom-40\@wide {
    padding-bottom: 2.5rem !important;
  }
  .u-padding-left-40\@wide {
    padding-left: 2.5rem !important;
  }
  .u-padding-right-40\@wide {
    padding-right: 2.5rem !important;
  }
  .u-padding-50\@wide {
    padding: 3.125rem !important;
  }
  .u-padding-top-50\@wide {
    padding-top: 3.125rem !important;
  }
  .u-padding-bottom-50\@wide {
    padding-bottom: 3.125rem !important;
  }
  .u-padding-left-50\@wide {
    padding-left: 3.125rem !important;
  }
  .u-padding-right-50\@wide {
    padding-right: 3.125rem !important;
  }
  .u-padding-60\@wide {
    padding: 3.75rem !important;
  }
  .u-padding-top-60\@wide {
    padding-top: 3.75rem !important;
  }
  .u-padding-bottom-60\@wide {
    padding-bottom: 3.75rem !important;
  }
  .u-padding-left-60\@wide {
    padding-left: 3.75rem !important;
  }
  .u-padding-right-60\@wide {
    padding-right: 3.75rem !important;
  }
}
@media screen {
  .u-max-width-small {
    width: 0 !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 40em) {
  .u-max-width-medium {
    width: 40rem !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 62em) {
  .u-max-width-medium-large {
    width: 62rem !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 70em) {
  .u-max-width-large {
    width: 70rem !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 77.5em) {
  .u-max-width-xlarge {
    width: 77.5rem !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 87.5em) {
  .u-max-width-wide {
    width: 87.5rem !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.u-overlay a,
.u-overlay h1,
.u-overlay h2,
.u-overlay h3,
.u-overlay h4,
.u-overlay h5,
.u-overlay p {
  color: #fff;
}
.u-overlay a b,
.u-overlay a em,
.u-overlay a i,
.u-overlay a small,
.u-overlay a strong,
.u-overlay h1 b,
.u-overlay h1 em,
.u-overlay h1 i,
.u-overlay h1 small,
.u-overlay h1 strong,
.u-overlay h2 b,
.u-overlay h2 em,
.u-overlay h2 i,
.u-overlay h2 small,
.u-overlay h2 strong,
.u-overlay h3 b,
.u-overlay h3 em,
.u-overlay h3 i,
.u-overlay h3 small,
.u-overlay h3 strong,
.u-overlay h4 b,
.u-overlay h4 em,
.u-overlay h4 i,
.u-overlay h4 small,
.u-overlay h4 strong,
.u-overlay h5 b,
.u-overlay h5 em,
.u-overlay h5 i,
.u-overlay h5 small,
.u-overlay h5 strong,
.u-overlay p b,
.u-overlay p em,
.u-overlay p i,
.u-overlay p small,
.u-overlay p strong {
  color: #fff;
}
.has-color-primary-color {
  color: #00809e;
}
.has-color-primary-light {
  color: #d9ecf0;
}
.has-color-primary-background-color {
  background-color: #00809e;
}
.has-color-primary-light-background-color {
  background-color: #d9ecf0;
}
.has-color-primary-medium-background-color {
  background-color: #9ed1cf !important;
}
.has-color-secondary-color {
  color: #04857f;
}
.has-color-secondary-background-color {
  background-color: #04857f;
}
.has-color-tertiary-color {
  color: #e7a313;
}
.has-color-white-color {
  color: #fff;
}
.has-color-white-color {
  color: #fff;
}
.has-color-white-color strong {
  color: #fff;
}
.has-white-color-background-color {
  background: #fff;
}
.has-color-tertiary-background-color {
  background-color: #e7a313;
}
.has-color-tertiary-light-background-color {
  background-color: #fdd072;
}
.has-color-body-light-background-color {
  background-color: #f8f2e9;
}
.has-color-quaternary-color {
  color: #f7f2e9;
}
.has-color-quaternary-background-color,
.has-quaternary-color-background-color {
  background-color: #f7f2e9;
}
.has-color-green {
  color: #05804a;
}
.has-green-background-color {
  background-color: #05804a;
}
.u-gradient {
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.u-gradient--primary-secondary {
  background: -webkit-linear-gradient(-25deg, #00809e, #04857f 60%);
}
.u-gradient--secondary-primary {
  background: -webkit-linear-gradient(-25deg, #04857f, #00809e);
}
.u-gradient--primary {
  background: -webkit-linear-gradient(-25deg, #d9ecf0, #00809e);
}
.u-gradient--dark-tertiary {
  background: -webkit-linear-gradient(-25deg, #000 15%, #e7a313);
}
#content .wp-block-cover:not(.alignwide):not(.alignfull) {
  max-width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 40em) {
  #content .wp-block-cover:not(.alignwide):not(.alignfull) {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 70em) {
  #content .wp-block-cover:not(.alignwide):not(.alignfull) {
    max-width: 61.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
#content .c-post__content > :not(.alignwide):not(.alignfull) {
  max-width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 40em) {
  #content .c-post__content > :not(.alignwide):not(.alignfull) {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 70em) {
  #content .c-post__content > :not(.alignwide):not(.alignfull) {
    max-width: 61.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
#content .c-post__header > :not(.alignwide):not(.alignfull) {
  max-width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 40em) {
  #content .c-post__header > :not(.alignwide):not(.alignfull) {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 70em) {
  #content .c-post__header > :not(.alignwide):not(.alignfull) {
    max-width: 61.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
#content .c-post__footer > :not(.alignwide):not(.alignfull) {
  max-width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 40em) {
  #content .c-post__footer > :not(.alignwide):not(.alignfull) {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 70em) {
  #content .c-post__footer > :not(.alignwide):not(.alignfull) {
    max-width: 61.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
#content .c-page__content > :not(.alignwide):not(.alignfull) {
  max-width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 40em) {
  #content .c-page__content > :not(.alignwide):not(.alignfull) {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 70em) {
  #content .c-page__content > :not(.alignwide):not(.alignfull) {
    max-width: 61.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
#content .u-wrap:not(.alignwide):not(.alignfull) {
  max-width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 40em) {
  #content .u-wrap:not(.alignwide):not(.alignfull) {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 70em) {
  #content .u-wrap:not(.alignwide):not(.alignfull) {
    max-width: 61.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.default-width {
  max-width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 40em) {
  .default-width {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 70em) {
  .default-width {
    max-width: 61.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.alignwide {
  position: relative;
  width: 1240px;
  max-width: 100vw !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 77.4375em) {
  .alignwide {
    width: 100vw;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    left: 50% !important;
    right: 50% !important;
  }
}
.alignfull {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.alignfull > img {
  width: 100%;
}
.wp-block-cover-image.alignfull,
.wp-block-cover-image.alignwide {
  width: auto;
}
.fadeup {
  opacity: 0;
  overflow: hidden;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.faded {
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-140px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOpacity {
  from {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper textarea,
.gform_wrapper select {
  border-radius: 20px !important;
}

.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
  font-weight: 600;
  font-size: 1rem;
}
.gform_wrapper .gform-footer input[type="submit"],
.gform_wrapper .gform_page_footer input[type="button"],
.gform_wrapper .gform_page_footer input[type="submit"] {
  background: #013240 !important;
  border-radius: 20px !important;
  border: none !important;
  color: #fdb913 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  height: 42px !important;
  padding: 0 1.5rem !important;
}
.gform_wrapper .gform-footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input[type="button"]:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background: #fdb913 !important;
  color: #013240 !important;
}
.gform_wrapper .form_label_size label {
  font-size: 1rem !important;
}
.gform-theme--framework
  input[type="checkbox"]:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  )::before {
  font-size: 1.125rem !important;
  color: #013240 !important;
}
.gform-theme--framework
  input[type="radio"]:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  )::before {
  block-size: 10px !important;
  background-color: #013240 !important;
  inline-size: 10px !important;
}
.gform-theme--framework
  .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect)
  .chosen-container-multi:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework
  .gfield:where(.gfield--type-select, .gfield--input-type-select)
  .chosen-search
  input[type="text"]:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework
  .gfield:where(.gfield--type-select, .gfield--input-type-select)
  .chosen-single:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework
  .gform-theme-field-control:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework
  input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework
  select:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework
  select[multiple]:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework
  textarea:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework.gform-theme.gform_wrapper
  .button:where(:not(.gform-theme-no-framework)):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework.gform-theme.gform_wrapper
  .gform-theme-button:where(:not(.gform-theme-no-framework)):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework.gform-theme.gform_wrapper
  :where(:not(.mce-splitbtn))
  > button:not([id*="mceu_"]):not(.mce-open):where(
    :not(.gform-theme-no-framework)
  ):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework.gform-theme.gform_wrapper
  button.button:where(:not(.gform-theme-no-framework)):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework.gform-theme.gform_wrapper
  input:is([type="submit"], [type="button"], [type="reset"]).button:where(
    :not(.gform-theme-no-framework)
  ):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework.gform-theme.gform_wrapper
  input:is([type="submit"], [type="button"], [type="reset"]):where(
    :not(.gform-theme-no-framework)
  ):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework.gform-theme.gform_wrapper
  input[type="submit"].button.gform_button:where(
    :not(.gform-theme-no-framework)
  ):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus {
  outline: none !important;
  border-color: #008ab1 !important;
}
.gform-theme--framework .gform_validation_errors {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error {
  font-size: 1rem !important;
  font-weight: 600 !important;
}
.gform-theme--framework .gform_validation_errors .gform-icon {
  border-color: #b1181e !important;
}
.gform-theme--framework
  .gfield--input-type-datepicker
  .ginput_container_date
  input {
  width: 100%;
}

.gform-theme--framework
  .gfield--input-type-datepicker.gfield--datepicker-custom-icon.gfullwidth
  .ginput_container_date
  input,
.gform-theme--framework
  .gfield--input-type-datepicker.gfield--datepicker-default-icon.gfullwidth
  .ginput_container_date
  input {
  width: 100%;
}
.gform-theme--framework .gf_progressbar {
  background-color: #fdb913 !important;
}
.gform-theme--framework .gf_progressbar .percentbar_blue {
  background-color: #013240 !important;
}
.leader-line[style*="visibility: hidden"] {
  display: none;
}
.gform-theme--framework .gform_validation_errors:focus {
  outline: none !important;
}
.gform_confirmation_message {
  font-size: 1.25rem !important;
  color: #008ab1 !important;
  padding: 2rem 0 !important;
}
