@charset "UTF-8";
@-webkit-keyframes fading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadingOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadingOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes elipsis {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
@keyframes elipsis {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes pulsate {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  to {
    opacity: 1;
  }
}
@keyframes pulsate {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  to {
    opacity: 1;
  }
}
.debug {
  background-color: white;
  font-size: 16px;
}
.debug > div {
  font-family: monospace !important;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 10px;
  color: #999;
}
.debug > div details summary {
  cursor: pointer;
}
.debug > div strong {
  font-family: monospace !important;
  color: black;
}
.debug div.debug_query_container {
  padding: 10px;
  background-color: white;
}
.debug div.debug_query_container:nth-child(even) {
  background-color: #f8f8f8;
}
.debug div.debug_query_container .debug_query {
  font-family: monospace !important;
  color: lightcoral;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.debug div.debug_query_container dt, .debug div.debug_query_container dd {
  font-size: 12px;
  text-align: left;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  font-family: monospace !important;
}
.debug div.debug_query_container .debug_query_pattern_and_values {
  color: seagreen;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.debug div.debug_query_container .debug_query_pattern_and_values > dl {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.debug div.debug_query_container .debug_query_pattern_and_values > dl dt {
  margin-left: 0;
  color: #999;
}
.debug div.debug_query_container .debug_query_pattern_and_values > dl dd {
  font-weight: bold;
  padding-left: 10px;
}
.debug div.debug_query_container dl.debug_query_backtrace {
  text-align: left;
}
.debug div.debug_query_container dl.debug_query_backtrace dt, .debug div.debug_query_container dl.debug_query_backtrace dd {
  display: inline-block;
  padding-left: 10px;
}
.debug div.debug_query_container dl.debug_query_backtrace dt:first-child, .debug div.debug_query_container dl.debug_query_backtrace dd:first-child {
  padding-left: 0;
}
.debug div.debug_query_container dl.debug_query_backtrace dd {
  color: peru;
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-size: 10px;
  background-color: #AB9C8F;
  color: #AB9C8F;
}

body.noscroll {
  overflow: hidden;
}

#mobile_detector {
  display: block;
}

.not_mobile {
  display: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container.fixed {
  max-width: 1680px;
}
.container.fixed.less_narrow {
  max-width: 1300px;
}
.container.fixed.narrow {
  max-width: 1090px;
}
.container.fixed.narrower {
  max-width: 810px;
}
.container.fixed.narrowest {
  max-width: 530px;
}
.container.to_edge {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .not_mobile {
    display: block;
  }
  .not_mobile.inline {
    display: inline;
  }
  .not_mobile.inline-block {
    display: inline-block;
  }
  .mobile_only {
    display: none;
  }
  #mobile_detector {
    display: none;
  }
}
.horizontal_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex_space_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.not_live_warning {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 150px;
  height: 150px;
  z-index: 1000;
}

form {
  margin: 0;
}

input[type=email],
input[type=text],
input[type=number],
input[type=tel],
input[type=password],
input[type=date],
textarea,
input[type=submit],
select,
input[type=search] {
  -webkit-appearance: none;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  padding: 0.5em;
  font-size: 16px;
  color: #AB9C8F;
  background-color: white;
  -webkit-transition: 0.2s border-color;
  transition: 0.2s border-color;
  width: 100%;
  display: block;
}
input[type=email]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
textarea:focus,
input[type=submit]:focus,
select:focus,
input[type=search]:focus {
  outline: none;
}

select {
  background-image: url(../images/arrow-down-grey.svg);
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 1em auto;
  padding-right: 1.75em;
}

textarea {
  height: 6em;
}

input:focus, select:focus {
  -webkit-transition: 0.2s border-color;
  transition: 0.2s border-color;
  outline: none;
  border-color: black;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #ccc3bb;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.2em;
  height: 1.2em;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 0.3em;
  -webkit-transition: 0.2s border-color;
  transition: 0.2s border-color;
  cursor: pointer;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-image: url(../images/tick.svg);
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  opacity: 0.3;
  cursor: default;
  border-color: #ccc3bb !important;
}

label:hover input[type=checkbox],
label:hover input[type=radio] {
  border-color: #AB9C8F;
  -webkit-transition: 0.2s border-color;
  transition: 0.2s border-color;
}

input.hollow, textarea.hollow, select.hollow {
  background-color: transparent !important;
}

input.white, textarea.white, select.white {
  color: #AB9C8F;
  border-color: white;
  background-color: white;
}
input.white.hollow, textarea.white.hollow, select.white.hollow {
  color: white;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
input.white.hollow:hover, input.white.hollow:focus, textarea.white.hollow:hover, textarea.white.hollow:focus, select.white.hollow:hover, select.white.hollow:focus {
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
input.white.hollow::-webkit-input-placeholder, textarea.white.hollow::-webkit-input-placeholder, select.white.hollow::-webkit-input-placeholder {
  color: white;
}
input.white.hollow::-moz-placeholder, textarea.white.hollow::-moz-placeholder, select.white.hollow::-moz-placeholder {
  color: white;
}
input.white.hollow:-ms-input-placeholder, textarea.white.hollow:-ms-input-placeholder, select.white.hollow:-ms-input-placeholder {
  color: white;
}
input.white.hollow::-ms-input-placeholder, textarea.white.hollow::-ms-input-placeholder, select.white.hollow::-ms-input-placeholder {
  color: white;
}
input.white.hollow::placeholder, textarea.white.hollow::placeholder, select.white.hollow::placeholder {
  color: white;
}

select.white {
  background-image: url(../images/arrow-down-white.svg);
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/raleway-regular.woff2") format("woff2"), url("../fonts/raleway/raleway-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/raleway-semibold.woff2") format("woff2"), url("../fonts/raleway/raleway-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/raleway-bold.woff2") format("woff2"), url("../fonts/raleway/raleway-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tinos";
  src: url("../fonts/pt-serif/tinos-bold.woff2") format("woff2"), url("../fonts/tinos/tinos-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html.noscroll {
  overflow: hidden;
}

.modals {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color: rgba(20, 33, 55, 0.9);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.modals .modals_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modals .modal {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 800px;
  background-color: white;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.modals .modal > *:first-child:not(.close_button) {
  margin-top: 0 !important;
}
.modals .modal > *:last-child {
  margin-bottom: 0 !important;
}
.modals .modal.scrollable {
  max-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modals .modal.scrollable .scrollable_content {
  height: 80%;
  overflow-y: scroll;
}

.modal .close_button {
  display: block;
  font-size: 0;
  width: 15px;
  height: 15px;
  background: none;
  background-image: url(/assets/images/close.svg);
  background-size: 100% 100%;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: -10px;
          margin-inline-end: -10px;
  margin-top: -10px !important;
}
.modal .close_button + h4 {
  margin-top: 0;
}
.modal h4 {
  font-size: 24px;
  text-align: center;
}

.modal[data-modal-id=nearest-cities] .loader {
  background-color: white;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal[data-modal-id=nearest-cities] .button_list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal[data-modal-id=nearest-cities] .button_list li {
  margin: 10px 0;
  padding: 0;
}
.modal[data-modal-id=nearest-cities] .button_list li a {
  display: block;
}
.modal[data-modal-id=nearest-cities] .button_list li a button {
  display: block;
  width: 100%;
}
.modal[data-modal-id=nearest-cities] .button_list li a:hover {
  text-decoration: none;
}

details.accordion {
  font-size: 16px;
  position: relative;
  -webkit-padding-start: 38px;
          padding-inline-start: 38px;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #EDEDED;
  margin: 1em 0;
}
details.accordion summary {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  outline: none !important;
  cursor: pointer;
}
details.accordion summary::marker, details.accordion summary::-webkit-details-marker {
  display: none;
}
details.accordion summary::before {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-margin-start: -28px;
          margin-inline-start: -28px;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
  content: "+";
  width: 24px;
  height: 24px;
  text-align: center;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}
details.accordion summary > * {
  padding-top: 0.18em;
  margin: 0;
}
details.accordion[open] summary::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none !important;
}

.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger.dark.active .hamburger-inner,
.hamburger.dark.active .hamburger-inner::before,
.hamburger.dark.active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-box {
  width: 26px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #FFF;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger.dark .hamburger-inner, .hamburger.dark .hamburger-inner::before, .hamburger.dark .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Slick
 */
button.slick-arrow, button.slick-arrow:hover, button.slick-arrow:focus {
  border: none;
  font-size: 0px;
  color: transparent;
  background-color: transparent;
  width: 30px;
  height: 30px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s background-position;
  transition: 0.2s background-position;
  outline: none !important;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
button.slick-arrow.slick-prev, button.slick-arrow:hover.slick-prev, button.slick-arrow:focus.slick-prev {
  left: 0;
  background-image: url(/assets/images/arrow-left-black.svg);
}
button.slick-arrow.slick-prev:hover, button.slick-arrow:hover.slick-prev:hover, button.slick-arrow:focus.slick-prev:hover {
  background-position: left center;
}
button.slick-arrow.slick-next, button.slick-arrow:hover.slick-next, button.slick-arrow:focus.slick-next {
  right: 0;
  background-image: url(/assets/images/arrow-right-black.svg);
}
button.slick-arrow.slick-next:hover, button.slick-arrow:hover.slick-next:hover, button.slick-arrow:focus.slick-next:hover {
  background-position: right center;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.slick-dots li.slick-active button {
  background-color: white;
}

.fancybox-bg {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.fancybox-button {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white !important;
}
.fancybox-button:hover {
  color: white !important;
}

/*
 * Sharer
 */
ul.sharer {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.sharer li {
  margin: 15px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #f8f8f8;
  position: relative;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
ul.sharer li.facebook {
  background-color: #4267B2;
  background-image: url(/assets/images/social/facebook-white.svg);
}
ul.sharer li.twitter {
  background-color: #1DA1F2;
  background-image: url(/assets/images/social/twitter-white.svg);
}
ul.sharer li.linkedin {
  background-color: #2867B2;
  background-image: url(/assets/images/social/linked-in-white.svg);
}
ul.sharer li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.full_screen_loader, .loader {
  background-image: url(/assets/images/loader.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.full_screen_loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: black;
  z-index: 1;
}

.loader {
  width: 100%;
  height: 200px;
}

.embedded_video {
  position: relative;
  width: 100%;
}
.embedded_video.youtube {
  height: 0;
  padding-bottom: 56.25%;
}
.embedded_video.youtube iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.embedded_video > video {
  display: block;
  width: 100%;
  height: auto;
}

.app_qr_code_container {
  display: none;
  z-index: 1000;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 74px;
  padding: 5px;
  height: 100px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background-color: rgba(20, 33, 55, 0.75);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.app_qr_code_container a.hide_app_qr_code {
  opacity: 0;
  font-size: 0;
  -webkit-transition: 0.8s opacity;
  transition: 0.8s opacity;
  position: absolute;
  bottom: 100px;
  left: 0;
  color: white;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.app_qr_code_container p {
  margin: 4px 0 0 0;
  font-size: 10px;
  color: white;
  text-align: center;
}
.app_qr_code_container:hover {
  padding-top: 25px;
  height: 120px;
}
.app_qr_code_container:hover a.hide_app_qr_code {
  font-size: 12px;
  display: block;
  -webkit-transition: 0.8s opacity;
  transition: 0.8s opacity;
  opacity: 1;
}
.app_qr_code_container.off_right {
  right: -74px;
}

.grecaptcha-badge {
  visibility: hidden;
}

p.recaptcha_disclaimer {
  text-align: center;
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.5) !important;
}
p.recaptcha_disclaimer a {
  color: inherit;
  text-decoration: underline;
  text-align: center;
}

@media (min-width: 1024px) {
  .app_qr_code_container {
    display: block;
  }
}
.fullscreen_pager {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 15px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1000;
}
.fullscreen_pager li {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 15px 0;
  padding: 0;
  border: 1px solid white;
  border-radius: 15px;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
.fullscreen_pager li.active {
  background-color: white;
}

@media (min-width: 768px) {
  .fullscreen_pager {
    right: 40px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.form_errors {
  background: white;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 0 20px;
  font-family: "Raleway", Arial, sans-serif;
}
.form_errors p, .form_errors li {
  color: #112235;
  font-family: "Raleway", Arial, sans-serif;
}
.form_errors p {
  margin-bottom: 0.5em;
  font-weight: 600;
}
.form_errors *:last-child {
  margin-bottom: 0;
}

html,
html * {
  font-family: "Raleway", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin: 0 0 20px 0;
  font-family: "Tinos", Times New Roman, serif;
  color: #AB9C8F;
  line-height: 1.2;
  font-weight: 300;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong {
  font-weight: 700;
}

h1,
.h1 {
  font-size: 44px;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 56px;
  }
}

h2,
.h2 {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-size: 32px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 38px;
  }
}

h3,
.h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 34px;
    margin: 0 0 40px 0;
  }
}

h4,
.h4 {
  font-size: 26px;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 30px;
  }
}

.uppercase {
  text-transform: uppercase;
}

summary {
  font-size: 24px;
  font-weight: 700;
}

p,
.p,
li,
td {
  color: black;
  font-weight: normal;
  line-height: 1.5;
  font-size: 18px;
}
@media (min-width: 768px) {
  p,
  .p,
  li,
  td {
    font-size: 20px;
  }
}

p strong,
li strong {
  font-weight: 700;
}

p,
ul {
  margin: 0 0 20px 0;
}

ul {
  padding-left: 20px;
}

li {
  margin: 0 0 7.5px 0;
}

a {
  color: #AB9C8F;
  text-decoration: none;
}

a.block,
a.block button,
button.block {
  display: block;
  width: 100%;
}

button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content),
input[type=submit],
button[type=submit],
.button {
  border-radius: 10px;
  border: 2px solid #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  font-weight: 400;
  text-transform: none;
  color: #FFF;
  font-size: 16px;
  padding: 8px 16px;
}
@media (min-width: 768px) {
  button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content),
  input[type=submit],
  button[type=submit],
  .button {
    font-size: 18px;
    padding: 10px 18px;
  }
}
button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content):hover, button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content):active, button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content):focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
button[type=submit]:hover,
button[type=submit]:active,
button[type=submit]:focus,
.button:hover,
.button:active,
.button:focus {
  background-color: #FFF;
  color: #FFF;
}
button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content):hover,
input[type=submit]:hover,
button[type=submit]:hover,
.button:hover {
  cursor: pointer;
}
button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content).button-white,
input[type=submit].button-white,
button[type=submit].button-white,
.button.button-white {
  border-color: #FFF;
  color: #FFF;
}
button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content).button-white:hover, button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content).button-white:active, button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content).button-white:focus,
input[type=submit].button-white:hover,
input[type=submit].button-white:active,
input[type=submit].button-white:focus,
button[type=submit].button-white:hover,
button[type=submit].button-white:active,
button[type=submit].button-white:focus,
.button.button-white:hover,
.button.button-white:active,
.button.button-white:focus {
  background-color: #FFF;
  color: #AB9C8F;
}
button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content).button-white,
input[type=submit].button-white,
button[type=submit].button-white,
.button.button-white {
  border-color: #FFF;
  background-color: #FFF;
  color: #AB9C8F;
}
button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content).button-white:hover, button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content).button-white:active, button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content).button-white:focus,
input[type=submit].button-white:hover,
input[type=submit].button-white:active,
input[type=submit].button-white:focus,
button[type=submit].button-white:hover,
button[type=submit].button-white:active,
button[type=submit].button-white:focus,
.button.button-white:hover,
.button.button-white:active,
.button.button-white:focus {
  background-color: transparent;
  color: #FFF;
}
button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content).button-navy-green,
input[type=submit].button-navy-green,
button[type=submit].button-navy-green,
.button.button-navy-green {
  border-color: #AB9C8F;
  background-color: #AB9C8F;
  color: #61CE7D;
}
button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content).button-navy-green:hover, button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content).button-navy-green:active, button:not(.hamburger):not([type=submit]):not(.close_button):not(.slick-arrow):not(.faqs_content).button-navy-green:focus,
input[type=submit].button-navy-green:hover,
input[type=submit].button-navy-green:active,
input[type=submit].button-navy-green:focus,
button[type=submit].button-navy-green:hover,
button[type=submit].button-navy-green:active,
button[type=submit].button-navy-green:focus,
.button.button-navy-green:hover,
.button.button-navy-green:active,
.button.button-navy-green:focus {
  border-color: #958272;
  background-color: #958272;
}

.pill-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pill {
  padding: 8px 12px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  color: #AB9C8F;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  .pill {
    font-size: 18px;
  }
}
.pill-hover:hover {
  background-color: #d5d5d5;
}

.category-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.category-pills .pill {
  padding: 8px 16px;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.category-pills .pill.active, .category-pills .pill:hover, .category-pills .pill:active, .category-pills .pill:focus {
  background-color: #EEEEEE;
  border-color: #AB9C8F;
}
.category-pills .pill:last-child {
  margin-bottom: 0;
}

.news-link {
  position: relative;
  padding-right: 30px;
}
.news-link:before {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-5px, -50%);
          transform: translate(-5px, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.news-link:hover:before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.news-link.footer-link {
  padding-right: 25px;
}

.trending-intro {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.trending-intro h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: black;
}
.trending-intro h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #AB9C8F;
}

.trending-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 540px) {
  .trending-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .trending-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.trending-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 540px) {
  .trending-item {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1024px) {
  .trending-item {
    width: 100%;
  }
}
.trending-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #AB9C8F;
}
.trending-item .pill {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 15px;
  max-width: calc(100% - 30px);
}
.trending-item .trending-image {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 413/257;
  background-color: #AB9C8F;
}
.trending-item img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.trending-item img.is-active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.trending-item .trending-body {
  width: 100%;
  padding: 10px 0 16px;
}
@media (min-width: 540px) {
  .trending-item .trending-content {
    max-width: 380px;
    margin: 0 auto;
  }
}
.trending-item h2 {
  margin: 0 0 12px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .trending-item h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .trending-item h2 {
    font-size: 38px;
  }
}
.trending-item a:not(.pill) {
  color: #AB9C8F;
  text-decoration: none;
  margin-top: 8px;
  width: 100%;
}
.trending-item a:not(.pill) p {
  margin: 0;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  color: black;
}
@media (min-width: 768px) {
  .trending-item a:not(.pill) p {
    font-size: 18px;
    max-width: 320px;
  }
}

a:hover button {
  text-decoration: none;
}

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

strong {
  font-weight: 700;
}

.red {
  color: #FF4B29;
}

.icon_link {
  display: inline-block;
  line-height: 1em;
  color: #AB9C8F;
}

.icon_link::before {
  display: inline-block;
  position: relative;
  content: "";
  width: 1.5em;
  height: 1.5em;
  top: 0.35em;
  margin-right: 0.25em;
}

.icon_link.telephone::before {
  background-image: url(../images/phone.svg);
}

.icon_link.email::before {
  background-image: url(../images/mail.svg);
}

.header_wrapper {
  position: relative;
}
@media (min-width: 1024px) {
  .header_wrapper > nav.main_nav > div > ul > li.is-active {
    display: block;
  }
}

body:not(.home) #page_header .header_container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 736/888;
  width: 450px;
  height: 100%;
  background-image: url(../images/footer-pattern.svg);
  background-size: cover;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  opacity: 0.15;
}

#page_header {
  width: 100%;
  position: absolute;
  z-index: 1002;
  height: 70px;
  top: 0;
  background-color: #AB9C8F;
  -webkit-transition: 0.2s height, 0.4s background-color;
  transition: 0.2s height, 0.4s background-color;
}
#page_header .header_container {
  position: relative;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 25px;
}
@media (min-width: 768px) {
  #page_header .header_container {
    padding: 0 35px;
  }
}
#page_header .header_container .header_center {
  display: none;
  height: 70px;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 15px;
}
@media (min-width: 1340px) {
  #page_header .header_container .header_center {
    padding: 0 20px;
  }
}
#page_header .header_container .header_center nav {
  display: none;
}
#page_header .header_container .header_left .logo a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  aspect-ratio: 516/72;
  height: auto;
  width: 200px;
}
@media (min-width: 540px) {
  #page_header .header_container .header_left .logo a {
    width: 225px;
  }
}
#page_header .header_container .header_left .logo a img {
  width: 100%;
  height: auto;
}
#page_header .header_container .hamburger_container {
  position: relative;
  z-index: 20;
}
#page_header .header_container .hamburger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #AB9C8F;
  -webkit-tap-highlight-color: transparent;
}
#page_header .header_container .hamburger p {
  line-height: 1;
  margin: 0 0 0 15px;
  text-transform: lowercase;
  font-weight: 700;
  display: none;
}
#page_header .header_container .hamburger {
  height: 24px;
}
#page_header .header_container .hamburger-box {
  width: 30px;
  height: 30px;
}
#page_header .header_container .hamburger-box .hamburger-inner {
  background-color: #FFF;
  width: 30px;
  height: 2px;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
#page_header .header_container .hamburger-box .hamburger-inner:before {
  background-color: #FFF;
  width: 30px;
  height: 2px;
  top: -9px;
}
#page_header .header_container .hamburger-box .hamburger-inner:after {
  background-color: #FFF;
  width: 30px;
  height: 2px;
  bottom: -9px;
}
#page_header .header_container .hamburger--spin.active .hamburger-inner:before {
  top: 0;
}
#page_header .header_container .hamburger--spin.active .hamburger-inner:after {
  bottom: 0;
}
#page_header .header_container .header_right {
  z-index: 2;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#page_header .header_container .header_right > div {
  margin-left: 1.5em;
}
@media (min-width: 768px) {
  #page_header .header_container .header_right > div {
    margin-left: 20%;
  }
}
#page_header .header_container .header_right p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 16px;
  display: none;
}
@media (min-width: 768px) {
  #page_header .header_container .header_right p {
    display: block;
  }
}
@media (min-width: 1024px) {
  #page_header .header_container .header_right p {
    font-size: 16px;
  }
}
#page_header .header_container .header_right .nav_button {
  display: none;
}
@media (min-width: 768px) {
  #page_header .header_container .header_right .nav_button {
    display: block;
  }
}
#page_header .header_container .header_right .nav_button button {
  padding: 0.5em 0.65em;
  border-radius: 10px;
  font-size: 4vw;
  white-space: nowrap;
}
@media (min-width: 400px) {
  #page_header .header_container .header_right .nav_button button {
    font-size: 15px;
    padding-inline: 1em;
  }
}
@media (min-width: 768px) {
  #page_header .header_container .header_right .nav_button button {
    font-size: 16px;
  }
}
@media (min-width: 1340px) {
  #page_header .header_container .header_right .nav_button button {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  #page_header.is_nav {
    background-color: rgba(171, 156, 143, 0.9);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.125);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.125);
  }
}

nav > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav > div > ul li {
  display: block;
}
nav > div > ul li a {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  display: block;
  color: white;
  font-weight: 700;
}
nav > div > ul li a:hover {
  color: white;
  text-decoration: none;
}

.main_nav_overlay {
  content: "";
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  display: none;
  background-color: rgba(171, 156, 143, 0.55);
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 768px) {
  .main_nav_overlay {
    height: calc(100vh - 166.78px);
  }
}
@media (min-width: 974px) {
  .main_nav_overlay {
    height: calc(100vh - 156px);
  }
}
@media (min-width: 1024px) {
  .main_nav_overlay {
    display: none !important;
    height: calc(100vh - 181px);
  }
}

nav.main_nav {
  position: fixed;
  top: 70px;
  left: 0;
  background: #AB9C8F;
  z-index: 1000;
  min-height: 71px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  clip-path: inset(0px 0px 0px -20px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100vh - 70px);
  height: calc(var(--vh, 1vh) * 100 - 70px);
  width: 100%;
  padding-bottom: 65px;
}
@media (min-width: 1024px) {
  nav.main_nav {
    height: auto;
    padding-bottom: 0;
  }
}
nav.main_nav.active {
  visibility: visible;
  opacity: 1;
}
nav.main_nav > div {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (min-width: 768px) {
  nav.main_nav > div {
    padding: 0 35px;
  }
}
nav.main_nav > div > ul {
  display: block;
  list-style: none;
  height: auto;
  padding-left: 0;
  margin: 15px 0 0 0;
}
@media (min-width: 1024px) {
  nav.main_nav > div > ul {
    padding-left: 0;
    margin: 15px 0;
  }
}
nav.main_nav > div > ul li {
  height: auto;
  border-bottom: none !important;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  nav.main_nav > div > ul li.nav-item-cta {
    display: none;
  }
}
nav.main_nav > div > ul li.is-not-active {
  display: none;
}
nav.main_nav > div > ul li.is-active .link-and-arrow .nav_expand {
  display: none;
}
nav.main_nav > div > ul li.is-active .link-and-arrow a {
  position: relative;
  padding: 7.5px 0;
}
nav.main_nav > div > ul li.is-active .link-and-arrow a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  border-bottom: 2px solid #61CE7D;
  width: 100%;
  display: none;
}
@media (min-width: 1024px) {
  nav.main_nav > div > ul li.is-active .link-and-arrow a:before {
    display: block;
  }
}
nav.main_nav > div > ul li .link-and-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  nav.main_nav > div > ul li .link-and-arrow {
    display: none;
  }
}
@media (min-width: 1024px) {
  nav.main_nav > div > ul li .link-and-arrow.is-active {
    display: block;
  }
}
nav.main_nav > div > ul li .link-and-arrow > a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
nav.main_nav > div > ul li .link-and-arrow .nav_expand {
  cursor: pointer;
  position: relative;
  height: 22.5px;
  width: 22.5px;
  min-height: 22.5px;
  min-width: 22.5px;
}
@media (min-width: 1024px) {
  nav.main_nav > div > ul li .link-and-arrow .nav_expand {
    display: none;
  }
}
nav.main_nav > div > ul li a {
  color: #FFF;
  height: auto;
  padding: 7.5px 0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-weight: bold;
  font-size: 18px;
}
nav.main_nav > div > ul li a:hover {
  color: #e6e6e6;
}
nav.main_nav > div > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  nav.main_nav > div > ul > li {
    display: none;
    margin-bottom: 0;
  }
}
nav.main_nav > div > ul > li.join_nav button {
  width: 100%;
}
@media (min-width: 1024px) {
  nav.main_nav > div > ul > li:not(.has_children) {
    display: none;
  }
}
@media (min-width: 1024px) {
  nav.main_nav > div > ul > li:not(.has_children).is-active {
    display: block;
  }
}
nav.main_nav .nav_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  height: auto;
  padding: 0 0 5px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.main_nav .nav_buttons-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #FFF;
}
nav.main_nav .nav_buttons.is-not-active {
  display: none;
}
@media (min-width: 768px) {
  nav.main_nav .nav_buttons {
    position: static;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
nav.main_nav .nav_buttons .nav_buttons_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
nav.main_nav .nav_buttons p.button_links {
  margin: 0 20px 20px 0;
}
nav.main_nav .nav_buttons p.button_links:last-child {
  margin-right: 0;
}
nav.main_nav .nav_buttons p.button_links:last-child a button {
  border: 2px solid #AB9C8F;
  background-color: #FFF;
  color: #AB9C8F;
}
nav.main_nav .nav_buttons p.button_links:last-child a button:hover, nav.main_nav .nav_buttons p.button_links:last-child a button:active, nav.main_nav .nav_buttons p.button_links:last-child a button:focus {
  background-color: #AB9C8F;
  color: #FFF;
}
nav.main_nav .nav_buttons p.button_links a button {
  color: #AB9C8F;
  border: 2px solid #AB9C8F;
  background-color: #AB9C8F;
  color: #FFF;
  margin: 0;
  border-radius: 5px;
  font-weight: 700;
  padding: 8px 30px;
  font-size: 18px;
}
@media (min-width: 768px) {
  nav.main_nav .nav_buttons p.button_links a button {
    padding: 8px 35px;
    font-size: 20px;
  }
}
nav.main_nav .nav_buttons p.button_links a button:hover, nav.main_nav .nav_buttons p.button_links a button:active, nav.main_nav .nav_buttons p.button_links a button:focus {
  background-color: transparent;
  color: #AB9C8F;
}

@media (min-width: 1024px) {
  nav.main_nav {
    top: 70px;
    display: none !important;
  }
  #page_header {
    height: 70px;
  }
  #page_header.lessNarrow .container.fixed {
    max-width: 1300px;
  }
  #page_header .header_container {
    height: 100%;
  }
  #page_header .header_container .header_center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #page_header .header_container .header_center nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page_header .header_container .header_center nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0;
  }
  #page_header .header_container .header_center nav > ul > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  #page_header .header_container .header_center nav > ul > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-weight: bold;
  }
  #page_header .header_container .header_center nav > ul > li > a.open, #page_header .header_container .header_center nav > ul > li > a:hover {
    color: #e6e6e6;
  }
  #page_header .header_container .header_center nav > ul > li > a .nav-item_expand {
    position: absolute;
    content: "";
    top: 52%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
    right: 1.25rem;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 0.6rem 0.575rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
  }
  #page_header .header_container .header_center nav a {
    text-align: center;
    font-weight: 400;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.75px;
    padding: 8px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  #page_header .header_container .header_center nav a {
    font-size: 18px;
    letter-spacing: 1.5px;
    padding: 10px 8px;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  #page_header .header_container .header_center nav a {
    padding: 10px 12.5px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  #page_header .header_container .header_center nav a {
    padding: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1480px) {
  #page_header .header_container .header_center nav a {
    padding: 10px 12.5px;
  }
}
@media (min-width: 1024px) {
  #page_header .header_container .header_right .hamburger_container {
    display: none;
  }
}
.messages_and_errors_container {
  position: fixed;
  z-index: 1000;
  top: 70px;
  left: 0px;
  width: 100%;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-weight: 700;
}
.messages_and_errors_container .site_errors {
  background-color: rgba(220, 53, 69, 0.9);
}
.messages_and_errors_container .site_messages {
  background-color: rgba(125, 194, 66, 0.9);
}
.messages_and_errors_container .site_error,
.messages_and_errors_container .site_message {
  color: white;
  padding: 1em;
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.messages_and_errors_container .site_error .close,
.messages_and_errors_container .site_message .close {
  color: white;
  opacity: 0.8;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  padding: 5px;
  font-size: 22px;
  line-height: 20px;
  width: 30px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-weight: normal;
  cursor: pointer;
  display: block;
}
.messages_and_errors_container .site_error .close:hover,
.messages_and_errors_container .site_message .close:hover {
  opacity: 1;
}
.messages_and_errors_container .site_error p,
.messages_and_errors_container .site_message p {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding-top: 5px;
  font-size: 16px;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main {
  background-color: #AB9C8F;
}

#page_main {
  padding-top: 70px;
}
@media (min-width: 1200px) {
  #page_main {
    padding-top: 70px;
  }
}

#page_main.no_header {
  padding-top: 0;
}

.arrow_scroll_down, .arrow_scroll_up {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  margin-left: -18px;
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(/assets/images/arrow-down.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s background-position, 0.2s opacity;
  transition: 0.2s background-position, 0.2s opacity;
  opacity: 0.51;
}

.arrow_scroll_up {
  bottom: auto;
  top: calc(70px + 0px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.arrow_scroll_down:hover, .arrow_scroll_up:hover {
  background-position: top center;
  opacity: 1;
}

@media (min-width: 1024px) {
  .arrow_scroll_up {
    top: calc(70px + 0px);
  }
}
.content_sections section.full_width_image {
  position: relative;
  z-index: 10;
  overflow-y: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  padding: 0;
}
.content_sections section.full_width_image .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 20;
  height: auto;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .content_sections section.full_width_image .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.content_sections section.full_width_image .container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 736/888;
  width: 440px;
  height: 100%;
  background-image: url(../images/home-pattern.svg);
  background-size: cover;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.35;
}
@media (min-width: 1200px) {
  .content_sections section.full_width_image .container:before {
    opacity: 1;
  }
}
.content_sections section.full_width_image .full_width_image_content_container {
  position: relative;
}
.content_sections section.full_width_image .full_width_image_content {
  color: #FFF;
  text-align: left;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .content_sections section.full_width_image .full_width_image_content {
    padding: 20px;
    width: 100%;
  }
}
.content_sections section.full_width_image .full_width_image_body {
  max-width: 750px;
}
.content_sections section.full_width_image .full_width_image_body p {
  color: #AB9C8F;
  font-weight: bold;
  line-height: 1.1;
  font-size: 22px;
}
@media (min-width: 540px) {
  .content_sections section.full_width_image .full_width_image_body p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .content_sections section.full_width_image .full_width_image_body p {
    font-size: 24px;
  }
}
.content_sections section.full_width_image .full_width_image_heading {
  margin: 0 0 15px 0;
  color: #000000;
}

.content_sections section.resources_grid {
  padding: 0 0 20px;
  /* Featured News */
  /* Sector News */
}
.content_sections section.resources_grid .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 16px;
  padding: 0 25px 16px 25px;
}
@media (min-width: 768px) {
  .content_sections section.resources_grid .container {
    padding: 0 35px 16px 35px;
  }
}
.content_sections section.resources_grid .featured-news {
  width: 100%;
  height: 100%;
  background-color: #AB9C8F;
  overflow: hidden;
  border-radius: 10px;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
@media (min-width: 540px) {
  .content_sections section.resources_grid .featured-news {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .content_sections section.resources_grid .featured-news {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
.content_sections section.resources_grid .featured-news img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_sections section.resources_grid .featured-news img.is-active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.content_sections section.resources_grid .featured-content {
  position: relative;
  background-color: #AB9C8F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
  border-radius: 10px;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
@media (min-width: 540px) {
  .content_sections section.resources_grid .featured-content {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .content_sections section.resources_grid .featured-content {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
.content_sections section.resources_grid .featured-content h2 {
  margin: 0 0 12px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .content_sections section.resources_grid .featured-content h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .content_sections section.resources_grid .featured-content h2 {
    font-size: 38px;
  }
}
.content_sections section.resources_grid .featured-content a:not(.pill) {
  color: #AB9C8F;
  text-decoration: none;
  height: 100%;
  font-weight: bold;
  font-size: 16px;
  padding: 18px;
}
@media (min-width: 540px) {
  .content_sections section.resources_grid .featured-content a:not(.pill) {
    padding: 28px;
  }
}
@media (min-width: 768px) {
  .content_sections section.resources_grid .featured-content a:not(.pill) {
    font-size: 18px;
  }
}
.content_sections section.resources_grid .featured-content .pill {
  margin: 16px 16px 0 0;
}
.content_sections section.resources_grid .featured-body {
  max-width: unset;
  margin: 0 auto;
}
.content_sections section.resources_grid .featured-body:hover .featured-link span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.content_sections section.resources_grid .featured-body h2 {
  color: white;
}
.content_sections section.resources_grid .featured-body p {
  color: white;
}
.content_sections section.resources_grid .featured-link {
  color: #FFF;
  font-size: 16px;
}
@media (min-width: 768px) {
  .content_sections section.resources_grid .featured-link {
    font-size: 18px;
  }
}
.content_sections section.resources_grid .featured-link span {
  position: absolute;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.content_sections section.resources_grid .sector-news {
  position: relative;
  background-color: #AB9C8F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  border-radius: 10px;
  -ms-grid-column-span: 12;
  grid-column: span 12;
  aspect-ratio: 468/288;
}
@media (min-width: 540px) {
  .content_sections section.resources_grid .sector-news {
    aspect-ratio: 468/192;
  }
}
@media (min-width: 768px) {
  .content_sections section.resources_grid .sector-news {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    aspect-ratio: unset;
  }
}
.content_sections section.resources_grid .sector-news .news-link {
  font-weight: bold;
  margin: 0;
}
.content_sections section.resources_grid .sector-news:hover .news-link:before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.content_sections section.resources_grid .sector-news .news-body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 2px;
}
.content_sections section.resources_grid .sector-news .news-body h2 {
  color: white;
}
.content_sections section.resources_grid .sector-news .news-body p {
  color: white;
}
@media (min-width: 540px) {
  .content_sections section.resources_grid .sector-news .news-body {
    padding: 12px;
  }
}
.content_sections section.resources_grid .sector-news h2 {
  margin: 0 0 12px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .content_sections section.resources_grid .sector-news h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .content_sections section.resources_grid .sector-news h2 {
    font-size: 38px;
  }
}
.content_sections section.resources_grid .sector-news p {
  margin: 0 0 15px;
}
.content_sections section.resources_grid .sector-news a:not(.pill) {
  color: #AB9C8F;
  text-decoration: none;
  font-weight: bold;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  .content_sections section.resources_grid .sector-news a:not(.pill) {
    font-size: 20px;
  }
}
.content_sections section.resources_grid .sector-news.opinion {
  background: #002C5F;
  color: white;
}
.content_sections section.resources_grid .sector-news.opinion h2 {
  margin: 0 0 12px;
  color: #FFF;
  font-size: 25px;
}
@media (min-width: 768px) {
  .content_sections section.resources_grid .sector-news.opinion h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .content_sections section.resources_grid .sector-news.opinion h2 {
    font-size: 38px;
  }
}
.content_sections section.resources_grid .sector-news.opinion p {
  color: #FFF;
}
.content_sections section.resources_grid .sector-news.opinion p:not(.news-link) {
  margin: 0 0 15px;
}
.content_sections section.resources_grid .sector-news.opinion a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  margin-top: 8px;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  .content_sections section.resources_grid .sector-news.opinion a {
    font-size: 20px;
  }
}
.content_sections section.resources_grid .news-body {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 18px;
}
@media (min-width: 540px) {
  .content_sections section.resources_grid .news-body {
    padding: 28px;
  }
}
.content_sections section.resources_grid .news-item {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  height: 100%;
  width: 100%;
  aspect-ratio: 468/288;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
@media (min-width: 540px) {
  .content_sections section.resources_grid .news-item {
    aspect-ratio: 400/510;
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media (min-width: 768px) {
  .content_sections section.resources_grid .news-item {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
.content_sections section.resources_grid .news-item .pill {
  position: absolute;
  z-index: 10;
  top: 16px;
  right: 16px;
  min-width: 125px;
  max-width: calc(100% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content_sections section.resources_grid .news-item img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 540px) {
  .content_sections section.resources_grid .news-item img {
    -o-object-position: center;
       object-position: center;
  }
}
.content_sections section.resources_grid .news-item img.is-active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.content_sections section.resources_grid .news-item .news-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.content_sections section.resources_grid .news-item .news-image:before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#AB9C8F), to(transparent));
  background-image: linear-gradient(to top, #AB9C8F, transparent);
}
.content_sections section.resources_grid .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.content_sections section.resources_grid .news-content:hover p span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.content_sections section.resources_grid .news-content p {
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  color: white;
  font-size: 16px;
}
@media (min-width: 768px) {
  .content_sections section.resources_grid .news-content p {
    font-size: 18px;
  }
}
.content_sections section.resources_grid .news-content p:first-child {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .content_sections section.resources_grid .news-content p:first-child {
    margin-right: 10px;
  }
}
.content_sections section.resources_grid .news-content p:last-child {
  position: relative;
  width: 21.6px;
  height: 20px;
}
@media (min-width: 768px) {
  .content_sections section.resources_grid .news-content p:last-child {
    width: 22.32px;
    height: 24px;
  }
}
.content_sections section.resources_grid .news-content p span {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.content_sections section.resources_grid .news-content p span:before {
  content: "→";
}

.content_sections section.category_news {
  padding: 30px 0;
  /* News Grid */
}
.content_sections section.category_news .category_news_intro {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .content_sections section.category_news .category_news_intro {
    padding: 0 20px;
  }
}
.content_sections section.category_news .category_news_intro h1 {
  text-transform: none;
  margin: 0 0 10px 0;
  color: black;
}
.content_sections section.category_news .category_news_heading {
  text-transform: none;
}
.content_sections section.category_news .news-grid_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 16px;
  padding: 16px 10px;
}
@media (min-width: 768px) {
  .content_sections section.category_news .news-grid_container {
    padding: 16px 20px;
  }
}
@media (min-width: 1200px) {
  .content_sections section.category_news .news-grid_container {
    display: -ms-grid;
    display: grid;
  }
}
.content_sections section.category_news .news-grid {
  gap: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
@media (min-width: 540px) {
  .content_sections section.category_news .news-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .content_sections section.category_news .news-grid {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
.content_sections section.category_news .news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 10px;
  overflow: hidden;
}
.content_sections section.category_news .news-item.featured .news-body {
  background-color: #EEEEEE;
}
.content_sections section.category_news .news-item:hover .news-body, .content_sections section.category_news .news-item:active .news-body, .content_sections section.category_news .news-item:focus .news-body {
  background-color: #AB9C8F;
  color: #FFF;
}
.content_sections section.category_news .news-item:hover h2, .content_sections section.category_news .news-item:hover p, .content_sections section.category_news .news-item:active h2, .content_sections section.category_news .news-item:active p, .content_sections section.category_news .news-item:focus h2, .content_sections section.category_news .news-item:focus p {
  color: #FFF;
}
.content_sections section.category_news .news-item img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  aspect-ratio: 447/264;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: auto;
}
.content_sections section.category_news .news-item img.is-active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.content_sections section.category_news .news-item .news-image {
  overflow: hidden;
  aspect-ratio: 447/264;
  width: 100%;
  height: auto;
}
.content_sections section.category_news .news-item .news-image img {
  height: 100%;
  aspect-ratio: unset;
}
.content_sections section.category_news .news-item:nth-child(6n+1) img, .content_sections section.category_news .news-item:nth-child(6n+4) img, .content_sections section.category_news .news-item:nth-child(6n+5) img {
  aspect-ratio: 483/355;
}
.content_sections section.category_news .news-item:nth-child(6n+1) .news-image, .content_sections section.category_news .news-item:nth-child(6n+4) .news-image, .content_sections section.category_news .news-item:nth-child(6n+5) .news-image {
  aspect-ratio: 483/355;
}
.content_sections section.category_news .news-item:nth-child(6n+1) .news-image img, .content_sections section.category_news .news-item:nth-child(6n+4) .news-image img, .content_sections section.category_news .news-item:nth-child(6n+5) .news-image img {
  height: 100%;
  aspect-ratio: unset;
}
.content_sections section.category_news .news-item .news-body {
  width: 100%;
  padding: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #F5F5F5;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
}
.content_sections section.category_news .news-item .news-body .pill {
  margin: 16px 16px 0 0;
}
.content_sections section.category_news .news-item .news-content {
  padding: 16px 16px 32px;
  display: inline-block;
}
.content_sections section.category_news .news-item .news-content > div {
  color: #000;
}
.content_sections section.category_news .news-item h2 {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin: 0 0 12px;
  font-size: 24px;
}
@media (min-width: 540px) {
  .content_sections section.category_news .news-item h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .content_sections section.category_news .news-item h2 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .content_sections section.category_news .news-item h2 {
    font-size: 38px;
  }
}
.content_sections section.category_news .news-item p {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.content_sections section.category_news .news-item a:not(.pill) {
  color: #AB9C8F;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .content_sections section.category_news .news-item a:not(.pill) {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .content_sections section.category_news .sidebar-grid {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .content_sections section.category_news .sidebar-grid {
    margin-left: 20px;
  }
}

.content_sections section.sector_news {
  padding: 30px 0;
  /* News Grid */
}
.content_sections section.sector_news .sector_news_intro {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .content_sections section.sector_news .sector_news_intro {
    padding: 0 20px;
  }
}
.content_sections section.sector_news .sector_news_intro h1 {
  text-transform: none;
  margin: 0 0 10px 0;
  color: black;
}
.content_sections section.sector_news .sector_news_heading {
  text-transform: none;
}
.content_sections section.sector_news .news-grid_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 16px;
  padding: 16px 10px;
}
@media (min-width: 768px) {
  .content_sections section.sector_news .news-grid_container {
    padding: 16px 20px;
  }
}
@media (min-width: 1024px) {
  .content_sections section.sector_news .news-grid_container {
    display: -ms-grid;
    display: grid;
  }
}
.content_sections section.sector_news .news-grid {
  gap: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
@media (min-width: 540px) {
  .content_sections section.sector_news .news-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .content_sections section.sector_news .news-grid {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
.content_sections section.sector_news .news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #EEEEEE;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border-radius: 10px;
}
.content_sections section.sector_news .news-item.active, .content_sections section.sector_news .news-item:hover, .content_sections section.sector_news .news-item:active, .content_sections section.sector_news .news-item:focus {
  background-color: #AB9C8F;
}
.content_sections section.sector_news .news-item.active h2, .content_sections section.sector_news .news-item:hover h2, .content_sections section.sector_news .news-item:active h2, .content_sections section.sector_news .news-item:focus h2 {
  color: #FFF;
}
.content_sections section.sector_news .news-item .news-body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 20px 20px 20px;
}
@media (min-width: 768px) {
  .content_sections section.sector_news .news-item .news-body {
    padding: 48px 32px 32px 32px;
  }
}
@media (min-width: 1200px) {
  .content_sections section.sector_news .news-item .news-body {
    padding: 48px 32px 20px 32px;
  }
}
.content_sections section.sector_news .news-item .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content_sections section.sector_news .news-item h2 {
  color: #AB9C8F;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin: 0 0 12px;
  font-size: 22px;
}
@media (min-width: 540px) {
  .content_sections section.sector_news .news-item h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .content_sections section.sector_news .news-item h2 {
    margin: 0 0 20px;
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .content_sections section.sector_news .news-item h2 {
    font-size: 38px;
  }
}
.content_sections section.sector_news .news-item a:not(.pill) {
  color: #AB9C8F;
  text-decoration: none;
  margin-top: 8px;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .content_sections section.sector_news .news-item a:not(.pill) {
    font-size: 18px;
  }
}
.content_sections section.sector_news .news-item .news-link {
  color: #000;
  padding-right: 28px;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .content_sections section.sector_news .news-item .news-link {
    font-size: 18px;
  }
}
.content_sections section.sector_news .news-item .news-link:before {
  top: 52.5%;
}
.content_sections section.sector_news .sidebar-grid {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
@media (min-width: 1200px) {
  .content_sections section.sector_news .sidebar-grid {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    margin-left: 20px;
  }
}

.content_sections section.industry_news {
  padding: 30px 0;
  /* News Grid */
}
.content_sections section.industry_news .news-title {
  margin-bottom: 5px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .content_sections section.industry_news .news-title {
    margin-bottom: 15px;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .content_sections section.industry_news .news-title {
    width: 66.6666666667%;
  }
}
.content_sections section.industry_news .news-title p {
  color: #AB9C8F;
  font-weight: bold;
  margin-bottom: 10px;
}
.content_sections section.industry_news .news-title p a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #AB9C8F;
}
.content_sections section.industry_news .news-title p a:hover {
  color: #958272;
}
.content_sections section.industry_news .news-title .news_heading {
  text-transform: none;
  margin: 0;
  color: black;
  font-size: 40px;
}
.content_sections section.industry_news .news-grid_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 16px;
  padding: 16px 10px;
}
@media (min-width: 768px) {
  .content_sections section.industry_news .news-grid_container {
    padding: 16px 20px;
  }
}
.content_sections section.industry_news .news-grid {
  gap: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
@media (min-width: 540px) {
  .content_sections section.industry_news .news-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .content_sections section.industry_news .news-grid {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
.content_sections section.industry_news .news-image {
  width: 100%;
  height: auto;
  aspect-ratio: 952/557;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.content_sections section.industry_news .news-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.content_sections section.industry_news .news-intro > p {
  font-weight: 600;
  margin: 0 10px 15px 0;
}
.content_sections section.industry_news .news-intro > .pill {
  margin: 0 0 15px;
}
.content_sections section.industry_news .news-content {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
.content_sections section.industry_news .news-content .container.fixed {
  padding: 0;
}
.content_sections section.industry_news .news-body > p,
.content_sections section.industry_news .news-body > li {
  color: #000;
}
.content_sections section.industry_news .news-body h1,
.content_sections section.industry_news .news-body h2,
.content_sections section.industry_news .news-body h3,
.content_sections section.industry_news .news-body h4,
.content_sections section.industry_news .news-body h5 {
  text-transform: none;
  color: #AB9C8F;
}
.content_sections section.industry_news h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content_sections section.industry_news h3 {
    font-size: 25px;
  }
}
.content_sections section.industry_news .news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #FFF;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.content_sections section.industry_news .news-item.active, .content_sections section.industry_news .news-item:hover, .content_sections section.industry_news .news-item:active, .content_sections section.industry_news .news-item:focus {
  background-color: #AB9C8F;
}
.content_sections section.industry_news .news-item.active h2, .content_sections section.industry_news .news-item:hover h2, .content_sections section.industry_news .news-item:active h2, .content_sections section.industry_news .news-item:focus h2 {
  color: #FFF;
}
.content_sections section.industry_news .news-item.active a:not(.pill), .content_sections section.industry_news .news-item:hover a:not(.pill), .content_sections section.industry_news .news-item:active a:not(.pill), .content_sections section.industry_news .news-item:focus a:not(.pill) {
  color: #FFF;
}
.content_sections section.industry_news .news-item .news-body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 20px 20px 20px;
}
@media (min-width: 768px) {
  .content_sections section.industry_news .news-item .news-body {
    padding: 48px 32px 32px 32px;
  }
}
@media (min-width: 1200px) {
  .content_sections section.industry_news .news-item .news-body {
    padding: 48px 32px 20px 32px;
  }
}
.content_sections section.industry_news .news-item h2 {
  margin: 0 0 12px;
  font-size: 22px;
}
@media (min-width: 540px) {
  .content_sections section.industry_news .news-item h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .content_sections section.industry_news .news-item h2 {
    margin: 0 0 20px;
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .content_sections section.industry_news .news-item h2 {
    margin: 0 0 25px;
    font-size: 38px;
  }
}
.content_sections section.industry_news .news-item a:not(.pill) {
  color: #AB9C8F;
  text-decoration: none;
  margin-top: 8px;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .content_sections section.industry_news .news-item a:not(.pill) {
    font-size: 18px;
  }
}
.content_sections section.industry_news .sidebar-grid {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
@media (min-width: 1200px) {
  .content_sections section.industry_news .sidebar-grid {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    margin-left: 20px;
  }
}

.content_sections section.block_image {
  padding: 20px 0;
}
.content_sections section.block_image .container {
  position: relative;
  z-index: 20;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .content_sections section.block_image .container {
    padding: 0 35px;
  }
}
.content_sections section.block_image .block_image_content_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .content_sections section.block_image .block_image_content_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content_sections section.block_image .block_image_container {
  width: 100%;
  position: relative;
  z-index: 10;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 20px;
}
.content_sections section.block_image .block_image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 950/950;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_sections section.block_image .block_content_container {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .content_sections section.block_image .block_content_container {
    margin-left: 30px;
  }
}
.content_sections section.block_image .block_content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.content_sections section.block_image .block_content > * {
  color: #000;
}
.content_sections section.block_image .block_content > *:last-child {
  margin-bottom: 0;
}
.content_sections section.block_image .block_image_heading {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .content_sections section.block_image.image_right .block_image_content_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.content_sections section.block_image.image_right .block_content_container {
  margin: 0 30px 0 0;
}
.content_sections section.block_image.image_right .block_content {
  margin-right: 0;
}
.content_sections section.block_image p.button_links {
  text-align: left;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .content_sections section.block_image .block_image_container {
    width: 400px;
    height: 400px;
    margin: 0;
  }
  .content_sections section.block_image .block_content_container {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content_sections section.text {
  padding: 20px 0;
}
.content_sections section.text .container {
  padding: 0 25px;
}
@media (min-width: 768px) {
  .content_sections section.text .container {
    padding: 0 35px;
  }
}
.content_sections section.text .container h1,
.content_sections section.text .container .h1,
.content_sections section.text .container h2,
.content_sections section.text .container .h2,
.content_sections section.text .container h3,
.content_sections section.text .container .h3,
.content_sections section.text .container h4,
.content_sections section.text .container .h4 {
  text-transform: none;
}
.content_sections section.text .container > p, .content_sections section.text .container > li {
  color: #000;
}
.content_sections section.text .container > p:last-child, .content_sections section.text .container > li:last-child {
  margin-bottom: 0;
}

.content_sections section.video {
  background-color: #FFF;
  position: relative;
  z-index: 20;
  overflow-y: hidden;
  padding: 0;
  width: 100%;
  padding: 20px 0;
}
.content_sections section.video .container {
  position: relative;
  z-index: 10;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .content_sections section.video .container {
    padding: 0 35px;
  }
}
.content_sections section.video .video_heading {
  text-transform: none;
  margin-bottom: 20px;
}
.content_sections section.video .embedded_video {
  width: 100%;
}

.content_sections {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
.content_sections section {
  position: relative;
  padding: 20px 0 40px 0;
  overflow: hidden;
  background: #FFF;
  color: #FFF;
}
.content_sections section.black_title .container h1:not(.p),
.content_sections section.black_title .container .h1:not(.p),
.content_sections section.black_title .container h2:not(.p),
.content_sections section.black_title .container .h2:not(.p),
.content_sections section.black_title .container h4:not(.p),
.content_sections section.black_title .container .h4:not(.p),
.content_sections section.black_title .container h5:not(.p),
.content_sections section.black_title .container .h5:not(.p) {
  color: #AB9C8F;
}
.content_sections section.white_title .container h1:not(.p),
.content_sections section.white_title .container .h1:not(.p),
.content_sections section.white_title .container h2:not(.p),
.content_sections section.white_title .container .h2:not(.p),
.content_sections section.white_title .container h4:not(.p),
.content_sections section.white_title .container .h4:not(.p),
.content_sections section.white_title .container h5:not(.p),
.content_sections section.white_title .container .h5:not(.p) {
  color: #FFF;
}
.content_sections section.yellow_title .container h1:not(.p),
.content_sections section.yellow_title .container .h1:not(.p),
.content_sections section.yellow_title .container h2:not(.p),
.content_sections section.yellow_title .container .h2:not(.p),
.content_sections section.yellow_title .container h4:not(.p),
.content_sections section.yellow_title .container .h4:not(.p),
.content_sections section.yellow_title .container h5:not(.p),
.content_sections section.yellow_title .container .h5:not(.p) {
  color: #61CE7D;
}
.content_sections section.dark_blue_title .container h1:not(.p),
.content_sections section.dark_blue_title .container .h1:not(.p),
.content_sections section.dark_blue_title .container h2:not(.p),
.content_sections section.dark_blue_title .container .h2:not(.p),
.content_sections section.dark_blue_title .container h4:not(.p),
.content_sections section.dark_blue_title .container .h4:not(.p),
.content_sections section.dark_blue_title .container h5:not(.p),
.content_sections section.dark_blue_title .container .h5:not(.p) {
  color: #142137;
}
.content_sections section.grey_title .container h1:not(.p),
.content_sections section.grey_title .container .h1:not(.p),
.content_sections section.grey_title .container h2:not(.p),
.content_sections section.grey_title .container .h2:not(.p),
.content_sections section.grey_title .container h4:not(.p),
.content_sections section.grey_title .container .h4:not(.p),
.content_sections section.grey_title .container h5:not(.p),
.content_sections section.grey_title .container .h5:not(.p) {
  color: #E2E2E2;
}
.content_sections section.orange_title .container h1:not(.p),
.content_sections section.orange_title .container .h1:not(.p),
.content_sections section.orange_title .container h2:not(.p),
.content_sections section.orange_title .container .h2:not(.p),
.content_sections section.orange_title .container h4:not(.p),
.content_sections section.orange_title .container .h4:not(.p),
.content_sections section.orange_title .container h5:not(.p),
.content_sections section.orange_title .container .h5:not(.p) {
  color: #FF4B29;
}
.content_sections section.green_title .container h1:not(.p),
.content_sections section.green_title .container .h1:not(.p),
.content_sections section.green_title .container h2:not(.p),
.content_sections section.green_title .container .h2:not(.p),
.content_sections section.green_title .container h4:not(.p),
.content_sections section.green_title .container .h4:not(.p),
.content_sections section.green_title .container h5:not(.p),
.content_sections section.green_title .container .h5:not(.p) {
  color: #61CE7D;
}
.content_sections section.black_title_accent .container h1:not(.p) > span,
.content_sections section.black_title_accent .container .h1:not(.p) > span,
.content_sections section.black_title_accent .container h2:not(.p) > span,
.content_sections section.black_title_accent .container .h2:not(.p) > span,
.content_sections section.black_title_accent .container h4:not(.p) > span,
.content_sections section.black_title_accent .container .h4:not(.p) > span,
.content_sections section.black_title_accent .container h5:not(.p) > span,
.content_sections section.black_title_accent .container .h5:not(.p) > span {
  color: #AB9C8F;
}
.content_sections section.white_title_accent .container h1:not(.p) > span,
.content_sections section.white_title_accent .container .h1:not(.p) > span,
.content_sections section.white_title_accent .container h2:not(.p) > span,
.content_sections section.white_title_accent .container .h2:not(.p) > span,
.content_sections section.white_title_accent .container h4:not(.p) > span,
.content_sections section.white_title_accent .container .h4:not(.p) > span,
.content_sections section.white_title_accent .container h5:not(.p) > span,
.content_sections section.white_title_accent .container .h5:not(.p) > span {
  color: #FFF;
}
.content_sections section.yellow_title_accent .container h1:not(.p) > span,
.content_sections section.yellow_title_accent .container .h1:not(.p) > span,
.content_sections section.yellow_title_accent .container h2:not(.p) > span,
.content_sections section.yellow_title_accent .container .h2:not(.p) > span,
.content_sections section.yellow_title_accent .container h4:not(.p) > span,
.content_sections section.yellow_title_accent .container .h4:not(.p) > span,
.content_sections section.yellow_title_accent .container h5:not(.p) > span,
.content_sections section.yellow_title_accent .container .h5:not(.p) > span {
  color: #61CE7D;
}
.content_sections section.dark_blue_title_accent .container h1:not(.p) > span,
.content_sections section.dark_blue_title_accent .container .h1:not(.p) > span,
.content_sections section.dark_blue_title_accent .container h2:not(.p) > span,
.content_sections section.dark_blue_title_accent .container .h2:not(.p) > span,
.content_sections section.dark_blue_title_accent .container h4:not(.p) > span,
.content_sections section.dark_blue_title_accent .container .h4:not(.p) > span,
.content_sections section.dark_blue_title_accent .container h5:not(.p) > span,
.content_sections section.dark_blue_title_accent .container .h5:not(.p) > span {
  color: #142137;
}
.content_sections section.grey_title_accent .container h1:not(.p) > span,
.content_sections section.grey_title_accent .container .h1:not(.p) > span,
.content_sections section.grey_title_accent .container h2:not(.p) > span,
.content_sections section.grey_title_accent .container .h2:not(.p) > span,
.content_sections section.grey_title_accent .container h4:not(.p) > span,
.content_sections section.grey_title_accent .container .h4:not(.p) > span,
.content_sections section.grey_title_accent .container h5:not(.p) > span,
.content_sections section.grey_title_accent .container .h5:not(.p) > span {
  color: #E2E2E2;
}
.content_sections section.orange_title_accent .container h1:not(.p) > span,
.content_sections section.orange_title_accent .container .h1:not(.p) > span,
.content_sections section.orange_title_accent .container h2:not(.p) > span,
.content_sections section.orange_title_accent .container .h2:not(.p) > span,
.content_sections section.orange_title_accent .container h4:not(.p) > span,
.content_sections section.orange_title_accent .container .h4:not(.p) > span,
.content_sections section.orange_title_accent .container h5:not(.p) > span,
.content_sections section.orange_title_accent .container .h5:not(.p) > span {
  color: #FF4B29;
}
.content_sections section.green_title_accent .container h1:not(.p) > span,
.content_sections section.green_title_accent .container .h1:not(.p) > span,
.content_sections section.green_title_accent .container h2:not(.p) > span,
.content_sections section.green_title_accent .container .h2:not(.p) > span,
.content_sections section.green_title_accent .container h4:not(.p) > span,
.content_sections section.green_title_accent .container .h4:not(.p) > span,
.content_sections section.green_title_accent .container h5:not(.p) > span,
.content_sections section.green_title_accent .container .h5:not(.p) > span {
  color: #61CE7D;
}
.content_sections section.black_background {
  background: #AB9C8F;
}
.content_sections section.black_background p.button_links button {
  border-color: #61CE7D;
  background-color: #AB9C8F;
  color: #FFF;
}
.content_sections section.black_background p.button_links button:hover, .content_sections section.black_background p.button_links button:active, .content_sections section.black_background p.button_links button:focus {
  background-color: #61CE7D;
  color: #AB9C8F;
}
.content_sections section.white_background {
  background: #FFF;
}
.content_sections section.white_background p.button_links button {
  border-color: #61CE7D;
  background-color: #FFF;
  color: #AB9C8F;
}
.content_sections section.white_background p.button_links button:hover, .content_sections section.white_background p.button_links button:active, .content_sections section.white_background p.button_links button:focus {
  background-color: #61CE7D;
  color: #FFF;
}
.content_sections section.yellow_background {
  background: #61CE7D;
}
.content_sections section.yellow_background p.button_links button {
  border-color: #AB9C8F;
  background-color: #61CE7D;
  color: #FFF;
}
.content_sections section.yellow_background p.button_links button:hover, .content_sections section.yellow_background p.button_links button:active, .content_sections section.yellow_background p.button_links button:focus {
  background-color: #AB9C8F;
  color: #61CE7D;
}
.content_sections section.dark_blue_background {
  background: #142137;
}
.content_sections section.dark_blue_background p.button_links button {
  border-color: #61CE7D;
  background-color: #142137;
  color: #FFF;
}
.content_sections section.dark_blue_background p.button_links button:hover, .content_sections section.dark_blue_background p.button_links button:active, .content_sections section.dark_blue_background p.button_links button:focus {
  background-color: #61CE7D;
  color: #142137;
}
.content_sections section.grey_background {
  background: #E2E2E2;
}
.content_sections section.grey_background p.button_links button {
  border-color: #61CE7D;
  background-color: #E2E2E2;
  color: #FFF;
}
.content_sections section.grey_background p.button_links button:hover, .content_sections section.grey_background p.button_links button:active, .content_sections section.grey_background p.button_links button:focus {
  background-color: #61CE7D;
  color: #E2E2E2;
}
.content_sections section.orange_background {
  background: #FF4B29;
}
.content_sections section.orange_background p.button_links button {
  border-color: #61CE7D;
  background-color: #FF4B29;
  color: #FFF;
}
.content_sections section.orange_background p.button_links button:hover, .content_sections section.orange_background p.button_links button:active, .content_sections section.orange_background p.button_links button:focus {
  background-color: #61CE7D;
  color: #FF4B29;
}
.content_sections section.green_background {
  background: #61CE7D;
}
.content_sections section.green_background p.button_links button {
  border-color: #61CE7D;
  background-color: #61CE7D;
  color: #FFF;
}
.content_sections section.green_background p.button_links button:hover, .content_sections section.green_background p.button_links button:active, .content_sections section.green_background p.button_links button:focus {
  background-color: #61CE7D;
  color: #61CE7D;
}
.content_sections section.black_text .container p,
.content_sections section.black_text .container .p,
.content_sections section.black_text .container li {
  color: #AB9C8F;
}
.content_sections section.white_text .container p,
.content_sections section.white_text .container .p,
.content_sections section.white_text .container li {
  color: #FFF;
}
.content_sections section.yellow_text .container p,
.content_sections section.yellow_text .container .p,
.content_sections section.yellow_text .container li {
  color: #61CE7D;
}
.content_sections section.dark_blue_text .container p,
.content_sections section.dark_blue_text .container .p,
.content_sections section.dark_blue_text .container li {
  color: #142137;
}
.content_sections section.grey_text .container p,
.content_sections section.grey_text .container .p,
.content_sections section.grey_text .container li {
  color: #E2E2E2;
}
.content_sections section.orange_text .container p,
.content_sections section.orange_text .container .p,
.content_sections section.orange_text .container li {
  color: #FF4B29;
}
.content_sections section.green_text .container p,
.content_sections section.green_text .container .p,
.content_sections section.green_text .container li {
  color: #61CE7D;
}
.content_sections section.black_buttons p.button_links button {
  color: #AB9C8F;
}
.content_sections section.white_buttons p.button_links button {
  border-color: #61CE7D;
  background-color: #AB9C8F;
  color: #FFF;
}
.content_sections section.white_buttons p.button_links button:hover, .content_sections section.white_buttons p.button_links button:active, .content_sections section.white_buttons p.button_links button:focus {
  background-color: #61CE7D;
  color: #AB9C8F;
}
.content_sections section.yellow_buttons p.button_links button {
  color: #61CE7D;
}
.content_sections section.dark_blue_buttons p.button_links button {
  color: #142137;
}
.content_sections section.grey_buttons p.button_links button {
  color: #E2E2E2;
}
.content_sections section.orange_buttons p.button_links button {
  color: #FF4B29;
}
.content_sections section.green_buttons p.button_links button {
  color: #61CE7D;
}
.content_sections section.left_titles {
  text-align: left;
}
.content_sections section.centre_titles {
  text-align: center;
}
.content_sections section.right_titles {
  text-align: right;
}
.content_sections section .container.fixed {
  max-width: 1680px;
}
.content_sections section .container.fixed.narrow {
  max-width: 1000px;
}
.content_sections section .container.fixed.container-breakout-left, .content_sections section .container.fixed.container-breakout-right {
  max-width: calc(50vw + 840px);
}
.content_sections section.lessNarrow .container.fixed {
  max-width: 1300px;
}
.content_sections section.lessNarrow .container.fixed.container-breakout-left, .content_sections section.lessNarrow .container.fixed.container-breakout-right {
  max-width: calc(50vw + 650px);
}
.content_sections section.narrow .container.fixed {
  max-width: 1090px;
}
.content_sections section.narrow .container.fixed.container-breakout-left, .content_sections section.narrow .container.fixed.container-breakout-right {
  max-width: calc(50vw + 545px);
}
.content_sections section.narrower .container.fixed {
  max-width: 810px;
}
.content_sections section.narrower .container.fixed.container-breakout-left, .content_sections section.narrower .container.fixed.container-breakout-right {
  max-width: calc(50vw + 405px);
}
.content_sections section.narrowest .container.fixed {
  max-width: 530px;
}
.content_sections section.narrowest .container.fixed.container-breakout-left, .content_sections section.narrowest .container.fixed.container-breakout-right {
  max-width: calc(50vw + 265px);
}
.content_sections section.fullWidth .container.fixed {
  max-width: none;
}
.content_sections section.whole_section_clickable {
  cursor: pointer;
}

@media (min-width: 768px) {
  .content_sections section {
    padding: 10px 0 20px 0;
  }
  .content_sections section h1.section_title,
  .content_sections section h2.section_title {
    margin: 30px 0;
    margin-top: calc(30px - 0.15em);
  }
  .content_sections section h1.eror_title,
  .content_sections section h2.eror_title {
    margin: 0 0 10px 0;
  }
}
html.iOS .not_iOS {
  display: none !important;
}

html.android .not_Android {
  display: none !important;
}

#page_footer {
  position: relative;
  background-color: #AB9C8F;
  color: #FFF;
}
#page_footer .container.fixed {
  max-width: 1680px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #page_footer .container.fixed {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#page_footer .container.fixed:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 736/888;
  width: 500px;
  height: 100%;
  background-image: url(../images/footer-pattern.svg);
  background-size: cover;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  opacity: 0.15;
}
#page_footer.lessNarrow .container.fixed {
  max-width: 1300px;
}
#page_footer.narrow .container.fixed {
  max-width: 1090px;
}
#page_footer.narrower .container.fixed {
  max-width: 810px;
}
#page_footer.narrowest .container.fixed {
  max-width: 530px;
}
#page_footer.fullWidth .container.fixed {
  max-width: none;
}
#page_footer a {
  color: #FFF;
}
#page_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#page_footer ul li {
  display: block;
  padding: 0;
  margin: 0;
}
#page_footer .footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  #page_footer .footer_main {
    padding: 0 10px;
  }
}
#page_footer .footer_main .footer_col {
  padding: 5px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page_footer .footer_main .footer_col .footer_logo_container {
  position: relative;
  overflow: hidden;
  max-width: 180px;
}
@media (min-width: 768px) {
  #page_footer .footer_main .footer_col .footer_logo_container {
    max-width: 220px;
    min-width: 175px;
  }
}
#page_footer .footer_main .footer_col .footer_logo_container > a {
  display: inline-block;
}
#page_footer .footer_main .footer_col .footer_tel {
  margin-bottom: 0;
}
#page_footer .footer_main .footer_col .social_links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0 0 0;
}
#page_footer .footer_main .footer_col .social_links li {
  padding: 0;
  margin-right: 15px;
  width: 38px;
  height: 38px;
}
@media (min-width: 768px) {
  #page_footer .footer_main .footer_col .social_links li {
    width: 42px;
    height: 42px;
  }
}
#page_footer .footer_main .footer_col .social_links li a {
  display: inline-block;
  height: inherit;
  width: inherit;
}
#page_footer .footer_main .footer_col .social_links li a img {
  aspect-ratio: 1/1;
}
#page_footer .footer_main .footer_col .footer_subheading {
  margin: 0 0 10px 0;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  #page_footer .footer_main .footer_col .footer_subheading {
    font-size: 26px;
  }
}
#page_footer .footer_main .footer_col .footer_heading {
  margin: 0 0 15px 0;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  #page_footer .footer_main .footer_col .footer_heading {
    font-size: 34px;
  }
}
#page_footer .footer_main .footer_col ul li {
  margin: 5px 0;
  font-size: 16px;
}
#page_footer .footer_main .footer_col ul li a {
  display: inline-block;
}
#page_footer .footer_main .footer_col > p {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 15px;
}
#page_footer .footer_main .footer_col > p:last-child {
  margin-bottom: 0;
}
#page_footer .footer_main .footer_col img {
  height: auto;
  width: 100%;
}
#page_footer .footer_main .footer_col img.footer_logo {
  aspect-ratio: 342/67;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 539px) {
  #page_footer .footer_main .footer_col .footer_logos {
    max-width: 360px;
  }
}
#page_footer .footer_main .footer_nav {
  position: relative;
}
#page_footer .footer_main .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #page_footer .footer_main .footer_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  #page_footer .footer_main .footer_nav ul li:last-child a {
    padding-right: 0;
  }
}
#page_footer .footer_main .footer_nav ul li a {
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #page_footer .footer_main .footer_nav ul li a {
    padding-left: 20px;
  }
}
#page_footer .footer_main .footer_nav ul li a:hover {
  color: #e6e6e6;
}
#page_footer .footer_main .footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #page_footer .footer_main .footer_copyright {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  #page_footer .footer_main .footer_copyright {
    margin-top: 25px;
  }
}
#page_footer .footer_main .footer_copyright span {
  position: relative;
  display: inline-block;
  padding-left: 7px;
  margin-left: 7px;
}
#page_footer .footer_main .footer_copyright span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: calc(100% - 8px);
  width: 1px;
  background-color: #FFF;
}
#page_footer .footer_main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #page_footer .footer_main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#page_footer .footer_main .footer_col:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #page_footer .footer_main .footer_col:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#footer_banners {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
#footer_banners .message_banner {
  opacity: 0.95;
  background-color: #AB9C8F;
  -webkit-box-shadow: inset 0px -8px 17px 0px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px -8px 17px 0px rgba(0, 0, 0, 0.05);
  padding: 1em;
  position: relative;
}
#footer_banners .message_banner h4 {
  text-align: center;
  margin: 0;
  padding: 0 1em;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  color: inherit;
}
#footer_banners .message_banner h4 .more {
  display: block;
  margin: 0 auto;
  content: "";
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1em;
  background-image: url(/assets/images/arrow-down-white.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.5;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#footer_banners .message_banner h4:hover .more {
  opacity: 1;
}
#footer_banners .message_banner.open h4 .more {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#footer_banners .message_banner .message_banner_close {
  opacity: 0.8;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.4em 0.4em 0.6em 0.6em;
  font-size: 22px;
  line-height: 1em;
  font-weight: normal;
  cursor: pointer;
  display: block;
}
#footer_banners .message_banner .message_banner_close:hover {
  opacity: 1;
}
#footer_banners .message_banner .message_banner_body {
  display: none;
  padding: 1em;
}
#footer_banners .message_banner .message_banner_body p {
  text-align: center;
  margin: 0;
  padding: 0.75em 0;
  color: inherit;
}
#footer_banners .message_banner .message_banner_body a {
  color: inherit !important;
}

@media (min-width: 768px) {
  .footer_sash {
    width: 140px;
    height: 140px;
  }
  #footer_banners .message_banner h4 .more {
    display: inline-block;
    margin: 0 !important;
    -webkit-margin-start: 1em !important;
            margin-inline-start: 1em !important;
  }
}
@media (min-width: 1024px) {
  .footer_sash {
    width: 150px;
    height: 150px;
  }
}
body.home #page_header::before {
  display: none;
}
body.home .content_sections {
  position: relative;
}

body.four-oh-four main#page_main {
  padding-top: 0;
}
body.four-oh-four main#page_main section.full_width_image:before {
  display: none;
}