/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./styles/components.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html,
body {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

@media (max-width: 1023px) {
  .ecs_menu_open {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
  }
}

body {
  height: 100%;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
@media (min-width: 1024px) {
  body {
    padding-top: 0;
  }
}

main {
  background-color: #fafafa;
  background-repeat: repeat-y;
  background-size: contain;
  color: #000;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.reverse {
  color: #fff;
}

.background--white {
  background-color: #fff;
}
.background--primary {
  background-color: #06142c;
}
.background--secondary {
  background-color: #204877;
}
.background--tertiary {
  background-color: #edb324;
}
.background--lightgray {
  background-color: #fafafa;
}

.color--white {
  color: #fff;
}
.color--primary {
  color: #06142c;
}
.color--secondary {
  color: #204877;
}
.color--tertiary {
  color: #edb324;
}
.color--lightgray {
  color: #fafafa;
}
.color--green {
  color: #06142c;
}
.color--green-shade {
  color: #051023;
}
.color--yellow {
  color: #edb324;
}
.color--yellow-shade {
  color: #ca9411;
}
.color--blue {
  color: #204877;
}
.color--blue--shade {
  color: #1a3a5f;
}

.bg__black {
  background-color: #000;
}
.bg__ui_1 {
  background-color: #2d2d2d;
}

.ecs_components__container {
  position: relative;
}
.ecs_components__container > a[aria-hidden] {
  scroll-margin-top: 100px;
}

.ecs__component {
  padding: 24px;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component {
    padding: 40px 80px;
  }
}

.icon,
.ecs_icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ecs_noscroll {
  overflow: hidden;
}

.ecs_desktop_only {
  display: none !important;
}
@media (min-width: 1024px) {
  .ecs_desktop_only {
    display: unset !important;
  }
}
@media (min-width: 1024px) {
  .ecs_desktop_only.ecs_menu_link {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .ecs_mobile_only {
    display: none !important;
  }
}

.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ecs_add_icon:before {
  display: inline;
  font-family: "griffis-icon-font";
  margin-left: 4px;
  position: relative;
}
.ecs_add_icon__lock:before {
  content: "\e81b";
}

@font-face {
  src: url(6923a633298e08a6c35c.ttf) format("truetype");
  font-family: "griffis-icon-font";
  font-style: normal;
  font-weight: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'griffis-icon-font';
    src: url('../font/griffis-icon-font.svg?28683983#griffis-icon-font') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  speak: never;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "griffis-icon-font";
  font-style: normal;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  font-weight: normal;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow-down:before {
  content: "\e800";
} /* '' */
.icon-arrow-left:before {
  content: "\e801";
} /* '' */
.icon-arrow-right:before {
  content: "\e802";
} /* '' */
.icon-arrow-up:before {
  content: "\e803";
} /* '' */
.icon-bullet:before {
  content: "\e804";
} /* '' */
.icon-calendar:before {
  content: "\e805";
} /* '' */
.icon-camera:before {
  content: "\e806";
} /* '' */
.icon-caret-down:before {
  content: "\e807";
} /* '' */
.icon-caret-left:before {
  content: "\e808";
} /* '' */
.icon-caret-right:before {
  content: "\e809";
} /* '' */
.icon-caret-up:before {
  content: "\e80a";
} /* '' */
.icon-checkmark:before {
  content: "\e80b";
} /* '' */
.icon-clipboard:before {
  content: "\e80c";
} /* '' */
.icon-exit:before {
  content: "\e80d";
} /* '' */
.icon-facebook:before {
  content: "\e80e";
} /* '' */
.icon-fax:before {
  content: "\e80f";
} /* '' */
.icon-fullscreen:before {
  content: "\e810";
} /* '' */
.icon-glassdoor:before {
  content: "\e811";
} /* '' */
.icon-google:before {
  content: "\e812";
} /* '' */
.icon-greencaret:before {
  content: "\e813";
} /* '' */
.icon-hamburgermenu:before {
  content: "\e814";
} /* '' */
.icon-handicap:before {
  content: "\e815";
} /* '' */
.icon-healthwellness:before {
  content: "\e816";
} /* '' */
.icon-info:before {
  content: "\e817";
} /* '' */
.icon-instagram:before {
  content: "\e818";
} /* '' */
.icon-keys:before {
  content: "\e819";
} /* '' */
.icon-linkedin:before {
  content: "\e81a";
} /* '' */
.icon-location:before {
  content: "\e82c";
} /* '' */
.icon-lock:before {
  content: "\e81b";
} /* '' */
.icon-map:before {
  content: "\e81c";
} /* '' */
.icon-medical:before {
  content: "\e81d";
} /* '' */
.icon-money:before {
  content: "\e81e";
} /* '' */
.icon-phone:before {
  content: "\e81f";
} /* '' */
.icon-play-fill:before {
  content: "\e820";
} /* '' */
.icon-play-outline:before {
  content: "\e821";
} /* '' */
.icon-plus:before {
  content: "\e822";
} /* '' */
.icon-star:before {
  content: "\e823";
} /* '' */
.icon-stroller:before {
  content: "\e824";
} /* '' */
.icon-trainingchart:before {
  content: "\e825";
} /* '' */
.icon-trophy:before {
  content: "\e826";
} /* '' */
.icon-tuition:before {
  content: "\e827";
} /* '' */
.icon-umbrella:before {
  content: "\e828";
} /* '' */
.icon-virtualtour:before {
  content: "\e829";
} /* '' */
.icon-volunteer:before {
  content: "\e82a";
} /* '' */
.icon-yelp:before {
  content: "\e82b";
} /* '' */
a:hover {
  color: unset;
}

.ecs_p {
  color: #696a6d;
}
.ecs_p:not(.ecs_p:last-child) {
  margin-bottom: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.ecs_h1,
.ecs_h2,
.ecs_h3,
.ecs_h4,
.ecs_h5,
.ecs_h6 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
}

.h1,
.ecs_h1 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .h1,
  .ecs_h1 {
    font-size: 30px;
  }
}

.h2,
.ecs_h2 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .h2,
  .ecs_h2 {
    font-size: 30px;
  }
}

.h3,
.ecs_h3 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 20px;
}

.h4,
.ecs_h4 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 16px;
}

.h5,
.ecs_h5 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 14px;
}

.h6,
.ecs_h6 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 12px;
}

.icon:before,
.ecs_icon:before {
  speak: never;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "griffis-icon-font" !important;
  font-style: normal;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  font-weight: normal;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}

.sif-pointer-left-bold:before,
.sif-pointer-left:before,
.sif-arrow-left:before,
.sif-arrow-left-fill:before {
  content: "\e801";
}

.sif-pointer-right-bold:before,
.sif-pointer-right:before,
.sif-arrow-right:before,
.sif-arrow-right-fill:before {
  content: "\e802";
}

.sif-pointer-down-bold:before,
.sif-pointer-down:before,
.sif-arrow-down:before,
.sif-arrow-down-fill:before {
  content: "\e800";
}

.sif-pointer-up-bold:before,
.sif-pointer-up:before,
.sif-arrow-up:before,
.sif-arrow-up-fill:before {
  content: "\e803";
}

.sif-calendar:before,
.sif-calendar-numbered:before {
  content: "\e805";
}

.sif-camera:before,
.sif-camera-fill:before {
  content: "\e806";
}

.sif-check:before {
  content: "\e80b";
}

.sif-checklist:before {
  content: "\e80c";
}

.sif-chevron-down:before,
.sif-chevron-down-bold:before,
.sif-arrowhead-down:before {
  content: "\e807";
}

.sif-chevron-left:before,
.sif-chevron-left-bold:before,
.sif-arrowhead-left:before {
  content: "\e808";
}

.sif-chevron-right:before,
.sif-chevron-right-bold:before,
.sif-arrowhead-right:before {
  content: "\e809";
}

.sif-chevron-up:before,
.sif-chevron-up-bold:before,
.sif-arrowhead-up:before {
  content: "\e80a";
}

.sif-icon-close-1:before,
.sif-icon-close:before,
.sif-menu-1-close:before {
  content: "\e80d";
}

.sif-fullscreen:before {
  content: "\e810";
}

.sif-hospital:before {
  content: "\e81d";
}

.sif-marker:before {
  content: "\e81c";
}

.sif-menu:before,
.sif-menu-1:before {
  content: "\e814";
}

.sif-phone:before,
.sif-phone-fill:before {
  content: "\e81f";
}

.sif-play-fill:before {
  content: "\e820";
}

.sif-play:before,
.sif-play-1:before {
  content: "\e821";
}

.sif-plus:before {
  content: "\e822";
}

.sif-star:before,
.sif-star-fill:before {
  content: "\e823";
}

.sif-threesixty:before,
.sif-threesixty-alt:before,
.sif-threesixty-alt-1:before {
  content: "\e829";
}

.sif-facebook:before,
.sif-facebook-circle:before,
.sif-facebook-square:before {
  content: "\e80e";
}

.sif-glassdoor:before,
.sif-glassdoor-circle:before,
.sif-glassdoor-square:before {
  content: "\e811";
}

.sif-gplus:before,
.sif-gplus-circle:before,
.sif-gplus-square:before,
.sif-google:before,
.sif-google-circle:before,
.sif-google-square:before {
  content: "\e812";
}

.sif-linkedin:before,
.sif-linkedin-circle:before,
.sif-linkedin-square:before {
  content: "\e81a";
}

.sif-instagram:before,
.sif-instagram-circle:before,
.sif-instagram-square:before {
  content: "\e818";
}

.sif-yelp:before,
.sif-yelp-circle:before,
.sif-yelp-square:before {
  content: "\e82b";
}

.icon.sif-twitter:before, .icon.sif-twitter-circle:before, .icon.sif-twitter-square:before, .icon.sif-youtube:before, .icon.sif-youtube-circle:before, .icon.sif-youtube-square:before, .icon.sif-pinterest:before, .icon.sif-pinterest-circle:before, .icon.sif-pinterest-square:before, .icon.sif-accessibility:before, .icon.sif-eho:before, .icon.sif-pet:before, .icon.sif-no-smoking:before,
.ecs_icon.sif-twitter:before,
.ecs_icon.sif-twitter-circle:before,
.ecs_icon.sif-twitter-square:before,
.ecs_icon.sif-youtube:before,
.ecs_icon.sif-youtube-circle:before,
.ecs_icon.sif-youtube-square:before,
.ecs_icon.sif-pinterest:before,
.ecs_icon.sif-pinterest-circle:before,
.ecs_icon.sif-pinterest-square:before,
.ecs_icon.sif-accessibility:before,
.ecs_icon.sif-eho:before,
.ecs_icon.sif-pet:before,
.ecs_icon.sif-no-smoking:before {
  font-family: "studio-icon-font" !important;
}

.button,
.ecs_button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #06142c;
  color: #06142c;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", serif;
  padding: 16px 24px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.button:hover, .button:focus, .button:active,
.ecs_button:hover,
.ecs_button:focus,
.ecs_button:active {
  outline: none !important;
}
.button:hover, .button:focus, .button.btn--active, .button.ecs_active,
.ecs_button:hover,
.ecs_button:focus,
.ecs_button.btn--active,
.ecs_button.ecs_active {
  background-color: #06142c;
  color: #fff;
}
.button_fill,
.ecs_button_fill {
  background-color: #06142c;
  color: #fff;
  font-weight: 500;
}
.button_fill:hover, .button_fill:focus, .button_fill:active,
.ecs_button_fill:hover,
.ecs_button_fill:focus,
.ecs_button_fill:active {
  outline: none !important;
}
.button_fill:hover, .button_fill:focus,
.ecs_button_fill:hover,
.ecs_button_fill:focus {
  background-color: transparent;
  color: #06142c;
}
.button__hoverdark:hover, .button__hoverdark:focus, .button__hoverdark:active,
.ecs_button__hoverdark:hover,
.ecs_button__hoverdark:focus,
.ecs_button__hoverdark:active {
  outline: none !important;
}
.button__hoverdark:hover, .button__hoverdark:focus,
.ecs_button__hoverdark:hover,
.ecs_button__hoverdark:focus {
  background-color: #051023;
  border-color: #051023;
  color: #fff;
}

.reverse .button,
.reverse .ecs_button {
  border-color: #fff;
  color: #fff;
}
.reverse .button:hover, .reverse .button:focus, .reverse .button:active,
.reverse .ecs_button:hover,
.reverse .ecs_button:focus,
.reverse .ecs_button:active {
  outline: none !important;
}
.reverse .button:hover, .reverse .button:focus,
.reverse .ecs_button:hover,
.reverse .ecs_button:focus {
  background-color: #fff;
  color: #11397d;
}

.ecs_arrow_link {
  color: #06142c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ecs_arrow_link:hover, .ecs_arrow_link:focus, .ecs_arrow_link:active {
  outline: none !important;
}
.ecs_arrow_link:hover:after, .ecs_arrow_link:focus:after {
  padding-left: 8px;
}
.ecs_arrow_link:after {
  content: "\e809";
  font-family: "griffis-icon-font";
  font-size: 20px;
  line-height: inherit;
  padding-left: 0;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.ecs_card__wrap {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.ecs_card__gallery {
  height: 350px;
  overflow: hidden;
}
.ecs_card__image,
.ecs_card .slick-slide, .ecs_card__slider {
  height: 312px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ecs_card__image .ecs_img,
.ecs_card .slick-slide .ecs_img, .ecs_card__slider .ecs_img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  width: 100%;
}
.ecs_card .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.ecs_card .slick-arrow,
.ecs_card .slick-dots {
  display: none !important;
}
.ecs_card__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}
@media (min-width: 1024px) {
  .ecs_card__content-wrap {
    padding: 32px;
  }
}
.ecs_card_title:not(.ecs_card_title:last-child, .ecs_card_message:last-child, .ecs_card_cta:last-child), .ecs_card_message:not(.ecs_card_title:last-child, .ecs_card_message:last-child, .ecs_card_cta:last-child), .ecs_card_cta:not(.ecs_card_title:last-child, .ecs_card_message:last-child, .ecs_card_cta:last-child) {
  margin-bottom: 24px;
}
.ecs_card_title {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 20px;
  color: #000;
}
.ecs_card_title:not(.ecs_card_title:last-child) {
  margin-bottom: 8px;
}
.ecs_card_message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ecs_card_cta {
  color: #06142c;
  font-weight: 500;
}
.ecs_card_cta:hover, .ecs_card_cta:focus, .ecs_card_cta:active {
  outline: none !important;
}
.ecs_card_cta:hover .ecs_card_link_text, .ecs_card_cta:focus .ecs_card_link_text {
  text-decoration: underline;
}
.ecs_card_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ecs_card_link .ecs_icon {
  font-size: 20px;
}

.nice-select {
  background-color: #fff;
  border: 1px solid #06142c;
  border-radius: 0;
  float: none;
  height: auto;
  line-height: inherit;
  padding-bottom: 16px;
  padding-top: 16px;
}
.nice-select .current {
  display: inherit;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nice-select .list {
  background-color: #fff;
  border: 1px solid #d2d5d9;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: -1px;
  margin-top: 0;
  min-width: calc(100% + 2px);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.nice-select .list .option {
  color: #696a6d;
  font-size: 16px;
  font-weight: 500;
}
.nice-select .list .option:hover {
  color: #000;
}
.nice-select .list .option.disabled {
  display: none;
}
.nice-select .list .option:not(:last-child) {
  margin-bottom: 8px;
}
.nice-select:after {
  border: 0;
  content: "\e807";
  font-family: "griffis-icon-font";
  font-size: inherit;
  height: auto;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: auto;
}
.nice-select.open {
  border: 1px solid #06142c;
}
.nice-select.open .list {
  padding: 8px;
}
.nice-select.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-button {
  cursor: pointer;
  opacity: 1;
}
.fancybox-button > div {
  background-color: #fff;
  border: 1px solid #2d2d2d;
}
.fancybox-button svg path {
  fill: #2d2d2d !important;
}
.fancybox-button--thumbs {
  display: none;
}
.fancybox-navigation .fancybox-button[disabled] {
  opacity: 0;
}
.fancybox-toolbar {
  background-color: #fff;
  border: 1px solid #2d2d2d;
  opacity: 1 !important;
  right: 8px;
  top: 8px;
}
.fancybox-toolbar .fancybox-button {
  background-color: transparent;
}
.fancybox-toolbar .fancybox-button:hover, .fancybox-toolbar .fancybox-button:focus, .fancybox-toolbar .fancybox-button:active {
  outline: none !important;
}
.fancybox-toolbar .fancybox-button:hover, .fancybox-toolbar .fancybox-button:focus {
  background-color: #fff;
}
.fancybox-toolbar .fancybox-button--play, .fancybox-toolbar .fancybox-button--zoom {
  display: none !important;
}
.fancybox-toolbar svg path {
  fill: #2d2d2d !important;
}

.ecs_specials_control.fancybox-content button.fancybox-button {
  opacity: 1;
}
.ecs_specials_control .fancybox-button svg path {
  fill: #fff !important;
}

.ecs_specials_control.fancybox-bg {
  background-color: rgba(0, 0, 0, 0.6);
}
.ecs_specials_control.fancybox-slide {
  padding: 24px;
}
.ecs_specials_control.fancybox-content {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 500;
  max-width: 450px;
  padding: 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.ecs_specials_control.fancybox-content:before {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.85);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 1024px) {
  .ecs_specials_control.fancybox-content:before {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.ecs_specials_control.fancybox-content .ecs_p {
  color: #fff;
}
.ecs_specials_control.fancybox-content .ecs_hr {
  background-color: #e9ebec;
  border: 0;
  height: 1px;
  margin: 32px 0;
  width: 100%;
}
.ecs_specials_control.fancybox-content .ecs_button {
  background-color: #06142c;
  border: 1px solid #06142c;
  color: #fff;
}
.ecs_specials_control.fancybox-content .ecs_button:hover, .ecs_specials_control.fancybox-content .ecs_button:focus, .ecs_specials_control.fancybox-content .ecs_button:active {
  outline: none !important;
}
.ecs_specials_control.fancybox-content .ecs_button:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.ecs_specials_control.fancybox-content .ecs_specials_wrap {
  position: relative;
  z-index: 3;
}
.ecs_specials_control.fancybox-content .ecs_specials_content_intro {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.ecs_specials_control.fancybox-content .ecs_specials_content_introline {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.ecs_specials_control.fancybox-content .ecs_specials_content_cta_wrap {
  padding: 32px 0;
}
.ecs_specials_control.fancybox-content button {
  opacity: 0.5;
}

.emo {
  z-index: 99999;
}
@media (min-width: 768px) {
  .emo {
    padding: 16px;
  }
}
.emo__overlay {
  cursor: pointer;
}
@media (min-width: 768px) {
  .emo .ecs__component {
    padding: 24px 40px;
  }
}
.emo .emo_template_frameonly {
  background-color: #fff;
}
.emo .emo_template_titlebar {
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.emo .emo_template_titlebar.emo__content {
  overflow: hidden;
}
.emo .emo_template_titlebar .emo_titlebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 96px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.emo .emo_template_titlebar .emo__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 77px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 77px;
}
.emo .emo_template_titlebar .ecs__component-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding: 24px;
}
.emo.emo--open .emo__content {
  max-height: calc(100vh - 48px - 98px);
}
@media (min-width: 768px) {
  .emo.emo--open .emo__content {
    max-height: calc(100vh - 160px - 110px);
  }
}
.emo__content {
  max-height: calc(100vh - 158px);
  overflow: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .emo__content {
    max-height: calc(100vh - 270px);
  }
}
.emo__content.ecs__component {
  border-radius: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .emo__content.ecs__component {
    max-width: 815px;
  }
}

.emo_titlebar {
  background-color: #fff;
  border-bottom: 1px solid #d2d5d9;
  padding: 24px 40px;
}
.emo_titlebar .ecs_h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}
.emo_titlebar .ecs_h2:not(.emo_titlebar .ecs_h2:last-child) {
  margin-bottom: 8px;
}
.emo_titlebar .ecs_h3 {
  color: #696a6d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.ecs__component.emo__content {
  padding: 0;
}
@media (min-width: 768px) {
  .ecs__component.emo__content {
    padding: 0;
  }
}

.slick-slider {
  position: relative;
}
.slick-slider:hover, .slick-slider:focus, .slick-slider:active {
  outline: none !important;
}
.slick-slider .slick-dots {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 24px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 0 48px;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.slick-slider .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 8px;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-slider .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  padding: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.slick-slider .slick-dots li button:hover, .slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li button:active {
  outline: none !important;
}
.slick-slider .slick-dots li button:hover, .slick-slider .slick-dots li button:focus {
  background-color: #fff;
}

.ecs__component-benefits .ecs__component-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ecs__component-benefits_content_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 56px;
  text-align: center;
}
.ecs__component-benefits_content_wrap .ecs_headline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.ecs__component-benefits_content_wrap .ecs_headline .ecs_h2 {
  margin-bottom: 0;
}
.ecs__component-benefits_content_wrap .ecs_content {
  margin-bottom: 16px;
  max-width: 880px;
}
.ecs__component-benefits_content_wrap .ecs_image_wrap .ecs_link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #06142c;
  border: solid 2px;
  border-color: #06142c;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 16px;
  -webkit-transition: none;
  transition: none;
  width: 24px;
}
.ecs__component-benefits_content_wrap .ecs_image_wrap .ecs_link:hover, .ecs__component-benefits_content_wrap .ecs_image_wrap .ecs_link:active, .ecs__component-benefits_content_wrap .ecs_image_wrap .ecs_link:focus, .ecs__component-benefits_content_wrap .ecs_image_wrap .ecs_link:focus-within, .ecs__component-benefits_content_wrap .ecs_image_wrap .ecs_link.active {
  background-color: transparent;
  color: #06142c;
}
.ecs__component-benefits .ecs_components_listitems {
  list-style: disc;
}
@media (min-width: 768px) {
  .ecs__component-benefits .ecs_components_listitems {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    max-width: 768px;
  }
}
.ecs__component-benefits .ecs_components_listitems .ecs_list_item {
  color: #696a6d;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  list-style: inherit;
  margin-bottom: 32px;
}
.ecs__component-benefits .ecs_components_listitems .ecs_list_item:not(.ecs_custom_icon) {
  margin-left: 18px;
}
.ecs__component-benefits .ecs_components_listitems .ecs_custom_icon {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.ecs__component-blog .ecs_content {
  margin-bottom: 32px;
}
.ecs__component-blog__navigation {
  border-bottom: solid 1px #d2d5d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -24px 32px -24px;
  overflow: auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .ecs__component-blog__navigation {
    margin: 0 0 32px 0;
    padding: 0;
  }
}
.ecs__component-blog__navigation a {
  border: 0;
  color: #696a6d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin-right: 32px;
  padding: 8px 0;
  white-space: nowrap;
}
.ecs__component-blog__navigation a.components__active, .ecs__component-blog__navigation a:hover {
  background-color: unset;
  border-bottom: solid 1px #06142c;
  color: #06142c;
}
.ecs__component-blog__card__image {
  border-radius: 4px;
  max-height: 297px;
  min-width: 184px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .ecs__component-blog__card__image {
    min-width: 100%;
  }
}
.ecs__component-blog__card__categories {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 28px;
  position: absolute;
  top: 28px;
}
@media (min-width: 768px) {
  .ecs__component-blog__card__categories {
    left: 46px;
  }
}
.ecs__component-blog__card__content__category {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  padding: 8px 16px;
}
.ecs__component-blog__card__content__title.h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}
.ecs__component-blog__card__date {
  color: #696a6d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.ecs__component-blog__card__content__excerpt {
  color: #696a6d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
.ecs__component-blog__card__content__more {
  border: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 0;
  padding-left: 0;
}
.ecs__component-blog__card__content__more:hover, .ecs__component-blog__card__content__more.active {
  background-color: inherit;
  color: #06142c;
  text-decoration: underline;
}
.ecs__component-blog__card__content__more:after {
  content: "\e809";
  display: inline-block;
  font-family: "griffis-icon-font";
  opacity: 1;
}

.ecs__component-blog .ecs_first_featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1280px) {
  .ecs__component-blog .ecs_first_featured {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__card__image {
  border-radius: 4px;
  max-height: 461px;
  min-width: 184px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .ecs__component-blog .ecs_first_featured .ecs__component-blog__card__image {
    min-width: 100%;
  }
}
.ecs__component-blog .ecs_first_featured > .ecs__component-blog__card.ecs_single_card_wrap .ecs__component-blog__card__content__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.ecs__component-blog .ecs_first_featured > .ecs__component-blog__card .ecs__component-blog__card__content {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
  left: 5%;
  margin-top: -16px;
  padding: 32px;
  position: relative;
  width: 90%;
}
@media (min-width: 768px) {
  .ecs__component-blog .ecs_first_featured > .ecs__component-blog__card .ecs__component-blog__card__content {
    margin-top: -120px;
  }
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__card__content__category {
  display: none;
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__heading {
  color: #696a6d;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .ecs__component-blog .ecs_first_featured .ecs__component-blog__heading {
    padding-left: 12px;
  }
}
.ecs__component-blog .ecs_first_featured .ecs__component-blog__card {
  padding: 0.75rem 0;
}
@media (min-width: 768px) {
  .ecs__component-blog .ecs_first_featured .ecs__component-blog__card {
    padding: 0.75rem;
  }
}
.ecs__component-blog .ecs_first_featured_list {
  margin-top: 24px;
  padding: 0;
}
@media (min-width: 1280px) {
  .ecs__component-blog .ecs_first_featured_list {
    margin-top: 0;
    padding: 0.75rem;
    width: 25%;
  }
}
.ecs__component-blog .ecs_first_featured_list .ecs__component-blog__card.ecs_single_card_wrap {
  margin: 0 0.75rem;
  padding: 24px 0 24px 0;
}
.ecs__component-blog .ecs_first_featured_list .ecs__component-blog__card.ecs_single_card_wrap:nth-child(2) {
  padding-top: 12px;
}
.ecs__component-blog .ecs_first_featured_list .ecs__component-blog__card.ecs_single_card_wrap:not(:last-child) {
  border-bottom: 1px solid #d2d5d9;
}
.ecs__component-blog .ecs_first_featured_list .ecs__component-blog__card__content__excerpt, .ecs__component-blog .ecs_first_featured_list .ecs__component-blog__card__image__container {
  display: none;
}

.ecs__component-blog.ecs__component-blog__all .ecs_single_card_wrap {
  width: 100%;
}
.ecs__component-blog.ecs__component-blog__all .ecs_single_card_wrap .ecs__component-blog__card__wrap {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .ecs__component-blog.ecs__component-blog__all .ecs_single_card_wrap .ecs__component-blog__card__wrap {
    gap: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .ecs__component-blog.ecs__component-blog__all .ecs_single_card_wrap .ecs__component-blog__card__image__container, .ecs__component-blog.ecs__component-blog__all .ecs_single_card_wrap .ecs__component-blog__card__content {
    width: 50%;
  }
}

.ecs__component-blog__more__button:focus {
  background-color: #fff;
  color: #06142c;
}
.ecs__component-blog__more__button:hover:hover, .ecs__component-blog__more__button:hover:focus, .ecs__component-blog__more__button:hover:active, .ecs__component-blog__more__button:focus-visible:hover, .ecs__component-blog__more__button:focus-visible:focus, .ecs__component-blog__more__button:focus-visible:active {
  outline: none !important;
}
.ecs__component-blog__more__button:hover:hover, .ecs__component-blog__more__button:hover:focus, .ecs__component-blog__more__button:focus-visible:hover, .ecs__component-blog__more__button:focus-visible:focus {
  background-color: #051023;
  border-color: #051023;
  color: #fff;
}

.ecs_components__post-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 24px 48px;
  position: relative;
}
.ecs_components__post-single__back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #06142c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 32px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: absolute;
  top: 460px;
}
.ecs_components__post-single__back:after {
  left: 25px;
  position: absolute;
  top: 6px;
  visibility: visible;
}
.ecs_components__post-single__back:hover {
  color: #051023;
}
.ecs_components__post-single__back:hover .icon {
  color: #051023;
}
.ecs_components__post-single__back .icon {
  background: transparent;
  color: #06142c;
  font-size: 20px;
  padding: 8px 8px 8px 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  visibility: visible;
}
.ecs_components__post-single__back .icon:before {
  content: "\e808";
  display: inline;
  font-family: "griffis-icon-font";
  margin-right: 4px;
  position: relative;
}
.ecs_components__post-single__top {
  margin-bottom: 24px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ecs_components__post-single__image {
  border-radius: 4px;
  height: 422px;
  margin-bottom: 72px;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ecs_components__post-single__image-caption {
  display: none;
}
.ecs_components__post-single__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 8px;
}
.ecs_components__post-single__title {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 24px;
}
.ecs_components__post-single__category, .ecs_components__post-single__details-separator {
  display: none;
}
.ecs_components__post-single__date {
  color: #696a6d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 16px;
  text-transform: uppercase;
}
.ecs_components__post-single .aligncenter {
  width: 100% !important;
}
.ecs_components__post-single .aligncenter img {
  height: auto;
  margin-bottom: 24px;
  width: 100%;
}
.ecs_components__post-single .wp-caption-text {
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.ecs_components__post-single em {
  font-size: 14px;
  font-style: italic;
}
.ecs_components__post-single__content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ecs_components__post-single__content h1,
.ecs_components__post-single__content .h1 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .ecs_components__post-single__content h1,
  .ecs_components__post-single__content .h1 {
    font-size: 30px;
  }
}
.ecs_components__post-single__content h2,
.ecs_components__post-single__content .h2 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .ecs_components__post-single__content h2,
  .ecs_components__post-single__content .h2 {
    font-size: 30px;
  }
}
.ecs_components__post-single__content h3,
.ecs_components__post-single__content .h3 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 20px;
}
.ecs_components__post-single__content h4,
.ecs_components__post-single__content .h4 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 16px;
}
.ecs_components__post-single__content h5,
.ecs_components__post-single__content .h5 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 14px;
}
.ecs_components__post-single__content h6,
.ecs_components__post-single__content .h6 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 12px;
}
.ecs_components__post-single__content a {
  color: #06142c !important;
}
.ecs_components__post-single__content a:hover, .ecs_components__post-single__content a:focus {
  color: #051023 !important;
}
.ecs_components__post-single__content p,
.ecs_components__post-single__content ul,
.ecs_components__post-single__content ol {
  color: #696a6d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.95em;
  margin-bottom: 24px;
}
.ecs_components__post-single__content p:last-of-type {
  margin-bottom: 0;
}
.ecs_components__post-single__content ul,
.ecs_components__post-single__content ol {
  display: block;
  list-style-type: disc;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.ecs_components__post-single__content ul li,
.ecs_components__post-single__content ol li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.ecs_components__post-single__content ol {
  list-style-type: decimal;
}

.ecs_components__container-component-recent-articles {
  margin-bottom: -100px;
  z-index: 2;
}
.ecs_components__container-component-recent-articles .ecs_component__cards__wrap {
  margin-left: -24px;
  min-width: 100vw;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .ecs_components__container-component-recent-articles .ecs_component__cards__wrap {
    min-width: calc(50vw - 64px);
  }
}
@media (min-width: 1024px) {
  .ecs_components__container-component-recent-articles .ecs_component__cards__wrap {
    min-width: auto;
    width: auto;
  }
}
@media (max-width: 768px) {
  .ecs_components__container-component-recent-articles .ecs_component__cards__wrap .ecs_component__card {
    min-width: calc(100vw - 64px);
  }
}
.ecs_components__container-component-recent-articles .ecs_component__cards__intro {
  text-align: center;
}
.ecs_components__container-component-recent-articles .ecs_component__content-block__header {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.ecs_components__container-component-recent-articles .ecs_component__content-block__subhead {
  color: #696a6d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.ecs_components__container-component-recent-articles .ecs_component__content-block__link {
  color: #06142c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.ecs_components__container-component-recent-articles .ecs_component__content-block__link .ecs_icon.icon.sif-chevron-right-bold {
  font-size: 20px;
}
.ecs_components__container-component-recent-articles .ecs_h2.ecs_headline {
  margin-bottom: 32px;
}
.ecs_components__container-component-recent-articles .ecs____recent__image {
  min-height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ecs__component-contact[data-ecs-component=contact] {
  padding: 0;
}

.ecs_components__container-component-contact {
  margin-bottom: 50px;
}
.ecs_components__container-component-contact .ecs__component-contact__wrap {
  background-color: white;
  -webkit-box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .ecs_components__container-component-contact .ecs__component-contact__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.ecs_components__container-component-contact .column.is-three-fifths-tablet {
  padding: 40px 32px;
}
.ecs_components__container-component-contact .ecs__component-contact__form .ecs_component__content-block__content-wrap:before,
.ecs_components__container-component-contact .ecs__component-contact__form .contact-us-heading {
  display: none;
}
.ecs_components__container-component-contact .ecs__component-contact__form .ecs_label {
  font-weight: 600;
  line-height: 32px;
}
.ecs_components__container-component-contact .ecs__component-contact__form .ecs_label_required {
  color: #696a6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  padding-left: 16px;
}
.ecs_components__container-component-contact .ecs__component-contact__form .nice-select,
.ecs_components__container-component-contact .ecs__component-contact__form select,
.ecs_components__container-component-contact .ecs__component-contact__form textarea,
.ecs_components__container-component-contact .ecs__component-contact__form input {
  background: #fff;
  border: 2px solid #8d9096;
  border-radius: 4px;
  color: #000;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  min-height: 56px;
  padding: 8px 16px;
  width: 100%;
}
.ecs_components__container-component-contact .ecs__component-contact__form .nice-select:focus-visible, .ecs_components__container-component-contact .ecs__component-contact__form .nice-select:focus,
.ecs_components__container-component-contact .ecs__component-contact__form select:focus-visible,
.ecs_components__container-component-contact .ecs__component-contact__form select:focus,
.ecs_components__container-component-contact .ecs__component-contact__form textarea:focus-visible,
.ecs_components__container-component-contact .ecs__component-contact__form textarea:focus,
.ecs_components__container-component-contact .ecs__component-contact__form input:focus-visible,
.ecs_components__container-component-contact .ecs__component-contact__form input:focus {
  border: 2px solid #06142c;
  outline: 0;
}
.ecs_components__container-component-contact .ecs__component-contact__form .nice-select::-webkit-input-placeholder, .ecs_components__container-component-contact .ecs__component-contact__form select::-webkit-input-placeholder, .ecs_components__container-component-contact .ecs__component-contact__form textarea::-webkit-input-placeholder, .ecs_components__container-component-contact .ecs__component-contact__form input::-webkit-input-placeholder {
  color: #696a6d;
}
.ecs_components__container-component-contact .ecs__component-contact__form .nice-select::-moz-placeholder, .ecs_components__container-component-contact .ecs__component-contact__form select::-moz-placeholder, .ecs_components__container-component-contact .ecs__component-contact__form textarea::-moz-placeholder, .ecs_components__container-component-contact .ecs__component-contact__form input::-moz-placeholder {
  color: #696a6d;
}
.ecs_components__container-component-contact .ecs__component-contact__form .nice-select:-ms-input-placeholder, .ecs_components__container-component-contact .ecs__component-contact__form select:-ms-input-placeholder, .ecs_components__container-component-contact .ecs__component-contact__form textarea:-ms-input-placeholder, .ecs_components__container-component-contact .ecs__component-contact__form input:-ms-input-placeholder {
  color: #696a6d;
}
.ecs_components__container-component-contact .ecs__component-contact__form .nice-select::-ms-input-placeholder, .ecs_components__container-component-contact .ecs__component-contact__form select::-ms-input-placeholder, .ecs_components__container-component-contact .ecs__component-contact__form textarea::-ms-input-placeholder, .ecs_components__container-component-contact .ecs__component-contact__form input::-ms-input-placeholder {
  color: #696a6d;
}
.ecs_components__container-component-contact .ecs__component-contact__form .nice-select::placeholder,
.ecs_components__container-component-contact .ecs__component-contact__form .nice-select option[disabled],
.ecs_components__container-component-contact .ecs__component-contact__form select::placeholder,
.ecs_components__container-component-contact .ecs__component-contact__form select option[disabled],
.ecs_components__container-component-contact .ecs__component-contact__form textarea::placeholder,
.ecs_components__container-component-contact .ecs__component-contact__form textarea option[disabled],
.ecs_components__container-component-contact .ecs__component-contact__form input::placeholder,
.ecs_components__container-component-contact .ecs__component-contact__form input option[disabled] {
  color: #696a6d;
}
.ecs_components__container-component-contact .ecs__component-contact__form .list {
  max-height: 200px;
  overflow: auto;
}
.ecs_components__container-component-contact .ecs__component-contact__form .form-button {
  text-align: center;
}
@media (min-width: 768px) {
  .ecs_components__container-component-contact .ecs__component-contact__form .form-button {
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .ecs_components__container-component-contact .ecs__component-contact__form .form-button {
    text-align: left;
    width: 100%;
  }
}
.ecs_components__container-component-contact .ecs__component-contact__form .form-button input {
  background: #757709;
  border: 1px solid #757709;
  border-radius: 0;
  color: #fff;
  width: auto;
}
.ecs_components__container-component-contact .ecs__component-contact__form .column:nth-child(9) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .ecs_components__container-component-contact .ecs__component-contact__form .column:nth-child(9) {
    display: block;
  }
}
.ecs_components__container-component-contact .column.is-two-fifths-tablet {
  background: #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px;
}
@media (min-width: 768px) {
  .ecs_components__container-component-contact .column.is-two-fifths-tablet {
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .ecs_components__container-component-contact .column.is-two-fifths-tablet {
    gap: 48px;
    padding: 56px 48px;
  }
}
.ecs_components__container-component-contact .ecs__component-contact__logo,
.ecs_components__container-component-contact .ecs__component-contact__addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.ecs_components__container-component-contact .ecs__component-contact__logo .ecs__component-contact__logo__img,
.ecs_components__container-component-contact .ecs__component-contact__addresses .ecs__component-contact__logo__img {
  border-bottom: 1px solid #d2d5d9;
  padding-bottom: 40px;
}
.ecs_components__container-component-contact .ecs__component-contact__addresses__address {
  color: #fff;
}
.ecs_components__container-component-contact .ecs__component-contact__addresses__address__title {
  font-size: 24px;
  margin: 32px 0;
}
@media (min-width: 768px) {
  .ecs_components__container-component-contact .ecs__component-contact__addresses__address__title {
    margin: 0 0 32px 0;
  }
}
.ecs_components__container-component-contact .ecs__component-contact__addresses__address__line, .ecs_components__container-component-contact .ecs__component-contact__addresses__address__email, .ecs_components__container-component-contact .ecs__component-contact__addresses__address__phone {
  display: block;
  margin-bottom: 32px;
}
.ecs_components__container-component-contact .ecs__component-contact__addresses__address__line:hover, .ecs_components__container-component-contact .ecs__component-contact__addresses__address__email:hover, .ecs_components__container-component-contact .ecs__component-contact__addresses__address__phone:hover {
  color: #204877;
}
.ecs_components__container-component-contact .ecs__component-contact__addresses__address__line {
  max-width: 300px;
}
.ecs_components__container-component-contact .ecs__component-contact__addresses__address__line:hover {
  color: #fff;
  text-decoration: underline;
}
.ecs_components__container-component-contact .ecs__component-contact__addresses .ecs_h2 {
  display: none;
}
.ecs_components__container-component-contact .ecs__component-contact__addresses .ecs_p {
  color: #fff;
  margin-bottom: 32px;
}
.ecs_components__container-component-contact .ecs__component-contact__addresses .ecs_p:nth-child(2):before {
  content: "Corporate Headquarters";
  display: block;
  font-size: 24px;
  padding-bottom: 32px;
}
.ecs_components__container-component-contact .ecs__component-contact__addresses .ecs_a:hover {
  color: #204877;
}
.ecs_components__container-component-contact .ecs__component-contact__addresses .ecs__component-contact__addresses__address__phone:before {
  content: "\e81f";
  font-family: "griffis-icon-font";
  padding-right: 16px;
}
.ecs_components__container-component-contact .ecs__component-contact__addresses ul.social_icons {
  gap: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}

.ecs__component-contact__message {
  color: #696a6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 24px;
}
.ecs__component-contact__message__heading {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.ecs__component-contact__message__heading:after {
  background-color: #06142c;
  content: "";
  display: block;
  height: 3px;
  margin-top: 16px;
  width: 81px;
}

.ecs_components__container-component-cookiebar {
  bottom: 0;
  height: auto;
  left: 0;
  position: sticky;
  width: 100%;
  z-index: 99999;
}
.ecs_components__container-component-cookiebar .ecs__component {
  padding: 0;
}
@media (min-width: 1024px) {
  .ecs_components__container-component-cookiebar .ecs__component {
    padding: 0;
  }
}

.ecs_cookie_bar {
  gap: 16px;
  background-color: #fff;
  border-top: 1px solid #d2d5d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecs_cookie_bar {
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16px 48px;
    text-align: left;
  }
}
.ecs_cookie_bar .ecs_cookie_content {
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #696a6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ecs_cookie_bar .ecs_cookie_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs_cookie_bar .ecs_cookie_content .ecs_h2 {
  color: #000;
}
@media (min-width: 768px) {
  .ecs_cookie_bar .ecs_cookie_content .ecs_h2 {
    margin-bottom: 0;
  }
}
.ecs_cookie_bar .ecs_cookie_content a:not(.ecs_cookie_bar .ecs_cookie_content a.ecs_button) {
  color: #1a3a5f;
  text-decoration: underline;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs_cookie_bar .ecs_cookie_content a:not(.ecs_cookie_bar .ecs_cookie_content a.ecs_button):hover {
  color: #204877;
}
.ecs_cookie_bar .ecs_buttons_wrap {
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .ecs_cookie_bar .ecs_buttons_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}
.ecs_cookie_bar .ecs_button {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 16px;
}

.ecs_components__container-component-menu {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.ecs__component.ecs__component-menu {
  padding: 0;
}
@media (min-width: 1024px) {
  .ecs__component.ecs__component-menu {
    padding: 0;
  }
}

.ecs_corporate_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .ecs_corporate_menu_wrapper {
    display: none !important;
  }
}

.ecs__component-menu {
  position: relative;
  z-index: 999;
}
@media (min-width: 1024px) {
  .ecs__component-menu {
    position: unset;
  }
}
.ecs__component-menu .button,
.ecs__component-menu .ecs_button {
  color: inherit;
}
.ecs__component-menu .ecs_utility_menu {
  background-color: #2d2d2d;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_utility_menu {
    position: unset;
  }
}
.ecs__component-menu .ecs_utility_menu .ecs_utility_ul {
  font-size: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: 0.1rem;
  width: 100%;
}
.ecs__component-menu .ecs_utility_menu .ecs_property_utility {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_utility_menu .ecs_property_utility {
    padding: 0 24px;
  }
}
.ecs__component-menu .ecs_utility_menu .ecs_corporate_utility {
  padding: 8px 16px;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_utility_menu .ecs_corporate_utility {
    padding: 8px 24px;
  }
}
.ecs__component-menu .ecs_corporate_utility_li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ecs__component-menu .ecs_corporate_utility_link {
  font-size: 12px;
  font-weight: 600;
}
.ecs__component-menu .ecs_corporate_utility_link:hover, .ecs__component-menu .ecs_corporate_utility_link:focus, .ecs__component-menu .ecs_corporate_utility_link:active {
  outline: none !important;
}
.ecs__component-menu .ecs_corporate_utility_link:hover, .ecs__component-menu .ecs_corporate_utility_link:active, .ecs__component-menu .ecs_corporate_utility_link:focus-visible {
  text-decoration: underline;
}
.ecs__component-menu .ecs_utility_wrapper {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 4px solid #204877;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 10;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_utility_wrapper {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs__component-menu a.ecs_utility_link_message:hover, .ecs__component-menu a.ecs_utility_link_message:focus, .ecs__component-menu a.ecs_utility_link_message:active,
.ecs__component-menu a.ecs_home_link:hover,
.ecs__component-menu a.ecs_home_link:focus,
.ecs__component-menu a.ecs_home_link:active,
.ecs__component-menu a.ecs_phone_link:hover,
.ecs__component-menu a.ecs_phone_link:focus,
.ecs__component-menu a.ecs_phone_link:active {
  outline: none !important;
}
@media (min-width: 1024px) {
  .ecs__component-menu a.ecs_utility_link_message,
  .ecs__component-menu a.ecs_home_link,
  .ecs__component-menu a.ecs_phone_link {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .ecs__component-menu a.ecs_utility_link_message:hover, .ecs__component-menu a.ecs_utility_link_message:focus-visible,
  .ecs__component-menu a.ecs_home_link:hover,
  .ecs__component-menu a.ecs_home_link:focus-visible,
  .ecs__component-menu a.ecs_phone_link:hover,
  .ecs__component-menu a.ecs_phone_link:focus-visible {
    color: inherit;
  }
  .ecs__component-menu a.ecs_utility_link_message:hover .ecs_span, .ecs__component-menu a.ecs_utility_link_message:focus-visible .ecs_span,
  .ecs__component-menu a.ecs_home_link:hover .ecs_span,
  .ecs__component-menu a.ecs_home_link:focus-visible .ecs_span,
  .ecs__component-menu a.ecs_phone_link:hover .ecs_span,
  .ecs__component-menu a.ecs_phone_link:focus-visible .ecs_span {
    text-decoration: underline;
  }
}
.ecs__component-menu .ecs_utility_corporate_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_utility_corporate_menu {
    margin: 0 -24px;
  }
}
.ecs__component-menu .ecs_utility_corporate_menu .ecs_li {
  padding: 0 24px;
}
.ecs__component-menu .ecs_utility_corporate_menu .ecs_li:not(.ecs__component-menu .ecs_utility_corporate_menu .ecs_li:last-child) {
  border-right: 1px solid #8d9096;
}
.ecs__component-menu .ecs_utility_corporate_menu .ecs_li:last-child {
  padding-right: 0;
}
@media (min-width: 768px) {
  .ecs__component-menu .ecs_utility_corporate_menu .ecs_li:last-child {
    padding-right: 24px;
  }
}
.ecs__component-menu .ecs_utility_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ecs__component-menu .ecs_utility_ul:last-child .ecs_li {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_utility_ul:last-child .ecs_li {
    padding-right: 24px;
  }
}
.ecs__component-menu .ecs_utility_ul .ecs_li {
  padding: 8px 24px;
  position: relative;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_utility_ul .ecs_li:last-child {
    padding-right: 0;
  }
}
.ecs__component-menu .ecs_utility_ul .ecs_li:not(.ecs__component-menu .ecs_utility_ul .ecs_li:last-child):after {
  background-color: #737373;
  content: "";
  height: calc(100% - 16px);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}
.ecs__component-menu .ecs_home_ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.ecs__component-menu .ecs_home_ul .ecs_icon {
  padding-right: 8px;
}
.ecs__component-menu .ecs_home_link,
.ecs__component-menu .ecs_nearby_button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ecs__component-menu .ecs_nearby_li {
  border-radius: 4px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_nearby_li {
    position: unset;
  }
}
.ecs__component-menu .ecs_nearby_li.ecs_li:after {
  display: none;
}
.ecs__component-menu .ecs_nearby_button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
  text-transform: uppercase;
}
.ecs__component-menu .ecs_nearby_button:hover, .ecs__component-menu .ecs_nearby_button:focus, .ecs__component-menu .ecs_nearby_button:active {
  outline: none !important;
}
.ecs__component-menu .ecs_nearby_button:hover .ecs_button_type, .ecs__component-menu .ecs_nearby_button:focus-visible .ecs_button_type, .ecs__component-menu .ecs_nearby_button.ecs_open .ecs_button_type {
  text-decoration: underline;
}
.ecs__component-menu .ecs_nearby_button .ecs_button_type {
  margin-right: 8px;
}
.ecs__component-menu .ecs_drawer_wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 32px);
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: -16px;
  top: calc(100% + 12px);
  width: 100vw;
  z-index: 99;
}
@media (min-width: 768px) {
  .ecs__component-menu .ecs_drawer_wrapper {
    top: calc(100% + 4px);
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_drawer_wrapper {
    min-width: 800px;
    right: 24px;
    top: 37px;
    width: auto;
  }
}
.ecs__component-menu .ecs_nearby_drawer {
  background-color: #fff;
  color: #000;
  height: 100%;
  max-height: none !important;
  max-width: calc(100% - 80px);
  min-width: 40%;
  overflow: auto;
  padding: 24px 32px;
  pointer-events: all;
  position: absolute;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
@media (min-width: 768px) {
  .ecs__component-menu .ecs_nearby_drawer {
    min-width: 550px;
  }
}
.ecs__component-menu .ecs_nearby_drawer.ecs_open {
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ecs__component-menu .ecs_nearby_drawer .ecs_nearby_list > .ecs_a .ecs_nearby_title {
  border-radius: 4px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs__component-menu .ecs_nearby_drawer .ecs_nearby_list > .ecs_a .ecs_nearby_title:hover, .ecs__component-menu .ecs_nearby_drawer .ecs_nearby_list > .ecs_a .ecs_nearby_title:active, .ecs__component-menu .ecs_nearby_drawer .ecs_nearby_list > .ecs_a .ecs_nearby_title:focus-visible {
  background-color: #e9ebec;
}
.ecs__component-menu .ecs_nearby_drawer .ecs_nearby_list > .ecs_a .ecs_nearby_title:hover:hover, .ecs__component-menu .ecs_nearby_drawer .ecs_nearby_list > .ecs_a .ecs_nearby_title:hover:focus, .ecs__component-menu .ecs_nearby_drawer .ecs_nearby_list > .ecs_a .ecs_nearby_title:hover:active, .ecs__component-menu .ecs_nearby_drawer .ecs_nearby_list > .ecs_a .ecs_nearby_title:active:hover, .ecs__component-menu .ecs_nearby_drawer .ecs_nearby_list > .ecs_a .ecs_nearby_title:active:focus, .ecs__component-menu .ecs_nearby_drawer .ecs_nearby_list > .ecs_a .ecs_nearby_title:active:active, .ecs__component-menu .ecs_nearby_drawer .ecs_nearby_list > .ecs_a .ecs_nearby_title:focus-visible:hover, .ecs__component-menu .ecs_nearby_drawer .ecs_nearby_list > .ecs_a .ecs_nearby_title:focus-visible:focus, .ecs__component-menu .ecs_nearby_drawer .ecs_nearby_list > .ecs_a .ecs_nearby_title:focus-visible:active {
  outline: none !important;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_nearby_drawer {
    border-radius: 0 0 4px 4px;
    height: auto;
    -webkit-transform: translateY(calc(-100% - 1px));
            transform: translateY(calc(-100% - 1px));
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_nearby_children {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
.ecs__component-menu .ecs_nearby_list {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
}
.ecs__component-menu .ecs_nearby_list .ecs_nearby_title {
  display: block;
  line-height: 24px;
  padding: 8px;
}
.ecs__component-menu .ecs_nearby_list .ecs_hr {
  margin: 4px 0;
}
.ecs__component-menu .ecs_nearby_list .ecs_nearby_li {
  padding: 8px;
}
.ecs__component-menu .ecs_nearby_list .ecs_nearby_li:not(.ecs__component-menu .ecs_nearby_list .ecs_nearby_li:last-child) {
  border-right: 0;
  padding-right: 8px;
}
.ecs__component-menu .ecs_nearby_list .ecs_nearby_li:hover, .ecs__component-menu .ecs_nearby_list .ecs_nearby_li:active, .ecs__component-menu .ecs_nearby_list .ecs_nearby_li:focus-visible {
  background-color: #e9ebec;
}
.ecs__component-menu .ecs_nearby_list .ecs_nearby_li:hover:hover, .ecs__component-menu .ecs_nearby_list .ecs_nearby_li:hover:focus, .ecs__component-menu .ecs_nearby_list .ecs_nearby_li:hover:active, .ecs__component-menu .ecs_nearby_list .ecs_nearby_li:active:hover, .ecs__component-menu .ecs_nearby_list .ecs_nearby_li:active:focus, .ecs__component-menu .ecs_nearby_list .ecs_nearby_li:active:active, .ecs__component-menu .ecs_nearby_list .ecs_nearby_li:focus-visible:hover, .ecs__component-menu .ecs_nearby_list .ecs_nearby_li:focus-visible:focus, .ecs__component-menu .ecs_nearby_list .ecs_nearby_li:focus-visible:active {
  outline: none !important;
}
.ecs__component-menu .ecs_nearby_list .ecs_nearby_li .ecs_property_name,
.ecs__component-menu .ecs_nearby_list .ecs_nearby_li .ecs_property_location {
  display: block;
}
.ecs__component-menu .ecs_nearby_list .ecs_nearby_li .ecs_property_name {
  line-height: 24px;
  margin-bottom: 4px;
}
.ecs__component-menu .ecs_nearby_list .ecs_nearby_li .ecs_property_location {
  color: #696a6d;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  padding: 0;
}
.ecs__component-menu .ecs_main_menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.0588235294);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.ecs__component-menu .ecs_main_menu .ecs_logo {
  padding: 20px 16px;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_main_menu .ecs_logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px;
  }
}
.ecs__component-menu .ecs_main_menu .ecs_logo .ecs_img {
  max-width: 180px;
  min-width: 180px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_main_menu .ecs_logo .ecs_img {
    max-height: 40px;
    max-width: 225px;
    min-width: 225px;
  }
}
.ecs__component-menu .ecs_main_menu_property .ecs_icon {
  font-size: 17px;
}
.ecs__component-menu .ecs_main_menu .ecs_hr {
  border-bottom: 1px solid #d2d5d9;
  margin: 0;
  width: 100%;
}
.ecs__component-menu .ecs_main_menu_button {
  background-color: transparent;
  border: 0;
  padding: 20px 16px 20px 4px;
}
@media (min-width: 375px) {
  .ecs__component-menu .ecs_main_menu_button {
    padding: 20px 16px 20px 12px;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_main_menu_button {
    padding-left: 24px;
  }
}
.ecs__component-menu .ecs_wrapper {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  height: 100vh;
  line-height: 28px;
  max-height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 100%;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  width: 100%;
}
.ecs__component-menu .ecs_wrapper:not(.ecs__component-menu .ecs_wrapper.ecs_open) {
  max-height: 0 !important;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #696a6d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: unset;
    height: auto;
    overflow: visible;
    position: relative;
    width: auto;
  }
  .ecs__component-menu .ecs_wrapper:not(.ecs__component-menu .ecs_wrapper.ecs_open) {
    max-height: none !important;
  }
}
.ecs__component-menu .ecs_wrapper.ecs_open {
  max-height: 100vh;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_wrapper {
    max-height: none !important;
  }
}
.ecs__component-menu .ecs_wrapper .ecs_menu_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_wrapper .ecs_menu_list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: visible;
  }
}
.ecs__component-menu .ecs_wrapper .ecs_menu_list_item {
  padding: 0;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_wrapper .ecs_menu_list_item {
    padding: 16px 8px;
  }
}
@media (min-width: 1280px) {
  .ecs__component-menu .ecs_wrapper .ecs_menu_list_item {
    padding: 16px;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_wrapper .ecs_menu_list_item,
  .ecs__component-menu .ecs_wrapper .ecs_markets_button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    letter-spacing: -0.04rem;
  }
}
@media (min-width: 1280px) {
  .ecs__component-menu .ecs_wrapper .ecs_menu_list_item,
  .ecs__component-menu .ecs_wrapper .ecs_markets_button {
    font-size: inherit;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_property_main,
  .ecs__component-menu .ecs_main_menu_property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs__component-menu .ecs_menu_property_main .ecs_apply_now_link,
.ecs__component-menu .ecs_main_menu_property .ecs_apply_now_link {
  display: none;
}
.ecs__component-menu .ecs_menu_property_main .ecs_property_logo,
.ecs__component-menu .ecs_main_menu_property .ecs_property_logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.ecs__component-menu .ecs_menu_link,
.ecs__component-menu .ecs_menu_button,
.ecs__component-menu .ecs_markets_label,
.ecs__component-menu .ecs_menu_property_main_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #d2d5d9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: unset;
  width: 100%;
}
.ecs__component-menu .ecs_menu_link:hover, .ecs__component-menu .ecs_menu_link:focus, .ecs__component-menu .ecs_menu_link:active,
.ecs__component-menu .ecs_menu_button:hover,
.ecs__component-menu .ecs_menu_button:focus,
.ecs__component-menu .ecs_menu_button:active,
.ecs__component-menu .ecs_markets_label:hover,
.ecs__component-menu .ecs_markets_label:focus,
.ecs__component-menu .ecs_markets_label:active,
.ecs__component-menu .ecs_menu_property_main_item:hover,
.ecs__component-menu .ecs_menu_property_main_item:focus,
.ecs__component-menu .ecs_menu_property_main_item:active {
  outline: none !important;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_link,
  .ecs__component-menu .ecs_menu_button,
  .ecs__component-menu .ecs_markets_label,
  .ecs__component-menu .ecs_menu_property_main_item {
    border-bottom: 0;
    color: inherit;
    white-space: nowrap;
  }
  .ecs__component-menu .ecs_menu_link .ecs_icon,
  .ecs__component-menu .ecs_menu_button .ecs_icon,
  .ecs__component-menu .ecs_markets_label .ecs_icon,
  .ecs__component-menu .ecs_menu_property_main_item .ecs_icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 4px;
  }
}
.ecs__component-menu .ecs_menu_link:hover, .ecs__component-menu .ecs_menu_link:active, .ecs__component-menu .ecs_menu_link.ecs_active,
.ecs__component-menu .ecs_menu_button:hover,
.ecs__component-menu .ecs_menu_button:active,
.ecs__component-menu .ecs_menu_button.ecs_active,
.ecs__component-menu .ecs_markets_label:hover,
.ecs__component-menu .ecs_markets_label:active,
.ecs__component-menu .ecs_markets_label.ecs_active,
.ecs__component-menu .ecs_menu_property_main_item:hover,
.ecs__component-menu .ecs_menu_property_main_item:active,
.ecs__component-menu .ecs_menu_property_main_item.ecs_active {
  color: #000;
}
.ecs__component-menu .ecs_menu_link .ecs_icon,
.ecs__component-menu .ecs_menu_button .ecs_icon,
.ecs__component-menu .ecs_markets_label .ecs_icon,
.ecs__component-menu .ecs_menu_property_main_item .ecs_icon {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs__component-menu .ecs_menu_link .ecs_a,
.ecs__component-menu .ecs_menu_button .ecs_a,
.ecs__component-menu .ecs_markets_label .ecs_a,
.ecs__component-menu .ecs_menu_property_main_item .ecs_a {
  padding: 16px 24px;
  width: 100%;
}
.ecs__component-menu .ecs_menu_link .ecs_a:hover, .ecs__component-menu .ecs_menu_link .ecs_a:focus, .ecs__component-menu .ecs_menu_link .ecs_a:active,
.ecs__component-menu .ecs_menu_button .ecs_a:hover,
.ecs__component-menu .ecs_menu_button .ecs_a:focus,
.ecs__component-menu .ecs_menu_button .ecs_a:active,
.ecs__component-menu .ecs_markets_label .ecs_a:hover,
.ecs__component-menu .ecs_markets_label .ecs_a:focus,
.ecs__component-menu .ecs_markets_label .ecs_a:active,
.ecs__component-menu .ecs_menu_property_main_item .ecs_a:hover,
.ecs__component-menu .ecs_menu_property_main_item .ecs_a:focus,
.ecs__component-menu .ecs_menu_property_main_item .ecs_a:active {
  outline: none !important;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_link .ecs_a,
  .ecs__component-menu .ecs_menu_button .ecs_a,
  .ecs__component-menu .ecs_markets_label .ecs_a,
  .ecs__component-menu .ecs_menu_property_main_item .ecs_a {
    padding: 16px;
    width: auto;
  }
}
.ecs__component-menu .ecs_menu_link .ecs_a:hover, .ecs__component-menu .ecs_menu_link .ecs_a:active, .ecs__component-menu .ecs_menu_link .ecs_a.ecs_active,
.ecs__component-menu .ecs_menu_button .ecs_a:hover,
.ecs__component-menu .ecs_menu_button .ecs_a:active,
.ecs__component-menu .ecs_menu_button .ecs_a.ecs_active,
.ecs__component-menu .ecs_markets_label .ecs_a:hover,
.ecs__component-menu .ecs_markets_label .ecs_a:active,
.ecs__component-menu .ecs_markets_label .ecs_a.ecs_active,
.ecs__component-menu .ecs_menu_property_main_item .ecs_a:hover,
.ecs__component-menu .ecs_menu_property_main_item .ecs_a:active,
.ecs__component-menu .ecs_menu_property_main_item .ecs_a.ecs_active {
  color: #000;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_property_main_item {
    font-size: 14px;
    letter-spacing: -0.04rem;
  }
}
@media (min-width: 1336px) {
  .ecs__component-menu .ecs_menu_property_main_item {
    font-size: inherit;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_property_main_item .ecs_a {
    padding: 16px 8px;
  }
}
@media (min-width: 1336px) {
  .ecs__component-menu .ecs_menu_property_main_item .ecs_a {
    padding: 16px;
  }
}
.ecs__component-menu .ecs_property_location,
.ecs__component-menu .ecs_property_phone {
  padding: 12px 4px;
}
@media (min-width: 375px) {
  .ecs__component-menu .ecs_property_location,
  .ecs__component-menu .ecs_property_phone {
    padding: 12px;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_button .sif-pointer-right-bold {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    position: relative;
  }
  .ecs__component-menu .ecs_markets_button .sif-pointer-right-bold:before {
    content: "\e023";
  }
  .ecs__component-menu .ecs_markets_button.ecs_open .ecs_icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.ecs__component-menu .ecs_accordion {
  background-color: #fafafa;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_accordion {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid rgba(210, 213, 217, 0);
    -webkit-box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.0588235294);
            box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.0588235294);
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    left: 0;
    opacity: 0;
    position: absolute;
    top: calc(100% + 7px);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}
.ecs__component-menu .ecs_accordion.ecs_open {
  opacity: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_main_menu_list .ecs_menu_list_parent:last-child .ecs_accordion {
    min-width: 320px;
  }
}
.ecs__component-menu .ecs_menu_list_parent {
  position: relative;
}
.ecs__component-menu .ecs_menu_list_parent .ecs_open .ecs_icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_list_parent:hover, .ecs__component-menu .ecs_menu_list_parent:focus, .ecs__component-menu .ecs_menu_list_parent:active {
    outline: none !important;
  }
  .ecs__component-menu .ecs_menu_list_parent .ecs_icon {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_list_parent:hover .ecs_accordion, .ecs__component-menu .ecs_menu_list_parent:focus-visible .ecs_accordion, .ecs__component-menu .ecs_menu_list_parent:focus .ecs_accordion, .ecs__component-menu .ecs_menu_list_parent:focus-within .ecs_accordion, .ecs__component-menu .ecs_menu_list_parent.ecs_open .ecs_accordion, .ecs__component-menu .ecs_menu_list_parent.ecs_touch_active .ecs_accordion {
    max-height: unset !important;
    opacity: 1;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .ecs__component-menu .ecs_menu_list_parent:hover .ecs_accordion, .ecs__component-menu .ecs_menu_list_parent:focus-visible .ecs_accordion, .ecs__component-menu .ecs_menu_list_parent:focus .ecs_accordion, .ecs__component-menu .ecs_menu_list_parent:focus-within .ecs_accordion, .ecs__component-menu .ecs_menu_list_parent.ecs_open .ecs_accordion, .ecs__component-menu .ecs_menu_list_parent.ecs_touch_active .ecs_accordion {
    border-top-color: #d2d5d9;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_list_parent:hover .ecs_icon, .ecs__component-menu .ecs_menu_list_parent:focus-visible .ecs_icon, .ecs__component-menu .ecs_menu_list_parent:focus .ecs_icon, .ecs__component-menu .ecs_menu_list_parent:focus-within .ecs_icon, .ecs__component-menu .ecs_menu_list_parent.ecs_open .ecs_icon, .ecs__component-menu .ecs_menu_list_parent.ecs_touch_active .ecs_icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.ecs__component-menu .ecs_menu_list_child {
  display: block;
  padding: 8px 24px;
}
@media (max-width: 768px) {
  .ecs__component-menu .ecs_menu_list_child:last-child {
    border-bottom: 1px solid #d2d5d9;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_list_child {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_list_child .ecs_a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    line-height: 24px;
    padding: 8px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 100%;
  }
  .ecs__component-menu .ecs_menu_list_child .ecs_a:hover {
    background-color: #e9ebec;
  }
  .ecs__component-menu .ecs_menu_list_child .ecs_a:hover:hover, .ecs__component-menu .ecs_menu_list_child .ecs_a:hover:focus, .ecs__component-menu .ecs_menu_list_child .ecs_a:hover:active {
    outline: none !important;
  }
  .ecs__component-menu .ecs_menu_list_child .ecs_a:hover:after {
    opacity: 1;
  }
}
.ecs__component-menu .ecs_menu_buttons {
  gap: 12px;
  padding: 24px;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16px 24px;
  }
}
.ecs__component-menu .ecs_menu_buttons_item {
  position: relative;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_buttons_item {
    line-height: 24px;
  }
  .ecs__component-menu .ecs_menu_buttons_item:not(.ecs__component-menu .ecs_menu_buttons_item:last-child) {
    margin-bottom: 0;
  }
  .ecs__component-menu .ecs_menu_buttons_item:last-child {
    margin-right: 0;
  }
}
.ecs__component-menu .ecs_menu_buttons_item:not(.ecs__component-menu .ecs_menu_buttons_item:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_buttons_item:not(.ecs__component-menu .ecs_menu_buttons_item:last-child) {
    margin-bottom: 0;
  }
}
.ecs__component-menu .ecs_menu_buttons_item .ecs_button,
.ecs__component-menu .ecs_menu_buttons_item .button {
  padding: 8px 16px;
}
.ecs__component-menu .ecs_menu_buttons_item .ecs_button:hover, .ecs__component-menu .ecs_menu_buttons_item .ecs_button:focus, .ecs__component-menu .ecs_menu_buttons_item .ecs_button:active,
.ecs__component-menu .ecs_menu_buttons_item .button:hover,
.ecs__component-menu .ecs_menu_buttons_item .button:focus,
.ecs__component-menu .ecs_menu_buttons_item .button:active {
  outline: none !important;
}
.ecs__component-menu .ecs_menu_buttons_item .ecs_button:hover, .ecs__component-menu .ecs_menu_buttons_item .ecs_button:focus,
.ecs__component-menu .ecs_menu_buttons_item .button:hover,
.ecs__component-menu .ecs_menu_buttons_item .button:focus {
  background-color: #051023;
  border-color: #051023;
  color: #fff;
}
.ecs__component-menu .ecs_menu_buttons_item .ecs_button {
  border: 1px solid #06142c;
}
.ecs__component-menu .ecs_menu_buttons_item .ecs_button_type {
  line-height: 24px;
  padding-right: 8px;
}
.ecs__component-menu .ecs_menu_buttons_item .ecs_menu_link {
  background-color: #06142c;
  border: 1px solid #06142c;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.ecs__component-menu .ecs_menu_buttons_item .ecs_menu_link.ecs_alt_link {
  background-color: #06142c;
  border-bottom: 0;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_menu_buttons_item .ecs_menu_link {
    background-color: transparent;
    color: #06142c;
    font-size: 14px;
    padding: 8px 16px;
  }
}
.ecs__component-menu .ecs_menu_property_apply .ecs_button {
  background-color: #06142c;
  color: #fff;
  font-size: 16px;
  padding: 8px 16px;
  width: 100%;
}
.ecs__component-menu .ecs_menu_property_apply .ecs_button:hover, .ecs__component-menu .ecs_menu_property_apply .ecs_button:focus, .ecs__component-menu .ecs_menu_property_apply .ecs_button:active {
  outline: none !important;
}
.ecs__component-menu .ecs_menu_property_apply .ecs_button:hover, .ecs__component-menu .ecs_menu_property_apply .ecs_button:focus {
  background-color: #051023;
  border-color: #051023;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_main_menu_bottom {
    display: none;
  }
}

.ecs_menu_toggle {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 17.5px;
}
.ecs_menu_toggle .ecs_line {
  background-color: #000;
  border-radius: 1px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 100%;
}
.ecs_menu_toggle .ecs_line.ecs_line_1 {
  top: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.ecs_menu_toggle .ecs_line.ecs_line_2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ecs_menu_toggle .ecs_line.ecs_line_3 {
  bottom: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.ecs_menu_open .ecs_line.ecs_line_1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 85%;
}
.ecs_menu_open .ecs_line.ecs_line_2 {
  opacity: 0;
}
.ecs_menu_open .ecs_line.ecs_line_3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 85%;
}

.ecs_accordion {
  overflow: hidden;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.ecs_accordion:not(.ecs_accordion.ecs_open) {
  max-height: 0 !important;
}
@media (min-width: 1024px) {
  .ecs_accordion {
    min-width: 400px;
  }
  .ecs_accordion:not(.ecs_accordion.ecs_open) {
    max-height: unset;
  }
}

.ecs_sidedrawer {
  background-color: #fff;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  width: 100%;
  z-index: 10;
}
.ecs_sidedrawer.ecs_open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ecs_sidedrawer .ecs_button {
  background: transparent;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
}
.ecs_sidedrawer .ecs_menu_button {
  border-bottom: 1px solid #d2d5d9;
}
.ecs_sidedrawer .ecs_markets_controls .ecs_button {
  padding: 0;
}
.ecs_sidedrawer .ecs_accordion {
  opacity: 1;
}

.ecs_market_button {
  color: inherit;
}
.ecs_market_button .ecs_icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .ecs_market_button .ecs_icon {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.ecs_market_button,
.ecs_menu_button {
  cursor: pointer;
  padding: 16px;
}
@media (min-width: 375px) {
  .ecs_market_button,
  .ecs_menu_button {
    padding: 16px 24px;
  }
}
@media (min-width: 1024px) {
  .ecs_market_button,
  .ecs_menu_button {
    padding: 16px;
  }
}
.ecs_market_button .ecs_icon,
.ecs_menu_button .ecs_icon {
  font-size: 20px;
}
.ecs_market_button.ecs_open .ecs_icon,
.ecs_menu_button.ecs_open .ecs_icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #d2d5d9;
    -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
            box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
    display: none;
    left: 50%;
    max-height: calc(100vh - 150px);
    max-width: calc(100vw - 80px);
    overflow: auto;
    position: absolute;
    top: calc(100% + 7px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu .ecs_markets_controls {
    display: none;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu .ecs_accordion {
    min-width: 0;
    width: 100%;
  }
  .ecs__component-menu .ecs_markets_menu .ecs_accordion:not(.ecs_open) {
    max-height: none !important;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu .ecs_menu_list_all {
    display: none;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu .ecs_sidedrawer {
    gap: 32px;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    max-width: 100%;
    overflow: hidden;
    padding: 24px 40px;
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 1000px;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu .ecs_market_link {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu .ecs_market_communities {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.ecs__component-menu .ecs_markets_menu .ecs_market {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu .ecs_market {
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid-column !important;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu .ecs_market .ecs_market_property {
    display: block;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu .ecs_market .ecs_market_property.ecs_menu_list_all {
    display: none;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu .ecs_market .ecs_market_property_link {
    display: block;
    line-height: 24px;
    padding: 8px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu .ecs_market .ecs_menu_list_child:last-child {
    margin-bottom: 24px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu .ecs_market_link,
  .ecs__component-menu .ecs_markets_menu .ecs_market_property {
    border-radius: 4px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .ecs__component-menu .ecs_markets_menu .ecs_market_link:hover,
  .ecs__component-menu .ecs_markets_menu .ecs_market_property:hover {
    background-color: #e9ebec;
  }
  .ecs__component-menu .ecs_markets_menu .ecs_market_link:hover:hover, .ecs__component-menu .ecs_markets_menu .ecs_market_link:hover:focus, .ecs__component-menu .ecs_markets_menu .ecs_market_link:hover:active,
  .ecs__component-menu .ecs_markets_menu .ecs_market_property:hover:hover,
  .ecs__component-menu .ecs_markets_menu .ecs_market_property:hover:focus,
  .ecs__component-menu .ecs_markets_menu .ecs_market_property:hover:active {
    outline: none !important;
  }
  .ecs__component-menu .ecs_markets_menu .ecs_market_link:hover:after,
  .ecs__component-menu .ecs_markets_menu .ecs_market_property:hover:after {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .ecs__component-menu .ecs_markets_menu .ecs_market_link {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 8px;
  }
  .ecs__component-menu .ecs_markets_menu .ecs_market_link:after {
    content: "\e802";
    font-family: "griffis-icon-font";
    margin-left: 8px;
    opacity: 0;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

.ecs_search_markets {
  background-color: #fff;
  bottom: 100%;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  width: 100%;
  z-index: 999;
}
.ecs_search_markets.ecs_open {
  border: 1px solid #06142c;
  max-height: 345px;
  overflow: auto;
  padding: 8px 0;
}
@media (min-width: 1024px) {
  .ecs_search_markets {
    bottom: auto;
    top: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .ecs_search_markets .ecs_li {
    padding: 0 24px;
  }
}

@media (min-width: 1024px) {
  .ecs_menu_list_item.ecs_menu_list_parent.menu-item-has-children .ecs_ul {
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-columns: unset;
       -moz-columns: unset;
            columns: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .ecs_menu_list_item.ecs_menu_list_parent.menu-item-has-children .ecs_li {
    width: 50%;
  }
}

.ecs__component.ecs__component-notificationbar {
  padding: 0;
}

.ecs_components__notification {
  background-color: #06142c;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
}
@media (min-width: 1024px) {
  .ecs_components__notification {
    font-size: 14px;
    line-height: 20px;
  }
}
.ecs_components__notification__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 4px 16px;
  text-align: left;
}
@media (min-width: 1024px) {
  .ecs_components__notification__wrap {
    padding: 6px 24px;
  }
}
.ecs_components__notification__title {
  display: inline-block;
  margin-bottom: 0;
}
.ecs_components__notification__content {
  gap: 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
@media (min-width: 768px) {
  .ecs_components__notification__content {
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs_components__notification__message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}
.ecs_components__notification__message.ecs_a:hover, .ecs_components__notification__message.ecs_a:focus, .ecs_components__notification__message.ecs_a:active {
  outline: none !important;
}
.ecs_components__notification__message.ecs_a:hover, .ecs_components__notification__message.ecs_a:focus {
  color: inherit;
  text-decoration: underline;
}
.ecs_components__notification__message.ecs_a:hover .ecs_icon, .ecs_components__notification__message.ecs_a:focus .ecs_icon {
  display: inline-block;
  text-decoration: none;
}
.ecs_components__notification__message .ecs_icon {
  font-size: 18px;
  padding-left: 8px;
}
.ecs_components__notification__message, .ecs_components__notification__cta {
  margin-bottom: 0;
}
.ecs_components__notification__cta.button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  text-transform: none;
}
.ecs_components__notification__cta.button:hover, .ecs_components__notification__cta.button:focus, .ecs_components__notification__cta.button:active {
  outline: none !important;
}
.ecs_components__notification__cta.button:hover, .ecs_components__notification__cta.button:focus {
  background-color: #fff;
  color: #06142c;
}
.ecs_components__notification__close {
  padding-left: 16px;
}

.ecs_components__container .ecs__component.ecs__component-breadcrumbs {
  display: block;
  padding: 8px 16px 0;
}
@media (min-width: 1024px) {
  .ecs_components__container .ecs__component.ecs__component-breadcrumbs {
    padding: 8px 24px 0;
  }
}

.ecs_breadcrumbs {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #696a6d;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}
.ecs_breadcrumbs .ecs_breadcrumb {
  line-height: 10px;
}
.ecs_breadcrumbs .ecs_breadcrumb:hover, .ecs_breadcrumbs .ecs_breadcrumb:focus, .ecs_breadcrumbs .ecs_breadcrumb:active {
  outline: none !important;
}
.ecs_breadcrumbs .ecs_breadcrumb.ecs_active, .ecs_breadcrumbs .ecs_breadcrumb:hover, .ecs_breadcrumbs .ecs_breadcrumb:focus {
  color: #000;
  font-weight: 500;
}
.ecs_breadcrumbs .ecs_breadcrumb:not([href]) {
  cursor: default;
}

.home .ecs_breadcrumbs {
  display: none;
}

.corporate-page .ecs_components__container .ecs__component.ecs__component-outro:not(.corporate-page .ecs_components__container .ecs__component.ecs__component-outro.ecs_corporate_outro__nopad,
.property-has-nearby-properties .ecs_components__container .ecs__component.ecs__component-outro.ecs_corporate_outro__nopad),
.property-has-nearby-properties .ecs_components__container .ecs__component.ecs__component-outro:not(.corporate-page .ecs_components__container .ecs__component.ecs__component-outro.ecs_corporate_outro__nopad,
.property-has-nearby-properties .ecs_components__container .ecs__component.ecs__component-outro.ecs_corporate_outro__nopad) {
  padding-top: 112px;
}
@media (min-width: 1024px) {
  .corporate-page .ecs_components__container .ecs__component.ecs__component-outro:not(.corporate-page .ecs_components__container .ecs__component.ecs__component-outro.ecs_corporate_outro__nopad,
  .property-has-nearby-properties .ecs_components__container .ecs__component.ecs__component-outro.ecs_corporate_outro__nopad),
  .property-has-nearby-properties .ecs_components__container .ecs__component.ecs__component-outro:not(.corporate-page .ecs_components__container .ecs__component.ecs__component-outro.ecs_corporate_outro__nopad,
  .property-has-nearby-properties .ecs_components__container .ecs__component.ecs__component-outro.ecs_corporate_outro__nopad) {
    padding: 64px;
    padding-top: 184px;
  }
}

.ecs_components__container-component-outro {
  position: relative;
  z-index: 1 !important;
}

.ecs__component-outro {
  border-top: 4px solid #204877;
  font-weight: 500;
  position: relative;
  z-index: 0;
}
.ecs__component-outro .ecs_a:hover, .ecs__component-outro .ecs_a:focus, .ecs__component-outro .ecs_a:active {
  outline: none !important;
}
.ecs__component-outro .ecs_a:hover, .ecs__component-outro .ecs_a:focus-visible {
  color: #fff;
  text-decoration: underline;
}
.ecs__component-outro .ecs_hr {
  background-color: #8d9096;
  border: 0;
  height: 1px;
  margin: 32px 0;
  outline: 0;
  width: 100%;
}
.ecs__component-outro .ecs_hr.ecs_property_divider {
  margin: 32px 0;
}
@media (min-width: 1024px) {
  .ecs__component-outro .ecs_hr.ecs_property_divider {
    margin: 48px 0;
  }
}
.ecs__component-outro .ecs_property_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .ecs__component-outro .ecs_property_top {
    gap: 16px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ecs__component-outro .ecs_property_top_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .ecs__component-outro .ecs_property_top_item {
    margin-bottom: 0;
    padding: 0 32px;
  }
  .ecs__component-outro .ecs_property_top_item:not(.ecs__component-outro .ecs_property_top_item:last-child) {
    border-right: 1px solid #8d9096;
  }
}
.ecs__component-outro .ecs_property_top_item.ecs_address:not(.ecs__component-outro .ecs_property_top_item.ecs_address:last-child) {
  margin-bottom: 16px;
}
.ecs__component-outro .ecs_property_top_item.ecs_address:not(.ecs__component-outro .ecs_property_top_item.ecs_address:last-child):hover, .ecs__component-outro .ecs_property_top_item.ecs_address:not(.ecs__component-outro .ecs_property_top_item.ecs_address:last-child):focus, .ecs__component-outro .ecs_property_top_item.ecs_address:not(.ecs__component-outro .ecs_property_top_item.ecs_address:last-child):active {
  outline: none !important;
}
@media (min-width: 1024px) {
  .ecs__component-outro .ecs_property_top_item.ecs_address:not(.ecs__component-outro .ecs_property_top_item.ecs_address:last-child) {
    margin-bottom: 0;
  }
}
.ecs__component-outro .ecs_property_top_item.ecs_address:not(.ecs__component-outro .ecs_property_top_item.ecs_address:last-child):hover, .ecs__component-outro .ecs_property_top_item.ecs_address:not(.ecs__component-outro .ecs_property_top_item.ecs_address:last-child):focus-visible {
  color: inherit;
  text-decoration: underline;
}
.ecs__component-outro .ecs_address,
.ecs__component-outro .ecs_phone_link,
.ecs__component-outro .ecs_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ecs__component-outro .ecs_address:not(.ecs__component-outro .ecs_address:last-child,
.ecs__component-outro .ecs_phone_link:last-child,
.ecs__component-outro .ecs_socials:last-child),
.ecs__component-outro .ecs_phone_link:not(.ecs__component-outro .ecs_address:last-child,
.ecs__component-outro .ecs_phone_link:last-child,
.ecs__component-outro .ecs_socials:last-child),
.ecs__component-outro .ecs_socials:not(.ecs__component-outro .ecs_address:last-child,
.ecs__component-outro .ecs_phone_link:last-child,
.ecs__component-outro .ecs_socials:last-child) {
  margin-bottom: 32px;
}
.ecs__component-outro .ecs_address.ecs_a:hover, .ecs__component-outro .ecs_address.ecs_a:focus, .ecs__component-outro .ecs_address.ecs_a:active,
.ecs__component-outro .ecs_phone_link.ecs_a:hover,
.ecs__component-outro .ecs_phone_link.ecs_a:focus,
.ecs__component-outro .ecs_phone_link.ecs_a:active,
.ecs__component-outro .ecs_socials.ecs_a:hover,
.ecs__component-outro .ecs_socials.ecs_a:focus,
.ecs__component-outro .ecs_socials.ecs_a:active {
  outline: none !important;
}
.ecs__component-outro .ecs_address.ecs_a:hover, .ecs__component-outro .ecs_address.ecs_a:focus-visible,
.ecs__component-outro .ecs_phone_link.ecs_a:hover,
.ecs__component-outro .ecs_phone_link.ecs_a:focus-visible,
.ecs__component-outro .ecs_socials.ecs_a:hover,
.ecs__component-outro .ecs_socials.ecs_a:focus-visible {
  color: #204877;
  text-decoration: none;
}
.ecs__component-outro .ecs_phone_link:hover, .ecs__component-outro .ecs_phone_link:focus, .ecs__component-outro .ecs_phone_link:active {
  outline: none !important;
}
.ecs__component-outro .ecs_phone_link .ecs_icon {
  padding-right: 20px;
}
.ecs__component-outro .ecs_phone_link .ecs_icon:hover, .ecs__component-outro .ecs_phone_link .ecs_icon:focus, .ecs__component-outro .ecs_phone_link .ecs_icon:active {
  outline: none !important;
}
.ecs__component-outro .ecs_phone_link .ecs_icon:hover, .ecs__component-outro .ecs_phone_link .ecs_icon:focus {
  text-decoration: none;
}
.ecs__component-outro .ecs_phone_link:hover .ecs_icon, .ecs__component-outro .ecs_phone_link:focus-visible .ecs_icon {
  text-decoration: none;
}
.ecs__component-outro .ecs_socials {
  margin: 0 -11px;
}
.ecs__component-outro .ecs_socials .ecs_social_item {
  font-size: 20px;
  margin: 0 11px;
}
.ecs__component-outro .ecs_socials .ecs_a:hover, .ecs__component-outro .ecs_socials .ecs_a:focus, .ecs__component-outro .ecs_socials .ecs_a:active {
  outline: none !important;
}
.ecs__component-outro .ecs_socials .ecs_a:hover, .ecs__component-outro .ecs_socials .ecs_a:focus-visible {
  color: #204877;
  text-decoration: none;
}
.ecs__component-outro .ecs_ada_disclaimer .ecs_a {
  color: #204877;
}
@media (min-width: 1024px) {
  .ecs__component-outro .ecs_branding_column {
    max-width: 300px;
  }
}
.ecs__component-outro .ecs_logo {
  width: auto;
}
@media (min-width: 425px) and (max-width: 768px) {
  .ecs__component-outro .ecs_logo {
    width: 60%;
  }
}
.ecs__component-outro .ecs_menu_column {
  color: #b0b0b0;
  display: none;
}
@media (min-width: 1024px) {
  .ecs__component-outro .ecs_menu_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 80px;
  }
}
@media (min-width: 1280px) {
  .ecs__component-outro .ecs_menu_column {
    padding-left: 114px;
  }
}
.ecs__component-outro .ecs_menu_column .ecs_outro_menus {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-outro .ecs_menu_column .ecs_outro_menus {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
.ecs__component-outro .ecs_menu_column .ecs_outro_menu_item {
  margin-bottom: 40px;
}
.ecs__component-outro .ecs_menu_column .ecs_menu_children {
  margin-bottom: 48px;
}
.ecs__component-outro .ecs_menu_column .ecs_menu_item:not(.ecs_menu_item_haschildren) .ecs_single_link {
  margin-bottom: 48px;
}
.ecs__component-outro .ecs_menu_column .ecs_menu_item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 16px;
}
.ecs__component-outro .ecs_menu_column .ecs_parent_link,
.ecs__component-outro .ecs_menu_column .ecs_single_link,
.ecs__component-outro .ecs_menu_column .ecs_menu_child {
  display: block;
  margin-bottom: 16px;
}
.ecs__component-outro .ecs_menu_column .ecs_parent_link,
.ecs__component-outro .ecs_menu_column .ecs_single_link {
  color: #fff;
  font-size: 20px;
}

.ecs_corporate_outro .ecs_address {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 300px;
}

.ecs__component-feestooltip .ecs_feetooltip {
  margin: auto;
  max-width: 1200px;
  position: relative;
}
.ecs__component-feestooltip .ecs_feetooltip_wrap .ecs_feetooltip_content {
  padding: 16px 0;
}
.ecs__component-feestooltip .ecs_feetooltip_wrap .ecs_feetooltip_content.ecs_p {
  color: #737373;
  font-size: 14px;
  text-align: center;
}
.ecs__component-feestooltip .ecs_feetooltip_wrap .ecs_feetooltip_content.ecs_p .ecs_a {
  color: #06142c;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs__component-feestooltip .ecs_feetooltip_wrap .ecs_feetooltip_content.ecs_p .ecs_a:hover {
  text-decoration: underline;
}
.ecs__component-feestooltip .ecs_feestooltip_tooltip {
  background-color: #fff;
  border: 1px solid #d2d5d9;
  border-radius: 4px;
  bottom: 40px;
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
  display: none;
  left: 50%;
  max-width: 400px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.ecs__component-feestooltip .ecs_feestooltip_tooltip.ecs_active {
  display: block;
}
.ecs__component-feestooltip .ecs_feestooltip_tooltip .ecs_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}
.ecs__component-feestooltip .ecs_feestooltip_tooltip .ecs_tooltip_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  width: 100%;
}
.ecs__component-feestooltip .ecs_feestooltip_tooltip .ecs_tooltip_top .ecs_tooltip_title.ecs_p {
  color: #06142c;
  margin-bottom: 0;
}
.ecs__component-feestooltip .ecs_feestooltip_tooltip .ecs_tooltip_top .ecs_btn {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  outline: 0;
  padding: 0;
}
.ecs__component-feestooltip .ecs_feestooltip_tooltip .ecs_tooltip_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ecs__component-feestooltip .ecs_feestooltip_tooltip .ecs_tooltip_feeblock {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .ecs__component-feestooltip .ecs_feestooltip_tooltip .ecs_tooltip_feeblock {
    gap: 56px;
  }
}
.ecs__component-feestooltip .ecs_feestooltip_tooltip .ecs_tooltip_feeblock:not(.ecs__component-feestooltip .ecs_feestooltip_tooltip .ecs_tooltip_feeblock:last-child) {
  border-bottom: 1px solid #d2d5d9;
  padding-bottom: 16px;
}
.ecs__component-feestooltip .ecs_tooltip_fee {
  color: #696a6d;
}

.ecs_component__flexible-text__content {
  margin-bottom: 16px;
}
.ecs_component__flexible-text__content-block {
  margin-bottom: 32px;
}
.ecs_component__flexible-text .ecs_ul,
.ecs_component__flexible-text .ecs_ol {
  color: #696a6d;
  margin-bottom: 16px;
}
.ecs_component__flexible-text .ecs_ul .ecs_li,
.ecs_component__flexible-text .ecs_ol .ecs_li {
  margin-bottom: 4px;
  margin-left: 16px;
}
.ecs_component__flexible-text .ecs_ul {
  list-style-type: disc;
}
.ecs_component__flexible-text .ecs_ol {
  list-style-type: decimal;
}
.ecs_component__flexible-text .ecs_p em {
  font-style: italic;
}

.ecs_components__container .ecs__component.ecs__component-footer {
  padding: 24px;
}
@media (min-width: 1024px) {
  .ecs_components__container .ecs__component.ecs__component-footer {
    padding: 8px 40px;
  }
}

.ecs__component-footer {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
.ecs__component-footer .footer_wrap,
.ecs__component-footer .ecs_footer_menu {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .ecs__component-footer .footer_wrap,
  .ecs__component-footer .ecs_footer_menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs__component-footer .ecs_a:hover, .ecs__component-footer .ecs_a:focus, .ecs__component-footer .ecs_a:active {
  outline: none !important;
}
.ecs__component-footer .ecs_a:hover, .ecs__component-footer .ecs_a:focus {
  color: #fff;
  text-decoration: underline;
}
.ecs__component-footer .ecs_hr {
  background-color: #8d9096;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1px;
  margin: 16px 0;
  outline: 0;
}
@media (min-width: 1024px) {
  .ecs__component-footer .ecs_hr {
    height: 100%;
    margin: 0 16px;
    width: 1px;
  }
}
.ecs__component-footer .ecs_footer_item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .ecs__component-footer .ecs_footer_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs__component-footer .ecs_menu,
.ecs__component-footer .ecs_login_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.ecs__component-footer .ecs_menu_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .ecs__component-footer .ecs_login_item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.ecs__component-footer .ecs_login_item .ecs_icon {
  font-size: 14px;
}
.ecs__component-footer .ecs_footer_link,
.ecs__component-footer .ecs_login_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  white-space: nowrap;
}
.ecs__component-footer .ecs_accessibility_icons {
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-footer .ecs_accessibility_icons {
    width: auto;
  }
}
.ecs__component-footer .ecs_accessibility_icons .ecs_icons_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-footer .ecs_accessibility_icons .ecs_icons_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.ecs__component-footer .ecs_accessibility_icons .ecs_icons_list .ecs_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ecs__component-footer .ecs_accessibility_icons .ecs_icons_list .ecs_hr {
  display: none;
}
.ecs__component-footer .ecs_accessibility_icons .ecs_icons_list .ecs_hr:last-child {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-footer .ecs_accessibility_icons .ecs_icons_list .ecs_hr:last-child {
    width: 1px;
  }
}
@media (min-width: 1024px) {
  .ecs__component-footer .ecs_accessibility_icons .ecs_icons_list .ecs_hr {
    display: inline-block;
    height: 100%;
  }
}
.ecs__component-footer .ecs_accessibility_icons__list-item {
  font-size: 16px;
  padding-right: 24px;
}
@media (min-width: 1024px) {
  .ecs__component-footer .ecs_accessibility_icons__list-item {
    padding: 0 8px;
  }
}

.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--left .ecs_component__content-block__column-gallery, .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--right .ecs_component__content-block__column-gallery,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--left .ecs_component__content-block__column-gallery,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--right .ecs_component__content-block__column-gallery {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--left .ecs_component__content-block__gallery, .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--right .ecs_component__content-block__gallery,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--left .ecs_component__content-block__gallery,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--right .ecs_component__content-block__gallery {
  margin-top: -48px;
}
@media (min-width: 1024px) {
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--left .ecs_component__content-block__gallery, .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--right .ecs_component__content-block__gallery,
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--left .ecs_component__content-block__gallery,
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--right .ecs_component__content-block__gallery {
    margin-top: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--left .ecs_component__content-block__columns,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--left .ecs_component__content-block__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--left .ecs_component__content-block__columns,
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--left .ecs_component__content-block__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--left .ecs_component__content-block__column-gallery,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--left .ecs_component__content-block__column-gallery {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--left .ecs_component__content-block__gallery,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--left .ecs_component__content-block__gallery {
  -webkit-transform: translateX(16px) translateY(48px);
          transform: translateX(16px) translateY(48px);
}
@media (min-width: 1024px) {
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--left .ecs_component__content-block__gallery,
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--left .ecs_component__content-block__gallery {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--left .ecs_component__content-block__content-wrap,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--left .ecs_component__content-block__content-wrap {
  position: relative;
}
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--left .ecs_component__content-block__content-wrap:before,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--left .ecs_component__content-block__content-wrap:before {
  content: url(2df5129865cf1d1575bd.svg);
  display: none;
  height: auto;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: translateY(50%) scale(0.625);
          transform: translateY(50%) scale(0.625);
}
@media (min-width: 1024px) {
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--left .ecs_component__content-block__content-wrap:before,
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--left .ecs_component__content-block__content-wrap:before {
    display: block;
    -webkit-transform: translateY(50%) scale(1);
            transform: translateY(50%) scale(1);
  }
}
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--left .ecs_component__content-block__content-wrap:before,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--left .ecs_component__content-block__content-wrap:before {
  bottom: 100%;
  left: 24px;
  right: auto;
}
@media (min-width: 768px) {
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--left .ecs_component__content-block__content-wrap:before,
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--left .ecs_component__content-block__content-wrap:before {
    left: 48px;
  }
}
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--right .ecs_component__content-block__gallery,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--right .ecs_component__content-block__gallery {
  -webkit-transform: translateX(-16px) translateY(48px);
          transform: translateX(-16px) translateY(48px);
}
@media (min-width: 1024px) {
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--right .ecs_component__content-block__gallery,
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--right .ecs_component__content-block__gallery {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--right .ecs_component__content-block__column-gallery,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--right .ecs_component__content-block__column-gallery {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--right .ecs_component__content-block__content-wrap,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--right .ecs_component__content-block__content-wrap {
  position: relative;
}
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--right .ecs_component__content-block__content-wrap:before,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--right .ecs_component__content-block__content-wrap:before {
  content: url(2df5129865cf1d1575bd.svg);
  display: none;
  height: auto;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: translateY(50%) scale(0.625);
          transform: translateY(50%) scale(0.625);
}
@media (min-width: 1024px) {
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--right .ecs_component__content-block__content-wrap:before,
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--right .ecs_component__content-block__content-wrap:before {
    display: block;
    -webkit-transform: translateY(50%) scale(1);
            transform: translateY(50%) scale(1);
  }
}
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--right .ecs_component__content-block__content-wrap:before,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--right .ecs_component__content-block__content-wrap:before {
  bottom: 100%;
  left: auto;
  right: 24px;
}
@media (min-width: 768px) {
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block .content1--right .ecs_component__content-block__content-wrap:before,
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock .content1--right .ecs_component__content-block__content-wrap:before {
    right: 48px;
  }
}
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block__gallery,
.ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock__gallery {
  min-width: calc(100% + 32px);
}
@media (min-width: 1024px) {
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs_component__content-block__gallery,
  .ecs_components__container-component-contentblock:not(.ecs_components__container-component-contentblock.no_overlap) .ecs__component-contentblock__gallery {
    min-width: calc(100% + 192px);
  }
}
@media (max-width: 768px) {
  .ecs_components__container-component-contentblock.no_overlap .ecs_component__content-block__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ecs_components__container-component-contentblock.no_overlap .ecs_component__content-block__columns .column {
    width: calc(100% - 16px);
  }
}
.ecs_components__container-component-contentblock.no_overlap .ecs_component__content-block__content-wrap {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.ecs_components__container-component-contentblock.no_overlap .ecs_component__content-block__list-title.h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
.ecs_components__container-component-contentblock.no_overlap .ecs_component__content-block .ecs_list-item-link:hover, .ecs_components__container-component-contentblock.no_overlap .ecs_component__content-block .ecs_list-item-link:focus-visible {
  color: #06142c;
}
.ecs_components__container-component-contentblock.no_overlap .ecs_component__content-block__list-item {
  color: #696a6d;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  padding-left: 40px;
}
.ecs_components__container-component-contentblock.no_overlap .ecs_component__content-block__list-item::before {
  background-image: url(b300b4123a6bb5092808.svg);
  background-size: cover;
  content: "";
  height: 21px;
  left: 8px;
  position: absolute;
  width: 21px;
}
@media (min-width: 1024px) {
  .ecs_components__container-component-contentblock.no_overlap .ecs_component__content-block__list-item {
    padding-left: 32px;
  }
  .ecs_components__container-component-contentblock.no_overlap .ecs_component__content-block__list-item::before {
    left: 0;
  }
}

.ecs_component__content-block .column,
.ecs__component-contentblock .column {
  position: relative;
}
@media (max-width: 1023px) {
  .ecs_component__content-block .column,
  .ecs__component-contentblock .column {
    width: 100%;
  }
}
.ecs_component__content-block__columns.columns,
.ecs__component-contentblock__columns.columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .ecs_component__content-block__columns.columns,
  .ecs__component-contentblock__columns.columns {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs_component__content-block__column-gallery .ecs_picture,
.ecs__component-contentblock__column-gallery .ecs_picture {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ecs_component__content-block__column-gallery .ecs_img,
.ecs__component-contentblock__column-gallery .ecs_img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.ecs_component__content-block .slick-list,
.ecs_component__content-block .slick-track,
.ecs_component__content-block .slick-slider,
.ecs_component__content-block .slick-slide,
.ecs_component__content-block .slick-slide > div,
.ecs__component-contentblock .slick-list,
.ecs__component-contentblock .slick-track,
.ecs__component-contentblock .slick-slider,
.ecs__component-contentblock .slick-slide,
.ecs__component-contentblock .slick-slide > div {
  height: 100%;
}
.ecs_component__content-block .slick-slide,
.ecs__component-contentblock .slick-slide {
  min-height: 400px;
}
.ecs_component__content-block .slick-slide > div,
.ecs__component-contentblock .slick-slide > div {
  position: relative;
  width: 100%;
}
.ecs_component__content-block .slick-slide > div .ecs_component__content-block__slide,
.ecs__component-contentblock .slick-slide > div .ecs_component__content-block__slide {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.ecs_component__content-block__content-wrap,
.ecs__component-contentblock__content-wrap {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.0588235294);
  padding: 24px;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media (min-width: 1024px) {
  .ecs_component__content-block__content-wrap,
  .ecs__component-contentblock__content-wrap {
    margin: 48px 0;
    padding: 48px;
  }
}
.ecs_component__content-block__content-wrap:before,
.ecs__component-contentblock__content-wrap:before {
  bottom: 100%;
  left: 24px;
}
@media (min-width: 768px) {
  .ecs_component__content-block__content-wrap:before,
  .ecs__component-contentblock__content-wrap:before {
    left: 48px;
  }
}
.ecs_component__content-block__content-wrap .ecs_image_wrap,
.ecs__component-contentblock__content-wrap .ecs_image_wrap {
  margin-bottom: 32px;
}
.ecs_component__content-block__content,
.ecs__component-contentblock__content {
  color: #696a6d;
}
.ecs_component__content-block__content:not(:last-child),
.ecs__component-contentblock__content:not(:last-child) {
  margin-bottom: 40px;
}
.ecs_component__content-block .ecs_hr,
.ecs__component-contentblock .ecs_hr {
  background-color: #d2d5d9;
  margin: 56px 0;
}
.ecs_component__content-block__gallery,
.ecs__component-contentblock__gallery {
  border-radius: 4px;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.ecs_component__content-block__image,
.ecs_component__content-block .slick-slide,
.ecs__component-contentblock__image,
.ecs__component-contentblock .slick-slide {
  height: 100%;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.ecs_component__content-block__link,
.ecs__component-contentblock__link {
  white-space: normal;
}
.ecs_component__content-block__link-wrap .button,
.ecs__component-contentblock__link-wrap .button {
  margin: 0 8px 8px 0;
}
.ecs_component__content-block .slick-list,
.ecs__component-contentblock .slick-list {
  line-height: 0;
}
.ecs_component__content-block .slick-arrow,
.ecs__component-contentblock .slick-arrow {
  display: none !important;
}

.ecs_contentblock_subsections .ecs_content {
  margin-bottom: 16px;
}
.ecs_contentblock_subsections .ecs_component__content-block__link-wrap .btn {
  background-color: unset;
  border: 0;
  color: #06142c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 16px;
  padding: 16px 16px 16px 0;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
}
.ecs_contentblock_subsections .ecs_component__content-block__link-wrap .btn:hover, .ecs_contentblock_subsections .ecs_component__content-block__link-wrap .btn:focus {
  color: #051023;
}

@media (min-width: 1024px) {
  .ecs_pet_policy_image .ecs_component__content-block__gallery {
    min-height: 640px;
  }
}
.ecs_pet_policy_image .ecs_component__content-block__content-wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.emo .ecs_component__content-block {
  padding: 40px;
}
.emo .ecs_component__content-block__content-wrap {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 40px;
}
.emo .ecs_component__content-block__content-wrap:before {
  visibility: hidden;
}
.emo .ecs_img {
  margin: auto;
}

.emo .ecs_component__component-content-repeater {
  padding: 40px;
}
.emo .ecs_component__component-content-repeater .ecs_content_wrapper {
  border-bottom: solid 1px rgba(105, 106, 109, 0.1882352941);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.emo .ecs_component__component-content-repeater .ecs_content_wrapper:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.emo .ecs_component__component-content-repeater .ecs_content_wrapper:nth-child(even) .ecs_content_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.emo .ecs_component__component-content-repeater .ecs_content_wrapper .ecs_h2 {
  font-size: 20px;
  font-weight: 500;
}
.emo .ecs_component__component-content-repeater .ecs_content_wrapper .ecs_h3 {
  color: #06142c;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.emo .ecs_component__component-content-repeater .ecs_content_wrapper .ecs_h4 {
  color: #696a6d;
  font-size: 14px;
  font-weight: 500;
}
.emo .ecs_component__component-content-repeater .ecs_content_wrapper .ecs_p {
  font-size: 14px;
}
.emo .ecs_component__component-content-repeater .ecs__component-wrapper hr:last-child {
  display: none;
}
@media (max-width: 768px) {
  .emo .ecs_component__component-content-repeater .ecs_content_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ecs_components__container-component-cards .ecs__component {
  padding: 24px;
}
@media (min-width: 1024px) {
  .ecs_components__container-component-cards .ecs__component {
    padding: 40px 80px;
  }
}

@media (max-width: 768px) {
  .ecs_vertical_scroll .ecs__component-cards.ecs__component-cards__gallery,
  .property-home .ecs__component-cards.ecs__component-cards__gallery,
  .property-page .ecs__component-cards.ecs__component-cards__gallery {
    padding: 0;
  }
  .ecs_vertical_scroll .ecs_component__cards__wrap,
  .property-home .ecs_component__cards__wrap,
  .property-page .ecs_component__cards__wrap {
    display: unset;
  }
}

@media (max-width: 1024px) {
  .ecs_scroll_at_laptop .ecs_component__card {
    min-width: 45vw;
  }
}
@media (max-width: 768px) {
  .ecs_scroll_at_laptop .ecs_component__card {
    min-width: 80vw;
  }
}
.ecs_scroll_at_laptop .ecs_component__card__content-wrap {
  padding: 24px;
}
@media (min-width: 1024px) {
  .ecs_scroll_at_laptop .ecs_component__card_gallery {
    height: 240px;
  }
}
@media (max-width: 1024px) {
  .ecs_scroll_at_laptop .ecs_component__cards__wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: auto;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .ecs_scroll_at_laptop .ecs_component__cards__wrap.is-centered {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .ecs_scroll_at_laptop .ecs_component__cards__wrap.is-multiline {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.ecs_components__container-component-cards.ecs_background_partial_black {
  position: relative;
  z-index: 1;
}
.ecs_components__container-component-cards.ecs_background_partial_black:after {
  background-color: #2d2d2d;
  background-image: url(9a71eeb9755c8cd757ff.jpg);
  background-position: center;
  background-size: cover;
  content: "";
  height: 300px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.ecs_components__container-component-cards.ecs_background_partial_black:after {
  border-bottom: 4px solid #204877;
  bottom: 0;
  left: 0;
}
.ecs_components__container-component-cards.ecs_background_partial_black:after {
  background: none;
  background-color: #2d2d2d;
}
.ecs_components__container-component-cards.ecs_side_scroll .ecs__component {
  overflow: hidden;
  overflow-y: visible;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .ecs_components__container-component-cards.ecs_side_scroll .ecs__component {
    padding: 40px 80px;
  }
}
.ecs_components__container-component-cards.ecs_side_scroll .ecs_component__cards__intro {
  padding: 0 24px;
}
.ecs_components__container-component-cards.ecs_side_scroll .ecs_component__cards__wrap.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 4px;
  overflow: auto;
}
@media (min-width: 768px) {
  .ecs_components__container-component-cards.ecs_side_scroll .ecs_component__cards__wrap.columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: visible;
  }
}
.ecs_components__container-component-cards.ecs_side_scroll .ecs_component__card__wrap {
  width: calc(100vw - 64px);
}
@media (min-width: 768px) {
  .ecs_components__container-component-cards.ecs_side_scroll .ecs_component__card__wrap {
    width: 100%;
  }
}

.ecs_card__wrap {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs_card__wrap:hover, .ecs_card__wrap:focus, .ecs_card__wrap:active {
  outline: none !important;
}
.ecs_card__wrap:hover, .ecs_card__wrap:focus {
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
}

.ecs_component__cards__wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: auto;
  overflow-y: visible;
  padding: 0;
  padding-bottom: 24px;
}
@media (min-width: 769px) {
  .ecs_component__cards__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: visible;
    padding-bottom: 0;
  }
}
.ecs_component__cards__wrap.is-centered {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 769px) {
  .ecs_component__cards__wrap.is-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ecs_component__cards__wrap.is-multiline {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 769px) {
  .ecs_component__cards__wrap.is-multiline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ecs_component__cards__intro {
  padding: 0;
}
.ecs_component__cards__intro:not(.ecs_component__cards__intro:last-child) {
  margin-bottom: 32px;
}

.ecs_component__card {
  min-width: calc(90vw - 48px);
}
@media (min-width: 425px) {
  .ecs_component__card {
    min-width: 68vw;
  }
}
@media (min-width: 769px) {
  .ecs_component__card {
    min-width: 0;
  }
}
.ecs_component__card.ecs_a .ecs_component__card__wrap:hover, .ecs_component__card.ecs_a .ecs_component__card__wrap:focus, .ecs_component__card.ecs_a .ecs_component__card__wrap:active {
  outline: none !important;
}
.ecs_component__card.ecs_a .ecs_component__card__wrap:hover, .ecs_component__card.ecs_a .ecs_component__card__wrap:focus, .ecs_component__card.ecs_a .ecs_component__card__wrap:active {
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
}
.ecs_component__card.ecs_a .ecs_component__card__wrap:hover .ecs_card_ctaspan:after, .ecs_component__card.ecs_a .ecs_component__card__wrap:focus .ecs_card_ctaspan:after, .ecs_component__card.ecs_a .ecs_component__card__wrap:active .ecs_card_ctaspan:after {
  background-color: #06142c;
  color: #fff;
}
.ecs_component__card.ecs_a .ecs_card_ctaspan {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 20px;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 28px;
  width: 100%;
}
.ecs_component__card.ecs_a .ecs_card_ctaspan:after {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 1px solid #06142c;
  color: #06142c;
  content: "\e802";
  font-family: "griffis-icon-font";
  padding: 8px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs_component__card__wrap {
  background-color: #fff;
  border: 1px solid #e9ebec;
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs_component__card__gallery {
  height: 350px;
  overflow: hidden;
}
.ecs_component__card__image,
.ecs_component__card .slick-slide, .ecs_component__card__slider {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.ecs_component__card .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.ecs_component__card .slick-arrow,
.ecs_component__card .slick-dots {
  display: none !important;
}
.ecs_component__card__column-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.ecs_component__card__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}
@media (min-width: 1024px) {
  .ecs_component__card__content-wrap {
    height: 100%;
    padding: 32px;
  }
}
.ecs_component__card .ecs_component__content-block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ecs_component__card .ecs_component__content-block__cta .ecs_card_ctaspan {
  line-height: 20px;
}

.ecs_components__container .ecs__component.ecs__component-hero {
  padding: 16px 8px;
}
@media (min-width: 1024px) {
  .ecs_components__container .ecs__component.ecs__component-hero {
    padding: 24px;
    padding-top: 8px;
  }
}

@media (min-width: 768px) {
  .ecs__component-hero {
    min-height: calc(100vh - 260px);
  }
  .ecs__component-hero > .hero.ecs_hero {
    min-height: inherit;
  }
  .ecs__component-hero.ecs__component-hero__single_image_with_marketsearch {
    height: calc(100vh - 165px);
  }
}
@media (min-width: 1024px) {
  .ecs__component-hero.ecs__component-hero__single_image_with_marketsearch {
    height: calc(100vh - 144px);
  }
}
.ecs__component-hero .hero,
.ecs__component-hero .ecs_hero {
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 480px;
  padding: 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .ecs__component-hero .hero,
  .ecs__component-hero .ecs_hero {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .ecs__component-hero .hero,
  .ecs__component-hero .ecs_hero {
    padding: 48px;
  }
}
.ecs__component-hero .hero_background,
.ecs__component-hero .ecs_hero_background {
  border-radius: 4px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.ecs__component-hero .hero_background .ecs_hero_singleimage,
.ecs__component-hero .ecs_hero_background .ecs_hero_singleimage {
  height: 100%;
  position: relative;
  width: 100%;
}
.ecs__component-hero .hero_background .ecs_hero_singleimage .ecs_picture,
.ecs__component-hero .ecs_hero_background .ecs_hero_singleimage .ecs_picture {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ecs__component-hero .hero_background .ecs_hero_singleimage .ecs_img,
.ecs__component-hero .ecs_hero_background .ecs_hero_singleimage .ecs_img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.ecs__component-hero .hero_background .ecs_hero_video,
.ecs__component-hero .ecs_hero_background .ecs_hero_video {
  display: none;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@supports not (-webkit-touch-callout: none) {
  @media (min-width: 768px) {
    .ecs__component-hero .hero_background .ecs_hero_video,
    .ecs__component-hero .ecs_hero_background .ecs_hero_video {
      display: block;
    }
  }
}
.ecs__component-hero .hero_background .ecs_hero_video .ecs_video,
.ecs__component-hero .ecs_hero_background .ecs_hero_video .ecs_video {
  height: 100vh;
}
.ecs__component-hero .hero_background .ecs_hero_video .plyr,
.ecs__component-hero .ecs_hero_background .ecs_hero_video .plyr {
  height: 100%;
}
.ecs__component-hero .hero_background .ecs_hero_video .plyr__video-wrapper,
.ecs__component-hero .ecs_hero_background .ecs_hero_video .plyr__video-wrapper {
  height: 100%;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}
.ecs__component-hero .hero_background .ecs_hero_video .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container,
.ecs__component-hero .ecs_hero_background .ecs_hero_video .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 300vh;
}
.ecs__component-hero .hero_background .ecs_hero_video .plyr__video-wrapper iframe,
.ecs__component-hero .ecs_hero_background .ecs_hero_video .plyr__video-wrapper iframe {
  height: 56.25vw; /* 9:16 as a percentage */
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  width: 177.77777778vh; /* 16:9 as a percentage */
}
@media (min-width: 1024px) {
  .ecs__component-hero .hero_background .ecs_hero_video .plyr__video-wrapper iframe,
  .ecs__component-hero .ecs_hero_background .ecs_hero_video .plyr__video-wrapper iframe {
    min-width: 100%;
  }
}
.ecs__component-hero .hero_background .ecs_hero_slider .ecs_img,
.ecs__component-hero .hero_background .ecs_hero_slider .ecs_picture,
.ecs__component-hero .hero_background .ecs_hero_slider .slick-slide,
.ecs__component-hero .ecs_hero_background .ecs_hero_slider .ecs_img,
.ecs__component-hero .ecs_hero_background .ecs_hero_slider .ecs_picture,
.ecs__component-hero .ecs_hero_background .ecs_hero_slider .slick-slide {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.ecs__component-hero .hero_background .ecs_hero_slider .slick-arrow,
.ecs__component-hero .ecs_hero_background .ecs_hero_slider .slick-arrow {
  display: none !important;
}
.ecs__component-hero .hero__content, .ecs__component-hero .hero__ctas,
.ecs__component-hero .ecs_hero__content,
.ecs__component-hero .ecs_hero__ctas {
  pointer-events: auto;
}
.ecs__component-hero .hero__content,
.ecs__component-hero .ecs_hero__content {
  z-index: 3;
}
.ecs__component-hero .hero__content:not(.ecs__component-hero .hero__content:last-child,
.ecs__component-hero .ecs_hero__content:last-child),
.ecs__component-hero .ecs_hero__content:not(.ecs__component-hero .hero__content:last-child,
.ecs__component-hero .ecs_hero__content:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .ecs__component-hero .hero__content:not(.ecs__component-hero .hero__content:last-child,
  .ecs__component-hero .ecs_hero__content:last-child),
  .ecs__component-hero .ecs_hero__content:not(.ecs__component-hero .hero__content:last-child,
  .ecs__component-hero .ecs_hero__content:last-child) {
    margin-bottom: 48px;
  }
}
.ecs__component-hero .hero__content .ecs_h2,
.ecs__component-hero .hero__content .ecs_h3,
.ecs__component-hero .hero__content .ecs_p,
.ecs__component-hero .ecs_hero__content .ecs_h2,
.ecs__component-hero .ecs_hero__content .ecs_h3,
.ecs__component-hero .ecs_hero__content .ecs_p {
  margin-bottom: 0;
}
.ecs__component-hero .hero__content .ecs_h2:not(.ecs__component-hero .hero__content .ecs_h2:last-child,
.ecs__component-hero .hero__content .ecs_h3:last-child,
.ecs__component-hero .hero__content .ecs_p:last-child,
.ecs__component-hero .ecs_hero__content .ecs_h2:last-child,
.ecs__component-hero .ecs_hero__content .ecs_h3:last-child,
.ecs__component-hero .ecs_hero__content .ecs_p:last-child),
.ecs__component-hero .hero__content .ecs_h3:not(.ecs__component-hero .hero__content .ecs_h2:last-child,
.ecs__component-hero .hero__content .ecs_h3:last-child,
.ecs__component-hero .hero__content .ecs_p:last-child,
.ecs__component-hero .ecs_hero__content .ecs_h2:last-child,
.ecs__component-hero .ecs_hero__content .ecs_h3:last-child,
.ecs__component-hero .ecs_hero__content .ecs_p:last-child),
.ecs__component-hero .hero__content .ecs_p:not(.ecs__component-hero .hero__content .ecs_h2:last-child,
.ecs__component-hero .hero__content .ecs_h3:last-child,
.ecs__component-hero .hero__content .ecs_p:last-child,
.ecs__component-hero .ecs_hero__content .ecs_h2:last-child,
.ecs__component-hero .ecs_hero__content .ecs_h3:last-child,
.ecs__component-hero .ecs_hero__content .ecs_p:last-child),
.ecs__component-hero .ecs_hero__content .ecs_h2:not(.ecs__component-hero .hero__content .ecs_h2:last-child,
.ecs__component-hero .hero__content .ecs_h3:last-child,
.ecs__component-hero .hero__content .ecs_p:last-child,
.ecs__component-hero .ecs_hero__content .ecs_h2:last-child,
.ecs__component-hero .ecs_hero__content .ecs_h3:last-child,
.ecs__component-hero .ecs_hero__content .ecs_p:last-child),
.ecs__component-hero .ecs_hero__content .ecs_h3:not(.ecs__component-hero .hero__content .ecs_h2:last-child,
.ecs__component-hero .hero__content .ecs_h3:last-child,
.ecs__component-hero .hero__content .ecs_p:last-child,
.ecs__component-hero .ecs_hero__content .ecs_h2:last-child,
.ecs__component-hero .ecs_hero__content .ecs_h3:last-child,
.ecs__component-hero .ecs_hero__content .ecs_p:last-child),
.ecs__component-hero .ecs_hero__content .ecs_p:not(.ecs__component-hero .hero__content .ecs_h2:last-child,
.ecs__component-hero .hero__content .ecs_h3:last-child,
.ecs__component-hero .hero__content .ecs_p:last-child,
.ecs__component-hero .ecs_hero__content .ecs_h2:last-child,
.ecs__component-hero .ecs_hero__content .ecs_h3:last-child,
.ecs__component-hero .ecs_hero__content .ecs_p:last-child) {
  margin-bottom: 24px;
}
.ecs__component-hero .hero .ecs_hero_overlay,
.ecs__component-hero .hero .hero__overlay,
.ecs__component-hero .ecs_hero .ecs_hero_overlay,
.ecs__component-hero .ecs_hero .hero__overlay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.88%, rgba(0, 0, 0, 0)), color-stop(85.42%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.88%, rgba(0, 0, 0, 0.6) 85.42%);
  border-radius: 4px;
  display: none;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.ecs__component-hero .ecs_hero_container,
.ecs__component-hero .hero__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  width: calc(100% - 32px);
  z-index: 3;
}
@media (min-width: 768px) {
  .ecs__component-hero .ecs_hero_container,
  .ecs__component-hero .hero__container {
    width: 100%;
  }
}
.ecs__component-hero.ecs__component-hero__single_image {
  margin-bottom: 64px;
}
.ecs__component-hero.ecs__component-hero__single_image .hero__container {
  bottom: -45px;
}
@media (min-width: 768px) {
  .ecs__component-hero.ecs__component-hero__single_image {
    margin-bottom: 48px;
  }
}
.ecs__component-hero .ecs_h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.55);
}
.ecs__component-hero .ecs_p {
  text-align: center;
}
.ecs__component-hero .ecs_market_search .ecs_search_wrap .nice-select.ecs_select .list {
  bottom: auto;
  top: 100%;
}
.ecs__component-hero .ecs_fuzzy_finder,
.ecs__component-hero .ecs_market_search {
  padding: 16px;
}
.ecs__component-hero .ecs_fuzzy_finder,
.ecs__component-hero .ecs_market_search,
.ecs__component-hero .hero__ctas {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  max-width: 820px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-hero .ecs_fuzzy_finder,
  .ecs__component-hero .ecs_market_search,
  .ecs__component-hero .hero__ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs__component-hero .ecs_fuzzy_finder .button,
.ecs__component-hero .ecs_market_search .button,
.ecs__component-hero .hero__ctas .button {
  background-color: #06142c;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.ecs__component-hero .ecs_fuzzy_finder .button:hover, .ecs__component-hero .ecs_fuzzy_finder .button:focus, .ecs__component-hero .ecs_fuzzy_finder .button:active,
.ecs__component-hero .ecs_market_search .button:hover,
.ecs__component-hero .ecs_market_search .button:focus,
.ecs__component-hero .ecs_market_search .button:active,
.ecs__component-hero .hero__ctas .button:hover,
.ecs__component-hero .hero__ctas .button:focus,
.ecs__component-hero .hero__ctas .button:active {
  outline: none !important;
}
.ecs__component-hero .ecs_fuzzy_finder .button:hover, .ecs__component-hero .ecs_fuzzy_finder .button:focus,
.ecs__component-hero .ecs_market_search .button:hover,
.ecs__component-hero .ecs_market_search .button:focus,
.ecs__component-hero .hero__ctas .button:hover,
.ecs__component-hero .hero__ctas .button:focus {
  background-color: #051023;
  border-color: #051023;
  color: #fff;
}
.ecs__component-hero .ecs_fuzzy_finder .button:hover,
.ecs__component-hero .ecs_market_search .button:hover,
.ecs__component-hero .hero__ctas .button:hover {
  background-color: #11397d;
  border-color: #11397d;
}
.ecs__component-hero .ecs_fuzzy_finder .nice-select,
.ecs__component-hero .ecs_market_search .nice-select,
.ecs__component-hero .hero__ctas .nice-select {
  border: 1px solid #d2d5d9;
  width: 100%;
}
.ecs__component-hero .ecs_fuzzy_finder .nice-select:hover, .ecs__component-hero .ecs_fuzzy_finder .nice-select:focus, .ecs__component-hero .ecs_fuzzy_finder .nice-select:active,
.ecs__component-hero .ecs_market_search .nice-select:hover,
.ecs__component-hero .ecs_market_search .nice-select:focus,
.ecs__component-hero .ecs_market_search .nice-select:active,
.ecs__component-hero .hero__ctas .nice-select:hover,
.ecs__component-hero .hero__ctas .nice-select:focus,
.ecs__component-hero .hero__ctas .nice-select:active {
  outline: none !important;
}
.ecs__component-hero .ecs_fuzzy_finder .nice-select:hover, .ecs__component-hero .ecs_fuzzy_finder .nice-select:active, .ecs__component-hero .ecs_fuzzy_finder .nice-select.open,
.ecs__component-hero .ecs_market_search .nice-select:hover,
.ecs__component-hero .ecs_market_search .nice-select:active,
.ecs__component-hero .ecs_market_search .nice-select.open,
.ecs__component-hero .hero__ctas .nice-select:hover,
.ecs__component-hero .hero__ctas .nice-select:active,
.ecs__component-hero .hero__ctas .nice-select.open {
  border: 1px solid #06142c;
}
.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap,
.ecs__component-hero .ecs_fuzzy_finder .ecs_search_button,
.ecs__component-hero .ecs_market_search .ecs_search_wrap,
.ecs__component-hero .ecs_market_search .ecs_search_button,
.ecs__component-hero .hero__ctas .ecs_search_wrap,
.ecs__component-hero .hero__ctas .ecs_search_button {
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap,
  .ecs__component-hero .ecs_fuzzy_finder .ecs_search_button,
  .ecs__component-hero .ecs_market_search .ecs_search_wrap,
  .ecs__component-hero .ecs_market_search .ecs_search_button,
  .ecs__component-hero .hero__ctas .ecs_search_wrap,
  .ecs__component-hero .hero__ctas .ecs_search_button {
    width: auto;
  }
}
.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap,
.ecs__component-hero .ecs_market_search .ecs_search_wrap,
.ecs__component-hero .hero__ctas .ecs_search_wrap {
  position: relative;
}
.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap:not(.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap:last-child,
.ecs__component-hero .ecs_market_search .ecs_search_wrap:last-child,
.ecs__component-hero .hero__ctas .ecs_search_wrap:last-child),
.ecs__component-hero .ecs_market_search .ecs_search_wrap:not(.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap:last-child,
.ecs__component-hero .ecs_market_search .ecs_search_wrap:last-child,
.ecs__component-hero .hero__ctas .ecs_search_wrap:last-child),
.ecs__component-hero .hero__ctas .ecs_search_wrap:not(.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap:last-child,
.ecs__component-hero .ecs_market_search .ecs_search_wrap:last-child,
.ecs__component-hero .hero__ctas .ecs_search_wrap:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap:not(.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap:last-child,
  .ecs__component-hero .ecs_market_search .ecs_search_wrap:last-child,
  .ecs__component-hero .hero__ctas .ecs_search_wrap:last-child),
  .ecs__component-hero .ecs_market_search .ecs_search_wrap:not(.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap:last-child,
  .ecs__component-hero .ecs_market_search .ecs_search_wrap:last-child,
  .ecs__component-hero .hero__ctas .ecs_search_wrap:last-child),
  .ecs__component-hero .hero__ctas .ecs_search_wrap:not(.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap:last-child,
  .ecs__component-hero .ecs_market_search .ecs_search_wrap:last-child,
  .ecs__component-hero .hero__ctas .ecs_search_wrap:last-child) {
    margin-bottom: 0;
  }
}
.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap .nice-select,
.ecs__component-hero .ecs_market_search .ecs_search_wrap .nice-select,
.ecs__component-hero .hero__ctas .ecs_search_wrap .nice-select {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 14px;
  padding-left: 40px;
  padding-top: 14px;
}
.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap .nice-select:after,
.ecs__component-hero .ecs_market_search .ecs_search_wrap .nice-select:after,
.ecs__component-hero .hero__ctas .ecs_search_wrap .nice-select:after {
  font-size: 14px;
}
.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap .nice-select .list,
.ecs__component-hero .ecs_market_search .ecs_search_wrap .nice-select .list,
.ecs__component-hero .hero__ctas .ecs_search_wrap .nice-select .list {
  bottom: 100%;
  top: auto;
}
.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap .ecs_icon,
.ecs__component-hero .ecs_market_search .ecs_search_wrap .ecs_icon,
.ecs__component-hero .hero__ctas .ecs_search_wrap .ecs_icon {
  font-size: 24px;
  left: 11px;
  position: absolute;
  top: calc(50% + 16px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}
.ecs__component-hero .ecs_fuzzy_finder .ecs_search_wrap .ecs_icon.sif-marker:before,
.ecs__component-hero .ecs_market_search .ecs_search_wrap .ecs_icon.sif-marker:before,
.ecs__component-hero .hero__ctas .ecs_search_wrap .ecs_icon.sif-marker:before {
  content: "\e82c";
}
.ecs__component-hero .ecs_fuzzy_finder .ecs_search_column,
.ecs__component-hero .ecs_market_search .ecs_search_column,
.ecs__component-hero .hero__ctas .ecs_search_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.ecs__component-hero .ecs_fuzzy_finder .ecs_search_column.column,
.ecs__component-hero .ecs_market_search .ecs_search_column.column,
.ecs__component-hero .hero__ctas .ecs_search_column.column {
  padding: 0;
}
@media (min-width: 1024px) {
  .ecs__component-hero .ecs_fuzzy_finder .ecs_search_column:not(.ecs__component-hero .ecs_fuzzy_finder .ecs_search_column:last-child,
  .ecs__component-hero .ecs_market_search .ecs_search_column:last-child,
  .ecs__component-hero .hero__ctas .ecs_search_column:last-child),
  .ecs__component-hero .ecs_market_search .ecs_search_column:not(.ecs__component-hero .ecs_fuzzy_finder .ecs_search_column:last-child,
  .ecs__component-hero .ecs_market_search .ecs_search_column:last-child,
  .ecs__component-hero .hero__ctas .ecs_search_column:last-child),
  .ecs__component-hero .hero__ctas .ecs_search_column:not(.ecs__component-hero .ecs_fuzzy_finder .ecs_search_column:last-child,
  .ecs__component-hero .ecs_market_search .ecs_search_column:last-child,
  .ecs__component-hero .hero__ctas .ecs_search_column:last-child) {
    padding-right: 16px;
  }
}
.ecs__component-hero .ecs_fuzzy_finder .ecs_search_submit,
.ecs__component-hero .ecs_market_search .ecs_search_submit,
.ecs__component-hero .hero__ctas .ecs_search_submit {
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-hero .ecs_fuzzy_finder .ecs_search_submit,
  .ecs__component-hero .ecs_market_search .ecs_search_submit,
  .ecs__component-hero .hero__ctas .ecs_search_submit {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .ecs__component-hero .hero__ctas {
    width: auto;
  }
}
.ecs__component-hero .hero__ctas .ecs_button,
.ecs__component-hero .hero__ctas .ecs_hero_ctas_columns {
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-hero .hero__ctas .ecs_button,
  .ecs__component-hero .hero__ctas .ecs_hero_ctas_columns {
    width: auto;
  }
}
.ecs__component-hero .hero__ctas .ecs_hero_ctas_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 860px;
  padding: 16px;
}
@media (min-width: 1024px) {
  .ecs__component-hero .hero__ctas .ecs_hero_ctas_columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ipad .ecs__component-hero .hero_background .ecs_hero_video .plyr__video-wrapper iframe,
.ipad .ecs__component-hero .ecs_hero_background .ecs_hero_video .plyr__video-wrapper iframe {
  -webkit-transform: translate(-50%, -42%);
          transform: translate(-50%, -42%);
}
@media (min-width: 1024px) {
  .ipad .ecs__component-hero .hero_background .ecs_hero_video .plyr__video-wrapper iframe,
  .ipad .ecs__component-hero .ecs_hero_background .ecs_hero_video .plyr__video-wrapper iframe {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.ecs_components__container .ecs__component.ecs_component__component-amenities {
  padding: 0;
}
@media (min-width: 1280px) {
  .ecs_components__container .ecs__component.ecs_component__component-amenities {
    padding: 80px;
  }
}

.ecs_component__component-amenities .column {
  position: relative;
}
.ecs_component__component-amenities__columns {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.ecs_component__component-amenities__amenities-column {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.0588235294);
  margin: 0 8px;
  margin-top: -24px;
  padding: 24px;
  position: relative;
  width: calc(100% - 16px);
  z-index: 3;
}
.ecs_component__component-amenities__amenities-column:before {
  content: url(2df5129865cf1d1575bd.svg);
  display: none;
  height: auto;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: translateY(50%) scale(0.625);
          transform: translateY(50%) scale(0.625);
}
@media (min-width: 1024px) {
  .ecs_component__component-amenities__amenities-column:before {
    display: block;
    -webkit-transform: translateY(50%) scale(1);
            transform: translateY(50%) scale(1);
  }
}
.ecs_component__component-amenities__amenities-column:before {
  bottom: 100%;
  left: auto;
  right: 24px;
}
@media (min-width: 768px) {
  .ecs_component__component-amenities__amenities-column:before {
    right: 48px;
  }
}
@media (min-width: 1280px) {
  .ecs_component__component-amenities__amenities-column {
    bottom: -64px;
    margin: 40px 0;
    margin-top: 40px;
    max-width: 440px;
    padding: 40px;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
.ecs_component__component-amenities__content:not(:last-child) {
  margin-bottom: 24px;
}
.ecs_component__component-amenities__amenities-content, .ecs_component__component-amenities__amenities-disclaimer {
  color: #696a6d;
}
.ecs_component__component-amenities__amenities-content:not(.ecs_component__component-amenities__amenities-content:last-child, .ecs_component__component-amenities__amenities-disclaimer:last-child), .ecs_component__component-amenities__amenities-disclaimer:not(.ecs_component__component-amenities__amenities-content:last-child, .ecs_component__component-amenities__amenities-disclaimer:last-child) {
  margin-bottom: 24px;
}
.ecs_component__component-amenities__amenities {
  list-style: disc;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}
.ecs_component__component-amenities__amenities .amenity {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  position: relative;
}
.ecs_component__component-amenities__amenities .amenity:not(.ecs_component__component-amenities__amenities .amenity:last-child) {
  margin-bottom: 24px;
}
.ecs_component__component-amenities__amenities .amenity__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  margin-left: -38px;
  padding-right: 14px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ecs_component__component-amenities__amenities .amenity__icons {
    margin-left: -42px;
  }
}
.ecs_component__component-amenities__amenities .amenity__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs_component__component-amenities__amenities .amenity__link:hover, .ecs_component__component-amenities__amenities .amenity__link:focus, .ecs_component__component-amenities__amenities .amenity__link:active {
  outline: none !important;
}
.ecs_component__component-amenities__amenities .amenity__link:hover, .ecs_component__component-amenities__amenities .amenity__link:focus-visible {
  color: #06142c;
}
.ecs_component__component-amenities__amenities .amenity__link--more {
  color: #06142c;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: inherit;
  padding: 0 16px;
  position: relative;
  text-transform: uppercase;
  top: 0;
}
.ecs_component__component-amenities__amenities .amenity--image, .ecs_component__component-amenities__amenities .amenity--video, .ecs_component__component-amenities__amenities .amenity--embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ecs_component__component-amenities__amenities-titlewrap {
  display: block;
}
.ecs_component__component-amenities__amenities-video {
  background-color: #06142c;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs_component__component-amenities__amenities-video:hover, .ecs_component__component-amenities__amenities-video:focus, .ecs_component__component-amenities__amenities-video:active {
  background-color: #000;
  color: #fff;
}
.ecs_component__component-amenities__amenities-video:hover:hover, .ecs_component__component-amenities__amenities-video:hover:focus, .ecs_component__component-amenities__amenities-video:hover:active, .ecs_component__component-amenities__amenities-video:focus:hover, .ecs_component__component-amenities__amenities-video:focus:focus, .ecs_component__component-amenities__amenities-video:focus:active, .ecs_component__component-amenities__amenities-video:active:hover, .ecs_component__component-amenities__amenities-video:active:focus, .ecs_component__component-amenities__amenities-video:active:active {
  outline: none !important;
}
.ecs_component__component-amenities__amenities-title {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 24px;
  color: #000;
  display: inline-block;
  margin-right: 16px;
}
@media (min-width: 1024px) {
  .ecs_component__component-amenities__amenities-title {
    font-size: 30px;
  }
}
.ecs_component__component-amenities__amenities-disclaimer {
  color: #8d9096;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}
.ecs_component__component-amenities__gallery-column {
  border-radius: 4px;
  height: auto;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1280px) {
  .ecs_component__component-amenities__gallery-column {
    margin-bottom: 112px;
    width: 80%;
  }
}
.ecs_component__component-amenities__image,
.ecs_component__component-amenities .slick-slide {
  aspect-ratio: 1.86;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.ecs_component__component-amenities .slick-dots {
  display: none !important;
}
.ecs_component__component-amenities .slick-list {
  line-height: 0;
}
.ecs_component__component-amenities .slick-arrow {
  display: none !important;
}

@media (min-width: 1280px) {
  .columned_amenities .ecs_component__component-amenities__amenities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columned_amenities .ecs_component__component-amenities__amenities .amenity {
    padding-right: 4%;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .columned_amenities .ecs_component__component-amenities__amenities .amenity {
    padding-right: 4%;
    width: 33%;
  }
}
.columned_amenities .ecs_component__component-amenities__amenities-column {
  margin: 0 auto;
  margin-top: -24px;
  position: relative;
}
@media (min-width: 1280px) {
  .columned_amenities .ecs_component__component-amenities__amenities-column {
    bottom: auto;
    max-width: none;
    width: calc(100% - 160px);
  }
}
@media (min-width: 1280px) {
  .columned_amenities .ecs_component__component-amenities__gallery-column {
    margin-bottom: 0;
    width: 100%;
  }
}
.columned_amenities .ecs_component__component-amenities:before {
  bottom: auto;
  top: calc(100% - 16px);
}

.column_reverse .ecs_component__component-amenities__columns {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 1280px) {
  .column_reverse .ecs_component__component-amenities__amenities-column {
    position: relative;
    left: 0;
    position: absolute;
    right: auto;
  }
  .column_reverse .ecs_component__component-amenities__amenities-column:before {
    content: url(2df5129865cf1d1575bd.svg);
    display: none;
    height: auto;
    line-height: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    -webkit-transform: translateY(50%) scale(0.625);
            transform: translateY(50%) scale(0.625);
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .column_reverse .ecs_component__component-amenities__amenities-column:before {
    display: block;
    -webkit-transform: translateY(50%) scale(1);
            transform: translateY(50%) scale(1);
  }
}
@media (min-width: 1280px) {
  .column_reverse .ecs_component__component-amenities__amenities-column:before {
    left: auto;
    right: 24px;
    top: calc(100% - 16px);
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .column_reverse .ecs_component__component-amenities__amenities-column:before {
    right: 48px;
  }
}
.column_reverse .ecs_component__component-amenities__amenities-column:before {
  top: -64px;
}
@media (min-width: 1280px) {
  .column_reverse .ecs_component__component-amenities__amenities-column:before {
    top: calc(100% - 32px);
  }
}

.pets_layout .ecs_component__component-amenities__amenities-column {
  position: relative;
}
.pets_layout .ecs_component__component-amenities__amenities-column:before {
  content: url(2df5129865cf1d1575bd.svg);
  display: none;
  height: auto;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: translateY(50%) scale(0.625);
          transform: translateY(50%) scale(0.625);
}
@media (min-width: 1024px) {
  .pets_layout .ecs_component__component-amenities__amenities-column:before {
    display: block;
    -webkit-transform: translateY(50%) scale(1);
            transform: translateY(50%) scale(1);
  }
}
.pets_layout .ecs_component__component-amenities__amenities-column:before {
  bottom: 100%;
  left: auto;
  right: 24px;
}
@media (min-width: 768px) {
  .pets_layout .ecs_component__component-amenities__amenities-column:before {
    right: 48px;
  }
}
@media (min-width: 1280px) {
  .pets_layout .ecs_component__component-amenities__amenities-column {
    bottom: 140px;
    left: -80px;
    margin: auto;
    position: absolute !important;
  }
}
.pets_layout .ecs_component__component-amenities__gallery-column {
  margin-bottom: 0;
  width: 100%;
}
.pets_layout .ecs_component__component-amenities__gallery-wrap {
  aspect-ratio: 1.87;
}
.pets_layout .ecs_component__component-amenities__gallery-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1280px) {
  .pets_layout .ecs_component__component-amenities__columns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.bg__primary {
  position: relative;
}
.bg__primary:after {
  background-color: #2d2d2d;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg__primary:after {
  background-color: #2d2d2d;
}
.bg__primary:after {
  height: 66%;
}
.bg__primary:before {
  background-color: #204877;
  content: "";
  height: 8px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.bg__primary:before {
  background-color: #204877;
}

.ecs_components__container .ecs__component.ecs__component-pageintro {
  padding: 16px 8px;
}
@media (min-width: 1024px) {
  .ecs_components__container .ecs__component.ecs__component-pageintro {
    padding: 24px;
    padding-top: 8px;
  }
}

.ecs__component-pageintro {
  padding: 32px;
}
.ecs__component-pageintro__hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1280px) {
  .ecs__component-pageintro__hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs__component-pageintro__hero__intro-content {
  color: #696a6d;
}
.ecs__component-pageintro__hero__wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.0588235294);
  margin: 0 16px;
  margin-top: -32px;
  padding: 24px;
  z-index: 3;
}
.ecs__component-pageintro__hero__wrapper:before {
  content: url(2df5129865cf1d1575bd.svg);
  display: none;
  height: auto;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: translateY(50%) scale(0.625);
          transform: translateY(50%) scale(0.625);
}
@media (min-width: 1024px) {
  .ecs__component-pageintro__hero__wrapper:before {
    display: block;
    -webkit-transform: translateY(50%) scale(1);
            transform: translateY(50%) scale(1);
  }
}
.ecs__component-pageintro__hero__wrapper:before {
  bottom: 100%;
  left: auto;
  right: 24px;
}
@media (min-width: 768px) {
  .ecs__component-pageintro__hero__wrapper:before {
    right: 48px;
  }
}
.ecs__component-pageintro__hero__wrapper:before {
  display: block;
}
@media (min-width: 1280px) {
  .ecs__component-pageintro__hero__wrapper {
    margin: auto;
    margin-left: -150px;
    padding: 40px;
    width: calc(100% + 150px);
  }
}
.ecs__component-pageintro__hero__headline {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .ecs__component-pageintro__hero__headline {
    font-size: 30px;
  }
}
.ecs__component-pageintro__hero__intro-line {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 20px;
}
.ecs__component-pageintro__hero__content__item-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #06142c;
  color: #06142c;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", serif;
  padding: 16px 24px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #06142c;
  color: #fff;
}
.ecs__component-pageintro__hero__content__item-link:hover, .ecs__component-pageintro__hero__content__item-link:focus, .ecs__component-pageintro__hero__content__item-link:active {
  outline: none !important;
}
.ecs__component-pageintro__hero__content__item-link:hover, .ecs__component-pageintro__hero__content__item-link:focus, .ecs__component-pageintro__hero__content__item-link.btn--active, .ecs__component-pageintro__hero__content__item-link.ecs_active {
  background-color: #06142c;
  color: #fff;
}
.ecs__component-pageintro__hero__content__item-link:hover, .ecs__component-pageintro__hero__content__item-link:focus, .ecs__component-pageintro__hero__content__item-link:active {
  outline: none !important;
}
.ecs__component-pageintro__hero__content__item-link:hover, .ecs__component-pageintro__hero__content__item-link:focus {
  background-color: transparent;
  color: #06142c;
}
.ecs__component-pageintro__hero__content__item-link:hover, .ecs__component-pageintro__hero__content__item-link:focus, .ecs__component-pageintro__hero__content__item-link:active {
  outline: none !important;
}
.ecs__component-pageintro__hero__content__item-link:hover, .ecs__component-pageintro__hero__content__item-link:focus {
  background-color: #051023;
  border-color: #051023;
  color: #fff;
}
.ecs__component-pageintro__hero__messaging:not(.ecs__component-pageintro__hero__messaging:last-child) {
  margin-bottom: 24px;
}
.ecs__component-pageintro .ecs__component-pageintro__herobackground {
  border-radius: 4px;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1280px) {
  .ecs__component-pageintro .ecs__component-pageintro__herobackground {
    min-height: max(60vh, 500px);
    min-width: calc(100% - 300px);
    width: auto;
  }
}
.ecs__component-pageintro .ecs_img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  width: 100%;
}

.ecs_component__gallery__intro-content,
.ecs__component__gallery__intro-content {
  color: #696a6d;
}
.ecs_component__gallery__intro-content:not(.ecs_component__gallery__intro-content:last-child,
.ecs__component__gallery__intro-content:last-child),
.ecs__component__gallery__intro-content:not(.ecs_component__gallery__intro-content:last-child,
.ecs__component__gallery__intro-content:last-child) {
  margin-bottom: 40px;
}
.ecs_component__gallery__intro-content .ecs_h2,
.ecs_component__gallery__intro-content .ecs_h3,
.ecs__component__gallery__intro-content .ecs_h2,
.ecs__component__gallery__intro-content .ecs_h3 {
  color: #000;
}
.ecs_component__gallery__navigation,
.ecs__component__gallery__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  padding: 0;
}
@media (min-width: 1024px) {
  .ecs_component__gallery__navigation,
  .ecs__component__gallery__navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 40px;
  }
}
.ecs_component__gallery__navigation .nice-select,
.ecs__component__gallery__navigation .nice-select {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 24px;
  padding-right: 40px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs_component__gallery__navigation .nice-select,
  .ecs__component__gallery__navigation .nice-select {
    width: auto;
  }
}
.ecs_component__gallery__select-wrap,
.ecs__component__gallery__select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs_component__gallery__select-wrap,
  .ecs__component__gallery__select-wrap {
    margin: 0 8px;
    width: auto;
  }
}
.ecs_component__gallery__select-wrap:not(.ecs_component__gallery__select-wrap:last-child,
.ecs__component__gallery__select-wrap:last-child),
.ecs__component__gallery__select-wrap:not(.ecs_component__gallery__select-wrap:last-child,
.ecs__component__gallery__select-wrap:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .ecs_component__gallery__select-wrap:not(.ecs_component__gallery__select-wrap:last-child,
  .ecs__component__gallery__select-wrap:last-child):not(.ecs_component__gallery__select-wrap:not(.ecs_component__gallery__select-wrap:last-child,
  .ecs__component__gallery__select-wrap:last-child):last-child,
  .ecs__component__gallery__select-wrap:not(.ecs_component__gallery__select-wrap:last-child,
  .ecs__component__gallery__select-wrap:last-child):last-child),
  .ecs__component__gallery__select-wrap:not(.ecs_component__gallery__select-wrap:last-child,
  .ecs__component__gallery__select-wrap:last-child):not(.ecs_component__gallery__select-wrap:not(.ecs_component__gallery__select-wrap:last-child,
  .ecs__component__gallery__select-wrap:last-child):last-child,
  .ecs__component__gallery__select-wrap:not(.ecs_component__gallery__select-wrap:last-child,
  .ecs__component__gallery__select-wrap:last-child):last-child) {
    margin-bottom: 0;
  }
}
.ecs_component__gallery__label,
.ecs__component__gallery__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ecs_component__gallery__buttons,
.ecs__component__gallery__buttons {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs_component__gallery__buttons,
  .ecs__component__gallery__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs_component__gallery__buttons .button,
.ecs__component__gallery__buttons .button {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs_component__gallery__buttons .button,
  .ecs__component__gallery__buttons .button {
    width: auto;
  }
}
.ecs_component__gallery__item, .ecs_component__gallery__item-wrap,
.ecs__component__gallery__item,
.ecs__component__gallery__item-wrap {
  display: block;
  width: 100%;
}
.ecs_component__gallery__item:hover, .ecs_component__gallery__item:focus, .ecs_component__gallery__item:active, .ecs_component__gallery__item-wrap:hover, .ecs_component__gallery__item-wrap:focus, .ecs_component__gallery__item-wrap:active,
.ecs__component__gallery__item:hover,
.ecs__component__gallery__item:focus,
.ecs__component__gallery__item:active,
.ecs__component__gallery__item-wrap:hover,
.ecs__component__gallery__item-wrap:focus,
.ecs__component__gallery__item-wrap:active {
  outline: none !important;
}
.ecs_component__gallery__item > .ecs_component__gallery__item,
.ecs_component__gallery__item > .ecs__component__gallery__item, .ecs_component__gallery__item-wrap > .ecs_component__gallery__item,
.ecs_component__gallery__item-wrap > .ecs__component__gallery__item,
.ecs__component__gallery__item > .ecs_component__gallery__item,
.ecs__component__gallery__item > .ecs__component__gallery__item,
.ecs__component__gallery__item-wrap > .ecs_component__gallery__item,
.ecs__component__gallery__item-wrap > .ecs__component__gallery__item {
  aspect-ratio: 1.75;
  height: 100%;
  width: 100%;
}
.ecs_component__gallery__item .ecs_img,
.ecs_component__gallery__item img, .ecs_component__gallery__item-wrap .ecs_img,
.ecs_component__gallery__item-wrap img,
.ecs__component__gallery__item .ecs_img,
.ecs__component__gallery__item img,
.ecs__component__gallery__item-wrap .ecs_img,
.ecs__component__gallery__item-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  width: 100%;
}
.ecs_component__gallery__item.videos-and-tours .overlay, .ecs_component__gallery__item-wrap.videos-and-tours .overlay,
.ecs__component__gallery__item.videos-and-tours .overlay,
.ecs__component__gallery__item-wrap.videos-and-tours .overlay {
  opacity: 100%;
}
.ecs_component__gallery__item .overlay, .ecs_component__gallery__item-wrap .overlay,
.ecs__component__gallery__item .overlay,
.ecs__component__gallery__item-wrap .overlay {
  background-color: transparent;
}
.ecs_component__gallery__item .overlay:hover, .ecs_component__gallery__item .overlay:focus, .ecs_component__gallery__item .overlay:active, .ecs_component__gallery__item-wrap .overlay:hover, .ecs_component__gallery__item-wrap .overlay:focus, .ecs_component__gallery__item-wrap .overlay:active,
.ecs__component__gallery__item .overlay:hover,
.ecs__component__gallery__item .overlay:focus,
.ecs__component__gallery__item .overlay:active,
.ecs__component__gallery__item-wrap .overlay:hover,
.ecs__component__gallery__item-wrap .overlay:focus,
.ecs__component__gallery__item-wrap .overlay:active {
  outline: none !important;
}
.ecs_component__gallery__item .overlay:hover, .ecs_component__gallery__item .overlay:focus, .ecs_component__gallery__item-wrap .overlay:hover, .ecs_component__gallery__item-wrap .overlay:focus,
.ecs__component__gallery__item .overlay:hover,
.ecs__component__gallery__item .overlay:focus,
.ecs__component__gallery__item-wrap .overlay:hover,
.ecs__component__gallery__item-wrap .overlay:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
.ecs_component__gallery__item .overlay .icon,
.ecs_component__gallery__item .overlay .ecs_icon, .ecs_component__gallery__item-wrap .overlay .icon,
.ecs_component__gallery__item-wrap .overlay .ecs_icon,
.ecs__component__gallery__item .overlay .icon,
.ecs__component__gallery__item .overlay .ecs_icon,
.ecs__component__gallery__item-wrap .overlay .icon,
.ecs__component__gallery__item-wrap .overlay .ecs_icon {
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 8px 16px;
}
.ecs_component__gallery__item .overlay .sif-camera-fill:before, .ecs_component__gallery__item-wrap .overlay .sif-camera-fill:before,
.ecs__component__gallery__item .overlay .sif-camera-fill:before,
.ecs__component__gallery__item-wrap .overlay .sif-camera-fill:before {
  content: "\e822" !important;
}
.ecs_component__gallery__item .overlay .ecs_gallery_caption, .ecs_component__gallery__item-wrap .overlay .ecs_gallery_caption,
.ecs__component__gallery__item .overlay .ecs_gallery_caption,
.ecs__component__gallery__item-wrap .overlay .ecs_gallery_caption {
  color: #fff;
  display: none;
}
.ecs_component__gallery__item.video:hover, .ecs_component__gallery__item.video:focus, .ecs_component__gallery__item.video:active, .ecs_component__gallery__item.virtualtour:hover, .ecs_component__gallery__item.virtualtour:focus, .ecs_component__gallery__item.virtualtour:active, .ecs_component__gallery__item.videos-tours:hover, .ecs_component__gallery__item.videos-tours:focus, .ecs_component__gallery__item.videos-tours:active, .ecs_component__gallery__item-wrap.video:hover, .ecs_component__gallery__item-wrap.video:focus, .ecs_component__gallery__item-wrap.video:active, .ecs_component__gallery__item-wrap.virtualtour:hover, .ecs_component__gallery__item-wrap.virtualtour:focus, .ecs_component__gallery__item-wrap.virtualtour:active, .ecs_component__gallery__item-wrap.videos-tours:hover, .ecs_component__gallery__item-wrap.videos-tours:focus, .ecs_component__gallery__item-wrap.videos-tours:active,
.ecs__component__gallery__item.video:hover,
.ecs__component__gallery__item.video:focus,
.ecs__component__gallery__item.video:active,
.ecs__component__gallery__item.virtualtour:hover,
.ecs__component__gallery__item.virtualtour:focus,
.ecs__component__gallery__item.virtualtour:active,
.ecs__component__gallery__item.videos-tours:hover,
.ecs__component__gallery__item.videos-tours:focus,
.ecs__component__gallery__item.videos-tours:active,
.ecs__component__gallery__item-wrap.video:hover,
.ecs__component__gallery__item-wrap.video:focus,
.ecs__component__gallery__item-wrap.video:active,
.ecs__component__gallery__item-wrap.virtualtour:hover,
.ecs__component__gallery__item-wrap.virtualtour:focus,
.ecs__component__gallery__item-wrap.virtualtour:active,
.ecs__component__gallery__item-wrap.videos-tours:hover,
.ecs__component__gallery__item-wrap.videos-tours:focus,
.ecs__component__gallery__item-wrap.videos-tours:active {
  outline: none !important;
}
.ecs_component__gallery__item.video:hover .overlay, .ecs_component__gallery__item.video:focus-visible .overlay, .ecs_component__gallery__item.virtualtour:hover .overlay, .ecs_component__gallery__item.virtualtour:focus-visible .overlay, .ecs_component__gallery__item.videos-tours:hover .overlay, .ecs_component__gallery__item.videos-tours:focus-visible .overlay, .ecs_component__gallery__item-wrap.video:hover .overlay, .ecs_component__gallery__item-wrap.video:focus-visible .overlay, .ecs_component__gallery__item-wrap.virtualtour:hover .overlay, .ecs_component__gallery__item-wrap.virtualtour:focus-visible .overlay, .ecs_component__gallery__item-wrap.videos-tours:hover .overlay, .ecs_component__gallery__item-wrap.videos-tours:focus-visible .overlay,
.ecs__component__gallery__item.video:hover .overlay,
.ecs__component__gallery__item.video:focus-visible .overlay,
.ecs__component__gallery__item.virtualtour:hover .overlay,
.ecs__component__gallery__item.virtualtour:focus-visible .overlay,
.ecs__component__gallery__item.videos-tours:hover .overlay,
.ecs__component__gallery__item.videos-tours:focus-visible .overlay,
.ecs__component__gallery__item-wrap.video:hover .overlay,
.ecs__component__gallery__item-wrap.video:focus-visible .overlay,
.ecs__component__gallery__item-wrap.virtualtour:hover .overlay,
.ecs__component__gallery__item-wrap.virtualtour:focus-visible .overlay,
.ecs__component__gallery__item-wrap.videos-tours:hover .overlay,
.ecs__component__gallery__item-wrap.videos-tours:focus-visible .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.ecs_component__gallery__item.video .overlay, .ecs_component__gallery__item.virtualtour .overlay, .ecs_component__gallery__item.videos-tours .overlay, .ecs_component__gallery__item-wrap.video .overlay, .ecs_component__gallery__item-wrap.virtualtour .overlay, .ecs_component__gallery__item-wrap.videos-tours .overlay,
.ecs__component__gallery__item.video .overlay,
.ecs__component__gallery__item.virtualtour .overlay,
.ecs__component__gallery__item.videos-tours .overlay,
.ecs__component__gallery__item-wrap.video .overlay,
.ecs__component__gallery__item-wrap.virtualtour .overlay,
.ecs__component__gallery__item-wrap.videos-tours .overlay {
  opacity: 1;
}
.ecs_component__gallery .overlay .icon,
.ecs_component__gallery .overlay .ecs_icon,
.ecs__component__gallery .overlay .icon,
.ecs__component__gallery .overlay .ecs_icon {
  font-size: 24px;
}

.ecs_components__container .ecs__component.ecs__component-fullwidthcontent {
  padding: 8px;
}
@media (min-width: 1024px) {
  .ecs_components__container .ecs__component.ecs__component-fullwidthcontent {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .ecs_components__container-component-fullwidthcontent.offset_left .ecs__component-fullwidthcontent .ecs__component-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .ecs_components__container-component-fullwidthcontent.offset_right .ecs__component-fullwidthcontent .ecs__component-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.ecs__component-fullwidthcontent {
  position: relative;
  z-index: 1;
}
.ecs__component-fullwidthcontent .ecs__component-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ecs__component-fullwidthcontent-imagewrap {
  aspect-ratio: 1.3;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1024px) {
  .ecs__component-fullwidthcontent-imagewrap {
    aspect-ratio: auto;
    border-bottom: 8px solid #204877;
    border-radius: 0;
    height: calc(100% - 80px);
    position: absolute;
  }
}
.ecs__component-fullwidthcontent-imagewrap .ecs_img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  width: 100%;
}
.ecs__component-fullwidthcontent-content-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
  margin-top: -16px;
  padding: 24px;
  position: relative;
  text-align: unset;
  width: calc(100% - 32px);
  z-index: 3;
}
.ecs__component-fullwidthcontent-content-wrap:before {
  content: url(2df5129865cf1d1575bd.svg);
  display: none;
  height: auto;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: translateY(50%) scale(0.625);
          transform: translateY(50%) scale(0.625);
}
@media (min-width: 1024px) {
  .ecs__component-fullwidthcontent-content-wrap:before {
    display: block;
    -webkit-transform: translateY(50%) scale(1);
            transform: translateY(50%) scale(1);
  }
}
.ecs__component-fullwidthcontent-content-wrap:before {
  left: auto;
  right: 24px;
  top: calc(100% - 16px);
}
@media (min-width: 768px) {
  .ecs__component-fullwidthcontent-content-wrap:before {
    right: 48px;
  }
}
@media (min-width: 1024px) {
  .ecs__component-fullwidthcontent-content-wrap {
    margin: 80px;
    margin-bottom: 126px;
    margin-top: -40px;
    max-width: 500px;
    padding: 48px;
    width: 100%;
  }
}
.ecs__component-fullwidthcontent-content-wrap:before {
  top: calc(100% - 64px);
}
@media (min-width: 1024px) {
  .ecs__component-fullwidthcontent-content-wrap:before {
    display: none;
  }
}
.ecs__component-fullwidthcontent-headline {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .ecs__component-fullwidthcontent-headline {
    font-size: 30px;
  }
}
.ecs__component-fullwidthcontent-introline:not(.ecs__component-fullwidthcontent-introline:last-child, .ecs__component-fullwidthcontent-content:last-child, .ecs__component-fullwidthcontent-counters:last-child, .ecs__component-fullwidthcontent-cards:last-child, .ecs__component-fullwidthcontent-orderedlist:last-child,
.ecs__component-fullwidthcontent .ecs__components__ctas:last-child), .ecs__component-fullwidthcontent-content:not(.ecs__component-fullwidthcontent-introline:last-child, .ecs__component-fullwidthcontent-content:last-child, .ecs__component-fullwidthcontent-counters:last-child, .ecs__component-fullwidthcontent-cards:last-child, .ecs__component-fullwidthcontent-orderedlist:last-child,
.ecs__component-fullwidthcontent .ecs__components__ctas:last-child), .ecs__component-fullwidthcontent-counters:not(.ecs__component-fullwidthcontent-introline:last-child, .ecs__component-fullwidthcontent-content:last-child, .ecs__component-fullwidthcontent-counters:last-child, .ecs__component-fullwidthcontent-cards:last-child, .ecs__component-fullwidthcontent-orderedlist:last-child,
.ecs__component-fullwidthcontent .ecs__components__ctas:last-child), .ecs__component-fullwidthcontent-cards:not(.ecs__component-fullwidthcontent-introline:last-child, .ecs__component-fullwidthcontent-content:last-child, .ecs__component-fullwidthcontent-counters:last-child, .ecs__component-fullwidthcontent-cards:last-child, .ecs__component-fullwidthcontent-orderedlist:last-child,
.ecs__component-fullwidthcontent .ecs__components__ctas:last-child), .ecs__component-fullwidthcontent-orderedlist:not(.ecs__component-fullwidthcontent-introline:last-child, .ecs__component-fullwidthcontent-content:last-child, .ecs__component-fullwidthcontent-counters:last-child, .ecs__component-fullwidthcontent-cards:last-child, .ecs__component-fullwidthcontent-orderedlist:last-child,
.ecs__component-fullwidthcontent .ecs__components__ctas:last-child),
.ecs__component-fullwidthcontent .ecs__components__ctas:not(.ecs__component-fullwidthcontent-introline:last-child, .ecs__component-fullwidthcontent-content:last-child, .ecs__component-fullwidthcontent-counters:last-child, .ecs__component-fullwidthcontent-cards:last-child, .ecs__component-fullwidthcontent-orderedlist:last-child,
.ecs__component-fullwidthcontent .ecs__components__ctas:last-child) {
  margin-bottom: 24px;
}
.ecs__component-fullwidthcontent-content {
  color: #696a6d;
}
.ecs__component-fullwidthcontent .ecs__components__ctas a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #06142c;
  color: #06142c;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", serif;
  padding: 16px 24px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs__component-fullwidthcontent .ecs__components__ctas a:hover, .ecs__component-fullwidthcontent .ecs__components__ctas a:focus, .ecs__component-fullwidthcontent .ecs__components__ctas a:active {
  outline: none !important;
}
.ecs__component-fullwidthcontent .ecs__components__ctas a:hover, .ecs__component-fullwidthcontent .ecs__components__ctas a:focus, .ecs__component-fullwidthcontent .ecs__components__ctas a.btn--active, .ecs__component-fullwidthcontent .ecs__components__ctas a.ecs_active {
  background-color: #06142c;
  color: #fff;
}

.ecs_fullwidth_image_only.ecs_components__container .ecs__component {
  padding: 80px 24px;
}
.ecs_fullwidth_image_only.ecs_components__container .ecs__component[data-ecs-component=component-fullwidthcontent] {
  padding: 0;
}
@media (min-width: 1024px) {
  .ecs_fullwidth_image_only.ecs_components__container .ecs__component {
    padding: 40px 80px;
  }
}
.ecs_fullwidth_image_only.ecs_components__container .ecs__component-fullwidthcontent-content-wrap {
  display: none;
}
.ecs_fullwidth_image_only.ecs_components__container .ecs__component-fullwidthcontent-imagewrap {
  margin: auto;
  max-width: 1344px;
}
.ecs_fullwidth_image_only.ecs_components__container .ecs__component-fullwidthcontent-imagewrap, .ecs_fullwidth_image_only.ecs_components__container .ecs__component-fullwidthcontent-imagewrap .ecs_img {
  border: 0;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}

.ecs__component.ecs__component-fullwidthcontent.emo__content {
  margin: 0;
  padding: 0;
}
.ecs__component.ecs__component-fullwidthcontent.emo__content .ecs__component-fullwidthcontent {
  overflow: auto;
  padding: 0;
}
.ecs__component.ecs__component-fullwidthcontent.emo__content .ecs__component-fullwidthcontent .ecs__component-wrapper {
  padding: 40px 32px;
}
@media (min-width: 1024px) {
  .ecs__component.ecs__component-fullwidthcontent.emo__content .ecs__component-fullwidthcontent {
    padding: 0 40px;
  }
}
.ecs__component.ecs__component-fullwidthcontent.emo__content .ecs__component-fullwidthcontent-content-wrap {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  max-width: none;
  padding: 0;
}
@media (min-width: 768px) {
  .ecs__component.ecs__component-fullwidthcontent.emo__content .ecs__component-fullwidthcontent-content-wrap {
    padding: 0;
  }
  .ecs__component.ecs__component-fullwidthcontent.emo__content .ecs__component-fullwidthcontent-content-wrap::before {
    visibility: hidden;
  }
}
.ecs__component.ecs__component-fullwidthcontent.emo__content .ecs__component-fullwidthcontent-orderedlist {
  color: #696a6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .ecs__component.ecs__component-fullwidthcontent.emo__content .ecs__component-fullwidthcontent-orderedlist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
.ecs__component.ecs__component-fullwidthcontent.emo__content .ecs__component-fullwidthcontent-orderedlist__list-item {
  display: list-item;
  list-style: disc;
  padding-right: 0;
}
@media (min-width: 768px) {
  .ecs__component.ecs__component-fullwidthcontent.emo__content .ecs__component-fullwidthcontent-orderedlist__list-item {
    min-width: 50%;
    padding-right: 24px;
  }
}

.ecs__component-featuredpois,
.ecs_component__component-featuredpois {
  overflow: hidden;
}
.ecs__component-featuredpois.ecs__component,
.ecs_component__component-featuredpois.ecs__component {
  margin-top: 40px;
  padding: 0;
}
@media (min-width: 768px) {
  .ecs__component-featuredpois.ecs__component,
  .ecs_component__component-featuredpois.ecs__component {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .ecs__component-featuredpois.ecs__component,
  .ecs_component__component-featuredpois.ecs__component {
    padding: 40px 80px;
  }
}
.ecs__component-featuredpois__intro-wrap,
.ecs_component__component-featuredpois__intro-wrap {
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .ecs__component-featuredpois__intro-wrap,
  .ecs_component__component-featuredpois__intro-wrap {
    padding: 0;
  }
}
.ecs__component-featuredpois__intro-wrap:not(.ecs__component-featuredpois__intro-wrap:last-child,
.ecs_component__component-featuredpois__intro-wrap:last-child),
.ecs_component__component-featuredpois__intro-wrap:not(.ecs__component-featuredpois__intro-wrap:last-child,
.ecs_component__component-featuredpois__intro-wrap:last-child) {
  margin-bottom: 32px;
}
.ecs__component-featuredpois__wrap,
.ecs_component__component-featuredpois__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  overflow: auto;
  padding: 0 24px;
  padding-bottom: 24px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
@media (min-width: 1024px) {
  .ecs__component-featuredpois__wrap,
  .ecs_component__component-featuredpois__wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    overflow: visible;
    padding: 0;
    padding-bottom: 0;
  }
}
.ecs__component-featuredpois__wrap.columns.is-centered,
.ecs_component__component-featuredpois__wrap.columns.is-centered {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1024px) {
  .ecs__component-featuredpois__wrap.columns.is-centered,
  .ecs_component__component-featuredpois__wrap.columns.is-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ecs__component-featuredpois__poi,
.ecs_component__component-featuredpois__poi {
  scroll-snap-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: calc(100% - 24px);
}
@media (min-width: 768px) {
  .ecs__component-featuredpois__poi,
  .ecs_component__component-featuredpois__poi {
    min-width: calc(50% - 64px);
  }
}
@media (min-width: 1024px) {
  .ecs__component-featuredpois__poi,
  .ecs_component__component-featuredpois__poi {
    min-width: auto;
    width: auto;
  }
}
.ecs__component-featuredpois__poi.is-half-tablet, .ecs__component-featuredpois__poi.is-one-third-tablet, .ecs__component-featuredpois__poi.is-one-quarter-tablet, .ecs__component-featuredpois__poi.is-one-fifth-tablet, .ecs__component-featuredpois__poi.is-2-tablet, .ecs__component-featuredpois__poi.is-3-tablet, .ecs__component-featuredpois__poi.is-4-tablet, .ecs__component-featuredpois__poi.is-5-tablet,
.ecs_component__component-featuredpois__poi.is-half-tablet,
.ecs_component__component-featuredpois__poi.is-one-third-tablet,
.ecs_component__component-featuredpois__poi.is-one-quarter-tablet,
.ecs_component__component-featuredpois__poi.is-one-fifth-tablet,
.ecs_component__component-featuredpois__poi.is-2-tablet,
.ecs_component__component-featuredpois__poi.is-3-tablet,
.ecs_component__component-featuredpois__poi.is-4-tablet,
.ecs_component__component-featuredpois__poi.is-5-tablet {
  min-width: calc(100% - 24px);
}
@media (min-width: 1024px) {
  .ecs__component-featuredpois__poi.is-half-tablet, .ecs__component-featuredpois__poi.is-one-third-tablet, .ecs__component-featuredpois__poi.is-one-quarter-tablet, .ecs__component-featuredpois__poi.is-one-fifth-tablet, .ecs__component-featuredpois__poi.is-2-tablet, .ecs__component-featuredpois__poi.is-3-tablet, .ecs__component-featuredpois__poi.is-4-tablet, .ecs__component-featuredpois__poi.is-5-tablet,
  .ecs_component__component-featuredpois__poi.is-half-tablet,
  .ecs_component__component-featuredpois__poi.is-one-third-tablet,
  .ecs_component__component-featuredpois__poi.is-one-quarter-tablet,
  .ecs_component__component-featuredpois__poi.is-one-fifth-tablet,
  .ecs_component__component-featuredpois__poi.is-2-tablet,
  .ecs_component__component-featuredpois__poi.is-3-tablet,
  .ecs_component__component-featuredpois__poi.is-4-tablet,
  .ecs_component__component-featuredpois__poi.is-5-tablet {
    min-width: auto;
  }
}
.ecs__component-featuredpois__poi .ecs_card_wrap,
.ecs_component__component-featuredpois__poi .ecs_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ecs__component-featuredpois__poi .ecs_card_wrap:hover, .ecs__component-featuredpois__poi .ecs_card_wrap:focus, .ecs__component-featuredpois__poi .ecs_card_wrap:active,
.ecs_component__component-featuredpois__poi .ecs_card_wrap:hover,
.ecs_component__component-featuredpois__poi .ecs_card_wrap:focus,
.ecs_component__component-featuredpois__poi .ecs_card_wrap:active {
  outline: none !important;
}
.ecs__component-featuredpois__poi .ecs_card_wrap:hover .ecs_card_link_text, .ecs__component-featuredpois__poi .ecs_card_wrap:focus .ecs_card_link_text,
.ecs_component__component-featuredpois__poi .ecs_card_wrap:hover .ecs_card_link_text,
.ecs_component__component-featuredpois__poi .ecs_card_wrap:focus .ecs_card_link_text {
  text-decoration: underline;
}
.ecs__component-featuredpois__poi__description,
.ecs_component__component-featuredpois__poi__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.ecs__component-error404__image {
  margin-bottom: 48px;
}
.ecs__component-error404__content {
  margin-bottom: 40px;
}
.ecs__component-error404__content__intro {
  color: #06142c;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.ecs__component-nearbyproperties {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .ecs__component-nearbyproperties {
    margin-top: 0;
  }
}
.ecs__component-nearbyproperties__intro {
  text-align: center;
}
.ecs__component-nearbyproperties__intro:not(.ecs__component-nearbyproperties__intro:last-child) {
  margin-bottom: 32px;
}
.ecs__component-nearbyproperties__content {
  color: #696a6d;
}
.ecs__component-nearbyproperties__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  margin: 0 -24px;
  min-height: 128px;
  overflow-x: visible;
  overflow-y: hidden;
  padding: 12px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
@media (min-width: 1024px) {
  .ecs__component-nearbyproperties__cards {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    margin: 0 -12px;
    overflow: visible;
    padding: 0;
  }
}
.ecs__component-nearbyproperties__cards.columns.is-centered {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1024px) {
  .ecs__component-nearbyproperties__cards.columns.is-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ecs__component-nearbyproperties__card {
  scroll-snap-align: center;
  font-weight: 500;
  line-height: 20px;
}
.ecs__component-nearbyproperties__card.is-3-tablet, .ecs__component-nearbyproperties__card.is-one-third-tablet {
  min-width: calc(100% - 24px);
}
@media (min-width: 1024px) {
  .ecs__component-nearbyproperties__card.is-3-tablet, .ecs__component-nearbyproperties__card.is-one-third-tablet {
    min-width: unset;
  }
}
.ecs__component-nearbyproperties__card__wrap {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs__component-nearbyproperties__card__wrap:hover, .ecs__component-nearbyproperties__card__wrap:focus, .ecs__component-nearbyproperties__card__wrap:active {
  outline: none !important;
}
.ecs__component-nearbyproperties__card__wrap:hover, .ecs__component-nearbyproperties__card__wrap:focus {
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
}
.ecs__component-nearbyproperties__card__image-wrap {
  display: block;
  height: 215px;
  position: relative;
}
@media (min-width: 1024px) {
  .ecs__component-nearbyproperties__card__image-wrap {
    height: 265px;
  }
}
.ecs__component-nearbyproperties__card__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  width: 100%;
}
.ecs__component-nearbyproperties__card__title-link, .ecs__component-nearbyproperties__card__content-wrapper {
  display: block;
  padding: 0 24px;
}
.ecs__component-nearbyproperties__card__title-link:last-child, .ecs__component-nearbyproperties__card__content-wrapper:last-child {
  padding-bottom: 24px;
}
.ecs__component-nearbyproperties__card__title-link {
  padding-top: 24px;
}
@media (min-width: 1024px) {
  .ecs__component-nearbyproperties__card__title-link {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ecs__component-nearbyproperties__card__title-link .h2 {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 4px;
}
.ecs__component-nearbyproperties__card__content-wrapper {
  color: #696a6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .ecs__component-nearbyproperties__card__content-wrapper {
    padding: 24px 40px;
    padding-top: 0;
  }
}
.ecs__component-nearbyproperties__card__content:not(.ecs__component-nearbyproperties__card__content:last-child, .ecs__component-nearbyproperties__card__phone:last-child, .ecs__component-nearbyproperties__card__cta:last-child), .ecs__component-nearbyproperties__card__phone:not(.ecs__component-nearbyproperties__card__content:last-child, .ecs__component-nearbyproperties__card__phone:last-child, .ecs__component-nearbyproperties__card__cta:last-child), .ecs__component-nearbyproperties__card__cta:not(.ecs__component-nearbyproperties__card__content:last-child, .ecs__component-nearbyproperties__card__phone:last-child, .ecs__component-nearbyproperties__card__cta:last-child) {
  margin-bottom: 8px;
}
.ecs__component-nearbyproperties__card__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ecs__component-nearbyproperties__card__phone {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ecs__component-nearbyproperties__card__layouts {
  border-bottom: 1px solid #d2d5d9;
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 16px;
  width: 100%;
}
.ecs__component-nearbyproperties__card__cta {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #06142c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.ecs__component-nearbyproperties__card__cta:hover, .ecs__component-nearbyproperties__card__cta:focus, .ecs__component-nearbyproperties__card__cta:active {
  outline: none !important;
}
.ecs__component-nearbyproperties__card__cta:last-child {
  margin-top: 8px;
}
.ecs__component-nearbyproperties__card__cta:hover, .ecs__component-nearbyproperties__card__cta:focus {
  color: #06142c;
}
.ecs__component-nearbyproperties__card__cta:hover .ecs__component-nearbyproperties__card__cta-text, .ecs__component-nearbyproperties__card__cta:focus .ecs__component-nearbyproperties__card__cta-text {
  text-decoration: underline;
}

.ecs_components__container .ecs__component.ecs__component-locationsmap {
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .ecs_components__container .ecs__component.ecs__component-locationsmap {
    padding: 80px;
  }
}

.ecs__component-locationsmap > .ecs__component-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ecs__component-locationsmap__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-locationsmap__legend {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 24px;
    padding: 0;
  }
}
.ecs__component-locationsmap__legend-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% + 1.5rem);
}
@media (min-width: 1024px) {
  .ecs__component-locationsmap__legend-wrap.is-centered {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ecs__component-locationsmap__legend__labels {
  display: none;
}
.ecs__component-locationsmap__legend__label__img {
  height: 32px;
  width: auto;
}
.ecs__component-locationsmap__legend__label__text {
  color: #696a6d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-left: 8px;
  text-transform: uppercase;
}
.ecs__component-locationsmap__legend__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-locationsmap__legend__filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -8px;
  }
}
@media (min-width: 768px) {
  .ecs__component-locationsmap__legend__filter.column {
    width: 100%;
  }
}
.ecs__component-locationsmap__legend__filter .ecs_button {
  margin: 8px 0;
  padding: 8px 32px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-locationsmap__legend__filter .ecs_button {
    margin: 0 8px;
    width: auto;
  }
}
.ecs__component-locationsmap__legend__filter .ecs_button[data-ecs-components-filter-val=all] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ecs__component-locationsmap__legend__filter .ecs_button[data-ecs-components-filter-val=dining] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ecs__component-locationsmap__legend__filter .ecs_button[data-ecs-components-filter-val=services] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ecs__component-locationsmap__legend__filter .ecs_button[data-ecs-components-filter-val=recreation] {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.ecs__component-locationsmap__legend__filter .ecs_button[data-ecs-components-filter-val=entertainment] {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.ecs__component-locationsmap__legend__filter .ecs_button[data-ecs-components-filter-val=shopping] {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.ecs__component-locationsmap__map {
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
  min-height: 550px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1024px) {
  .ecs__component-locationsmap__map {
    margin-bottom: 32px;
  }
}
.ecs__component-locationsmap__cards-wrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ecs__component-locationsmap__cards {
  padding: 24px 12px;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .ecs__component-locationsmap__cards {
    margin: 0 -12px;
    padding: 0;
  }
}
.ecs__component-locationsmap__card {
  background-color: #fff;
  border: 1px solid #d2d5d9;
  border-radius: 4px;
  color: #696a6d;
  font-size: 14px;
  font-weight: 500;
  max-width: calc(100vw - 48px);
  min-width: 264px;
  padding: 24px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 100%;
}
.ecs__component-locationsmap__card:hover, .ecs__component-locationsmap__card:focus, .ecs__component-locationsmap__card:active {
  outline: none !important;
}
@media (min-width: 1024px) {
  .ecs__component-locationsmap__card {
    max-width: calc(16.66vw - 48px);
    width: 100%;
  }
}
.ecs__component-locationsmap__card:hover, .ecs__component-locationsmap__card:focus, .ecs__component-locationsmap__card.poi__active {
  border: 1px solid #06142c;
}
.ecs__component-locationsmap__card__count {
  display: none;
}
.ecs__component-locationsmap__card__name:not(.ecs__component-locationsmap__card__name:last-child, .ecs__component-locationsmap__card__address:last-child, .ecs__component-locationsmap__card__phone:last-child), .ecs__component-locationsmap__card__address:not(.ecs__component-locationsmap__card__name:last-child, .ecs__component-locationsmap__card__address:last-child, .ecs__component-locationsmap__card__phone:last-child), .ecs__component-locationsmap__card__phone:not(.ecs__component-locationsmap__card__name:last-child, .ecs__component-locationsmap__card__address:last-child, .ecs__component-locationsmap__card__phone:last-child) {
  margin-bottom: 8px;
}
.ecs__component-locationsmap__card__name {
  color: #000;
  font-size: 16px;
}
.ecs__component-locationsmap__card__address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1024px) {
  .ecs__component-locationsmap__card__address {
    height: 100%;
  }
}
.ecs__component-locationsmap__card__link {
  color: #06142c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 14px;
  text-transform: uppercase;
}
.ecs__component-locationsmap__card__link:hover, .ecs__component-locationsmap__card__link:focus, .ecs__component-locationsmap__card__link:active {
  outline: none !important;
}
.ecs__component-locationsmap__card__link:hover, .ecs__component-locationsmap__card__link:focus {
  text-decoration: underline;
}
.ecs__component-locationsmap__card__link a:hover, .ecs__component-locationsmap__card__link a:focus, .ecs__component-locationsmap__card__link a:active {
  outline: none !important;
}

.gm-style .gm-style-iw {
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
  color: #696a6d;
  font-family: "Poppins", serif !important;
  font-size: 14px;
  font-weight: 500;
  padding: 24px !important;
}
.gm-style .gm-style-iw-d {
  overflow: visible !important;
}
.gm-style .gm-style-iw button {
  right: 0 !important;
  top: 0 !important;
}
.gm-style .gm-style-iw button span {
  margin: 24px;
}

.ecs__component-residents .container {
  max-width: 985px !important;
}
.ecs__component-residents .ecs_residents_columns {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ecs__component-residents .ecs_card {
  text-align: center;
}
.ecs__component-residents .ecs_card:hover, .ecs__component-residents .ecs_card:focus, .ecs__component-residents .ecs_card:active {
  outline: none !important;
}
.ecs__component-residents .ecs_card_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #d2d5d9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 24px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs__component-residents .ecs_card_wrap:hover, .ecs__component-residents .ecs_card_wrap:focus, .ecs__component-residents .ecs_card_wrap:active {
  outline: none !important;
}
.ecs__component-residents .ecs_card_wrap:hover, .ecs__component-residents .ecs_card_wrap:focus, .ecs__component-residents .ecs_card_wrap:active {
  border: 1px solid #06142c;
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
}
.ecs__component-residents .ecs_card_image {
  height: auto;
  margin-bottom: 32px;
  width: 88px;
}

.ecs_component__slider__slide-icon {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  left: 50%;
  padding: 8px 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.ecs_component__slider__slide-icon__image {
  display: none;
}
.ecs_component__slider__slide-image {
  display: block;
  position: relative;
}

.ecs__component__component-slider__intro {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 56px;
  text-align: center;
}
.ecs__component__component-slider__headline, .ecs__component__component-slider__content {
  max-width: 746px;
}
.ecs__component__component-slider__content {
  color: #696a6d;
  font-weight: 500;
  line-height: 24px;
}
.ecs__component__component-slider__links {
  margin-top: 32px;
  text-align: center;
}
.ecs__component__component-slider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ecs__component__component-slider__wrap {
    margin-bottom: 48px;
  }
}
.ecs__component__component-slider__wrap .ecs_slide_content.is-two-thirds {
  -ms-flex-item-align: center;
      align-self: center;
}
.ecs__component__component-slider__wrap .ecs_slide_content .h2,
.ecs__component__component-slider__wrap .ecs_slide_content .ecs_h2 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}
.ecs__component__component-slider__wrap .ecs_slide_content .h2:not(.ecs__component__component-slider__wrap .ecs_slide_content .h2:last-child,
.ecs__component__component-slider__wrap .ecs_slide_content .ecs_h2:last-child),
.ecs__component__component-slider__wrap .ecs_slide_content .ecs_h2:not(.ecs__component__component-slider__wrap .ecs_slide_content .h2:last-child,
.ecs__component__component-slider__wrap .ecs_slide_content .ecs_h2:last-child) {
  margin-bottom: 24px;
}
.ecs__component__component-slider__wrap .ecs_slide_content .h3,
.ecs__component__component-slider__wrap .ecs_slide_content .ecs_h3 .button {
  color: #696a6d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 16px;
  text-transform: uppercase;
}
.ecs__component__component-slider__wrap .ecs_slide_content .h3:not(.ecs__component__component-slider__wrap .ecs_slide_content .h3:last-child,
.ecs__component__component-slider__wrap .ecs_slide_content .ecs_h3 .button:last-child),
.ecs__component__component-slider__wrap .ecs_slide_content .ecs_h3 .button:not(.ecs__component__component-slider__wrap .ecs_slide_content .h3:last-child,
.ecs__component__component-slider__wrap .ecs_slide_content .ecs_h3 .button:last-child) {
  margin-bottom: 24px;
}
.ecs__component__component-slider__wrap .ecs_slide_content .content-block__content {
  color: #696a6d;
  font-weight: 500;
  line-height: 24px;
}
.ecs__component__component-slider__wrap .ecs_slide_content .content-block__content:not(.ecs__component__component-slider__wrap .ecs_slide_content .content-block__content:last-child) {
  margin-bottom: 24px;
}
.ecs__component__component-slider__wrap .ecs_slide_content .ecs_slide_author {
  color: #06142c;
  font-size: 16px;
  line-height: 24px;
}
.ecs__component__component-slider__wrap .ecs_slide_content .ecs_slide_author:not(.ecs__component__component-slider__wrap .ecs_slide_content .ecs_slide_author:last-child) {
  margin-bottom: 4px;
}
.ecs__component__component-slider__wrap .ecs_slide_content .ecs_slide_title {
  font-style: italic;
}
.ecs__component__component-slider__wrap .ecs_slide_content .ecs_slide_title:not(.ecs__component__component-slider__wrap .ecs_slide_content .ecs_slide_title:last-child) {
  margin-bottom: 48px;
}
.ecs__component__component-slider__wrap .ecs_slide_content .button {
  border: none;
  color: #06142c;
  padding: 0;
}
.ecs__component__component-slider__wrap .ecs_slide_content .button:hover, .ecs__component__component-slider__wrap .ecs_slide_content .button:focus, .ecs__component__component-slider__wrap .ecs_slide_content .button.ecs_active {
  background-color: transparent;
  color: #051023;
}
.ecs__component__component-slider__wrap .ecs__components__slider__arrow.slick-arrow {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
}
@media (max-width: 768px) {
  .ecs__component__component-slider__wrap .ecs__components__slider__arrow.slick-arrow {
    bottom: -34px;
    left: 0%;
    position: absolute;
  }
  .ecs__component__component-slider__wrap .ecs__components__slider__arrow.slick-arrow.ecs__components__slider__arrow-right {
    left: unset;
    right: 0%;
  }
}
.ecs__component__component-slider__wrap .ecs__components__slider__arrow.slick-arrow .sif-chevron-left-bold:before,
.ecs__component__component-slider__wrap .ecs__components__slider__arrow.slick-arrow .sif-chevron-right-bold:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #696a6d;
  content: "\e015";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "studio-icon-font" !important;
  font-size: 16px;
  height: 2.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5em;
}
.ecs__component__component-slider__wrap .ecs__components__slider__arrow.slick-arrow .sif-chevron-right-bold:before {
  content: "\e016";
}
.ecs__component__component-slider__wrap .slick-dots {
  gap: 16px;
  bottom: -48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 64px);
}
.ecs__component__component-slider__wrap .slick-dots li {
  line-height: 0;
}
@media (min-width: 768px) {
  .ecs__component__component-slider__wrap .slick-dots li {
    padding: 0;
  }
}
.ecs__component__component-slider__wrap .slick-dots li:hover {
  cursor: pointer;
}
.ecs__component__component-slider__wrap .slick-dots li:hover button, .ecs__component__component-slider__wrap .slick-dots li:active button, .ecs__component__component-slider__wrap .slick-dots li.slick-active button {
  background-color: #06142c;
  height: 3px;
}
.ecs__component__component-slider__wrap .slick-dots li button {
  background-color: #8d9096;
  border: 0;
  border-radius: 0;
  color: transparent;
  height: 1px;
  overflow: hidden;
  padding: 0;
  width: 50px;
}

.ecs__component-slider__slider_block .ecs_component__slider__slide-content .ecs_slider_columns {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ecs__component-slider__slider_block .ecs_component__slider__slide-content .ecs_picture_wrap {
  height: 100%;
  width: 100%;
}
.ecs__component-slider__slider_block .ecs_component__slider__slide-content .ecs_picture_wrap .ecs_picture,
.ecs__component-slider__slider_block .ecs_component__slider__slide-content .ecs_picture_wrap .ecs_img {
  display: block;
  height: 100%;
  width: 100%;
}
.ecs__component-slider__slider_block .ecs_component__slider__slide-content .ecs_picture_wrap .ecs_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ecs__component-slider__slider_block .ecs_component__slider__slide-content .ecs_component__slider__slide-image {
  pointer-events: none;
}
@media (min-width: 768px) {
  .ecs__component-slider__slider_block .ecs_slide_content_wrap {
    margin: 64px 0;
  }
}

.ecs_components__container-component-slider.ecs_shadow_image .ecs_slider_columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ecs_components__container-component-slider.ecs_shadow_image .ecs_slide_image_wrap .ecs_component__slider__image {
  display: block;
  margin-left: 48px;
  margin-top: 48px;
}
.ecs_components__container-component-slider.ecs_shadow_image .ecs_slide_image_wrap .ecs_component__slider__slide-icon {
  left: calc(50% + 48px);
}
.ecs_components__container-component-slider.ecs_shadow_image .ecs_slide_image_wrap .ecs_picture {
  position: relative;
  height: calc(100% - 48px);
  position: relative;
  width: calc(100% - 48px);
  z-index: 1;
}
.ecs_components__container-component-slider.ecs_shadow_image .ecs_slide_image_wrap .ecs_picture:before {
  content: url(2df5129865cf1d1575bd.svg);
  display: none;
  height: auto;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: translateY(50%) scale(0.625);
          transform: translateY(50%) scale(0.625);
}
@media (min-width: 1024px) {
  .ecs_components__container-component-slider.ecs_shadow_image .ecs_slide_image_wrap .ecs_picture:before {
    display: block;
    -webkit-transform: translateY(50%) scale(1);
            transform: translateY(50%) scale(1);
  }
}
.ecs_components__container-component-slider.ecs_shadow_image .ecs_slide_image_wrap .ecs_picture:before {
  bottom: 100%;
  left: auto;
  right: 24px;
}
@media (min-width: 768px) {
  .ecs_components__container-component-slider.ecs_shadow_image .ecs_slide_image_wrap .ecs_picture:before {
    right: 48px;
  }
}
.ecs_components__container-component-slider.ecs_shadow_image .ecs_slide_image_wrap .ecs_picture:before {
  display: block;
  right: 16px;
}
.ecs_components__container-component-slider.ecs_shadow_image .ecs_slide_image_wrap .ecs_picture:after {
  background-color: #06142c;
  content: "";
  display: block;
  height: calc(66% + 24px);
  left: -30px;
  max-width: calc(100% - 48px);
  position: absolute;
  top: -30px;
  width: calc(66% + 24px);
  z-index: -1;
}
@media (max-width: 768px) {
  .ecs_components__container-component-slider.ecs_shadow_image .ecs_slide_image_wrap .ecs_picture .ecs_img {
    max-height: 500px;
    -o-object-position: top;
       object-position: top;
  }
}

@media (min-width: 768px) {
  .emo__content.ecs__component-slider {
    max-width: calc(100vw - 160px);
  }
}
.emo__content.ecs__component-slider .ecs__component-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 24px 8px;
}
@media (min-width: 768px) {
  .emo__content.ecs__component-slider .ecs__component-wrapper {
    padding: 40px;
  }
}
.emo__content.ecs__component-slider .slick-list {
  margin: 0 8px;
  min-height: 100%;
  min-width: calc(100% - 144px);
}
@media (min-width: 768px) {
  .emo__content.ecs__component-slider .slick-list {
    margin: 0 32px;
  }
}
.emo__content.ecs__component-slider .slick-dots li {
  display: none;
}
.emo__content.ecs__component-slider .slick-slide img {
  max-height: calc(100vh - 487px);
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.emo__content.ecs__component-slider .ecs_component__slider__caption {
  color: #696a6d;
  padding: 40px 0 0;
  text-align: center;
}
.emo__content.ecs__component-slider .ecs__component__component-slider__wrap {
  margin: 0;
}
.emo__content.ecs__component-slider .ecs__component-slider__slider {
  padding: 40px;
}
.emo__content.ecs__component-slider .ecs__component__component-slider__intro {
  display: block;
  margin: 0;
  text-align: left;
}
.emo__content.ecs__component-slider .sif-chevron-right:before,
.emo__content.ecs__component-slider .sif-chevron-right-bold:before {
  content: "\e016";
  font-family: "studio-icon-font" !important;
  font-size: 16px;
}
.emo__content.ecs__component-slider .sif-chevron-left:before,
.emo__content.ecs__component-slider .sif-chevron-left-bold:before {
  content: "\e015";
  font-family: "studio-icon-font" !important;
  font-size: 16px;
}
@media (max-width: 768px) {
  .emo__content.ecs__component-slider .ecs__components__slider__arrow.slick-arrow {
    position: static;
  }
}

.emo.ecs_smaller_slider .slick-slide img {
  margin: auto;
  width: 80%;
}
.emo.ecs_smaller_slider .ecs__component__component-slider__wrap {
  margin: auto;
}

.ecs_components__container-component-specials .ecs__component {
  padding: 0;
}

.fancybox-slide {
  padding: 24px;
}

.fancybox-inner {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.45);
}

.ecs_specials {
  padding: 0;
}
.ecs_specials.fancybox-content {
  max-width: 630px;
}
.ecs_specials .fancybox-close-small {
  border: 1px solid #d2d5d9;
  margin: 24px;
  padding: 24px;
}
.ecs_specials .fancybox-close-small svg {
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 24px;
}
.ecs_specials .ecs_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100dvh - 200px);
  overflow: auto;
}
.ecs_specials .ecs_content,
.ecs_specials .ecs_specials_top {
  padding: 24px;
}
.ecs_specials .ecs_specials_top {
  border-bottom: 1px solid #d2d5d9;
}
.ecs_specials .ecs_specials_title.ecs_h2 {
  font-size: 40px;
  line-height: 48px;
}
.ecs_specials .ecs_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.ecs_specials .ecs_img {
  border-radius: 3px;
}
.ecs_specials .ecs_headline.ecs_h3, .ecs_specials .ecs_headline.ecs_h2 {
  font-size: 32px;
  line-height: 32px;
}
.ecs_specials .ecs_subhead.ecs_h3, .ecs_specials .ecs_subhead.ecs_h4 {
  color: #696a6d;
  font-family: "Poppins", serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 14px;
  text-transform: uppercase;
}
.ecs_specials .ecs_message .ecs_p {
  font-size: 22px;
  line-height: 32px;
}
.ecs_specials .ecs_ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.ecs_specials .ecs_ctas .ecs_btn {
  background-color: var(--brand-default);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--brand-content-on-brand);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ecs_specials .ecs_ctas .ecs_btn:hover, .ecs_specials .ecs_ctas .ecs_btn:focus {
  background-color: var(--brand-hover);
}

.ecs_components__container-component-fees {
  background-color: #fff;
}

.ecs__component-fees,
.ecs_component__component-fees {
  text-align: center;
}
.ecs__component-fees__intro,
.ecs_component__component-fees__intro {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .ecs__component-fees__wrap,
  .ecs_component__component-fees__wrap {
    margin: 0 auto;
    max-width: 800px;
  }
}
.ecs__component-fees hr,
.ecs_component__component-fees hr {
  display: none;
}
@media (min-width: 769px) {
  .ecs__component-fees hr,
  .ecs_component__component-fees hr {
    background-color: #d2d5d9;
    display: block;
    height: 100%;
    margin: 0 0 0 -2px;
    min-height: 120px;
    width: 2px;
  }
  .ecs__component-fees hr:last-child,
  .ecs_component__component-fees hr:last-child {
    display: none;
  }
}
.ecs__component-fees__fee,
.ecs_component__component-fees__fee {
  position: relative;
}
@media (max-width: 768px) {
  .ecs__component-fees__fee,
  .ecs_component__component-fees__fee {
    margin-bottom: 12px;
    padding-bottom: 20px;
  }
}
.ecs__component-fees__fee:after,
.ecs_component__component-fees__fee:after {
  background-color: #d2d5d9;
  bottom: 0;
  height: 1px;
  left: 50%;
  max-width: 72px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .ecs__component-fees__fee:after,
  .ecs_component__component-fees__fee:after {
    content: "";
  }
}
.ecs__component-fees__fee:last-child:after,
.ecs_component__component-fees__fee:last-child:after {
  display: none;
}
.ecs__component-fees__fee__value,
.ecs_component__component-fees__fee__value {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 24px;
  color: #06142c;
  font-size: 32px;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .ecs__component-fees__fee__value,
  .ecs_component__component-fees__fee__value {
    font-size: 30px;
  }
}
.ecs__component-fees__fee__description,
.ecs_component__component-fees__fee__description {
  color: #000;
  font-weight: 500;
  margin-bottom: 4px;
}
.ecs__component-fees__fee__disclaimer,
.ecs_component__component-fees__fee__disclaimer {
  font-size: 12px;
}
.ecs__component-fees .ecs_ctas,
.ecs_component__component-fees .ecs_ctas {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.property-pets p.ecs_p.ecs_component__component-fees__fee__description {
  margin-bottom: 0;
}

.ecs_components__container-component-marketsearch .ecs__component {
  padding: 0;
  z-index: 4;
}
@media (min-width: 1024px) {
  .ecs_components__container-component-marketsearch .ecs__component {
    padding: 40px 80px;
  }
}

.ecs__component-marketsearch {
  position: relative;
}
.ecs__component-marketsearch .ecs_image_wrap {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .ecs__component-marketsearch .ecs_image_wrap {
    aspect-ratio: 2.23;
    border-radius: 4px;
  }
}
.ecs__component-marketsearch .ecs_image_wrap .ecs_img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.ecs__component-marketsearch .ecs__component-wrapper {
  margin-bottom: 16px;
  padding: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .ecs__component-marketsearch .ecs__component-wrapper {
    margin-bottom: 150px;
  }
}
.ecs__component-marketsearch .ecs_content {
  position: relative;
  display: block;
  left: 24px;
  margin-top: -32px;
  width: calc(100% - 48px);
  z-index: 2;
}
.ecs__component-marketsearch .ecs_content:before {
  content: url(2df5129865cf1d1575bd.svg);
  display: none;
  height: auto;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: translateY(50%) scale(0.625);
          transform: translateY(50%) scale(0.625);
}
@media (min-width: 1024px) {
  .ecs__component-marketsearch .ecs_content:before {
    display: block;
    -webkit-transform: translateY(50%) scale(1);
            transform: translateY(50%) scale(1);
  }
}
.ecs__component-marketsearch .ecs_content:before {
  bottom: 100%;
  left: auto;
  right: 24px;
}
@media (min-width: 768px) {
  .ecs__component-marketsearch .ecs_content:before {
    right: 48px;
  }
}
@media (min-width: 768px) {
  .ecs__component-marketsearch .ecs_content {
    bottom: -120px;
    margin-top: 0;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .ecs__component-marketsearch .ecs_content {
    left: 96px;
    width: calc(100% - 192px);
  }
}
.ecs__component-marketsearch .ecs_content .ecs_content_wrap {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 24px;
}
@media (min-width: 1024px) {
  .ecs__component-marketsearch .ecs_content .ecs_content_wrap {
    -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
            box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
    padding: 48px;
  }
}
.ecs__component-marketsearch .ecs_content .ecs_marketsearch_header {
  margin-bottom: 40px;
}
.ecs__component-marketsearch .ecs_content .ecs_marketsearch_header br {
  display: none;
}
@media (min-width: 1024px) {
  .ecs__component-marketsearch .ecs_content .ecs_marketsearch_header br {
    display: unset;
  }
}
.ecs__component-marketsearch .ecs_content .ecs_h3.ecs_marketsearch_subhead {
  font-size: 14px;
  letter-spacing: 0.1rem;
  line-height: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ecs__component-marketsearch .ecs_content .ecs_quicksearch {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .ecs__component-marketsearch .ecs_content .ecs_quicksearch {
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs__component-marketsearch .ecs_content .ecs_select_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-marketsearch .ecs_content .ecs_select_wrap {
    margin-bottom: 0;
  }
}
.ecs__component-marketsearch .ecs_content .ecs_select_wrap .ecs_icon {
  font-size: 20px;
}
.ecs__component-marketsearch .ecs_content .ecs_select_wrap .ecs_select_market:not(.open) {
  border-color: #d2d5d9;
}
.ecs__component-marketsearch .ecs_content .ecs_select_wrap .ecs_select_market .current {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 32px;
}
.ecs__component-marketsearch .ecs_content .ecs_select_wrap .ecs_label {
  display: block;
  margin-bottom: 8px;
}
.ecs__component-marketsearch .ecs_content .ecs_select_span {
  bottom: 16px;
  left: 16px;
  position: absolute;
  z-index: 10;
}
.ecs__component-marketsearch .ecs_content .ecs_submit_wrap {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-marketsearch .ecs_content .ecs_submit_wrap {
    display: inline-block;
    width: auto;
  }
}
.ecs__component-marketsearch .ecs_content .ecs_input__submit {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-marketsearch .ecs_content .ecs_input__submit {
    display: inline-block;
    width: auto;
  }
}
.ecs__component-marketsearch .ecs_content .ecs_input__submit.ecs_button_fill {
  font-size: 16px;
  padding: 15.5px 24px;
}
.ecs__component-marketsearch .ecs_content .ecs_input__submit.ecs_button_fill:hover {
  background-color: #051023;
  border-color: #051023;
  color: #fff;
}

.ecs__component-accordion .ecs_content,
.ecs__component-accordion .ecs_ctas {
  margin-bottom: 32px;
}
.ecs__component-accordion__image-wrap {
  aspect-ratio: 0.89;
  border-radius: 4px;
  overflow: hidden;
}
.ecs__component-accordion__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs__component-accordion__content {
    padding-left: 48px;
  }
}
.ecs__component-accordion .ui.styled.accordion {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d2d5d9;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.ecs__component-accordion .ui.styled.accordion .title,
.ecs__component-accordion .ui.styled.accordion .content {
  font-family: "Poppins", serif;
  padding: 24px 0;
}
.ecs__component-accordion .ui.styled.accordion .title {
  font-weight: 600;
  line-height: 1.3333em;
  margin-bottom: 16px;
  font-size: 20px;
  border-top: 1px solid #d2d5d9;
  color: #000;
  font-family: inherit;
  font-weight: 600;
  margin-bottom: 0;
  opacity: 1;
  padding-right: 40px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs__component-accordion .ui.styled.accordion .title.active {
  padding-bottom: 0;
}
.ecs__component-accordion .ui.styled.accordion .title.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.ecs__component-accordion .ui.styled.accordion .title:first-child {
  border-top: 1px solid #d2d5d9;
}
.ecs__component-accordion .ui.styled.accordion .title:before, .ecs__component-accordion .ui.styled.accordion .title:after {
  background-color: #2d2d2d;
  content: "";
  height: 1px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 18px;
}
.ecs__component-accordion .ui.styled.accordion .title:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.ecs__component-accordion .ecs__components__accordion__content:not(.ecs__component-accordion .ecs__components__accordion__content:last-child) {
  margin-bottom: 24px;
}
.ecs__component-accordion .ecs__components__accordion__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .ecs__component-accordion .ecs__components__accordion__ctas {
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ecs__component-accordion .ecs__components__accordion__cta {
  color: #06142c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ecs__component-accordion .ecs__components__accordion__cta:hover, .ecs__component-accordion .ecs__components__accordion__cta:focus, .ecs__component-accordion .ecs__components__accordion__cta:active {
  outline: none !important;
}
.ecs__component-accordion .ecs__components__accordion__cta:hover:after, .ecs__component-accordion .ecs__components__accordion__cta:focus:after {
  padding-left: 8px;
}
.ecs__component-accordion .ecs__components__accordion__cta:after {
  content: "\e809";
  font-family: "griffis-icon-font";
  font-size: 20px;
  line-height: inherit;
  padding-left: 0;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.ecs_components__container-component-accordion.emo .ecs__component-wrapper {
  padding: 8px 40px 40px;
}
.ecs_components__container-component-accordion.emo .ecs__component-accordion__column:first-child {
  display: none;
}
.ecs_components__container-component-accordion.emo .ecs__component-accordion__column:last-child {
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs_components__container-component-accordion.emo .ecs__component-accordion__content {
    padding-left: 0;
  }
}
.ecs_components__container-component-accordion.emo .ui.styled.accordion .title:first-child {
  border-top: 0;
}

.ecs__component-team .ecs_team_intro:not(.ecs__component-team .ecs_team_intro:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ecs__component-team .ecs_team_intro:not(.ecs__component-team .ecs_team_intro:last-child) {
    margin-bottom: 80px;
  }
}
.ecs__component-team .ecs_team_intro .ecs_content {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .ecs__component-team .ecs_team_intro .ecs_content {
    margin-bottom: 32px;
  }
}
.ecs__component-team__accordions .ui.accordion .title:not(.ui) {
  font-family: inherit;
}
.ecs__component-team__accordions .ui.accordion {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ecs__component-team__accordions .ui.accordion .title,
.ecs__component-team__accordions .ui.accordion .content {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: 0;
  padding: 0;
}
.ecs__component-team__accordions .ui.accordion .title:not(.ui),
.ecs__component-team__accordions .ui.accordion .content:not(.ui) {
  font-family: "Poppins", serif;
}
.ecs__component-team__accordions .active .ecs_hide_while_active {
  display: none;
}
.ecs__component-team__accordions .ecs_member_header {
  margin-bottom: 40px;
}
.ecs__component-team__accordions .ecs_h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
}
.ecs__component-team__accordions .ecs_h3 {
  color: #696a6d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .ecs__component-team__accordions .ecs_hr {
    margin: 80px 0;
  }
}
.ecs__component-team__accordions .ecs_member_description,
.ecs__component-team__accordions .ecs_member_excerpt {
  color: #696a6d;
}
.ecs__component-team__accordions .ecs_member_description:not(.ecs__component-team__accordions .ecs_member_description:last-child,
.ecs__component-team__accordions .ecs_member_excerpt:last-child),
.ecs__component-team__accordions .ecs_member_excerpt:not(.ecs__component-team__accordions .ecs_member_description:last-child,
.ecs__component-team__accordions .ecs_member_excerpt:last-child) {
  margin-bottom: 16px;
}
.ecs__component-team__accordions .ecs_member_toggle {
  background: transparent;
  border: 0;
  color: #06142c;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  outline: 0;
  padding: 0;
  text-transform: uppercase;
}
.ecs__component-team .ecs_hr {
  background-color: #d2d5d9;
  border: 0;
  height: 1px;
  outline: 0;
  padding: 0;
  width: 100%;
}

.ecs__component-territorymap .ecs_tmap_intro:not(.ecs__component-territorymap .ecs_tmap_intro:last-child) {
  margin-bottom: 40px;
}
.ecs__component-territorymap .ecs_tmap_intro .ecs_content:not(.ecs__component-territorymap .ecs_tmap_intro .ecs_content:last-child) {
  margin-bottom: 32px;
}
.ecs__component-territorymap .ecs_tmap_wrap {
  overflow: hidden;
}
.ecs__component-territorymap .ecs_tmap_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .ecs__component-territorymap .ecs_tmap_columns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .ecs__component-territorymap .ecs_tmap_columns .ecs_tmap_column {
    width: 100%;
  }
}
.ecs__component-territorymap .ecs_svg {
  height: auto;
  width: 100%;
}
.ecs__component-territorymap .ecs_map .ecs_state_shape {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke: #fff;
  fill: #e9ebec;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs__component-territorymap .ecs_map .ecs_state_dot {
  fill: #fff;
  stroke: none;
  cursor: pointer;
  position: relative;
}
.ecs__component-territorymap .ecs_map .ecs_state_number {
  fill: #000;
  cursor: pointer;
  font-weight: 600;
  -webkit-transform: translate(-50%, 25%);
          transform: translate(-50%, 25%);
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs__component-territorymap .ecs_map .ecs_listed .ecs_state_shape {
  fill: #8d9096;
}
.ecs__component-territorymap .ecs_map .ecs_listed .ecs_state_dot,
.ecs__component-territorymap .ecs_map .ecs_listed .ecs_state_number {
  display: none;
}
@media (min-width: 1024px) {
  .ecs__component-territorymap .ecs_map .ecs_listed .ecs_state_dot,
  .ecs__component-territorymap .ecs_map .ecs_listed .ecs_state_number {
    display: block;
  }
}
.ecs__component-territorymap .ecs_map .ecs_listed:hover .ecs_state_shape, .ecs__component-territorymap .ecs_map .ecs_listed.ecs_active .ecs_state_shape {
  fill: #06142c;
  cursor: pointer;
}
.ecs__component-territorymap .ecs_map .ecs_listed:hover .ecs_state_number, .ecs__component-territorymap .ecs_map .ecs_listed.ecs_active .ecs_state_number {
  fill: #06142c;
}
.ecs__component-territorymap .ui.styled.accordion {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ecs__component-territorymap .ui.styled.accordion .title,
.ecs__component-territorymap .ui.styled.accordion .content {
  border-top: 0;
  font-family: "Poppins", serif;
  font-weight: inherit;
  padding: 8px 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs__component-territorymap .ui.styled.accordion .title {
  color: #696a6d;
  font-size: 20px;
  line-height: 28px;
}
.ecs__component-territorymap .ui.styled.accordion .title:hover, .ecs__component-territorymap .ui.styled.accordion .title:focus, .ecs__component-territorymap .ui.styled.accordion .title:active {
  outline: none !important;
}
.ecs__component-territorymap .ui.styled.accordion .title:active, .ecs__component-territorymap .ui.styled.accordion .title:focus, .ecs__component-territorymap .ui.styled.accordion .title:hover {
  color: #000;
}
.ecs__component-territorymap .ecs_tmap_territory {
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs__component-territorymap .ecs_tmap_territory:before {
  background-color: #06142c;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 2px;
}
.ecs__component-territorymap .ecs_tmap_territory.ecs_active {
  margin: 40px 0;
}
.ecs__component-territorymap .ecs_tmap_territory.ecs_active:first-child {
  margin-top: 0;
}
.ecs__component-territorymap .ecs_tmap_territory.ecs_active:before {
  height: 100%;
}
.ecs__component-territorymap .ecs_tmap_territory.ecs_active .title {
  color: #000;
}
.ecs__component-territorymap .ecs_tmap_territory .ecs_content:not(.ecs__component-territorymap .ecs_tmap_territory .ecs_content:last-child) {
  margin-bottom: 24px;
}

.ecs__component-timeline.ecs__component {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .ecs__component-timeline.ecs__component {
    padding: 40px 80px;
  }
}

.ecs__component-timeline .ecs_timeline_intro {
  padding: 0 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecs__component-timeline .ecs_timeline_intro {
    padding: 0;
  }
}
.ecs__component-timeline .ecs_timeline_intro:not(.ecs__component-timeline .ecs_timeline_intro:last-child) {
  margin-bottom: 32px;
}
.ecs__component-timeline .ecs_timeline_intro .ecs_content:not(.ecs__component-timeline .ecs_timeline_intro .ecs_content:last-child) {
  margin-bottom: 24px;
}
.ecs__component-timeline .ecs_timeline_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 24px;
}
.ecs__component-timeline .ecs_timeline_tabs:not(.ecs__component-timeline .ecs_timeline_tabs:last-child) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecs__component-timeline .ecs_timeline_tabs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.ecs__component-timeline .ecs_timeline_tabs .ecs_button {
  font-weight: 500;
  margin-bottom: 8px;
  padding: 8px 16px;
}
@media (min-width: 768px) {
  .ecs__component-timeline .ecs_timeline_tabs .ecs_button {
    margin: 0 4px;
    margin-bottom: 0;
  }
}
.ecs__component-timeline .ecs_timeline_tabs .ecs_button.active {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #06142c;
  color: #06142c;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", serif;
  padding: 16px 24px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #06142c;
  color: #fff;
  background-color: #06142c !important;
  color: #fff !important;
  padding: 8px 16px;
}
.ecs__component-timeline .ecs_timeline_tabs .ecs_button.active:hover, .ecs__component-timeline .ecs_timeline_tabs .ecs_button.active:focus, .ecs__component-timeline .ecs_timeline_tabs .ecs_button.active:active {
  outline: none !important;
}
.ecs__component-timeline .ecs_timeline_tabs .ecs_button.active:hover, .ecs__component-timeline .ecs_timeline_tabs .ecs_button.active:focus, .ecs__component-timeline .ecs_timeline_tabs .ecs_button.active.btn--active, .ecs__component-timeline .ecs_timeline_tabs .ecs_button.active.ecs_active {
  background-color: #06142c;
  color: #fff;
}
.ecs__component-timeline .ecs_timeline_tabs .ecs_button.active:hover, .ecs__component-timeline .ecs_timeline_tabs .ecs_button.active:focus, .ecs__component-timeline .ecs_timeline_tabs .ecs_button.active:active {
  outline: none !important;
}
.ecs__component-timeline .ecs_timeline_tabs .ecs_button.active:hover, .ecs__component-timeline .ecs_timeline_tabs .ecs_button.active:focus {
  background-color: transparent;
  color: #06142c;
}
.ecs__component-timeline .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .ecs__component-timeline .slick-slider .slick-track {
    padding: 0;
  }
}
.ecs__component-timeline .slick-slider .slick-slide {
  height: auto;
  margin: 0 4px;
  width: 100%;
}
@media (min-width: 768px) {
  .ecs__component-timeline .slick-slider .slick-slide {
    margin: 40px;
  }
}
.ecs__component-timeline .slick-slider .slick-slide > div {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .ecs__component-timeline .slick-slider .slick-slide > div {
    height: 100%;
    max-width: none;
  }
}
.ecs__component-timeline .slick-slider .ecs__components__slider__arrow.slick-arrow {
  cursor: pointer;
  display: none;
  font-size: 32px;
  left: 0%;
  position: absolute;
}
.ecs__component-timeline .slick-slider .ecs__components__slider__arrow.slick-arrow.ecs__components__slider__arrow-right {
  left: unset;
  right: 0%;
}
.ecs__component-timeline .slick-slider .ecs__components__slider__arrow.slick-arrow .sif-chevron-left-bold:before,
.ecs__component-timeline .slick-slider .ecs__components__slider__arrow.slick-arrow .sif-chevron-right-bold:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #696a6d;
  content: "\e015";
  display: none;
  font-family: "studio-icon-font" !important;
  font-size: 16px;
  height: 2.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5em;
}
@media (min-width: 768px) {
  .ecs__component-timeline .slick-slider .ecs__components__slider__arrow.slick-arrow .sif-chevron-left-bold:before,
  .ecs__component-timeline .slick-slider .ecs__components__slider__arrow.slick-arrow .sif-chevron-right-bold:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ecs__component-timeline .slick-slider .ecs__components__slider__arrow.slick-arrow .sif-chevron-right-bold:before {
  content: "\e016";
}
.ecs__component-timeline .slick-slider .slick-dots {
  display: none !important;
}
.ecs__component-timeline .ecs_timeline_slider {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .ecs__component-timeline .ecs_timeline_slider {
    max-width: 900px;
    padding: 0 72px;
  }
}
.ecs__component-timeline .ecs_timeline_slider .ecs__components__slider__arrow {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .ecs__component-timeline .ecs_timeline_slider .ecs__components__slider__arrow {
    display: block;
  }
}
.ecs__component-timeline .ecs_timeline_slider .ecs__components__slider__arrow-left {
  left: 0;
}
.ecs__component-timeline .ecs_timeline_slider .ecs__components__slider__arrow-right {
  right: 0;
}
.ecs__component-timeline .ecs_timeline_slider .ecs__components__slider__arrow .icon:before {
  font-size: 32px;
}
.ecs__component-timeline .ecs_event_slide {
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.06);
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ecs__component-timeline .ecs_event_slide {
    height: 100%;
  }
}
.ecs__component-timeline .ecs_event_slide .ecs_event_columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media (min-width: 768px) {
  .ecs__component-timeline .ecs_event_slide .ecs_event_columns {
    height: 100%;
  }
}
.ecs__component-timeline .ecs_event_slide .column {
  padding: 0;
}
.ecs__component-timeline .ecs_event_slide .ecs_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px;
}
@media (max-width: 767px) {
  .ecs__component-timeline .ecs_event_slide .ecs_image_column,
  .ecs__component-timeline .ecs_event_slide .ecs_picture {
    height: 100%;
  }
}
@media (min-width: 769px) {
  .ecs__component-timeline .ecs_event_slide .ecs_image_column,
  .ecs__component-timeline .ecs_event_slide .ecs_picture {
    height: 100%;
  }
}
.ecs__component-timeline .ecs_event_slide .ecs_image_wrap {
  height: 360px;
}
@media (min-width: 768px) {
  .ecs__component-timeline .ecs_event_slide .ecs_image_wrap {
    height: 100%;
  }
}
.ecs__component-timeline .ecs_event_slide .ecs_image_wrap .ecs_picture {
  display: block;
}
.ecs__component-timeline .ecs_event_slide .ecs_image_wrap .ecs_img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.ecs__component-timeline .ecs_event_slide .ecs_h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ecs__component-timeline .ecs_event_slide .ecs_h2:not(.ecs__component-timeline .ecs_event_slide .ecs_h2:last-child) {
  margin-bottom: 16px;
}
.ecs__component-timeline .ecs_event_slide .ecs_h3 {
  color: #696a6d;
  font-size: 16px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ecs__component-timeline .ecs_event_slide .ecs_event_content {
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ecs__component-timeline .ecs_event_slide .ecs_p {
  font-size: 14px;
  line-height: 20px;
}
.ecs__component-timeline .ecs_event_slide .ecs_event_ctas {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.ecs__component-timeline .ecs_event_slide .ecs_event_cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #06142c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.ecs__component-timeline .ecs_event_slide .ecs_event_cta:hover, .ecs__component-timeline .ecs_event_slide .ecs_event_cta:focus, .ecs__component-timeline .ecs_event_slide .ecs_event_cta:active {
  outline: none !important;
}
.ecs__component-timeline .ecs_event_slide .ecs_event_cta:after {
  content: "\e809";
  font-family: "griffis-icon-font";
  font-size: 24px;
  position: relative;
}
.ecs__component-timeline .ecs_event_slide .ecs_event_cta:hover .ecs_cta_label, .ecs__component-timeline .ecs_event_slide .ecs_event_cta:active .ecs_cta_label, .ecs__component-timeline .ecs_event_slide .ecs_event_cta.ecs_active .ecs__component-timeline .ecs_event_slide .ecs_event_cta:focus .ecs_cta_label {
  text-decoration-color: #06142c;
}
.ecs__component-timeline .ecs_event_slide .ecs_event_cta .ecs_cta_label {
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ecs__component-timeline .ecs_timeline_events {
  padding: 0 24px;
  position: relative;
}
@media (min-width: 768px) {
  .ecs__component-timeline .ecs_timeline_events {
    padding: 0;
  }
}
.ecs__component-timeline .ecs_timeline_arrow {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 24px;
  opacity: 0.6;
  outline: 0;
  padding: 8px;
  position: absolute;
  top: calc(50% - 6px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 10;
}
@media (min-width: 768px) {
  .ecs__component-timeline .ecs_timeline_arrow {
    display: none;
  }
}
.ecs__component-timeline .ecs_timeline_arrow:hover {
  opacity: 1;
}
.ecs__component-timeline .ecs_timeline_arrow.ecs_timeline_previous {
  left: 0;
}
.ecs__component-timeline .ecs_timeline_arrow.ecs_timeline_next {
  right: 0;
}
.ecs__component-timeline .ecs_timeline_line {
  background-color: #d2d5d9;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: relative;
  top: 35px;
  width: calc(100% - 48px);
  z-index: 1;
}
@media (min-width: 768px) {
  .ecs__component-timeline .ecs_timeline_line {
    width: 100%;
  }
}
.ecs__component-timeline .ecs_timeline_line .ecs_timeline_filled {
  background-color: #06142c;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 20px;
  z-index: 3;
}
.ecs__component-timeline .ecs_timeline_linecolumns {
  position: relative;
  z-index: 2;
}
.ecs__component-timeline .ecs_timeline_event {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ecs__component-timeline .ecs_timeline_event:hover, .ecs__component-timeline .ecs_timeline_event:focus, .ecs__component-timeline .ecs_timeline_event:active {
  outline: none !important;
}
.ecs__component-timeline .ecs_timeline_event:hover .ecs_event_marker, .ecs__component-timeline .ecs_timeline_event:active .ecs_event_marker, .ecs__component-timeline .ecs_timeline_event:focus .ecs_event_marker {
  background-color: #11397d;
}
.ecs__component-timeline .ecs_timeline_event:hover .ecs_event_marker:before, .ecs__component-timeline .ecs_timeline_event:active .ecs_event_marker:before, .ecs__component-timeline .ecs_timeline_event:focus .ecs_event_marker:before {
  opacity: 0.1;
}
.ecs__component-timeline .ecs_timeline_event:hover .ecs_event_label, .ecs__component-timeline .ecs_timeline_event:active .ecs_event_label, .ecs__component-timeline .ecs_timeline_event:focus .ecs_event_label {
  color: #06142c;
}
.ecs__component-timeline .ecs_timeline_event.ecs_active .ecs_event_marker {
  background-color: #06142c;
}
.ecs__component-timeline .ecs_timeline_event.ecs_active .ecs_event_marker:before {
  background-color: #11397d;
  opacity: 0.2;
}
.ecs__component-timeline .ecs_timeline_event.ecs_active .ecs_event_label {
  color: #06142c;
}
.ecs__component-timeline .ecs_timeline_event .ecs_event_marker {
  background-color: #8d9096;
  border: 3px solid #fff;
  border-radius: 50%;
  height: 20px;
  margin: 24px 0;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 20px;
}
.ecs__component-timeline .ecs_timeline_event .ecs_event_marker:before {
  background-color: #696a6d;
  border-radius: 50%;
  content: "";
  height: 32px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 32px;
  z-index: -1;
}
@media (min-width: 768px) {
  .ecs__component-timeline .ecs_timeline_event .ecs_event_marker:before {
    height: 48px;
    width: 48px;
  }
}
.ecs__component-timeline .ecs_timeline_event .ecs_event_label {
  color: #696a6d;
  display: none;
  font-size: 14px;
  letter-spacing: 0.1rem;
  line-height: 16px;
  padding: 0 8px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 768px) {
  .ecs__component-timeline .ecs_timeline_event .ecs_event_label {
    display: block;
  }
}

.ecs_utility_wrapper .ecs_utility_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecs_utility_wrapper .ecs_utility_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
  }
}
.ecs_utility_wrapper .ecs_utility_inner .ecs_components__utility__close {
  display: block;
}
@media (min-width: 1024px) {
  .ecs_utility_wrapper .ecs_utility_inner .ecs_components__utility__close {
    display: none;
  }
}
.ecs_utility_wrapper .ecs_utility_inner .ecs_utility_link_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ecs_utility_wrapper .ecs_utility_inner .ecs_utility_link_message .ecs_icon {
  display: none;
}
@media (min-width: 1024px) {
  .ecs_utility_wrapper .ecs_utility_inner .ecs_utility_link_message {
    display: initial;
  }
  .ecs_utility_wrapper .ecs_utility_inner .ecs_utility_link_message .ecs_icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.ecs_utility_wrapper .ecs_hr.ecs_utility_hr {
  background-color: #8d9096;
  display: block;
  height: 1px;
  margin: 0 -16px 0 -16px;
  width: calc(100% + 32px);
}
@media (min-width: 1024px) {
  .ecs_utility_wrapper .ecs_hr.ecs_utility_hr {
    display: none;
  }
}

@media (min-width: 768px) {
  .ecs_contentblock_culture_careers.ecs_components__container-component-contentblock.no_overlap .ecs_component__content-block__content-wrap {
    padding-top: 80px;
  }
}

.ecs_contentblock_careers .ecs_list-item-link:hover, .ecs_contentblock_careers .ecs_list-item-link:focus-visible {
  color: #06142c;
}
.ecs_contentblock_careers .ecs_component__content-block__list-item {
  color: #696a6d;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  padding-left: 40px;
}
.ecs_contentblock_careers .ecs_component__content-block__list-item::before {
  background-image: url(757a72af63bafc54ce22.svg);
  background-size: cover;
  content: "";
  height: 26px;
  left: 24px;
  position: absolute;
  width: 26px;
}
@media (min-width: 1024px) {
  .ecs_contentblock_careers .ecs_component__content-block__list-item {
    padding-left: 32px;
  }
  .ecs_contentblock_careers .ecs_component__content-block__list-item::before {
    left: 48px;
  }
}

.ecs_cards_careers .ecs_component__card__wrap {
  -webkit-box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 20px 30px -5px rgba(0, 0, 0, 0.06);
}
.ecs_cards_careers .ecs_component__card__gallery {
  padding: 32px 0 0 40px;
}
.ecs_cards_careers .ecs_component__card__gallery, .ecs_cards_careers .ecs_component__card__image {
  height: auto;
  width: auto;
}
.ecs_cards_careers .ecs_component__card .h2 {
  font-size: 20px;
}

.ecs_cards_shadow .ecs__component-cards::before {
  background-color: #fafafa;
  bottom: 0;
  content: "";
  display: block;
  height: 164px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.ecs_cards_images_careers .ecs_component__cards__intro {
  text-align: center;
}
.ecs_cards_images_careers .ecs_component__card__wrap {
  background-color: unset;
  border: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: none;
}
.ecs_cards_images_careers .ecs_component__card__content-wrap {
  padding-top: 0;
  text-align: center;
}
.ecs_cards_images_careers .ecs_component__card__gallery, .ecs_cards_images_careers .ecs_component__card__image {
  height: auto;
  max-height: 328px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .ecs_contentblock_footer_careers .ecs_component__content-block__columns {
    display: initial;
  }
  .ecs_contentblock_footer_careers .ecs_component__content-block__column-gallery, .ecs_contentblock_footer_careers .ecs_component__content-block__column-content {
    width: 100%;
  }
  .ecs_contentblock_footer_careers .ecs_component__content-block__gallery {
    margin-top: -48px !important;
    min-width: calc(100% + 32px) !important;
    -webkit-transform: translateX(-16px) translateY(48px) !important;
            transform: translateX(-16px) translateY(48px) !important;
  }
  .ecs_contentblock_footer_careers .ecs_component__content-block__content-wrap {
    margin-bottom: -122px;
    margin-top: 0 !important;
    padding-bottom: 16px;
  }
}
.ecs_contentblock_footer_careers .ecs_component__content-block .ecs_hr {
  margin: 32px 0;
}
.ecs_contentblock_footer_careers .ecs_component__content-block__content-wrap {
  margin-bottom: -122px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .ecs_contentblock_footer_careers .ecs_component__content-block__content-wrap {
    margin-top: 122px;
  }
}
.ecs_contentblock_footer_careers .ecs_component__content-block__content-wrap .h4 {
  font-size: 20px;
}
.ecs_contentblock_footer_careers .ecs_component__content-block__link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #06142c;
  color: #06142c;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", serif;
  padding: 16px 24px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #06142c;
  color: #fff;
}
.ecs_contentblock_footer_careers .ecs_component__content-block__link:hover, .ecs_contentblock_footer_careers .ecs_component__content-block__link:focus, .ecs_contentblock_footer_careers .ecs_component__content-block__link:active {
  outline: none !important;
}
.ecs_contentblock_footer_careers .ecs_component__content-block__link:hover, .ecs_contentblock_footer_careers .ecs_component__content-block__link:focus, .ecs_contentblock_footer_careers .ecs_component__content-block__link.btn--active, .ecs_contentblock_footer_careers .ecs_component__content-block__link.ecs_active {
  background-color: #06142c;
  color: #fff;
}
.ecs_contentblock_footer_careers .ecs_component__content-block__link:hover, .ecs_contentblock_footer_careers .ecs_component__content-block__link:focus, .ecs_contentblock_footer_careers .ecs_component__content-block__link:active {
  outline: none !important;
}
.ecs_contentblock_footer_careers .ecs_component__content-block__link:hover, .ecs_contentblock_footer_careers .ecs_component__content-block__link:focus {
  background-color: transparent;
  color: #06142c;
}

a[name=ecs_fullwidth_image_contact] ~ section .ecs__component-pageintro__herobackground {
  height: 200px;
  min-width: 100%;
}
@media (min-width: 768px) {
  a[name=ecs_fullwidth_image_contact] ~ section .ecs__component-pageintro__herobackground {
    height: 368px;
  }
}
a[name=ecs_fullwidth_image_contact] ~ section .ecs__component-pageintro__hero__wrapper {
  display: none;
}

.ecs_fullwidth_image_contact .ecs__component-fullwidthcontent-content-wrap {
  display: none;
}
.ecs_fullwidth_image_contact .ecs__component-fullwidthcontent-imagewrap {
  border-bottom: 0;
  height: 300px;
  position: relative;
}
.ecs_fullwidth_image_contact .ecs_component__content-block__content-wrap {
  background-color: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.ecs_fullwidth_image_contact .ecs_component__content-block__content-wrap:before {
  display: none;
}

.ecs_fullwidth_contact .ecs__component-fullwidthcontent-content-wrap {
  background-color: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.ecs_fullwidth_contact .ecs__component-fullwidthcontent-content-wrap:before {
  display: none;
}

.ecs_contentblock_gr_gives .ecs_component__content-block__content {
  margin-bottom: 8px;
}
.ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap {
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .btn:first-child {
  background-color: unset;
  border: 0;
  color: #06142c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 16px;
  padding: 16px 16px 16px 0;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
}
.ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .btn:first-child:hover, .ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .btn:first-child:focus {
  color: #051023;
}
.ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .btn:first-child:after {
  content: "\e809";
  display: inline;
  font-family: "griffis-icon-font";
  margin-left: 4px;
  position: relative;
}
.ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #06142c;
  color: #06142c;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", serif;
  padding: 16px 24px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #06142c;
  color: #fff;
}
.ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:hover, .ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:focus, .ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:active {
  outline: none !important;
}
.ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:hover, .ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:focus, .ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2.btn--active, .ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2.ecs_active {
  background-color: #06142c;
  color: #fff;
}
.ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:hover, .ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:focus, .ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:active {
  outline: none !important;
}
.ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:hover, .ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:focus {
  background-color: transparent;
  color: #06142c;
}
.ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:hover, .ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:focus, .ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:active {
  outline: none !important;
}
.ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:hover, .ecs_contentblock_gr_gives .ecs_component__content-block__link-wrap .link_2:focus {
  background-color: #051023;
  border-color: #051023;
  color: #fff;
}

.ecs_home_cards .ecs_card_ctaspan {
  font-size: 16px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .ecs_home_cards .ecs_card_ctaspan {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media (max-width: 1280px) {
  .ecs_home_cards .ecs_component__card {
    min-width: 45vw;
  }
}
@media (max-width: 768px) {
  .ecs_home_cards .ecs_component__card {
    min-width: 80vw;
  }
}
.ecs_home_cards .ecs_component__card__content-wrap {
  padding: 24px;
}
@media (min-width: 1280px) {
  .ecs_home_cards .ecs_component__card_gallery {
    height: 240px;
  }
}
@media (max-width: 1280px) {
  .ecs_home_cards .ecs_component__cards__wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: auto;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .ecs_home_cards .ecs_component__cards__wrap.is-centered {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1280px) {
  .ecs_home_cards .ecs_component__cards__wrap.is-multiline {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.property-south-bay .spaces__button-primary.spaces__unit-detail-link[data-spaces-control=apply],
.property-south-bay .spaces__button-primary.spaces__unit-detail-link[data-spaces-control=inventory-apply] {
  display: none;
}
.property-south-bay .spaces__detail-controls__share .spaces__button-primary[data-spaces-control=apply] {
  display: none;
}

.ecs_fullwidth_privacy_policy .ecs__component-fullwidthcontent-content-wrap {
  background-color: unset;
  border-radius: 0;
  border-top: solid 1px #d2d5d9;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin: 0;
  max-width: 100%;
}
.ecs_fullwidth_privacy_policy .ecs__component-fullwidthcontent-introline {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.ecs_fullwidth_privacy_policy .ecs__component-fullwidthcontent-headline {
  color: #696a6d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 16px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.ecs_cards_resident_life .ecs_component__cards__image {
  max-height: 40px;
  max-width: 40px;
}
.ecs_cards_resident_life .ecs_component__cards__intro {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 64px;
  text-align: center;
}
.ecs_cards_resident_life .ecs_component__cards__intro .ecs_content.content {
  max-width: 734px;
}
.ecs_cards_resident_life .ecs_component__card .ecs_component__card__wrap {
  border-bottom: solid 6px #8d9096;
  border-radius: 4px 4px 0 0;
  min-height: 348px;
}
.ecs_cards_resident_life .ecs_component__card:nth-child(2) .ecs_component__card__wrap {
  border-bottom-color: #204877;
}
.ecs_cards_resident_life .ecs_component__card:nth-child(3) .ecs_component__card__wrap {
  border-bottom-color: #B06010;
}
.ecs_cards_resident_life .ecs_component__card:nth-child(4) .ecs_component__card__wrap {
  border-bottom-color: #06142c;
}
.ecs_cards_resident_life .ecs_component__card__gallery {
  padding: 32px;
  padding-bottom: 0;
}
.ecs_cards_resident_life .ecs_component__card__gallery,
.ecs_cards_resident_life .ecs_component__card__image {
  height: auto;
  width: auto;
}
.ecs_cards_resident_life .ecs_component__card__image {
  max-width: 40px;
}
.ecs_cards_resident_life .ecs_component__content-block__header {
  color: #06142c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 16px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.ecs_cards_resident_life .ecs_component__content-block__subhead {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
}
.ecs_cards_resident_life .ecs_component__content-block__content {
  border-top: 1px solid #d2d5d9;
  padding-top: 24px;
}
.ecs_cards_resident_life .ecs_component__content-block__disclaimer {
  color: #696a6d;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 16px;
}
.ecs_cards_resident_life .ecs_component__card__list-text {
  color: #696a6d;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 16px;
}

.ecs_cards_resident_life ~ .ecs_components__container-component-divider .ecs__component-divider {
  padding-bottom: 16px;
  padding-top: 24px;
}
.ecs_cards_resident_life ~ .ecs_components__container-component-divider .ecs__component-divider__divider {
  background-color: #d2d5d9;
  margin: 0;
}

.ecs_fullwidth_resident_life .ecs__component-fullwidthcontent-content-wrap {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 873px;
  padding-top: 0;
  text-align: center;
}
.ecs_fullwidth_resident_life .ecs__component-fullwidthcontent-content-wrap .ecs__component-fullwidthcontent-content {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 16px;
}

.ecs_cards_social_responsibility .ecs_component__content-block__header {
  font-size: 22px;
}
.ecs_cards_social_responsibility .ecs_component__content-block__link {
  background-color: unset;
  border: none;
  color: #06142c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 14px;
  padding-left: 0;
  padding-top: 0;
  text-align: left;
  text-transform: uppercase;
}
.ecs_cards_social_responsibility .ecs_component__card__column-content {
  border-bottom: solid 4px #06142c;
}
.ecs_cards_social_responsibility .ecs_component__card__column-images {
  position: relative;
}
.ecs_cards_social_responsibility .ecs_component__card__column-images:after {
  background: url(1c4859bd74053a8bb77e.svg) no-repeat;
  bottom: -32px;
  content: "";
  height: 98px;
  position: absolute;
  right: 20px;
  width: 109px;
}
.ecs_cards_social_responsibility .ecs_component__card:nth-child(2) .ecs_component__card__column-images:after {
  background-image: url(116405f58b6101f13cb0.svg);
}
.ecs_cards_social_responsibility .ecs_component__card:nth-child(2) .ecs_component__content-block__link {
  color: #edb324;
}
.ecs_cards_social_responsibility .ecs_component__card:nth-child(2) .ecs_component__card__column-content {
  border-color: #edb324;
}
.ecs_cards_social_responsibility .ecs_component__card:nth-child(3) .ecs_component__card__column-images:after {
  background-image: url(ebf37c2c97863dd8f046.svg);
}
.ecs_cards_social_responsibility .ecs_component__card:nth-child(3) .ecs_component__content-block__link {
  color: #204877;
}
.ecs_cards_social_responsibility .ecs_component__card:nth-child(3) .ecs_component__card__column-content {
  border-color: #204877;
}
.ecs_cards_social_responsibility .ecs_component__card:nth-child(4) .ecs_component__card__column-images:after {
  background-image: url(fa16efc5750988987414.svg);
}
.ecs_cards_social_responsibility .ecs_component__card:nth-child(4) .ecs_component__content-block__link {
  color: #B06010;
}
.ecs_cards_social_responsibility .ecs_component__card:nth-child(4) .ecs_component__card__column-content {
  border-color: #B06010;
}

.ecs_contentblock_social_responsibility .ecs_component__content-block__content {
  margin-bottom: 8px;
}
.ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap {
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #06142c;
  color: #06142c;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", serif;
  padding: 16px 24px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #06142c;
  color: #fff;
  text-align: left;
  white-space: pre-wrap;
}
.ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:hover, .ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:focus, .ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:active {
  outline: none !important;
}
.ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:hover, .ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:focus, .ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child.btn--active, .ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child.ecs_active {
  background-color: #06142c;
  color: #fff;
}
.ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:hover, .ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:focus, .ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:active {
  outline: none !important;
}
.ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:hover, .ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:focus {
  background-color: transparent;
  color: #06142c;
}
.ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:hover, .ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:focus, .ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:active {
  outline: none !important;
}
.ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:hover, .ecs_contentblock_social_responsibility .ecs_component__content-block__link-wrap .btn:first-child:focus {
  background-color: #051023;
  border-color: #051023;
  color: #fff;
}

.ecs_cards_sustainable_living {
  position: static;
}
.ecs_cards_sustainable_living .ecs_component__cards__intro {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 64px;
  text-align: center;
}
.ecs_cards_sustainable_living .ecs_component__cards__intro .ecs_content.content {
  max-width: 734px;
}
.ecs_cards_sustainable_living .ecs_component__card__wrap {
  border-radius: 4px;
}
.ecs_cards_sustainable_living .ecs_component__card__column.ecs_component__card__column-images {
  height: 70px;
  margin: 24px 0 0 32px;
  width: 70px;
}
.ecs_cards_sustainable_living .ecs_component__card__column.ecs_component__card__column-images .ecs_component__card__gallery {
  height: inherit;
}
.ecs_cards_sustainable_living .ecs_component__content-block__disclaimer {
  font-size: 14px;
}

.ecs_cards_sustainable_living ~ .ecs_components__container.ecs_components__container-component-contentblock {
  position: static;
}

.ecs_fullwidth_sustainable_living_headline .ecs__component-fullwidthcontent.ecs__component.ecs__component-fullwidthcontent__fullwidthcontent {
  padding-bottom: 0;
}
.ecs_fullwidth_sustainable_living_headline .ecs__component-fullwidthcontent-content-wrap {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  max-width: 820px;
  padding-bottom: 0;
  text-align: center;
}
.ecs_fullwidth_sustainable_living_headline .ecs__component-fullwidthcontent-headline {
  margin-bottom: 0;
}

.ecs_fullwidth_sustainable_living .ecs__component-fullwidthcontent {
  padding: 24px;
  position: relative;
  width: 100%;
}
.ecs_fullwidth_sustainable_living .ecs__component-fullwidthcontent-content-wrap {
  position: relative;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.ecs_fullwidth_sustainable_living .ecs__component-fullwidthcontent-content-wrap:before {
  content: url(2df5129865cf1d1575bd.svg);
  display: none;
  height: auto;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: translateY(50%) scale(0.625);
          transform: translateY(50%) scale(0.625);
}
@media (min-width: 1024px) {
  .ecs_fullwidth_sustainable_living .ecs__component-fullwidthcontent-content-wrap:before {
    display: block;
    -webkit-transform: translateY(50%) scale(1);
            transform: translateY(50%) scale(1);
  }
}
.ecs_fullwidth_sustainable_living .ecs__component-fullwidthcontent-content-wrap:before {
  bottom: 100%;
  left: 24px;
  right: auto;
}
@media (min-width: 768px) {
  .ecs_fullwidth_sustainable_living .ecs__component-fullwidthcontent-content-wrap:before {
    left: 48px;
  }
}
.ecs_fullwidth_sustainable_living .ecs__component-fullwidthcontent__card {
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.ecs_fullwidth_sustainable_living .ecs__component-fullwidthcontent-cards {
  gap: 60px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ecs_fullwidth_sustainable_living .ecs__component-fullwidthcontent-content-wrap:before {
  left: 48px;
  right: unset;
  top: calc(0% - 64px);
}
.ecs_fullwidth_sustainable_living .ecs__component-fullwidthcontent__card__icon {
  height: 64px;
  width: 64px;
}
.ecs_fullwidth_sustainable_living .ecs__component-fullwidthcontent__card__title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.ecs_fullwidth_sustainable_living .ecs__component-fullwidthcontent .ecs_p {
  color: #696a6d;
  font-weight: 500;
  line-height: 24px;
  max-width: 196px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecs_fullwidth_sustainable_living .ecs__component-fullwidthcontent .column {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
}
@media (min-width: 1024px) {
  .ecs_fullwidth_sustainable_living {
    padding: 0 80px 40px;
  }
}

.ecs_header .ecs_corporate_menu_wrapper .ecs_markets_button,
.ecs_header .ecs_corporate_menu_wrapper .ecs_ul.ecs_menu_buttons {
  display: none;
}

.ecs_outro .ecs_outro_menu_item:first-child {
  display: none;
}
.ecs_outro .ecs_address.ecs_a:hover,
.ecs_outro .ecs_address.ecs_a:focus-visible,
.ecs_outro .ecs_phone_link.ecs_a:hover,
.ecs_outro .ecs_phone_link.ecs_a:focus-visible,
.ecs_outro .ecs_socials.ecs_a:hover,
.ecs_outro .ecs_socials.ecs_a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

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