@charset "UTF-8";
/* Default */
/*-----------------------*/
/*--- # Accessibility ---*/
/*-----------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Helpers */
/* Colours */
/* Typography */
/* Helpers */
.loc-box-inner:before, .hplb-box-inner:before, .hpl-link:before, .link-box-img:after, .overlay-media:before, .homepage-hero:before, lite-youtube::before,
lite-vimeo::before, .bio-listings:before, .blog-cta:before, .cta-section:before, .lead-img:before, .img-header:before, #masthead:before, .nav-cta:before, .btn:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before, .wp-block-button.is-style-outline .wp-block-button__link:before, #login .button-primary:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

.no-scrollbar, .cta-modal-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar, .cta-modal-content::-webkit-scrollbar {
  width: 0;
}

/* Helpers */
/* Animations */
.faderight,
.fade-children.faderight > *, .fadeleft,
.fade-children.fadeleft > *, .fadedown,
.fade-children.fadedown > *, .fadeup,
.fade-children.fadeup > * {
  opacity: 0;
  transition: opacity 0.5s ease-out 0.3s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}

.default-transition, a, .btn, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, #login .button-primary {
  transition: all 0.5s ease-out;
}

.short-transition, #masthead, .gfield_label {
  transition: all 0.2s ease-out !important;
}

.long-transition {
  transition: all 1s ease-out !important;
}

.fadein {
  opacity: 0;
  transition: opacity 0.5s ease-out 0.3s;
}

.blurin {
  opacity: 0;
  filter: blur(4px);
  transition: all 1s ease-out 0.3s;
}

.fade-children > * {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.slowfade {
  transition-duration: 1.2s !important;
}

.fadeup,
.fade-children.fadeup > * {
  transform: translateY(45px);
}

.fadedown,
.fade-children.fadedown > * {
  transform: translateY(-45px);
}

.fadeleft,
.fade-children.fadeleft > * {
  transform: translateX(45px);
}

.faderight,
.fade-children.faderight > * {
  transform: translateX(-45px);
}

.fadein.animated {
  opacity: 1;
}

.blurin.animated,
.blurin.modal-animate {
  opacity: 1;
  filter: blur(0);
}

.modal-animate,
.faderight.animated,
.fadeleft.animated,
.fadeup.animated,
.fadedown.animated,
.fade-children.animated > * {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.d1 {
  transition-delay: 0.5s !important;
}

.d2 {
  transition-delay: 0.7s !important;
}

.d3 {
  transition-delay: 0.9s !important;
}

.d4 {
  transition-delay: 1.1s !important;
}

.parallax-image {
  overflow: hidden;
  position: relative;
}
.parallax-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  transform-origin: top;
}

/** # Responsive **/
@media (max-width: 991px) {
  .d1, .d2, .d3, .d4 {
    transition-delay: 0.3s !important;
  }
}
/* Helpers */
.object-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.object-contain {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.object-top {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  object-position: top !important;
}

.banner-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.span-page {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.span-section {
  padding: 0 150px;
}
.span-section .container {
  padding: 0;
}

.box-shadow, .loc-arrow, .resource-arrow, .hplb-arrow, .hsmc-cta-img, .hsmct-img, .toggle-arrow, .t-box-img div, .blog-box-arrow, .nav-wrap {
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
}

.text-shadow, .loc-box-info h3, .hplb-box-info h3 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.o5 {
  opacity: 0.05;
}

.o10 {
  opacity: 0.1;
}

.o15 {
  opacity: 0.15;
}

.o20 {
  opacity: 0.2;
}

.o25 {
  opacity: 0.25;
}

.o30 {
  opacity: 0.3;
}

.o35 {
  opacity: 0.35;
}

.o40 {
  opacity: 0.4;
}

.o45 {
  opacity: 0.45;
}

.o50 {
  opacity: 0.5;
}

.o55 {
  opacity: 0.55;
}

.o60 {
  opacity: 0.6;
}

.o65 {
  opacity: 0.65;
}

.o70 {
  opacity: 0.7;
}

.o75 {
  opacity: 0.75;
}

.o80 {
  opacity: 0.8;
}

.o85 {
  opacity: 0.85;
}

.o90 {
  opacity: 0.9;
}

.o95 {
  opacity: 0.95;
}

.o100 {
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .span-section {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .span-section {
    padding: 0 15px;
  }
}
/* Helpers */
a {
  color: #10818A;
  font-weight: 600;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #02272E;
  text-decoration: none;
}

.btn, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05rem;
  padding: 13px 25px 13px;
  line-height: 1;
  min-height: 54px;
  min-width: 260px;
  border-radius: 8px;
  border: 1px solid transparent;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  text-shadow: none;
  background-color: transparent !important;
}
.btn:before, #login .button-primary:before, .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  background: linear-gradient(to right, #C0D8DA, #fff);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-out;
}
.btn:hover, #login .button-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .btn:focus, #login .button-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .btn:active, #login .button-primary:active, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  color: #02272E !important;
}
.btn:hover:before, #login .button-primary:hover:before, .wp-block-button.is-style-outline .wp-block-button__link:hover:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:before, .btn:focus:before, #login .button-primary:focus:before, .wp-block-button.is-style-outline .wp-block-button__link:focus:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus:before, .btn:active:before, #login .button-primary:active:before, .wp-block-button.is-style-outline .wp-block-button__link:active:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active:before {
  opacity: 1;
}
.btn:hover .btn-arrow svg, #login .button-primary:hover .btn-arrow svg, .wp-block-button.is-style-outline .wp-block-button__link:hover .btn-arrow svg, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .btn-arrow svg, .btn:focus .btn-arrow svg, #login .button-primary:focus .btn-arrow svg, .wp-block-button.is-style-outline .wp-block-button__link:focus .btn-arrow svg, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .btn-arrow svg, .btn:active .btn-arrow svg, #login .button-primary:active .btn-arrow svg, .wp-block-button.is-style-outline .wp-block-button__link:active .btn-arrow svg, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .btn-arrow svg {
  animation: arrowspin 0.33s ease;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: #fff;
  background: linear-gradient(45deg, #10818A, #C0D8DA);
  overflow: hidden;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  font-size: 0.55rem;
  margin-left: 10px;
  padding-left: 1px;
}

@keyframes arrowspin {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  20% {
    transform: translateY(100%);
    opacity: 1;
  }
  40% {
    transform: translateY(100%);
    opacity: 0;
  }
  60% {
    transform: translateY(-100%);
    opacity: 0;
  }
  80% {
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.btn-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-color: #10818A !important;
  color: #02272E;
}

.btn-secondary, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: #fff;
  color: #fff;
}

/** # Responsive **/
@media (max-width: 767px) {
  .wp-block-button {
    width: 100%;
  }
  .btn, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-width: unset;
  }
}
/* Helpers */
/******* Fonts *******/
/** woff/woff2 only **/
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/hinted-IBMPlexMono-Regular.woff2") format("woff2"), url("../fonts/hinted-IBMPlexMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/hinted-IBMPlexMono-Italic.woff2") format("woff2"), url("../fonts/hinted-IBMPlexMono-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Regular.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Italic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Medium.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-MediumItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/hinted-Montserrat-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #02272E;
  overflow-x: hidden;
}

p:empty {
  display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}

h1, h2, h3,
.h1, .h2, .h3 {
  line-height: 1.15;
}

.jumbo {
  font-size: 5rem;
}

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

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

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

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

h5, .h5 {
  font-size: 1.3rem;
}

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

.body-size {
  font-size: 1rem;
}

.body-plus {
  font-size: 1.1rem;
}

small, .small {
  font-size: 0.8rem;
}

.tiny {
  font-size: 0.7rem;
}

.xtiny {
  font-size: 0.6rem;
}

.em {
  font-style: italic;
}

.text-uppercase {
  letter-spacing: 0.03rem;
}

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

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

.text-normal {
  text-transform: none;
}

.altfont {
  font-family: "IBM Plex Mono", monospace;
  font-weight: normal;
}

.body {
  font-family: "Montserrat", sans-serif;
}

.light {
  font-weight: 100;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #02272E;
}

.primary-text {
  color: #02272E;
}

.secondary-text {
  color: #10818A;
}

.tertiary-text {
  color: #C0D8DA;
}

.accent-text {
  color: #F04C23;
}

.accentlt-text {
  color: #F9A980;
}

.medgrey-text {
  color: #A19B99;
}

.lightgrey-text {
  color: #CDC9C7;
}

.wp-block-pullquote {
  padding: 0 !important;
}

blockquote {
  margin: 30px 0;
  border-radius: 20px;
  background-color: #02272E;
  color: #C0D8DA !important;
  font-family: "IBM Plex Mono", monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.85rem;
  line-height: 1.35;
  padding: 45px 45px 57px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
blockquote:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #F98349, #F04C23);
  height: 12px;
  z-index: 1;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote a:not(.btn) {
  color: #10818A;
  text-decoration: underline;
}
blockquote a:not(.btn):hover, blockquote a:not(.btn):focus, blockquote a:not(.btn):active {
  color: #10818A !important;
  text-decoration: none;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .jumbo {
    font-size: 3.8rem;
  }
}
@media (max-width: 991px) {
  .jumbo {
    font-size: 3rem;
  }
  h1, .h1 {
    font-size: 2.75rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 2.2rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .jumbo {
    font-size: 2.2rem;
  }
  h1, .h1 {
    font-size: 1.8rem;
  }
  h2, .h2 {
    font-size: 1.6rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.35rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  h1 br, h2 br, h3 br, h4 br {
    display: none;
  }
  blockquote {
    padding: 45px 20px 57px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  margin: 30px 0;
}
.wp-block-embed__wrapper iframe {
  height: 100%;
  width: 100%;
}

.wp-element-caption {
  font-size: 0.8rem;
  font-style: italic;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.gallery.gallery-size-thumbnail .gallery-item {
  width: auto;
  min-width: unset;
}

.gallery-item {
  width: 16.6666666667%;
  min-width: 16.6666666667%;
  margin: 0;
}
.gallery-item a {
  display: block;
  height: 100%;
  border: 5px solid transparent;
  position: relative;
}
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(2, 39, 46, 0.4);
  transition: all 0.4s ease-out;
  opacity: 0;
}
.gallery-item a:hover:after, .gallery-item a:focus:after, .gallery-item a:active:after {
  opacity: 1;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #02272E !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #02272E !important;
}

.overlay-bg {
  background-color: #02272E;
  color: #fff;
}
.overlay-bg a:not(.btn) {
  color: #F9A980;
}
.overlay-bg a:not(.btn):hover, .overlay-bg a:not(.btn):focus, .overlay-bg a:not(.btn):active {
  color: #C0D8DA;
}
.overlay-bg .btn-primary,
.overlay-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
  border-color: #fff !important;
}

.gradient-bg {
  background: linear-gradient(to bottom, #C0D8DA, #fff);
}

.medgrey-bg {
  background-color: #A19B99;
}
.medgrey-bg + .medgrey-bg {
  padding-top: 0;
}

.lightgrey-bg {
  background-color: #CDC9C7;
}
.lightgrey-bg + .lightgrey-bg {
  padding-top: 0;
}

.xlightgrey-bg {
  background-color: rgb(236.2735849057, 234.7754716981, 234.0264150943);
}
.xlightgrey-bg + .xlightgrey-bg {
  padding-top: 0;
}
.xlightgrey-bg .btn-secondary,
.xlightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: #10818A !important;
  color: #02272E;
}

.black-bg {
  background-color: #02272E;
  color: #fff;
}
.black-bg + .black-bg {
  padding-top: 0;
}
.black-bg a:not(.btn):hover, .black-bg a:not(.btn):focus, .black-bg a:not(.btn):active {
  color: #C0D8DA;
}
.black-bg .btn-primary,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
}
.black-bg blockquote {
  background-color: #06363F;
}

.primary-bg {
  background-color: #02272E;
  color: #fff;
}
.primary-bg + .primary-bg {
  padding-top: 0;
}
.primary-bg a:not(.btn):hover, .primary-bg a:not(.btn):focus, .primary-bg a:not(.btn):active {
  color: #C0D8DA;
}
.primary-bg .btn-primary,
.primary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
}
.primary-bg blockquote {
  background-color: #06363F;
}

.secondary-bg {
  background-color: #10818A;
  color: #fff;
}
.secondary-bg + .secondary-bg {
  padding-top: 0;
}
.secondary-bg a:not(.btn) {
  color: #C0D8DA;
}
.secondary-bg a:not(.btn):hover, .secondary-bg a:not(.btn):focus, .secondary-bg a:not(.btn):active {
  color: #02272E;
}
.secondary-bg .btn-primary,
.secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
  border-color: #fff !important;
}
.secondary-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  color: #C0D8DA !important;
}

.tertiary-bg {
  background-color: #C0D8DA;
}
.tertiary-bg + .tertiary-bg {
  padding-top: 0;
}
.tertiary-bg .btn-secondary,
.tertiary-bg .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: #10818A !important;
  color: #02272E;
}

.white-bg {
  background-color: #fff;
  color: #02272E;
}

.modal-content {
  border: 0;
  border-radius: 0;
  position: relative;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  opacity: 1;
  width: 65px;
  height: 65px;
  z-index: 2;
  background-image: none;
}

.wp-block-social-links .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links .wp-social-link a {
  background-color: #10818A;
  border-radius: 100%;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  background-color: transparent;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  fill: #10818A;
  color: #10818A;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  background-color: #10818A;
  border-radius: 20px;
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.slick-dots:has(li:first-child:last-child) {
  display: none;
}
.slick-dots li {
  margin: 0 4px;
  line-height: 12px;
}
.slick-dots li.slick-active button {
  width: 34px;
  background-color: transparent;
  border-color: #10818A;
}
.slick-dots button {
  text-indent: -9999px;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #02272E;
  background-color: #02272E;
  border-radius: 6px;
  transition: all 0.4s ease-out;
}

.slick-arrow {
  padding: 0;
  border: 0;
  background-color: #C0D8DA;
  color: #02272E;
  width: 35px;
  height: 35px;
  font-size: 0.7rem;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
}
.slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  background-color: #F9A980;
}

.color-block {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 9px;
}

.cb-1 {
  background-color: #02272E;
  transition-delay: 0.3s !important;
}

.cb-2 {
  background-color: #10818A;
  transition-delay: 0.5s !important;
}

.cb-3 {
  background-color: #C0D8DA;
  transition-delay: 0.7s !important;
}

.cb-4 {
  background-color: #F04C23;
  transition-delay: 0.9s !important;
}

.cb-5 {
  background-color: #F9A980;
  transition-delay: 1.1s !important;
}

.cb-6 {
  background-color: #CDC9C7;
  transition-delay: 1.3s !important;
}

.stars-badge {
  width: 140px;
  height: 32px;
  border-radius: 16px;
  color: #02272E !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  background: linear-gradient(to right, #A3B7B9, #C0D8DA);
}
.stars-badge svg {
  margin: 0 2px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .color-block {
    width: 70px;
  }
}
@media (max-width: 991px) {
  .gallery-item {
    width: 33.3333%;
    min-width: 33.3333%;
  }
  .btn-close {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #page {
    overflow: hidden;
  }
  .video-overlay svg {
    width: 90px;
  }
  .color-block {
    width: 40px;
  }
}
.art-ratio-1x1 {
  aspect-ratio: 1/1;
}

.art-ratio-3x2 {
  aspect-ratio: 3/2;
}

.art-ratio-2x3 {
  aspect-ratio: 2/3;
}

.art-ratio-25x3 {
  aspect-ratio: 2.5/3;
}

.art-ratio-3x25 {
  aspect-ratio: 3/2.5;
}

.art-ratio-4x3 {
  aspect-ratio: 4/3;
}

.art-ratio-3x4 {
  aspect-ratio: 3/4;
}

.art-ratio-7x5 {
  aspect-ratio: 7/5;
}

.art-ratio-5x7 {
  aspect-ratio: 5/7;
}

.art-ratio-16x9 {
  aspect-ratio: 16/9;
}

.art-ratio-18x9 {
  aspect-ratio: 18/9;
}

.art-ratio-21x9 {
  aspect-ratio: 21/9;
}

/* -sm- */
@media (min-width: 567px) {
  .art-ratio-sm-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-sm-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-sm-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-sm-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-sm-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-sm-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-sm-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-sm-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-sm-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-sm-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-sm-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-sm-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-sm-unset {
    aspect-ratio: unset;
  }
}
/* -md- */
@media (min-width: 768px) {
  .art-ratio-md-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-md-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-md-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-md-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-md-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-md-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-md-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-md-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-md-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-md-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-md-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-md-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-md-unset {
    aspect-ratio: unset;
  }
}
/* -lg- */
@media (min-width: 992px) {
  .art-ratio-lg-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-lg-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-lg-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-lg-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-lg-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-lg-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-lg-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-lg-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-lg-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-lg-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-lg-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-lg-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-lg-unset {
    aspect-ratio: unset;
  }
}
/* -xl- */
@media (min-width: 1200px) {
  .art-ratio-xl-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-xl-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-xl-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-xl-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-xl-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-xl-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-xl-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-xl-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-xl-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-xl-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-xl-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-xl-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-xl-unset {
    aspect-ratio: unset;
  }
}
/* -xxl- */
@media (min-width: 1400px) {
  .art-ratio-xxl-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-xxl-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-xxl-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-xxl-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-xxl-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-xxl-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-xxl-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-xxl-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-xxl-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-xxl-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-xxl-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-xxl-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-xxl-unset {
    aspect-ratio: unset;
  }
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
select {
  border-radius: 9px;
  background-color: rgba(192, 216, 218, 0.25);
  border: 0;
  padding: 5px 8px;
  height: 55px;
  font-size: 1rem !important;
  color: #02272E;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus-visible,
select:focus-visible {
  outline: none !important;
}

textarea {
  border-radius: 9px;
  border: 0;
  background-color: rgba(192, 216, 218, 0.25);
  padding: 5px 8px;
  font-size: 1rem !important;
  color: #02272E;
}
textarea:focus-visible {
  outline: none;
}

select {
  background: rgba(192, 216, 218, 0.25) url("../images/angle-down.svg") right 15px center no-repeat;
  background-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
select option {
  color: #02272E;
  background-color: #fff;
}
select:focus-visible {
  outline: none;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 129, 138, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 129, 138, 0.6);
}

button {
  border-radius: 0;
}

input[type=number] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

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

/* clears the ‘X’ from Chrome */
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 {
  display: none;
}

.gform_wrapper {
  text-align: left;
}

.gform_validation_container,
.gform_required_legend,
.gfield_visibility_hidden,
.gfield_validation_message {
  display: none !important;
}

.gform_validation_errors {
  border-radius: 0 !important;
}
.gform_validation_errors > h2 {
  font-size: 1rem !important;
  font-family: "Montserrat", sans-serif !important;
}

.gfield_description {
  font-size: 0.6rem !important;
  margin-top: 5px;
  font-style: italic;
}

.gform_fileupload_rules {
  display: block;
  font-size: 0.7rem !important;
  font-style: italic;
  padding-top: 0 !important;
  margin-top: 4px !important;
}

.gfield--type-consent .gfield_label {
  display: none !important;
}
.gfield--type-consent .gform-field-label {
  font-size: 0.6rem !important;
}

.gfield--input-type-datepicker .ginput_container_date::after {
  color: #fff !important;
}

.gfield--input-type-datepicker ::placeholder {
  color: transparent !important;
}

.gform-datepicker {
  min-width: 100% !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
  border: 1px solid #02272E !important;
  text-align-last: left !important;
  padding: 5px !important;
}

.ui-datepicker-month {
  min-width: 120px !important;
  margin-right: 10px !important;
}

.ui-datepicker-year {
  min-width: 85px !important;
}

.ui-datepicker-title select {
  height: 35px !important;
  font-size: 0.8rem !important;
  background: #fff url("../images/angle-down.svg") right 12px center no-repeat !important;
  background-size: 12px !important;
}

.ui-datepicker table td a {
  border: 0 !important;
}
.ui-datepicker table td a.ui-state-active {
  background-color: #02272E !important;
}
.ui-datepicker table td a.ui-state-highlight, .ui-datepicker table td a:hover, .ui-datepicker table td a:focus, .ui-datepicker table td a:active {
  background-color: #10818A;
}

.ginput_container_time {
  min-width: 75px !important;
  max-width: 75px !important;
}
.ginput_container_time input {
  padding: 10px 15px !important;
}
.ginput_container_time select {
  padding: 5px 15px 0 !important;
  min-width: 85px;
}

.gfield--type-html {
  line-height: 0.7;
  margin-top: -5px;
  margin-bottom: 12px;
}

.gform_footer {
  justify-content: center;
  padding: 0 !important;
  margin-top: 10px !important;
}

.gform_button {
  min-width: 145px;
}

.gfield_required,
.required {
  color: #F04C23 !important;
}

.gfield {
  position: relative;
}
.gfield input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.gfield select,
.gfield textarea {
  padding: 15px 15px 5px !important;
}
.gfield select {
  color: transparent;
}
.gfield input[type=file] {
  font-size: 0.8rem;
}
.gfield.input--filled select {
  color: #02272E;
}
.gfield.gfield_error {
  outline: 1px solid #c02b0a;
}
.gfield.no-animate .gfield_label {
  position: static;
  font-size: 0.7rem !important;
}

.ginput_complex select {
  color: #02272E !important;
}

.gfield_label,
label, .label {
  font-size: 0.85rem !important;
  color: #02272E !important;
  font-weight: normal !important;
}

.gfield_label {
  position: absolute;
  left: 15px;
  top: 16px;
  margin: 0 !important;
}
.gfield_label.no-animate {
  position: static;
  font-size: 0.7rem !important;
}

.gfield.input--filled .gfield_label {
  top: 2px !important;
  font-size: 0.7rem !important;
}

.step-form {
  position: relative;
}
.step-form form {
  position: relative;
}
.step-form .gfield input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.step-form .gfield select,
.step-form .gfield textarea {
  height: 88px !important;
  padding: 30px 15px !important;
}
.step-form .gfield:not(.gfield--type-honeypot) + .gfield {
  border-left: 1px solid rgba(192, 216, 218, 0.5);
}
.step-form img.gform_ajax_spinner {
  display: none !important;
}
.step-form .gfield--type-consent {
  margin-bottom: 7px !important;
}
.step-form .gfield_label {
  top: 25px;
}
.step-form .gform_fields {
  grid-column-gap: 0 !important;
}
.step-form .gform-page-footer {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0 !important;
  padding-top: 12px !important;
  padding-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#input_3_3 {
  border-top-right-radius: 0;
}

#input_3_4 {
  border-top-left-radius: 0;
}

.gf_progressbar_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.gf_progressbar {
  background-color: #C0D8DA !important;
  height: 13px;
  border-radius: 0 !important;
  margin: 0 !important;
  border-bottom-left-radius: 9px !important;
  border-bottom-right-radius: 9px !important;
  overflow: hidden;
}

.gf_progressbar_percentage {
  height: 100% !important;
  border-radius: 0 !important;
  background: linear-gradient(to right, #F98349, #F04C23) !important;
}
.gf_progressbar_percentage span {
  display: none !important;
}

.gf_progressbar_title {
  position: absolute;
  left: 0;
  bottom: -40px;
  color: #CDC9C7 !important;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6rem !important;
  opacity: 0.7;
}

.step-form .gform_button {
  text-indent: unset;
  background-image: none;
}

.gform_previous_button,
.gform_next_button,
.step-form.white-form .gform_button {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05rem;
  color: #fff !important;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #C0D8DA !important;
  padding: 0 0 2px !important;
  border-radius: 0 !important;
  transition: all 0.4s ease-out;
  min-height: unset !important;
  min-width: unset !important;
  line-height: unset !important;
  width: fit-content !important;
}
.gform_previous_button:hover, .gform_previous_button:focus, .gform_previous_button:active,
.gform_next_button:hover,
.gform_next_button:focus,
.gform_next_button:active,
.step-form.white-form .gform_button:hover,
.step-form.white-form .gform_button:focus,
.step-form.white-form .gform_button:active {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #C0D8DA !important;
}

.gform_next_button,
.step-form.white-form .gform_button {
  background-image: url("../images/arrow-right-long-solid-full.svg");
  background-size: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 18px !important;
}
.gform_next_button:before,
.step-form.white-form .gform_button:before {
  display: none;
}

.gform_previous_button {
  background-image: url("../images/arrow-left-long-solid-full.svg");
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 18px !important;
}

.white-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.white-form textarea {
  color: #fff;
  background: rgba(192, 216, 218, 0.1);
}
.white-form select {
  color: transparent;
  background: rgba(192, 216, 218, 0.1) url("../images/angle-down-light.svg") right 15px center no-repeat;
  background-size: 15px;
}
.white-form .gfield {
  position: relative;
}
.white-form .gfield.input--filled select {
  color: #fff;
}
.white-form .ginput_complex select {
  color: #fff !important;
}
.white-form .gfield_label,
.white-form label, .white-form .label {
  color: #fff !important;
}
.white-form .gform_button {
  color: #fff;
  border-color: #fff !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  #input_3_3,
  #input_3_4 {
    border-radius: 9px;
  }
  .step-form .gfield {
    border-left: 0 !important;
  }
  .step-form.white-form .gform_button {
    margin-left: 8px !important;
  }
}
/* Widgets */
.wp-block-categories__label,
.widget-title {
  display: none !important;
}

.widget-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px;
}
.widget-area .widget {
  width: 50%;
  min-width: 50%;
  padding: 0 15px;
  position: relative;
}

.search-form {
  position: relative;
}

#search_form .search-field {
  width: 100%;
  padding-right: 40px !important;
  color: #fff;
  background-color: rgba(192, 216, 218, 0.1) !important;
  -webkit-appearance: none;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 20px;
  padding: 10px 0;
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #C0D8DA !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #10818A !important;
}

.search-form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 0.9rem !important;
}

.search-form :-moz-placeholder {
  color: #fff;
  font-size: 0.9rem !important;
  opacity: 1;
}

.search-form ::-moz-placeholder {
  color: #fff;
  font-size: 0.9rem !important;
  opacity: 1;
}

.search-form :-ms-input-placeholder {
  color: #fff;
  font-size: 0.9rem !important;
}

.search-form ::-ms-input-placeholder {
  color: #fff;
  font-size: 0.9rem !important;
}

.widget select {
  width: 100%;
  color: #fff;
  background: rgba(192, 216, 218, 0.1) url("../images/angle-down-light.svg") right 15px center no-repeat;
  background-size: 15px;
  font-size: 0.9rem !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .widget-area {
    display: block !important;
  }
  .widget-area .widget {
    width: 100%;
    min-width: 100%;
    margin: 10px 0;
  }
  .widget-area .widget + .widget {
    margin-top: 15px;
  }
}
/*---------------------------*/
/*--- ## Paged Pagination ---*/
/*---------------------------*/
.paging-navigation {
  text-align: center;
}
.paging-navigation .pagination, .paging-navigation > div {
  font-size: 0;
  justify-content: center;
}
.paging-navigation .pagination:empty, .paging-navigation > div:empty {
  display: none;
}

.page-numbers {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: #02272E;
  margin: 0 6px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border: 0 !important;
  font-family: "IBM Plex Mono", monospace;
  font-weight: normal;
}
.page-numbers.current {
  color: #10818A;
}
.page-numbers.next, .page-numbers.prev {
  color: #02272E;
  margin: 0;
  font-size: 0.8rem;
}

/*----------------------------*/
/*--- ## Single Pagination ---*/
/*----------------------------*/
.post-navigation .pagination {
  padding-left: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 0;
  width: 100%;
}
.post-navigation .pagination .nav-previous,
.post-navigation .pagination .nav-next {
  display: inline-block;
}
.post-navigation .pagination .nav-previous a,
.post-navigation .pagination .nav-next a {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: #02272E;
}
.post-navigation .pagination .nav-previous a:hover, .post-navigation .pagination .nav-previous a:focus, .post-navigation .pagination .nav-previous a:active,
.post-navigation .pagination .nav-next a:hover,
.post-navigation .pagination .nav-next a:focus,
.post-navigation .pagination .nav-next a:active {
  color: #02272E;
}
.post-navigation .pagination .nav-next {
  float: right;
}

.login .message,
#login_error {
  color: #02272E;
  margin-top: 25px;
}

.language-switcher {
  display: none !important;
}

.login {
  background-size: cover;
  background-position: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 100vh;
  position: relative;
}
.login .privacy-policy-page-link {
  margin: 30px 0 0;
}
.login h1.admin-email__heading {
  font-size: 1.4rem;
}

#login {
  width: 450px;
  padding: 35px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #02272E;
  border-radius: 9px;
}
#login h1 a {
  width: 275px;
  background-size: 275px;
  height: 70px;
  margin-bottom: 0;
}
#login p {
  text-align: left;
}
#login form {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 15px;
  padding: 45px 0 15px;
}
#login form label {
  color: #fff !important;
  font-size: 0.9rem !important;
}
#login form input:not([type=submit]) {
  background-color: rgba(192, 216, 218, 0.1) !important;
  color: #fff !important;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
}
#login .button-primary:hover, #login .button-primary:focus, #login .button-primary:active {
  background-color: #10818A !important;
  color: #fff !important;
  border-color: #10818A !important;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #10818A !important;
  border: 0;
  box-shadow: none;
  transform: scale(1.3);
  margin-left: 2px;
}

#nav,
#backtoblog {
  margin: 0 !important;
  display: inline-block;
  padding: 0 !important;
  font-size: 18px;
}
#nav a,
#backtoblog a {
  color: #C0D8DA !important;
  font-size: 18px;
}
#nav a:hover, #nav a:focus, #nav a:active,
#backtoblog a:hover,
#backtoblog a:focus,
#backtoblog a:active {
  color: #10818A !important;
}

.privacy-policy-page-link {
  margin-top: 10px !important;
}

.privacy-policy-link {
  color: #C0D8DA !important;
  font-size: 16px;
  text-decoration: none;
}
.privacy-policy-link:hover, .privacy-policy-link:focus, .privacy-policy-link:active {
  color: #10818A !important;
}

.nav-wrap {
  position: fixed;
  z-index: 10;
  top: 15px;
  left: 20px;
  right: 20px;
  background-color: #02272E;
  border-radius: 11px;
  overflow: hidden;
}

.nav-wrap-inner {
  padding: 115px 25px 60px 75px;
}

.nav-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: flex-end;
  padding: 25px;
  z-index: -1;
}
.nav-brand img {
  max-height: 75%;
  max-width: 75%;
  height: auto;
  width: auto;
}

.primary-nav {
  padding: 0;
}

.main-menu {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
}
.main-menu > li {
  width: calc(50% - 8px);
  min-width: calc(50% - 8px);
  text-align: left !important;
  margin-top: 20px;
}
.main-menu > li > a {
  color: #C0D8DA;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.95rem;
  font-weight: normal;
  padding: 0;
  background-color: transparent !important;
  outline: none !important;
}
.main-menu > li > a.dropdown-toggle {
  color: #C0D8DA !important;
  cursor: default;
}
.main-menu > li > a.dropdown-toggle:after {
  display: none;
}
.main-menu > li > a:after {
  content: "»";
  margin-left: 5px;
  color: #C0D8DA;
  border: 0;
  display: inline-block;
  transition: all 0.4s ease-out;
}
.main-menu > li:focus > a, .main-menu > li:hover > a, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent:focus > a, .main-menu > .current-menu-parent:hover > a, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item:focus > a, .main-menu > .current-menu-item:hover > a, .main-menu > li > a:focus, .main-menu > li > a:hover, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent > a:focus, .main-menu > .current-menu-parent > a:hover, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item > a:focus, .main-menu > .current-menu-item > a:hover {
  color: #F9A980;
  background-color: transparent;
}
.main-menu > li:focus > a:after, .main-menu > li:hover > a:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent:focus > a:after, .main-menu > .current-menu-parent:hover > a:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item:focus > a:after, .main-menu > .current-menu-item:hover > a:after, .main-menu > li > a:focus:after, .main-menu > li > a:hover:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent > a:focus:after, .main-menu > .current-menu-parent > a:hover:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item > a:focus:after, .main-menu > .current-menu-item > a:hover:after {
  color: #F9A980;
}

/* Secondary Nav */
.main-menu .dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin-top: 3px;
  border: 0;
  display: block !important;
  position: static !important;
  background-color: transparent;
}
.main-menu .dropdown-menu li {
  text-align: left !important;
}
.main-menu .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.8rem;
  padding: 3px 0 !important;
  line-height: 1.1;
  font-weight: 600;
  white-space: normal;
  background-color: transparent !important;
}
.main-menu .dropdown-menu .dropdown-item:after {
  content: "»";
  font-size: 0.9rem;
  color: #fff;
  margin-left: 4px;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.main-menu .dropdown-menu .current-menu-item .dropdown-item,
.main-menu .dropdown-menu .dropdown-item:hover,
.main-menu .dropdown-menu .dropdown-item:active,
.main-menu .dropdown-menu .dropdown-item:focus {
  color: #F04C23;
  background-color: transparent;
}
.main-menu .dropdown-menu .current-menu-item .dropdown-item:after,
.main-menu .dropdown-menu .dropdown-item:hover:after,
.main-menu .dropdown-menu .dropdown-item:active:after,
.main-menu .dropdown-menu .dropdown-item:focus:after {
  opacity: 1;
}

.nav-cta-wrap {
  padding-left: 30px;
}
.nav-cta-wrap img {
  z-index: unset;
}

.nav-cta {
  height: 100%;
  position: relative;
}
.nav-cta:before {
  background: linear-gradient(to top, rgba(2, 39, 46, 0.95), rgba(2, 39, 46, 0) 50%);
  z-index: 1;
}

.nav-cta-inner {
  position: relative;
  z-index: 1;
  padding: 0 45px 40px;
}
.nav-cta-inner .xtiny {
  line-height: 1.3;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .nav-wrap-inner {
    padding: 115px 18px 60px 60px;
  }
}
@media (max-width: 1199px) {
  .nav-wrap {
    left: 5px;
    right: 5px;
  }
  .nav-wrap-inner {
    padding-left: 30px;
  }
  .nav-cta-inner {
    padding: 0 20px 30px;
  }
}
@media (max-width: 991px) {
  .nav-wrap-inner {
    padding: 115px 30px 50px;
  }
}
@media (max-width: 767px) {
  .nav-wrap-inner {
    padding: 90px 15px 45px;
  }
  .main-menu {
    gap: unset;
  }
  .main-menu > li {
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
  }
  .main-menu > li > a {
    pointer-events: unset;
    cursor: pointer;
  }
  .main-menu > li > a:after {
    content: "»";
    display: inline-block !important;
    font-size: 0.9rem;
    color: #fff;
    margin-left: 4px;
    transition: all 0.4s ease-out;
  }
  .main-menu > li > a.dropdown-toggle:after {
    position: relative;
    top: 6px;
    transform: rotate(90deg);
  }
  .main-menu .dropdown-menu {
    display: none !important;
  }
  .main-menu .dropdown-menu.show {
    display: block !important;
  }
  .main-menu .dropdown-menu .dropdown-item {
    font-size: 0.85rem;
    padding: 6px 0 !important;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  padding: 30px 45px;
  overflow: hidden;
}
#masthead:before {
  background: linear-gradient(to bottom, rgba(2, 39, 46, 0.7), rgba(2, 39, 46, 0));
  transition: all 0.2s ease-out;
  z-index: -1;
}
#masthead.header-scroll {
  padding-top: 20px;
  padding-bottom: 25px;
}
#masthead.nav-open {
  padding-top: 30px;
}
#masthead.nav-open:before {
  opacity: 0;
}
#masthead.nav-open .header-logo img {
  height: 75px;
}

.header-logo img {
  height: 75px;
  width: auto;
  transition: all 0.2s ease-out;
}

.header-bar {
  border-radius: 7px;
  color: #02272E;
  height: 55px;
  padding: 0 10px 0 15px;
}
.header-bar > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.header-bar > div:not(:last-child) {
  border-right: 1px solid rgba(161, 155, 153, 0.25);
}
.header-bar > div > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.header-bar a {
  color: #02272E;
  font-weight: 600;
}
.header-bar a:hover, .header-bar a:focus, .header-bar a:active {
  color: #10818A;
}

.header-quick-wrap {
  padding-right: 20px !important;
}
.header-quick-wrap a svg {
  transition: all 0.25s ease-out;
}
.header-quick-wrap a:hover svg, .header-quick-wrap a:focus svg, .header-quick-wrap a:active svg {
  transform: rotate(45deg);
}

.nav-btn {
  padding-left: 20px !important;
}

.navbar-toggler {
  width: 25px;
  height: 17px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0;
  border-radius: 0;
  box-shadow: none !important;
}
.navbar-toggler.nav-open {
  padding-top: 12px;
}
.navbar-toggler.nav-open .menu-bar:nth-child(2) {
  display: none;
}
.navbar-toggler.nav-open .menu-bar:nth-child(1) {
  transform: rotate(45deg) translate(-3px, -3px);
}
.navbar-toggler.nav-open .menu-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.navbar-toggler:hover .menu-bar, .navbar-toggler:focus .menu-bar, .navbar-toggler:active .menu-bar {
  background-color: #F04C23;
}

.menu-bar {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #02272E;
  transition: all 0.2s ease-out;
}

.header-scroll .header-logo img {
  height: 60px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  #masthead {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  #masthead {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cta-trigger-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  #masthead {
    padding: 20px 15px 25px;
  }
  #masthead.header-scroll {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .header-logo {
    padding-right: 0;
  }
  .header-logo img {
    height: 35px;
  }
  .header-bar {
    padding: 0;
    height: 45px;
  }
  .nav-btn {
    padding-left: 10px !important;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}

.modal-content-wrap {
  height: 100vh;
  position: relative;
}

.cta-modal-content {
  min-height: 100vh;
  overflow-y: auto;
  padding: 20px 40px 45px;
  width: 50%;
  min-width: 50%;
  flex-direction: column;
}
.cta-modal-content > div {
  max-width: 595px;
  align-self: center;
}
.cta-modal-content input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.cta-modal-content textarea,
.cta-modal-content select {
  background-color: rgba(255, 255, 255, 0.5);
}
.cta-modal-content .gfield_label {
  z-index: 1;
}
.cta-modal-content .gform_button {
  width: 100%;
}
.cta-modal-content .gform_button:before {
  background: linear-gradient(to right, #02272E, #10818A);
}
.cta-modal-content .gform_button:hover, .cta-modal-content .gform_button:focus, .cta-modal-content .gform_button:active {
  color: #fff !important;
}

.cta-modal-logo {
  align-self: flex-start !important;
  margin-bottom: 65px;
}
.cta-modal-logo img {
  height: 90px;
  width: auto;
}

.cta-modal-contact a {
  color: #02272E;
}
.cta-modal-contact a:hover, .cta-modal-contact a:focus, .cta-modal-contact a:active {
  color: #10818A;
}

.cta-modal-img {
  position: relative;
  order: 2;
  width: 50%;
  min-width: 50%;
}
.cta-modal-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.cta-modal-img .color-blocks {
  position: absolute;
  bottom: 30px;
  left: -20px;
  right: 40%;
  top: 40%;
}
.cta-modal-img .color-block {
  position: absolute;
}
.cta-modal-img .cb-1 {
  bottom: 0;
  left: 150px;
}
.cta-modal-img .cb-2 {
  top: 0;
  right: 110px;
}
.cta-modal-img .cb-3 {
  top: 125px;
  right: 0;
}
.cta-modal-img .cb-4 {
  left: 0;
  bottom: 125px;
}
.cta-modal-img .cb-5 {
  top: 50%;
  right: 110px;
}

.mobile-cta-link {
  display: none;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .cta-modal-logo {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .cta-modal-img .color-blocks {
    right: 25%;
  }
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link a {
    background-color: #F04C23;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 35px;
    border-radius: 4px;
    font-size: 0.8rem;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
  }
  .mobile-cta-link.hide-cta {
    z-index: -100;
    opacity: 0;
    transition: opacity 0.25s, z-index 0s linear 0.25s;
  }
}
@media (max-width: 991px) {
  .cta-modal-content {
    width: 100%;
    min-width: 100%;
    padding: 20px 20px 35px;
  }
  .cta-modal-logo img {
    height: 75px;
  }
}
@media (max-width: 767px) {
  .cta-modal-logo img {
    height: 50px;
  }
  .cta-modal-contact {
    font-size: 0.65rem;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 800px;
}
.hp-modal .modal-content {
  border-radius: 9px;
  overflow: hidden;
  background-color: #02272E;
}

.hp-modal-wrap {
  padding: 60px;
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center;
}
.hp-modal-wrap .gform_button {
  width: 100%;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .hp-modal-wrap {
    padding: 60px 20px 35px;
  }
}
.footer-content {
  padding: 90px 0;
}

.footer-content-left p {
  line-height: 1.25;
}

.footer-bubble .fa-secondary {
  fill: #F9A980;
  opacity: 1;
}
.footer-bubble .fa-primary {
  fill: #02272E;
}

.footer-form {
  padding-top: 45px;
}

.site-footer-wrap {
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
}

.site-footer-inner {
  padding: 80px 0 35px;
  margin: 0 -15px;
}

.footer-col {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.footer-col img {
  height: 93px;
  width: auto;
}
.footer-col p {
  margin-bottom: 0.25rem;
  line-height: 1.4;
}
.footer-col a {
  color: #fff !important;
  font-weight: normal;
}
.footer-col a:hover, .footer-col a:focus, .footer-col a:active {
  color: #C0D8DA !important;
}

.footer-logo {
  width: 50%;
  min-width: 50%;
  margin-bottom: 60px;
}

.footer-brokerage-logo {
  width: 50%;
  min-width: 50%;
  text-align: end;
  margin-bottom: 60px;
  justify-content: flex-end;
}

.footer-contact,
.footer-address,
.footer-locations {
  border-right: 1px solid rgba(192, 216, 218, 0.5);
}

.footer-contact,
.footer-address {
  width: 27%;
  min-width: 27%;
}

.footer-locations {
  width: 18%;
  min-width: 18%;
}

.site-info {
  width: 28%;
  min-width: 28%;
  justify-content: flex-end;
}

.footer-address,
.footer-locations {
  justify-content: center;
}

.site-info a {
  color: #fff;
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  color: #10818A;
}
.site-info p a {
  font-weight: 600;
}

.footer-legal ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.footer-legal li {
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

.footer-ig {
  border-top: 1px solid rgba(192, 216, 218, 0.5);
  padding-top: 45px;
  padding-bottom: 35px;
}
.footer-ig a {
  color: #F04C23;
  font-weight: normal;
}
.footer-ig a:hover, .footer-ig a:focus, .footer-ig a:active {
  color: #F9A980;
}

.footer-ig-top {
  margin-bottom: 5px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #C0D8DA;
  color: #02272E !important;
  font-size: 0.8rem;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  background-color: #F9A980;
  color: #02272E !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .footer-contact {
    width: 28%;
    min-width: 28%;
  }
  .site-info {
    width: 27%;
    min-width: 27%;
  }
}
@media (max-width: 991px) {
  .footer-content {
    padding: 50px 0 75px;
  }
  .footer-form {
    padding-top: 15px;
  }
  .site-footer-inner {
    padding-top: 60px;
  }
  .footer-contact,
  .footer-address,
  .footer-locations,
  .site-info {
    width: 50%;
    min-width: 50%;
    justify-content: flex-start;
  }
  .footer-contact,
  .footer-address {
    margin-bottom: 25px;
  }
  .footer-address,
  .site-info {
    padding-left: 45px;
  }
  .footer-address {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .site-footer-wrap {
    background-position: center;
  }
  .site-footer-inner {
    padding: 50px 0 15px;
  }
  .footer-col img {
    height: 50px;
  }
  .footer-contact,
  .footer-address,
  .footer-locations,
  .site-info {
    width: 100% !important;
    min-width: 100% !important;
    display: block !important;
    text-align: center;
    padding: 0 15px !important;
    border-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .footer-contact > div,
  .footer-address > div,
  .footer-locations > div,
  .site-info > div {
    border-bottom: 1px solid rgba(192, 216, 218, 0.5);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer-logo {
    width: 60%;
    min-width: 60%;
    margin-bottom: 35px;
  }
  .footer-brokerage-logo {
    width: 40%;
    min-width: 40%;
    margin-bottom: 35px;
  }
  .footer-ig {
    padding: 0 0 20px;
    border-top: 0;
  }
  .fig-img:nth-child(n+4) {
    display: none;
  }
}
.media-wrap > div {
  height: 100%;
}
.media-wrap .bg-slider,
.media-wrap .img-slider {
  height: 100% !important;
}
.media-wrap .bg-slider .slick-track,
.media-wrap .bg-slider .slick-list,
.media-wrap .bg-slider .slick-slide,
.media-wrap .img-slider .slick-track,
.media-wrap .img-slider .slick-list,
.media-wrap .img-slider .slick-slide {
  height: 100% !important;
}
.media-wrap .comp-video {
  position: relative;
}
.media-wrap .video-wrap {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-wrap .video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-slider-arrows {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.media-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.list-box-wrap {
  margin-bottom: 50px;
}
.list-box-wrap.list-box-slide {
  padding: 0 15px;
  margin-bottom: 0;
}
.list-box-wrap a {
  font-weight: normal;
}
.list-box-wrap a:hover .list-box-img img, .list-box-wrap a:focus .list-box-img img, .list-box-wrap a:active .list-box-img img {
  transform: scale(1.1);
}

.list-box-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.list-box-img img {
  transition: all 1s ease-out;
}

.list-box-status {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  min-width: 120px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 5px 20px 2px;
  border-radius: 14px;
  color: #02272E;
}
.list-box-status.active-status {
  background: linear-gradient(to right, #F04C23, #F9A980);
}
.list-box-status.inactive-status {
  background: linear-gradient(to right, #A3B7B9, #C0D8DA);
}

.list-box-info {
  color: #02272E;
}

.list-box-meta .altfont span:not(:last-child):after {
  content: " | ";
}

/** # Responsive **/
@media (max-width: 991px) {
  .list-slider {
    margin: 0 -15px;
  }
}
.blog-box-wrap {
  margin-bottom: 45px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
}
.blog-box-wrap a {
  font-weight: nomal;
}
.blog-box-wrap a:hover .blog-box-img .object-cover, .blog-box-wrap a:focus .blog-box-img .object-cover, .blog-box-wrap a:active .blog-box-img .object-cover {
  transform: scale(1.1);
}
.blog-box-wrap a:hover .blog-box-arrow, .blog-box-wrap a:focus .blog-box-arrow, .blog-box-wrap a:active .blog-box-arrow {
  background-color: #F04C23;
  color: #fff;
}
.blog-box-wrap a:hover .blog-box-arrow svg, .blog-box-wrap a:focus .blog-box-arrow svg, .blog-box-wrap a:active .blog-box-arrow svg {
  transform: rotate(0);
}

.blog-box-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.blog-box-img .object-cover {
  transition: all 1s ease-out;
}

.blog-box-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.blog-box-arrow {
  background: #F9A980;
  color: #02272E;
  width: 45px;
  height: 45px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  font-size: 0.6rem;
  position: absolute;
  bottom: 7px;
  right: 8px;
}
.blog-box-arrow svg {
  transform: rotate(-45deg);
  transition: all 0.4s ease-out;
}

.blog-box-info {
  color: #02272E;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed-slider {
    margin: 0 -15px;
  }
}
.img-header {
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding: 170px 0 150px;
}
.img-header:before {
  background: linear-gradient(to top, #02272e, rgba(2, 39, 46, 0.15) 100%);
  z-index: 1;
}
.img-header .container {
  position: relative;
  z-index: 2;
}
.img-header .color-blocks {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 325px;
  z-index: 1;
}
.img-header .color-block {
  position: absolute;
}
.img-header .cb-2 {
  right: 450px;
  bottom: 30px;
  margin: auto;
}
.img-header .cb-3 {
  right: 60px;
  bottom: 200px;
}
.img-header .cb-4 {
  left: 145px;
  bottom: 125px;
}
.img-header .cb-5 {
  right: 175px;
  bottom: 75px;
}
.img-header .cb-6 {
  left: 40px;
  bottom: 275px;
}

.header-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}
.header-media .object-cover,
.header-media video {
  object-position: top;
}

.page-header-scroll {
  margin-top: 40px;
}
.page-header-scroll a {
  color: #fff !important;
}
.page-header-scroll a:hover, .page-header-scroll a:focus, .page-header-scroll a:active {
  color: #C0D8DA !important;
}

.text-header {
  padding-top: 200px;
  padding-bottom: 60px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .img-header .color-blocks {
    height: 275px;
  }
  .img-header .cb-2 {
    bottom: 20px;
  }
  .img-header .cb-3 {
    bottom: 160px;
  }
  .img-header .cb-4 {
    bottom: 90px;
  }
  .img-header .cb-5 {
    bottom: 55px;
  }
  .img-header .cb-6 {
    bottom: 175px;
  }
}
@media (max-width: 991px) {
  .img-header {
    min-height: 500px;
    padding: 175px 0 60px;
  }
  .text-header {
    padding-top: 175px;
  }
}
@media (max-width: 767px) {
  .img-header {
    padding: 0;
    display: block !important;
  }
  .img-header:before {
    display: none;
  }
  .img-header .page-header {
    padding: 35px 0 30px;
  }
  .img-header .page-header-scroll {
    margin-top: 20px;
  }
  .img-header .color-blocks {
    bottom: unset;
    height: unset;
    aspect-ratio: 4/3;
    top: 0;
  }
  .img-header .cb-2 {
    bottom: -20px;
    right: 175px;
  }
  .img-header .cb-3 {
    right: 20px;
    bottom: 50px;
  }
  .img-header .cb-4 {
    bottom: 40px;
    left: 70px;
  }
  .img-header .cb-5 {
    bottom: -20px;
    right: 60px;
  }
  .img-header .cb-6 {
    left: 20px;
    bottom: 90px;
    top: unset;
  }
  .header-media {
    position: relative;
    aspect-ratio: 4/3;
  }
  .text-header {
    padding-top: 125px;
    padding-bottom: 35px;
  }
  .page-header h1 {
    font-size: 2rem;
  }
}
.sidebar {
  text-align: center;
  padding: 35px 20px;
  position: sticky;
  border-radius: 9px;
}
.sidebar h3 {
  font-size: 1rem;
  color: #C0D8DA;
  font-family: "IBM Plex Mono", monospace;
  margin: 0;
  line-height: 1.2;
}
.sidebar .altfont {
  line-height: 1.2;
}
.sidebar .altfont strong {
  font-weight: normal;
  color: #C0D8DA;
}

.sidebar-contact a {
  color: #fff !important;
}
.sidebar-contact a:hover, .sidebar-contact a:focus, .sidebar-contact a:active {
  color: #C0D8DA !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
.lead-wrap {
  padding: 200px 0 90px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #06363F;
}

.lead-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.lead-img:before {
  background: linear-gradient(to top, #02272e, rgba(2, 39, 46, 0.15) 100%);
}

.lead-inner {
  position: relative;
  z-index: 1;
}

.lead-content {
  padding-right: 80px;
  padding-top: 45px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .lead-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .lead-wrap {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .lead-content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding-top: 125px;
  }
}
.posts-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.no-results #search_form .search-field {
  background-color: rgba(2, 39, 46, 0.7) !important;
}
.no-results .search-btn:hover, .no-results .search-btn:focus, .no-results .search-btn:active {
  color: #F9A980 !important;
}

.t-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.t-box-wrap {
  margin-bottom: 60px;
}
.t-box-wrap .t-box-slide {
  margin-bottom: 0;
}
.t-box-wrap a {
  color: #02272E;
  display: block;
  height: 100%;
}
.t-box-wrap a:hover .t-box-inner, .t-box-wrap a:focus .t-box-inner, .t-box-wrap a:active .t-box-inner {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.075);
  transform: translateY(-15px);
}
.t-box-wrap a:hover .t-more, .t-box-wrap a:focus .t-more, .t-box-wrap a:active .t-more {
  color: #10818A;
}

.t-box-inner {
  border-radius: 24px;
  padding: 10px 30px 100px;
  position: relative;
  height: 100%;
  transition: all 0.4s ease-out;
}

.t-box-stars {
  position: absolute;
  top: -16px;
  left: 30px;
}

.t-box-img {
  margin-bottom: 12px;
  transform: translateX(10px);
}
.t-box-img div {
  width: 75px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #fff;
}

.t-box-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #A19B99;
  padding: 15px 30px;
}

.t-more {
  transition: all 0.4s ease-out;
}

.testimonial-modal .modal-dialog {
  max-width: 900px;
}
.testimonial-modal .modal-content {
  border-radius: 9px;
  overflow: hidden;
}

.t-modal-wrap {
  padding: 40px 60px 45px;
}

.t-modal-stars {
  background: linear-gradient(to right, #F04C23, #F9A980);
  margin-bottom: 30px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .t-box-inner {
    padding: 10px 20px 70px;
  }
  .t-box-bottom {
    padding: 12px 20px;
  }
  .t-modal-wrap {
    padding: 40px 20px 35px;
  }
}
.listings-wrap {
  margin-top: 70px;
  margin-bottom: 60px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .listings-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.page-content {
  margin: 50px 0;
}

.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs),
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs),
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) {
  padding-left: 0;
  list-style: none;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li {
  margin-bottom: 8px;
  padding-left: 19px;
  line-height: 1.3;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  margin: 0 10px 0 -19px;
  content: "»";
  display: inline-block;
  color: #10818A;
  position: relative;
  top: -3px;
}

.page-wrap {
  padding-top: 60px;
  margin-bottom: 90px;
  background: linear-gradient(to bottom, #c0d8da, rgba(192, 216, 218, 0) 95%);
}

.tertiary-bg + .page-wrap {
  padding-top: 0;
}

.page-content > h1:not(:first-child), .page-content > h2:not(:first-child), .page-content > h3:not(:first-child), .page-content > h4:not(:first-child),
.entry-content > h1:not(:first-child),
.entry-content > h2:not(:first-child),
.entry-content > h3:not(:first-child),
.entry-content > h4:not(:first-child) {
  margin-top: 30px;
}
.page-content > h1, .page-content > .h1,
.entry-content > h1,
.entry-content > .h1 {
  font-size: 2.5rem;
}
.page-content > h2, .page-content > .h2,
.entry-content > h2,
.entry-content > .h2 {
  font-size: 2.2rem;
}
.page-content > h3, .page-content > .h3,
.entry-content > h3,
.entry-content > .h3 {
  font-size: 1.7rem;
}
.page-content > h4, .page-content > .h4,
.entry-content > h4,
.entry-content > .h4 {
  font-size: 1.4rem;
}

.entry-content {
  padding-right: 60px;
}
.entry-content > section:first-child {
  margin-top: 0 !important;
}
.entry-content > section:last-child {
  margin-bottom: 0 !important;
}
.entry-content > section > blockquote:first-child {
  margin-top: 0 !important;
}
.entry-content > section > blockquote:last-child {
  margin-bottom: 0 !important;
}
.entry-content > blockquote:first-child {
  margin-top: 0 !important;
}
.entry-content > blockquote:last-child {
  margin-bottom: 0 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    padding-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-content > h1, .page-content > .h1,
  .entry-content > h1,
  .entry-content > .h1 {
    font-size: 1.8rem;
  }
  .page-content > h2, .page-content > .h2,
  .entry-content > h2,
  .entry-content > .h2 {
    font-size: 1.6rem;
  }
  .page-content > h3, .page-content > .h3,
  .entry-content > h3,
  .entry-content > .h3 {
    font-size: 1.4rem;
  }
  .page-content > h4, .page-content > .h4,
  .entry-content > h4,
  .entry-content > .h4 {
    font-size: 1.2rem;
  }
  .page-content > h5, .page-content > .h5,
  .entry-content > h5,
  .entry-content > .h5 {
    font-size: 1.1rem;
  }
}
.cta-section {
  padding: 90px 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.cta-section .banner-img {
  z-index: unset;
}
.cta-section .container {
  position: relative;
  z-index: 1;
}
.cta-section:before {
  background: linear-gradient(to right, rgba(2, 39, 46, 0.9), rgba(2, 39, 46, 0) 70%);
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cta-section {
    min-height: unset;
  }
  .cta-section:before {
    background: linear-gradient(to right, rgba(2, 39, 46, 0.9), rgba(2, 39, 46, 0) 100%);
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 50px 0;
  }
  .cta-section:before {
    background: none;
    background-color: rgba(2, 39, 46, 0.75);
  }
}
.list-top-wrap {
  padding-top: 140px;
  padding-bottom: 45px;
}

.list-header {
  margin-bottom: 20px;
}

.list-header-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.list-status {
  min-width: 120px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 5px 20px 2px;
  border-radius: 14px;
  color: #02272E;
}
.list-status.active-status {
  background: linear-gradient(to right, #F04C23, #F9A980);
}
.list-status.inactive-status {
  background: linear-gradient(to right, #A3B7B9, #C0D8DA);
}

.list-hilites {
  position: relative;
}
.list-hilites .slick-arrow {
  position: absolute;
  top: calc(50% - 17px);
  z-index: 1;
  background-color: #F9A980;
  color: #02272E;
}
.list-hilites .slick-arrow.slick-prev {
  left: -17px;
}
.list-hilites .slick-arrow.slick-next {
  right: -17px;
}
.list-hilites .slick-arrow:hover, .list-hilites .slick-arrow:focus, .list-hilites .slick-arrow:active {
  background-color: #F04C23;
  color: #fff;
}

.list-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
}
.list-wrap .entry-content > div:last-child {
  margin-bottom: 0 !important;
}

.open-houses {
  padding: 20px 30px 15px;
  margin-bottom: 45px;
  border-radius: 9px;
}

.details-wrap {
  margin-bottom: 15px;
}

.list-detail > div {
  padding-bottom: 20px;
  border-bottom: 1px solid #02272E;
  margin-bottom: 20px;
}

.list-desc,
.list-downloads,
.list-tour {
  margin-bottom: 45px;
}

.list-desc + .list-downloads {
  margin-top: -20px;
}

.list-video + .list-video, .list-video + .list-virtual {
  margin-top: 45px;
}

.list-content-blocks {
  padding: 70px 0;
  background: linear-gradient(to bottom, #c0d8da, rgba(192, 216, 218, 0) 95%);
}
.list-content-blocks .container > div + div {
  margin-top: 40px;
}

.list-img-callout.img-right .lic-img {
  order: 2;
}

.list-gallery-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}

.list-gallery .gallery-item:nth-child(n+7) {
  display: none;
}

.related-listings-wrap {
  padding-top: 70px;
  padding-bottom: 40px;
}

.related-listings-header {
  margin-bottom: 30px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .list-header h1 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .list-header-right {
    display: block;
    margin-top: 15px;
  }
  .list-status {
    margin: 0 auto;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .related-listings-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .related-listings-wrap .slick-dots {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .list-top-wrap {
    padding: 125px 0 40px;
  }
  .list-header h1 {
    font-size: 1.6rem;
  }
  .hilites-arrows {
    position: absolute;
    bottom: 7px;
    left: 7px;
  }
  .hilites-arrows .slick-arrow {
    position: static;
  }
  .list-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .list-content-blocks {
    padding: 50px 0;
  }
  .list-gallery-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.post-header-meta > a {
  color: #fff;
}
.post-header-meta > a:hover, .post-header-meta > a:focus, .post-header-meta > a:active {
  color: #10818A !important;
}

.post-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
}

.blog-tags {
  margin-top: 45px;
}
.blog-tags a {
  font-family: "IBM Plex Mono", monospace;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 0.8rem;
  font-weight: normal;
  text-decoration: none;
}

.blog-cta {
  z-index: 1;
}
.blog-cta:before {
  background-color: rgba(2, 39, 46, 0.6);
}
.blog-cta a {
  color: #fff;
  min-height: 400px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

/** # Responsive **/
@media (max-width: 767px) {
  .post-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.bio-header-wrap {
  padding: 170px 0 70px;
}

.bio-header {
  padding-right: 60px;
}

.loc-flag {
  min-width: 120px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 5px 20px 2px;
  border-radius: 14px;
  background: linear-gradient(to right, #F04C23, #F9A980);
  color: #02272E;
  margin-bottom: 15px;
}

.bio-header-contact a {
  color: #fff !important;
  font-weight: normal;
}
.bio-header-contact a:hover, .bio-header-contact a:focus, .bio-header-contact a:active {
  color: #F9A980 !important;
}

.bio-social {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #C0D8DA;
}
.bio-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #C0D8DA;
  color: #02272E !important;
  font-size: 1.1rem;
  margin-right: 10px;
}
.bio-social a:hover, .bio-social a:focus, .bio-social a:active {
  background-color: #10818A;
  color: #fff !important;
}

.bio-header-scroll a {
  color: #fff !important;
}
.bio-header-scroll a:hover, .bio-header-scroll a:focus, .bio-header-scroll a:active {
  color: #C0D8DA !important;
}

.bio-wrap {
  margin-top: 50px;
  margin-bottom: 60px;
}

.homepage-testimonials.bio-testimonials {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 45px;
}

.bio-listings {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
  min-height: 70vh;
}
.bio-listings .banner-img {
  z-index: unset;
}
.bio-listings:before {
  background-color: rgba(2, 39, 46, 0.65);
  z-index: 1;
}
.bio-listings .container {
  position: relative;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .bio-header {
    padding-right: 45px;
  }
  .bio-header h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1199px) {
  .bio-header {
    padding-right: 30px;
  }
  .bio-header h1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 991px) {
  .bio-header-wrap {
    padding-top: 150px;
    padding-bottom: 45px;
  }
  .bio-header h1 {
    font-size: 1.8rem;
  }
  .bio-header-contact {
    font-size: 0.8rem;
  }
  .bio-header-contact .h5 {
    font-size: 1.15rem;
  }
  .bio-header-bottom {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #C0D8DA;
  }
  .bio-social {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0;
    padding-right: 30px;
  }
  .homepage-testimonials.bio-testimonials {
    padding-top: 50px;
  }
  .bio-listings {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .bio-header-wrap {
    padding-top: 115px;
    padding-bottom: 30px;
  }
  .bio-header {
    margin-bottom: 25px;
  }
  .bio-header-bottom {
    padding-top: 20px;
  }
  .bio-social + .bio-review-link {
    margin-top: 30px;
  }
  .bio-listings {
    padding: 70px 0;
  }
}
.agent-box-wrap {
  margin-bottom: 50px;
}

.agent-box-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.agent-box-img img {
  transition: all 1s ease-out;
}
.agent-box-img a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.agent-box-img a:hover img, .agent-box-img a:focus img, .agent-box-img a:active img {
  transform: scale(1.1);
}
.agent-box-img a:hover .agent-box-arrow, .agent-box-img a:focus .agent-box-arrow, .agent-box-img a:active .agent-box-arrow {
  background-color: #F04C23;
  color: #fff;
}
.agent-box-img a:hover .agent-box-arrow svg, .agent-box-img a:focus .agent-box-arrow svg, .agent-box-img a:active .agent-box-arrow svg {
  transform: rotate(0);
}

.agent-loc-flag {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 5px 15px 2px;
  border-radius: 14px;
  background: linear-gradient(to right, #F04C23, #F9A980);
  color: #02272E;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.agent-box-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  background: #F9A980;
  color: #02272E;
  width: 45px;
  height: 45px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  font-size: 0.6rem;
}
.agent-box-arrow svg {
  transform: rotate(-45deg);
  transition: all 0.4s ease-out;
}

.agent-box-info a {
  color: #02272E;
  font-weight: normal;
  word-wrap: break-word;
}
.agent-box-info a:hover, .agent-box-info a:focus, .agent-box-info a:active {
  color: #10818A;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .agent-box-wrap {
    transition-delay: 0.3s !important;
  }
  .agent-box-arrow {
    width: 30px;
    height: 30px;
    bottom: 5px;
    right: 5px;
  }
}
@media (max-width: 991px) {
  .agent-loc-flag {
    font-size: 0.5rem;
    padding: 4px 10px 1px;
    letter-spacing: 0;
    left: 5px;
    bottom: 5px;
  }
}
.blog-toggle {
  margin: 15px 0 45px;
}

.toggle-btn {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #02272E;
  padding: 0 0 10px;
  outline: none !important;
  text-align: left;
  color: #10818A !important;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.1rem;
  display: flex;
  align-self: center;
  justify-content: space-between;
  width: 100%;
}
.toggle-btn:hover .toggle-arrow, .toggle-btn:focus .toggle-arrow, .toggle-btn:active .toggle-arrow, .toggle-btn:not(.collapsed) .toggle-arrow {
  background-color: #F04C23;
  color: #fff;
}
.toggle-btn:hover .toggle-arrow svg, .toggle-btn:focus .toggle-arrow svg, .toggle-btn:active .toggle-arrow svg, .toggle-btn:not(.collapsed) .toggle-arrow svg {
  transform: rotate(0deg);
}

.toggle-arrow {
  background: #F9A980;
  color: #02272E;
  width: 35px;
  height: 35px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  font-size: 0.6rem;
  align-self: flex-end;
}
.toggle-arrow svg {
  transform: rotate(-45deg);
  transition: all 0.4s ease-out;
}

.toggle-card-body {
  margin-top: 15px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .error404 #colophon {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
lite-youtube,
lite-vimeo {
  background-color: #02272E;
  position: relative;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* play button */
  /* Post-click styles */
}
lite-youtube::before,
lite-vimeo::before {
  background-color: rgba(2, 39, 46, 0.25);
}
lite-youtube > iframe,
lite-vimeo > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 0;
  aspect-ratio: 16/9;
}
lite-youtube .lyt-playbtn svg,
lite-youtube .ltv-playbtn svg,
lite-vimeo .lyt-playbtn svg,
lite-vimeo .ltv-playbtn svg {
  width: 120px;
  position: relative;
  z-index: 1;
}
lite-youtube.lyt-activated, lite-youtube.ltv-activated,
lite-vimeo.lyt-activated,
lite-vimeo.ltv-activated {
  cursor: unset;
  background-image: none !important;
}
lite-youtube.lyt-activated::before, lite-youtube.lyt-activated > .lyt-playbtn, lite-youtube.lyt-activated > .ltv-playbtn, lite-youtube.ltv-activated::before, lite-youtube.ltv-activated > .lyt-playbtn, lite-youtube.ltv-activated > .ltv-playbtn,
lite-vimeo.lyt-activated::before,
lite-vimeo.lyt-activated > .lyt-playbtn,
lite-vimeo.lyt-activated > .ltv-playbtn,
lite-vimeo.ltv-activated::before,
lite-vimeo.ltv-activated > .lyt-playbtn,
lite-vimeo.ltv-activated > .ltv-playbtn {
  opacity: 0;
  pointer-events: none;
}

/** # Responsive **/
@media (max-width: 767px) {
  lite-youtube .lyt-playbtn svg,
  lite-youtube .ltv-playbtn svg,
  lite-vimeo .lyt-playbtn svg,
  lite-vimeo .ltv-playbtn svg {
    width: 75px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding: 170px 0 120px;
}
.homepage-hero:before {
  background: linear-gradient(to top, #02272e, rgba(2, 39, 46, 0) 70%);
  z-index: 1;
}
.homepage-hero .container {
  position: relative;
  z-index: 2;
}
.homepage-hero .color-blocks {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 325px;
  z-index: 1;
}
.homepage-hero .color-block {
  position: absolute;
}
.homepage-hero .cb-2 {
  left: 0;
  right: 0;
  bottom: -45px;
  margin: auto;
}
.homepage-hero .cb-3 {
  right: 100px;
  bottom: 100px;
}
.homepage-hero .cb-4 {
  left: 145px;
  bottom: 80px;
}
.homepage-hero .cb-5 {
  right: 225px;
  bottom: -45px;
}
.homepage-hero .cb-6 {
  left: 40px;
  top: 0;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}
.hero-media .object-cover,
.hero-media video {
  object-position: top;
}

.hero-inner .btn {
  min-width: 290px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .homepage-hero {
    padding-bottom: 75px;
  }
  .homepage-hero .color-blocks {
    height: 275px;
  }
  .homepage-hero .cb-2 {
    bottom: -35px;
  }
  .homepage-hero .cb-3 {
    right: 40px;
    bottom: 75px;
  }
  .homepage-hero .cb-4 {
    left: 85px;
    bottom: 60px;
  }
  .homepage-hero .cb-5 {
    bottom: -35px;
    right: 120px;
  }
  .homepage-hero .cb-6 {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .homepage-hero {
    min-height: 700px;
    padding: 175px 0 60px;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    padding: 0;
    display: block !important;
  }
  .homepage-hero:before {
    display: none;
  }
  .homepage-hero .color-blocks {
    bottom: unset;
    height: unset;
    aspect-ratio: 4/3;
    top: 0;
  }
  .homepage-hero .cb-2 {
    bottom: -20px;
  }
  .homepage-hero .cb-3 {
    right: 20px;
  }
  .homepage-hero .cb-4 {
    bottom: 40px;
    left: 70px;
  }
  .homepage-hero .cb-5 {
    bottom: -20px;
    right: 60px;
  }
  .homepage-hero .cb-6 {
    left: 20px;
    bottom: 90px;
    top: unset;
  }
  .hero-media {
    position: relative;
    aspect-ratio: 4/3;
  }
  .hero-inner {
    padding: 35px 0 45px;
  }
}
.homepage-testimonials {
  margin-top: 80px;
  margin-bottom: 100px;
  overflow: hidden;
}

.hpt-header {
  margin-bottom: 45px;
}

.hpt-slide {
  padding: 16px 6px 0;
}

.hpt-bottom {
  margin-top: 25px;
  padding: 0 86px;
}

.hpt-arrows {
  order: 2;
}
.hpt-arrows .slick-arrow {
  color: #02272E;
  background-color: transparent;
  border: 0;
  height: unset;
  width: unset;
  font-size: 1.8rem;
  transition: all 0.4s;
}
.hpt-arrows .slick-arrow + .slick-arrow {
  margin-left: 15px;
}
.hpt-arrows .slick-arrow:hover, .hpt-arrows .slick-arrow:focus, .hpt-arrows .slick-arrow:active {
  color: #10818A;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hpt-bottom {
    padding: 0 66px;
  }
}
@media (max-width: 991px) {
  .homepage-testimonials {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .homepage-testimonials {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .hpt-header {
    margin-bottom: 30px;
  }
  .hpt-slide {
    padding: 16px 15px 0;
  }
  .hpt-bottom {
    padding: 0 15px;
  }
  .hpt-arrows {
    order: unset;
  }
}
.homepage-blog {
  padding: 80px 0 40px;
}
.homepage-blog .btn {
  padding: 13px 15px 13px;
}

.hpb-section + .hpb-section {
  margin-top: 10px;
  border-top: 1px solid #02272E;
  padding-top: 50px;
}

.hpb-section-header {
  margin-bottom: 25px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hpb-section-header {
    margin-bottom: 30px;
  }
  .hpb-section-header .col-xl-3 {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .hpb-section + .hpb-section {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .homepage-blog {
    padding-top: 50px;
  }
  .hpb-section-header .col-xl-3 {
    padding: 0 15px !important;
  }
}
.freeform-content {
  margin-top: 45px;
  margin-bottom: 45px;
}

.copy-on-media {
  padding: 90px 0;
  display: flex;
  align-items: center;
  min-height: 80vh;
}
.copy-on-media .container {
  position: relative;
  z-index: 1;
}

.overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.overlay-media:before {
  background-color: rgba(2, 39, 46, 0.6);
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-on-media {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 50px 0;
  }
  .overlay-media:before {
    background-color: rgba(2, 39, 46, 0.75);
  }
}
.copy-and-media {
  padding-top: 100px;
  padding-bottom: 100px;
}
.copy-and-media.white-bg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}
.copy-and-media.media-left .cm-inner {
  padding-left: 45px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-right .cm-inner {
  padding-right: 45px;
}
.copy-and-media.media-fit .cm-media {
  position: relative;
  min-height: 600px;
}
.copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.copy-and-media.media-fit .cm-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.copy-and-media.media-square .media-wrap {
  aspect-ratio: 1/1;
}
.copy-and-media.media-portrait .media-wrap {
  aspect-ratio: 2.5/3;
}
.copy-and-media.media-landscape .media-wrap {
  aspect-ratio: 4/3;
}

.arrow-link {
  padding-bottom: 18px;
  margin-top: 18px;
  border-bottom: 1px solid #02272E;
}
.arrow-link:last-child {
  border-bottom: 0;
}
.arrow-link a {
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.2rem;
  color: #10818A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
}
.arrow-link a:hover .link-arrow, .arrow-link a:focus .link-arrow, .arrow-link a:active .link-arrow {
  background-color: #F04C23;
}
.arrow-link a:hover .link-arrow svg, .arrow-link a:focus .link-arrow svg, .arrow-link a:active .link-arrow svg {
  transform: rotate(0);
  color: #fff;
}
.arrow-link .link-arrow {
  width: 30px;
  min-width: 30px;
  aspect-ratio: 1/1;
  border-radius: 9px;
  background-color: #F9A980;
  color: #02272E;
  transition: all 0.4s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
}
.arrow-link .link-arrow svg {
  transform: rotate(-45deg);
  transition: all 0.4s ease-out;
  font-size: 0.6rem;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .copy-and-media.media-left .cm-inner {
    padding-left: 30px;
  }
  .copy-and-media.media-right .cm-inner {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .copy-and-media {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .copy-and-media.white-bg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .cm-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 991px) {
  .copy-and-media {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .copy-and-media.white-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .copy-and-media .cm-media {
    order: unset !important;
    margin-bottom: 35px;
  }
  .copy-and-media .cm-inner {
    padding: 0 15px !important;
  }
  .copy-and-media.media-fit .cm-media {
    min-height: unset;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 767px) {
  .copy-and-media {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .copy-and-media.white-bg {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .copy-and-media.media-fit .cm-media {
    aspect-ratio: 7/5;
    height: unset;
  }
  .arrow-link a {
    font-size: 1rem;
  }
}
.blog-feed {
  padding: 70px 0 45px;
}

.blog-feed-header {
  margin-bottom: 40px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed {
    padding-top: 50px;
  }
}
.logo-slider-wrap {
  margin: 60px 0;
}
.logo-slider-wrap .section-links {
  margin-top: 35px;
}

.logo-slider-inner {
  margin-top: 45px;
}
.logo-slider-inner .slick-dots {
  margin-top: 30px;
}

.logo-slide {
  padding: 0 25px;
}
.logo-slide p {
  text-align: center;
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  color: #02272E;
  transition: all 0.4s ease-out;
}
.logo-slide a {
  text-decoration: none;
}
.logo-slide a:hover p, .logo-slide a:focus p, .logo-slide a:active p {
  color: #02272E;
}

.logo-slide-logo {
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slide-logo img {
  max-height: 100%;
  width: auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  .logo-slide-logo {
    height: 125px;
  }
}
.testimonial-callout {
  margin-top: 45px;
  margin-bottom: 45px;
}

.tcallout-slide {
  padding: 16px 6px 6px;
}
.tcallout-slide .t-box-inner {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.075);
}

.tcallout-arrows {
  margin-top: 12px;
  padding-right: 10px;
}
.tcallout-arrows .slick-arrow {
  background-color: transparent;
  border: 0;
  width: unset;
  height: unset;
  font-size: 1.4rem;
}

.buttons-grid {
  margin: 50px 0;
}

.link-box-grid {
  margin: 50px 0;
}

.link-box {
  margin-bottom: 45px;
}
.link-box a:hover .link-box-img:after, .link-box a:focus .link-box-img:after, .link-box a:active .link-box-img:after {
  opacity: 0.3;
}

.link-box-img {
  position: relative;
}
.link-box-img:after {
  background-color: #02272E;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.wp-iframe-block iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

/* Styling for WP Media Block */
.homepage-sticky-media-copy {
  padding: 120px 0 50px;
}

.hpc-media {
  background-color: #06363F;
  padding: 140px 25px 80px;
}

.changing-image-wrap {
  width: 100%;
  height: calc(100vh - 138px);
  top: 138px !important;
}
.changing-image-wrap .media-wrap {
  transition: opacity 0.7s;
  background-color: #06363F;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  opacity: 0;
}
.changing-image-wrap .media-wrap.animate-hp-img {
  opacity: 1;
  z-index: 1;
}
.changing-image-wrap .media-wrap.animate-hp-img .hsmc-cta-wrap,
.changing-image-wrap .media-wrap.animate-hp-img .hsmc-testimonial-wrap {
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
  transition: all 1s ease-out 0.5s;
}
.changing-image-wrap .media-wrap .comp-img {
  display: flex;
  justify-content: center;
}
.changing-image-wrap .media-wrap .comp-img img {
  max-width: 780px;
  width: 100%;
  height: max-content;
}

.hpc-inner {
  min-height: 125vh;
  padding: 60px 30px;
}
.hpc-inner > div {
  max-width: 450px;
}

.hsmc-cta-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  height: unset !important;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  transition: all 0.4s ease-out;
  opacity: 0;
  z-index: -1;
  transform: translateY(20px);
}

.hsmc-cta-copy {
  padding: 30px 175px 40px 30px;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  position: relative;
  overflow: hidden;
}
.hsmc-cta-copy:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #F98349, #F04C23);
  height: 12px;
}
.hsmc-cta-copy a {
  font-weight: normal;
  color: #C0D8DA;
  text-decoration: underline;
}
.hsmc-cta-copy a:hover, .hsmc-cta-copy a:focus, .hsmc-cta-copy a:active {
  color: #F9A980;
  text-decoration: none;
}
.hsmc-cta-copy .small {
  line-height: 1.3;
}
.hsmc-cta-copy .small strong {
  color: #C0D8DA;
}
.hsmc-cta-copy .tiny .em {
  display: inline-block;
  margin-left: -4px;
}

.hsmc-cta-img {
  width: 200px;
  min-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 11px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 1;
}

.hsmc-testimonial-wrap {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
  height: unset !important;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  transition: all 0.4s ease-out;
  padding-left: 100px;
  opacity: 0;
  z-index: -1;
  transform: translateY(20px);
}

.hsmct-copy {
  padding: 45px 30px 30px 130px;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.hsmct-copy a {
  font-weight: normal;
  color: #C0D8DA;
  text-decoration: underline;
}
.hsmct-copy a:hover, .hsmct-copy a:focus, .hsmct-copy a:active {
  color: #F9A980;
  text-decoration: none;
}
.hsmct-copy .small {
  line-height: 1.3;
}
.hsmct-copy .small strong {
  color: #C0D8DA;
}

.hpmct-stars {
  position: absolute;
  top: -16px;
  left: 230px;
  background: linear-gradient(to right, #F04C23, #F9A980);
  z-index: 1;
}

.hsmct-img {
  width: 200px;
  min-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 11px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .homepage-sticky-media-copy {
    padding: 80px 0 0;
  }
  .hpc-media {
    padding: 50px 30px 130px;
  }
  .hpc-media .comp-img {
    text-align: center;
  }
  .hpc-media .comp-img img {
    max-width: 700px;
    width: 100%;
  }
  .hpc-inner-wrap {
    padding: 45px;
  }
  .hpc-inner-wrap > div {
    max-width: 650px;
  }
  .hsmc-testimonial-wrap {
    bottom: 90px;
    z-index: 1 !important;
  }
  .hsmc-cta-wrap {
    bottom: 50px;
    z-index: 1 !important;
  }
}
@media (max-width: 767px) {
  .homepage-sticky-media-copy {
    padding-top: 0;
  }
  .hpc-media {
    padding: 35px 15px 0;
    overflow: hidden;
  }
  .hpc-media img {
    margin-bottom: -10px;
  }
  .hpc-inner-wrap {
    padding: 35px 15px 45px;
  }
}
.hpl-inner {
  position: relative;
  min-height: 115vh;
  padding: 50px 0;
}
.hpl-inner .container {
  position: relative;
  z-index: 1;
}

.hpl-link {
  min-height: 80px;
  width: 430px;
  border-radius: 17px;
  border: 1px solid #02272E;
  color: #02272E;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
.hpl-link:before {
  background: linear-gradient(to right, #F9A980, #F04C23);
  border-radius: 17px;
  z-index: -1;
  opacity: 0;
  transition: all 0.6s ease-out;
}
.hpl-link:hover:before, .hpl-link:focus:before, .hpl-link:active:before {
  opacity: 1;
}

.hpl-imgs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.hpl-imgs-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  opacity: 0;
  transition: all 0.4s ease-out 0.25s;
}
.hpl-imgs-wrap > div {
  position: absolute;
  aspect-ratio: 2.5/3;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.4s ease-out;
}
.hpl-imgs-wrap.hpl-show {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.hpl-imgs-wrap.hpl-show > div {
  clip-path: inset(0% 0% 0% 0%);
}

.hpl-img-1 {
  width: 27vh;
  top: 80px;
  left: 45px;
  transform: rotate(-3deg);
}

.hpl-img-2 {
  width: 27vh;
  top: 35px;
  right: 35px;
  transform: rotate(3deg);
}

.hpl-img-3 {
  width: 35vh;
  bottom: 75px;
  left: 100px;
  transform: rotate(3deg);
}

.hpl-img-4 {
  width: 35vh;
  bottom: 125px;
  right: 90px;
  transform: rotate(-3deg);
}

/** # Responsive **/
@media (max-width: 1199px) {
  .homepage-locations {
    overflow: hidden;
  }
  .hpl-inner {
    min-height: unset;
  }
  .hpl-mobile-imgs {
    margin-bottom: 70px;
  }
  .hpl-slider {
    width: 50%;
    min-width: 50%;
  }
  .hpl-slider-1 {
    transform: rotate(-3deg);
  }
  .hpl-slider-2 {
    transform: rotate(3deg) translateY(45px);
  }
  .hpl-content .h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .hpl-content .h2 {
    font-size: 1.5rem;
  }
  .hpl-link {
    min-height: 60px;
  }
}
.homepage-hover-sections {
  padding-top: 80px;
  margin-bottom: 250px;
  background: linear-gradient(to bottom, #C0D8DA, #fff);
}

.hhs-header {
  margin-bottom: 125px;
}

.hhs-intro-copy {
  padding-left: 175px;
}

.hhs-section:nth-child(odd) .hhs-img.hhs-show > div {
  transform: rotate(3deg);
}

.hhs-section {
  border-bottom: 1px solid #02272E;
}

.hhs-title {
  padding: 50px 15px 50px 0;
}
.hhs-title a h3 {
  font-weight: normal;
  color: #10818A;
  padding: 0 35px 0 0;
  transition: all 0.5s ease-out;
}
.hhs-title a:hover h3, .hhs-title a:focus h3, .hhs-title a:active h3, .hhs-title a.hhs-show h3 {
  color: #02272E;
  padding: 0 0 0 35px;
}

.hhs-img {
  opacity: 0;
  transition: all 0.4s ease-out;
  z-index: -1;
}
.hhs-img > div {
  position: absolute;
  top: -60%;
  left: 50px;
  right: 50px;
  margin: auto;
  aspect-ratio: 1/1;
  transition: all 0.4s ease-out;
}
.hhs-img.hhs-show {
  opacity: 1;
  z-index: 1;
}
.hhs-img.hhs-show > div {
  transform: rotate(-3deg);
}

.hhs-copy {
  padding: 50px 0 50px 15px;
}

.hhs-arrow {
  width: 45px;
  min-width: 45px;
  height: 45px;
  margin-left: 25px;
}
.hhs-arrow a {
  height: 100%;
  width: 100%;
  border-radius: 9px;
  color: #02272E;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9A980;
  transition: all 0.4s ease-out;
  font-size: 0.7rem;
}
.hhs-arrow a svg {
  transition: all 0.4s ease-out;
  transform: rotate(-45deg);
}
.hhs-arrow a:hover, .hhs-arrow a:focus, .hhs-arrow a:active, .hhs-arrow a.hhs-show {
  background-color: #F04C23;
  color: #fff;
}
.hhs-arrow a:hover svg, .hhs-arrow a:focus svg, .hhs-arrow a:active svg, .hhs-arrow a.hhs-show svg {
  transform: rotate(0);
}

/** # Responsive **/
@media (max-width: 1600px) {
  .homepage-hover-sections {
    margin-bottom: 160px;
  }
}
@media (max-width: 1399px) {
  .hhs-img > div {
    top: -40%;
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .homepage-hover-sections {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .hhs-header {
    margin-bottom: 0;
  }
  .hhs-mobile-section {
    margin-top: 40px;
  }
  .hhs-mobile-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hhs-mobile-title a {
    color: #10818A;
    font-weight: normal;
  }
  .hhs-mobile-title a:hover, .hhs-mobile-title a:focus, .hhs-mobile-title a:active {
    color: #02272E;
  }
  .hhs-mobile-title a:hover .hhs-mobile-arrow, .hhs-mobile-title a:focus .hhs-mobile-arrow, .hhs-mobile-title a:active .hhs-mobile-arrow {
    background-color: #F04C23;
    color: #fff;
  }
  .hhs-mobile-title a:hover .hhs-mobile-arrow svg, .hhs-mobile-title a:focus .hhs-mobile-arrow svg, .hhs-mobile-title a:active .hhs-mobile-arrow svg {
    transform: rotate(0);
  }
  .hhs-mobile-title h3 {
    flex-grow: 1;
  }
  .hhs-mobile-arrow {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-left: 15px;
    border-radius: 9px;
    color: #02272E;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9A980;
    transition: all 0.4s ease-out;
    font-size: 0.7rem;
  }
  .hhs-mobile-arrow svg {
    transition: all 0.4s ease-out;
    transform: rotate(-45deg);
  }
}
@media (max-width: 991px) {
  .hhs-intro-copy {
    padding-left: 75px;
  }
}
@media (max-width: 767px) {
  .homepage-hover-sections {
    padding-top: 45px;
    margin-bottom: 60px;
  }
  .hhs-intro-copy {
    padding-left: 0;
  }
  .hhs-mobile-section:first-child {
    margin-top: 20px;
  }
}
.hplb-layout1 {
  padding-top: 90px;
  padding-bottom: 100px;
}
.hplb-layout1 .hplb-header {
  margin-bottom: 15px;
}
.hplb-layout1 .hplb-box-inner {
  padding: 15px;
}

.hplb-layout2 {
  margin-top: 120px;
  margin-bottom: 100px;
}
.hplb-layout2 .hplb-header {
  margin-bottom: 25px;
}
.hplb-layout2 .hplb-box-inner {
  padding: 25px;
}

.hplb-copy {
  padding-left: 175px;
}

.hplb-box-wrap {
  margin-top: 20px;
}
.hplb-box-wrap a {
  color: #fff !important;
  font-weight: normal;
}
.hplb-box-wrap a:hover .hplb-box-inner img, .hplb-box-wrap a:focus .hplb-box-inner img, .hplb-box-wrap a:active .hplb-box-inner img {
  transform: scale(1.1);
}
.hplb-box-wrap a:hover .hplb-arrow, .hplb-box-wrap a:focus .hplb-arrow, .hplb-box-wrap a:active .hplb-arrow {
  background-color: #10818A;
  color: #fff;
}
.hplb-box-wrap a:hover .hplb-arrow svg, .hplb-box-wrap a:focus .hplb-arrow svg, .hplb-box-wrap a:active .hplb-arrow svg {
  transform: rotate(0);
}

.hplb-box-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hplb-box-inner:before {
  background: linear-gradient(to bottom, rgba(2, 39, 46, 0.9), rgba(2, 39, 46, 0) 30%);
  z-index: 1;
}
.hplb-box-inner img {
  transition: all 1s ease-out;
}

.hplb-box-info {
  position: relative;
  z-index: 1;
}
.hplb-arrow {
  background: #C0D8DA;
  color: #02272E;
  width: 45px;
  height: 45px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  font-size: 0.6rem;
  align-self: flex-end;
}
.hplb-arrow svg {
  transform: rotate(-45deg);
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hplb-copy {
    padding-left: 125px;
  }
  .hplb-box-info .h4 {
    font-size: 1.5rem;
  }
  .hplb-layout2 .hplb-box-inner {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .hplb-layout2 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .hplb-layout1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hplb-layout2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .hplb-copy {
    padding-left: 0;
  }
  .hplb-box-inner {
    padding: 8px !important;
  }
  .hplb-box-inner:before {
    background: linear-gradient(to bottom, rgba(2, 39, 46, 0.9), rgba(2, 39, 46, 0) 45%);
  }
  .hplb-box-inner .h4 {
    font-size: 1.1rem;
  }
  .hplb-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .hplb-header {
    margin-bottom: 20px !important;
  }
  .hplb-header h2 br {
    display: none;
  }
}
.no-scroll {
  overflow-y: hidden;
}

.loading-screen {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.loading-screen:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 450px;
  left: -450px;
  background: linear-gradient(to left, #10818a, rgba(16, 129, 138, 0));
  z-index: 1;
  filter: blur(2px);
  transition: all 1.25s cubic-bezier(1, 0, 0, 1) 1.25s;
}
.loading-screen.animated:before {
  left: 100%;
}
.loading-screen.ls-fade {
  opacity: 0;
  filter: blur(6px);
  transition: opacity 0.5s, filter 0.5s;
}

.loading-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.loading-brand img {
  max-height: 70%;
  max-width: 90%;
  width: auto;
  height: auto;
  opacity: 0;
  transition: all 1s ease-out 0.25s;
}
.loading-brand.animated img {
  opacity: 1;
}

.loading-text {
  position: relative;
  z-index: 1;
  filter: blur(4px);
  opacity: 0;
  transition: all 1.75s ease-out 0.75s;
}
.loading-text.animated {
  opacity: 1;
  filter: blur(0);
}

/** # Responsive **/
@media (max-width: 767px) {
  .loading-brand {
    padding-bottom: 50px;
  }
}
.two-cols-copy {
  padding: 100px 0;
}
.two-cols-copy blockquote {
  margin: 0 !important;
}

.tcc-left:not(:last-child) {
  padding-right: 30px;
}

.tcc-right:not(:first-child) {
  padding-left: 30px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .tcc-left,
  .tcc-right {
    padding: 0 15px !important;
  }
}
@media (max-width: 991px) {
  .two-cols-copy {
    padding: 60px 0;
  }
  .tcc-left + .tcc-right {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .two-cols-copy {
    padding: 40px 0;
  }
  #next-section + .two-cols-copy {
    padding-top: 0;
  }
}
.resource-boxes-wrap {
  margin-top: 70px;
  margin-bottom: 60px;
}

.resource-boxes-header {
  margin-bottom: 40px;
}

.resource-box-wrap {
  margin-bottom: 30px;
}
.resource-box-wrap a {
  color: #02272E;
  font-weight: normal;
  transition: all 0.4s ease-out;
}
.resource-box-wrap a:hover, .resource-box-wrap a:focus, .resource-box-wrap a:active {
  color: #10818A;
}
.resource-box-wrap a:hover .resource-box-img img, .resource-box-wrap a:focus .resource-box-img img, .resource-box-wrap a:active .resource-box-img img {
  transform: scale(1.1);
}
.resource-box-wrap a:hover .resource-arrow, .resource-box-wrap a:focus .resource-arrow, .resource-box-wrap a:active .resource-arrow {
  background-color: #F04C23;
  color: #fff;
}
.resource-box-wrap a:hover .resource-arrow svg, .resource-box-wrap a:focus .resource-arrow svg, .resource-box-wrap a:active .resource-arrow svg {
  transform: rotate(0);
}

.resource-box-img {
  padding: 15px;
  border-radius: 9px;
  overflow: hidden;
}
.resource-box-img img {
  transition: all 1s ease-out;
}

.resource-arrow {
  background: #F9A980;
  color: #02272E;
  width: 45px;
  height: 45px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  font-size: 0.6rem;
  align-self: flex-end;
}
.resource-arrow svg {
  transform: rotate(-45deg);
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .resource-box-wrap.col-lg-3 .h5 {
    font-size: 1.1rem;
  }
}
@media (max-width: 1199px) {
  .resource-box-wrap.col-lg-3 .h5 {
    font-size: 1rem;
  }
  .resource-box-wrap.col-md-4 .h5 {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .resource-box-wrap.col-lg-3 .h5 {
    font-size: 1.3rem;
  }
  .resource-box-wrap.col-md-4 .h5 {
    font-size: 1rem;
  }
  .resource-box-img {
    padding: 8px;
  }
  .resource-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .resource-boxes-wrap {
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .resource-box-wrap .h5 {
    font-size: 1.2rem !important;
  }
}
.content-grid-wrap {
  margin-top: 70px;
  margin-bottom: 60px;
}

.content-grid-header {
  margin-bottom: 40px;
}

.content-box-wrap {
  margin-bottom: 30px;
}

.content-box-inner {
  height: 100%;
  border-radius: 9px;
  overflow: hidden;
}

.content-box-img {
  aspect-ratio: 8/5;
}

.content-box-info {
  padding: 25px 25px 20px;
}
.content-box-info .section-links a {
  color: #C0D8DA;
}
.content-box-info .section-links a svg {
  transform: rotate(-45deg);
  transition: all 0.4s ease-out;
}
.content-box-info .section-links a:hover, .content-box-info .section-links a:focus, .content-box-info .section-links a:active {
  color: #F9A980;
}
.content-box-info .section-links a:hover svg, .content-box-info .section-links a:focus svg, .content-box-info .section-links a:active svg {
  transform: rotate(0);
}

/** # Responsive **/
@media (max-width: 1399px) {
  .content-box-info {
    padding: 25px 20px 20px;
  }
}
@media (max-width: 991px) {
  .content-grid-wrap {
    margin-top: 60px;
    margin-bottom: 45px;
  }
  .content-box-wrap.col-lg-4:last-child:nth-child(odd) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-grid-wrap {
    margin-top: 45px;
    margin-bottom: 30px;
  }
}
.locations-query {
  margin-top: 75px;
  margin-bottom: 90px;
}

.locations-query-header {
  margin-bottom: 15px;
}

.loc-box-wrap {
  margin-top: 20px;
}
.loc-box-wrap a {
  color: #fff !important;
  font-weight: normal;
}
.loc-box-wrap a:hover .loc-box-inner img, .loc-box-wrap a:focus .loc-box-inner img, .loc-box-wrap a:active .loc-box-inner img {
  transform: scale(1.1);
}
.loc-box-wrap a:hover .loc-arrow, .loc-box-wrap a:focus .loc-arrow, .loc-box-wrap a:active .loc-arrow {
  background-color: #10818A;
  color: #fff;
}
.loc-box-wrap a:hover .loc-arrow svg, .loc-box-wrap a:focus .loc-arrow svg, .loc-box-wrap a:active .loc-arrow svg {
  transform: rotate(0);
}

.loc-box-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 15px;
}
.loc-box-inner:before {
  background: linear-gradient(to bottom, rgba(2, 39, 46, 0.9), rgba(2, 39, 46, 0) 30%);
  z-index: 1;
}
.loc-box-inner img {
  transition: all 1s ease-out;
}

.loc-box-info {
  position: relative;
  z-index: 1;
}
.loc-arrow {
  background: #C0D8DA;
  color: #02272E;
  width: 45px;
  height: 45px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  font-size: 0.6rem;
  align-self: flex-end;
}
.loc-arrow svg {
  transform: rotate(-45deg);
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .locations-query {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .loc-box-inner {
    padding: 8px;
  }
  .loc-arrow {
    width: 35px;
    height: 35px;
  }
}
.map-graphic-wrap {
  padding-top: 70px;
  padding-bottom: 45px;
}

.map-graphic-header + .map-graphic {
  margin-top: 50px;
}

.map-graphic img {
  width: 100%;
  height: auto;
}

/** # Responsive **/
@media (max-width: 767px) {
  .map-graphic-wrap {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
.loc-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
}
.loc-wrap .entry-content.col-lg-7 {
  order: 2;
  padding-right: 15px;
  padding-left: 60px;
}

.loc-stat-slide {
  display: block !important;
  float: none !important;
  left: unset !important;
  opacity: 1 !important;
}
.loc-stat-slide + .loc-stat-slide {
  margin-top: 50px;
}
.loc-stat-slide.slick-current .loc-stat-arrow {
  opacity: 1;
}
.loc-stat-slide.slick-current .loc-stat-content {
  padding: 0 0 0 80px;
}

.loc-stat-inner {
  position: relative;
}

.loc-stat-arrow {
  background: #F04C23;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  font-size: 0.6rem;
  position: absolute;
  left: 0;
  bottom: 28px;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.loc-stat-content {
  padding: 0 80px 0 0;
  transition: all 0.4s ease-out;
}

.loc-stat-value {
  font-size: 4.2rem;
  line-height: 1;
}

.loc-agents-query {
  padding-top: 70px;
  padding-bottom: 70px;
}

.agents-header {
  margin-bottom: 40px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .loc-stat-value {
    font-size: 3.8rem;
  }
  .loc-stat-arrow {
    bottom: 21px;
  }
}
@media (max-width: 1199px) {
  .loc-wrap .entry-content.col-lg-7 {
    padding-left: 15px;
  }
  .loc-stat-value {
    font-size: 3rem;
  }
  .loc-stat-arrow {
    bottom: 13px;
  }
}
@media (max-width: 991px) {
  .loc-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .loc-wrap .entry-content.col-lg-7 {
    order: unset;
  }
  .loc-sticky {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .loc-stat-slide.slick-current .loc-stat-content {
    padding: 0 0 0 60px;
  }
  .loc-stat-content {
    padding: 0 60px 0 0;
  }
  .loc-stat-value {
    font-size: 2.5rem;
  }
  .loc-stat-arrow {
    width: 35px;
    height: 35px;
    bottom: 9px;
  }
}
.agents-wrap {
  padding-top: 75px;
  padding-bottom: 60px;
}

/*# sourceMappingURL=main.css.map */
