@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3839928, 2019-11-21T19:36:29-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Gilroy-Regular by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/regular/
 * 
 * Webfont: Gilroy-Bold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/bold/
 * 
 * 
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3a97b8");
@font-face {
  font-family: "Gilroy";
  font-weight: normal;
  src: url("/wp-content/themes/bentley-rentals/library/fonts/gilroy/webfonts/3A97B8_0_0.eot");
  src: url("/wp-content/themes/bentley-rentals/library/fonts/gilroy/webfonts/3A97B8_0_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bentley-rentals/library/fonts/gilroy/webfonts/3A97B8_0_0.woff2") format("woff2"), url("/wp-content/themes//library/fonts/gilroy/webfonts/3A97B8_0_0.woff") format("woff"), url("/wp-content/themes/bentley-rentals/library/fonts/gilroy/webfonts/3A97B8_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: bold;
  src: url("/wp-content/themes/bentley-rentals/library/fonts/gilroy/webfonts/3A97B8_1_0.eot");
  src: url("/wp-content/themes/bentley-rentals/library/fonts/gilroy/webfonts/3A97B8_1_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bentley-rentals/library/fonts/gilroy/webfonts/3A97B8_1_0.woff2") format("woff2"), url("/wp-content/themes/bentley-rentals/library/fonts/gilroy/webfonts/3A97B8_1_0.woff") format("woff"), url("/wp-content/themes/bentley-rentals/library/fonts/gilroy/webfonts/3A97B8_1_0.ttf") format("truetype");
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.button__container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
  width: calc(100% + 20px);
  margin-left: -10px;
}
@media (min-width: 769px) {
  .button__container {
    margin-bottom: -15px;
  }
}
@media (min-width: 1281px) {
  .button__container {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 0 30px;
  min-width: 130px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 1.3333333333;
  text-decoration: none;
  border: none;
  background-color: transparent;
  transform: translateZ(0);
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.cta__apply__container .button {
  min-width: 250px;
  justify-content: space-between;
  border-radius: 5px;
}
@media (min-width: 769px) {
  .button {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (min-width: 1281px) {
  .button {
    margin-left: 15px;
    margin-right: 15px;
  }
  .cta__apply__container .button {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.button:hover, .button:focus {
  outline: 0;
}

.button--blue {
  border: solid 1px transparent;
  background-color: #80D2ED;
  color: #0C273C;
}
.button--blue:hover, .button--blue:focus {
  background-color: #0A5086;
  color: #fff;
}

.button--blue_dash {
  position: relative;
  padding-left: 50px;
  padding-right: 0;
  min-width: 0;
  font-weight: bold;
  color: #0C273C;
}
.button--blue_dash:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  border-bottom: solid 2px #80D2ED;
  transition: width 0.2s;
}
.button--blue_dash:hover, .button--blue_dash:focus {
  color: #0A5086;
}
.button--blue_dash:hover:before, .button--blue_dash:focus:before {
  width: 48px;
}

.button--white_dash {
  position: relative;
  padding-left: 50px;
  padding-right: 0;
  min-width: 0;
  color: #F0F0E9;
}
.button--white_dash:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  border-bottom: solid 2px #80D2ED;
  transition: width 0.2s;
}
.button--white_dash:hover, .button--white_dash:focus {
  border-color: #0A5086;
  color: #A7B5BA;
}
.button--white_dash:hover:before, .button--white_dash:focus:before {
  width: 48px;
}

.button--white {
  background-color: #fff;
  color: #0A5086;
  box-shadow: 0 10px 10px rgba(10, 80, 134, 0.2);
}
.button--white:hover, .button--white:focus {
  background-color: #E2E2E2;
  color: #0C273C;
}

.button--blue_outline {
  border: solid 1px #0C273C;
  background-color: transparent;
  color: #0C273C;
}
.button--blue_outline:hover, .button--blue_outline:focus {
  border-color: transparent;
  background-color: #0A5086;
  color: #F0F0E9;
}

.button--white_outline {
  border: solid 2px #fff;
  background-color: transparent;
  color: #fff;
  box-shadow: 0 10px 10px rgba(10, 80, 134, 0.2);
}
.button--white_outline:hover, .button--white_outline:focus {
  background-color: #fff;
  color: #0C273C;
}

.button--disabled {
  cursor: not-allowed;
}

.button--cyan {
  border: solid 1px transparent;
  background-color: #80D2ED;
  color: #1E1F21;
}
.button--cyan:hover, .button--cyan:focus {
  background-color: #F0F0E9;
  color: #0A5086;
}

.button--navy {
  border: solid 1px transparent;
  background-color: #0C273C;
  color: #fff;
}
.button--navy:hover, .button--navy:focus {
  background-color: #0A5086;
  color: #F0F0E9;
}

.site__copy > * + * {
  margin-top: 1em;
}
.site__copy * + h1, .site__copy * + h2 {
  margin-top: 0.5em;
}
.site__copy h6, .site__copy p, .site__copy li {
  font-size: 16px;
  line-height: 1.5;
}
.site__copy h6 {
  font-weight: bold;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #F0F0E9;
  color: #1E1F21;
}

body {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
}
body.nav--open {
  max-height: 100vh;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

.site__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #F0F0E9;
  transition: all 0.2s;
}

.site__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 36px;
  width: 100%;
  max-width: 1400px;
}
@media (min-width: 769px) {
  .site__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1281px) {
  .site__inner {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.site__content {
  z-index: 30;
  position: relative;
  min-height: 50vh;
}

@media (min-width: 1281px) {
  .site__content__section {
    margin-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .site__content__section > .site__inner {
    display: grid;
    grid-template-columns: 32.5% 67.5%;
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }
}
@media (min-width: 1281px) {
  .site__content__section > .site__inner {
    grid-column-gap: 110px;
  }
}

.page__section {
  position: relative;
  width: 100%;
}

.nav__header {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  height: 80px;
}
@media (min-width: 1281px) {
  .nav__header {
    padding-left: 20px;
    padding-right: 20px;
    height: 92px;
  }
}

.nav__header--sticky {
  position: fixed;
  opacity: 0;
  background-color: rgba(42, 49, 48, 0.95);
  transform: translateY(-80px);
  transition: all 0.5s;
}
.nav--sticky .nav__header--sticky {
  opacity: 1;
  transform: translateY(0);
}
.nav--open .nav__header--sticky .site__logo, .nav--open .nav__header--sticky .nav__secondary {
  opacity: 0;
  visibility: hidden;
}

.nav__sidebar__container {
  z-index: 2600;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s visibility 0.4s;
}
.nav--open .nav__sidebar__container, .nav--closing .nav__sidebar__container {
  opacity: 1;
  visibility: visible;
}

.nav__sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 80px 36px;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
@supports (-webkit-touch-callout: none) {
  .nav__sidebar {
    padding-bottom: 116px;
  }
}
@media (min-width: 1281px) {
  .nav__sidebar {
    padding: 100px 36px;
  }
}

.nav__toggle {
  z-index: 10;
  position: fixed;
  top: 36px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s;
  color: #F0F0E9;
  pointer-events: auto;
  visibility: hidden;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.nav__toggle:hover, .nav__toggle:focus {
  outline: 0;
  color: #80D2ED;
}
.nav--open .nav__toggle {
  opacity: 1;
  visibility: visible;
}
.nav__toggle svg {
  width: 44px;
  height: auto;
}

.nav__sidebar__background {
  z-index: 2500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(42, 49, 48, 0.95);
  transition: opacity 0.4s, visibility 0.4s;
  visibility: hidden;
  transition-delay: 0.2s;
}
.nav--open .nav__sidebar__background {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.nav--sticky .nav__sidebar__background {
  top: 80px;
  height: calc(100% - 80px);
}
@media (min-width: 1281px) {
  .nav--sticky .nav__sidebar__background {
    top: 92px;
    height: calc(100% - 92px);
  }
}

.nav__contact {
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.2s;
}
.contact--open .nav__contact {
  opacity: 0;
  visibility: hidden;
}
.nav__contact a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
  height: 70px;
  transition: all 0.2s;
  background-color: #0C273C;
  color: #fff;
}
.nav__contact a:hover, .nav__contact a:focus {
  outline: 0;
  background-color: #0A5086;
}
.nav__contact a span {
  z-index: 5;
  position: relative;
  display: block;
  width: 100%;
}

@keyframes nav_item_reveal {
  0% {
    transform-origin: 0 50%;
    transform: rotate(3.25deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes nav_item_hide {
  0% {
    transform-origin: 0 50%;
    transform: rotate(0);
  }
  100% {
    transform: rotate(-7.5deg);
  }
}
.nav__primary--mobile {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 560px;
  pointer-events: auto;
}
.nav__primary--mobile .nav__primary__menu .sub-menu {
  display: none;
  margin: 40px 0;
}
.nav__primary--mobile .nav__primary__menu .current-menu-item .sub-menu,
.nav__primary--mobile .nav__primary__menu .current-menu-ancestor .sub-menu {
  display: block;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item {
  position: relative;
  margin-bottom: 20px;
}
@supports (animation-name: test) {
  .nav--open .nav__primary--mobile .nav__primary__menu__item.main-menu-item {
    animation: nav_item_reveal 1s 0s 1 both;
  }
  .nav--closing .nav__primary--mobile .nav__primary__menu__item.main-menu-item {
    animation: nav_item_hide 1s 0s 1 both;
  }
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item:nth-child(1) .nav__primary--mobile .nav__primary__menu__item.main-menu-item {
  animation-delay: 0s;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item:nth-child(2) .nav__primary--mobile .nav__primary__menu__item.main-menu-item {
  animation-delay: 0.05s;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item:nth-child(3) .nav__primary--mobile .nav__primary__menu__item.main-menu-item {
  animation-delay: 0.1s;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item:nth-child(4) .nav__primary--mobile .nav__primary__menu__item.main-menu-item {
  animation-delay: 0.15s;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item:nth-child(5) .nav__primary--mobile .nav__primary__menu__item.main-menu-item {
  animation-delay: 0.2s;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item:nth-child(6) .nav__primary--mobile .nav__primary__menu__item.main-menu-item {
  animation-delay: 0.25s;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item:nth-child(7) .nav__primary--mobile .nav__primary__menu__item.main-menu-item {
  animation-delay: 0.3s;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item:last-child {
  margin-bottom: 0;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item:hover > a {
  padding-left: 24px;
  color: #80D2ED;
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .nav__primary--mobile .nav__primary__menu__item.main-menu-item:hover > a {
    padding-left: clamp(24px, 1.7142857143vw, 48px);
  }
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item:hover > a:before {
  width: 12px;
  opacity: 1;
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .nav__primary--mobile .nav__primary__menu__item.main-menu-item:hover > a:before {
    width: clamp(12px, 0.8571428571vw, 24px);
  }
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item > a {
  position: relative;
  display: flex;
  font-size: 24px;
  text-decoration: none;
  overflow: hidden;
  color: #F0F0E9;
  transition: padding 0.4s, color 0.4s;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item > a > span {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(100%);
}
.nav--open .nav__primary--mobile .nav__primary__menu__item.main-menu-item > a > span {
  transform: translateY(0);
}
.nav--closing .nav__primary--mobile .nav__primary__menu__item.main-menu-item > a > span {
  transform: translateY(-100%);
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item > a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  border-bottom: solid 1px currentColor;
  opacity: 0;
  transition: opacity 0.4s, width 0.4s;
}
@media (min-width: 769px) {
  .nav__primary--mobile .nav__primary__menu__item.main-menu-item > a {
    font-size: 56px;
  }
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .nav__primary--mobile .nav__primary__menu__item.main-menu-item > a {
    font-size: clamp(20px, 5.1428571429vw, 72px);
  }
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item > a span {
  position: relative;
  display: block;
  width: 100%;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item > a:hover, .nav__primary--mobile .nav__primary__menu__item.main-menu-item > a:focus {
  outline: 0;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item .icon__container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  width: 64px;
  color: #F0F0E9;
  transition: all 0.4s;
  transform: translateY(-16px);
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item .icon__container:hover {
  color: #80D2ED;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item svg {
  position: relative;
  line-height: 1;
  transition: color 0.4s;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item.menu-item-has-children > a {
  margin-left: 0;
  margin-right: auto;
  width: calc(100% - 65px);
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item.current-menu-item > a, .nav__primary--mobile .nav__primary__menu__item.main-menu-item.current-page-parent > a, .nav__primary--mobile .nav__primary__menu__item.main-menu-item.current-menu-ancestor > a {
  padding-left: 24px;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item.current-menu-item > a:before, .nav__primary--mobile .nav__primary__menu__item.main-menu-item.current-page-parent > a:before, .nav__primary--mobile .nav__primary__menu__item.main-menu-item.current-menu-ancestor > a:before {
  opacity: 1;
  width: 12px;
}
.nav__primary--mobile .nav__primary__menu__item.main-menu-item.nav__primary__menu__item--open .icon__container {
  transform: rotateX(180deg) translateY(16px);
}
.nav__primary--mobile .nav__primary__submenu__heading {
  display: none;
}
.nav__primary--mobile .nav__primary__menu__item.sub-menu-item {
  padding-left: 24px;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (min-width: 769px) {
  .nav__primary--mobile .nav__primary__menu__item.sub-menu-item {
    font-size: 36px;
  }
}
.nav__primary--mobile .nav__primary__menu__item.sub-menu-item:last-child {
  margin-bottom: 0;
}
.nav__primary--mobile .nav__primary__menu__item.sub-menu-item a {
  text-decoration: none;
  color: #F0F0E9;
  transition: color 0.4s;
}
.nav__primary--mobile .nav__primary__menu__item.sub-menu-item a:hover, .nav__primary--mobile .nav__primary__menu__item.sub-menu-item a:focus {
  outline: 0;
  color: #80D2ED;
}
.nav__primary--mobile .nav__primary__menu__item.sub-menu-item.current-menu-item a {
  color: #80D2ED;
}

.nav__secondary {
  margin-left: auto;
  margin-right: 0;
  display: inline-flex;
  border: solid 1px #efefef;
  transition: opacity 0.2s, visibility 0.2s;
}
.flyout--open .nav__secondary {
  opacity: 0;
  visibility: hidden;
}

.nav__secondary__item button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-radius: 0;
  background: none;
}
.nav__secondary__item a, .nav__secondary__item button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 14px;
  padding: 0 24px;
  text-decoration: none;
  cursor: pointer;
  color: #efefef;
  transition: all 0.2s;
}
.nav__secondary__item a:hover, .nav__secondary__item a:focus, .nav__secondary__item button:hover, .nav__secondary__item button:focus {
  outline: 0;
  background-color: #efefef;
  color: #0A5086;
}

.nav__secondary__item--contact a {
  background-color: #efefef;
  color: #1E1F21;
}
.nav__secondary__item--contact a:hover, .nav__secondary__item--contact a:focus {
  outline: 0;
  color: #0A5086;
}

.nav__footer {
  margin-bottom: 90px;
}
@media (min-width: 769px) {
  .nav__footer {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1281px) {
  .nav__footer {
    margin-bottom: 0;
    min-height: 480px;
    max-width: 550px;
  }
}

ul.nav__footer__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
@media (min-width: 769px) {
  ul.nav__footer__menu {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 50px;
  }
}
.nav__footer__submenu[class] {
  margin-top: 15px;
}

.nav__footer__menu__item.main-menu-item:last-child {
  margin-bottom: 0;
}
.nav__footer__menu__item.main-menu-item.current-menu-item > a {
  color: #fff;
}
.nav__footer__menu__item.main-menu-item > a {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
  color: #fff;
}
.nav__footer__menu__item.main-menu-item > a:hover, .nav__footer__menu__item.main-menu-item > a:focus {
  outline: 0;
  color: #80D2ED;
}

.nav__footer__menu__item.sub-menu-item {
  margin-bottom: 15px;
  font-size: 12px;
}
.nav__footer__menu__item.sub-menu-item:last-child {
  margin-bottom: 0;
}
.nav__footer__menu__item.sub-menu-item.current-menu-item > a, .post-type-archive-home_project .nav__footer__menu__item.sub-menu-item.link--projects > a, .tax-home_project_type .nav__footer__menu__item.sub-menu-item.link--projects > a, .post-type-archive-package .nav__footer__menu__item.sub-menu-item.link--packages > a, .tax-package_type .nav__footer__menu__item.sub-menu-item.link--packages > a, .post-type-archive-beaver_package .nav__footer__menu__item.sub-menu-item.link--beaver_packages > a, .tax-beaver_package_type .nav__footer__menu__item.sub-menu-item.link--beaver_packages > a, .post-type-archive-beaver_package .nav__footer__menu__item.sub-menu-item.link--beaver_packages > a, .tax-beaver_package_type .nav__footer__menu__item.sub-menu-item.link--beaver_packages > a, .post-type-archive-commercial_project .nav__footer__menu__item.sub-menu-item.link--commercial_projects > a, .tax-commercial_project_type .nav__footer__menu__item.sub-menu-item.link--commercial_projects > a, .post-type-archive-commercial_service .nav__footer__menu__item.sub-menu-item.link--commercial_services > a, .tax-commercial_service_type .nav__footer__menu__item.sub-menu-item.link--commercial_services > a, .post-type-archive-community_project .nav__footer__menu__item.sub-menu-item.link--community_projects > a, .tax-community_project_type .nav__footer__menu__item.sub-menu-item.link--community_projects > a, .post-type-archive-rental .nav__footer__menu__item.sub-menu-item.link--rentals > a, .tax-rental_type .nav__footer__menu__item.sub-menu-item.link--rentals > a {
  color: #80D2ED;
}
.nav__footer__menu__item.sub-menu-item > a {
  font-size: 12px;
  text-decoration: none;
  transition: all 0.2s;
  color: #fff;
}
.nav__footer__menu__item.sub-menu-item > a:hover, .nav__footer__menu__item.sub-menu-item > a:focus {
  outline: 0;
  color: #80D2ED;
}

.nav__social__menu {
  display: flex;
  align-items: center;
}

.nav__social__menu__item {
  margin-left: 20px;
}
.nav__social__menu__item:first-child {
  margin-left: 0;
}
.nav__social__menu__item a {
  text-decoration: none;
  transition: all 0.2s;
}
.nav__social__menu__item span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.nav__social--header {
  z-index: 5;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 560px;
  pointer-events: auto;
}
.nav__social--header .nav__social__menu {
  z-index: 5;
  position: relative;
  height: 36px;
}
.nav__social--header .nav__social__menu__item {
  margin-left: 30px;
  font-size: 28px;
}
.nav__social--header .nav__social__menu__item:first-child {
  margin-left: 0;
}
.nav__social--header .nav__social__menu__item a {
  color: #F0F0E9;
}
.nav__social--header .nav__social__menu__item a:hover {
  color: #80D2ED;
}

.nav__social--footer {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .nav__social--footer {
    margin-top: 90px;
    margin-bottom: 0;
    grid-column: 2;
  }
}
@media (min-width: 1281px) {
  .nav__social--footer {
    margin-top: 0;
    margin-bottom: 30px;
    grid-row: 3;
  }
}
.nav__social--footer .nav__social__menu {
  justify-content: center;
}
@media (min-width: 769px) {
  .nav__social--footer .nav__social__menu {
    justify-content: flex-start;
  }
}
.nav__social--footer .nav__social__menu__item {
  font-size: 30px;
}
.nav__social--footer .nav__social__menu__item a {
  color: #80D2ED;
}
.nav__social--footer .nav__social__menu__item a:hover {
  color: rgba(128, 210, 237, 0.8);
}

.nav__social--hero .nav__social__menu {
  overflow: hidden;
}
.nav__social--hero .nav__social__menu__item {
  font-size: 26px;
}
.nav__social--hero .nav__social__menu__item:last-child {
  position: relative;
  padding-right: 30px;
}
.nav__social--hero .nav__social__menu__item:last-child:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 100vw;
  border-bottom: solid 1px rgba(189, 199, 203, 0.25);
}
@media (min-width: 769px) {
  .nav__social--hero .nav__social__menu__item {
    margin-left: 30px;
    font-size: 28px;
  }
  .nav__social--hero .nav__social__menu__item:first-child {
    margin-left: 0;
  }
}
.nav__social--hero .nav__social__menu__item a {
  color: #A7B5BA;
}
.nav__social--hero .nav__social__menu__item a:hover, .nav__social--hero .nav__social__menu__item a:focus {
  color: #0A5086;
}

.site__footer {
  z-index: 50;
  position: relative;
  background-color: white;
}
@media (min-width: 769px) {
  .site__footer {
    background-color: transparent;
  }
}
.site__footer > .site__inner {
  max-width: none;
}
@media (max-width: 1280px) {
  .site__footer > .site__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.site__footer__top {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 768px) {
  .site__footer__top {
    padding-top: 30px;
  }
}
@media (min-width: 1281px) {
  .site__footer__top {
    grid-template-columns: 540fr 620fr;
  }
}

.site__footer__nav {
  padding-top: 60px;
  background-color: #0C273C;
}
@media (min-width: 1281px) {
  .site__footer__nav {
    position: relative;
    padding-top: 40px;
    min-height: 700px;
  }
  .site__footer__nav:before, .site__footer__nav:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #0C273C;
  }
  .site__footer__nav:before {
    right: 100%;
  }
  .site__footer__nav:after {
    left: 100%;
  }
}
.site__footer__nav > .site__inner {
  max-width: 375px;
}
@media (min-width: 769px) {
  .site__footer__nav > .site__inner {
    display: grid;
    grid-template-columns: 230px 1fr;
    max-width: 610px;
  }
}
@media (min-width: 1281px) {
  .site__footer__nav > .site__inner {
    position: static;
    grid-template-columns: 380px 1fr;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.site__footer__contact {
  z-index: 20;
  position: relative;
  background-color: #fff;
}
@media (min-width: 769px) {
  .site__footer__contact {
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 375px;
    background-color: transparent;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .site__footer__contact {
    position: relative;
  }
  .site__footer__contact:before, .site__footer__contact:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 30px;
    width: 50vw;
    height: calc(100% - 30px);
    background-color: #0C273C;
  }
  .site__footer__contact:before {
    right: 100%;
  }
  .site__footer__contact:after {
    left: 100%;
  }
}
@media (min-width: 1281px) {
  .site__footer__contact {
    margin-top: -40px;
    margin-left: 0;
    max-width: 430px;
  }
}
.site__footer__contact > .site__inner {
  max-width: 375px;
}
@media (min-width: 769px) {
  .site__footer__contact > .site__inner {
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 10px 25px #091F31;
    background-color: #fff;
  }
}
@media (min-width: 1281px) {
  .site__footer__contact > .site__inner {
    max-width: none;
  }
}

.site__footer__contact__heading {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  color: #0C273C;
}
@media (min-width: 1281px) {
  .site__footer__contact__heading {
    font-size: 24px;
    line-height: 1.25;
    text-align: left;
  }
}

.site__footer__contact__form {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .site__footer__contact__form {
    margin-bottom: 0;
  }
}

.site__footer__newsletter {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
@media (min-width: 769px) {
  .site__footer__newsletter {
    grid-column: 1/span 2;
    margin-bottom: 90px;
  }
}
@media (min-width: 1281px) {
  .site__footer__newsletter {
    margin-left: 0;
    margin-bottom: 40px;
    max-width: 430px;
  }
}

.site__footer__newsletter__heading {
  letter-spacing: 0.025em;
  margin-bottom: 20px;
  font-size: 17px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 1281px) {
  .site__footer__newsletter__heading {
    font-size: 20px;
    text-align: left;
  }
}

.site__footer__legal {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .site__footer__legal {
    grid-column: 2;
    margin-bottom: 0;
  }
}
@media (min-width: 1281px) {
  .site__footer__legal {
    grid-column: 1;
    margin-bottom: 30px;
  }
}
.site__footer__legal small {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #80D2ED;
}
@media (min-width: 769px) {
  .site__footer__legal small {
    text-align: left;
  }
}
.site__footer__legal small .copyright:after {
  content: " – ";
}
@media (max-width: 1280px) {
  .site__footer__legal small .extra {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.site__logo {
  z-index: 15;
  position: relative;
  width: 122px;
}
@media (min-width: 1281px) {
  .site__logo {
    width: 170px;
  }
}
.site__logo a:focus {
  outline: 0;
}
.site__logo img, .site__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.site__logo--footer {
  margin-left: auto;
  margin-right: auto;
  width: 165px;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .site__logo--footer {
    margin-left: 0;
    grid-column: 1;
    grid-row: 3/span 2;
  }
}
@media (min-width: 1281px) {
  .site__logo--footer {
    position: absolute;
    bottom: 0;
    left: 140px;
    margin-left: 0;
  }
}

.site__logo--header {
  transition: opacity 0.2s, visibility 0.2s;
}

@media (min-width: 1281px) {
  .site__logo--footer_mobile {
    display: none;
  }
}

@media (max-width: 1280px) {
  .site__logo--footer_desktop {
    display: none;
  }
}

.cards {
  margin-top: 90px;
  margin-bottom: 80px;
}
.page__section--related_projects .cards {
  margin-top: 60px;
}
@media (min-width: 1281px) {
  .cards {
    margin-bottom: 125px;
  }
}
.page__section:last-child .cards {
  margin-bottom: 0;
}
@media (min-width: 941px) {
  .page__section--related_posts .cards .site__inner {
    max-width: 1000px;
  }
}
@media (min-width: 1281px) {
  .page__section--related_posts .cards .site__inner {
    max-width: 1210px;
  }
}

.cards__header {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 20px;
  margin-bottom: 40px;
}
.page__section--related_projects .cards__header {
  margin-bottom: 20px;
}
@media (min-width: 1281px) {
  .cards__header {
    margin-bottom: 60px;
  }
}

.cards__header__icon img {
  width: auto;
  max-height: 35px;
}
@media (min-width: 1281px) {
  .cards__header__icon img {
    max-height: 72px;
  }
}

.cards__heading {
  margin-top: auto;
  margin-bottom: -0.3em;
  font-size: 24px;
  line-height: 1.3;
  color: #0A5086;
}
@media (min-width: 1281px) {
  .cards__heading {
    margin-bottom: -0.4em;
    font-size: 36px;
  }
}

ul.cards__list {
  display: grid;
  grid-gap: 25px;
}
@media (max-width: 768px) {
  ul.cards__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
  }
}
@media (min-width: 769px) {
  ul.cards__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cards__item {
  border-radius: 4px;
  overflow: hidden;
  background-color: #F0F0E9;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}

.cards__item__image {
  position: relative;
  height: 0;
  padding-bottom: 66.2251655629%;
}
@media (min-width: 769px) {
  .cards__item__image {
    padding-bottom: 54.9450549451%;
  }
}
.cards__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: opacity 0.2s;
}
.cards__item__image a:hover img, .cards__item__image a:focus img {
  opacity: 0.7;
}

.cards__item__content {
  padding: 20px 16px 35px;
}

.cards__item__heading {
  letter-spacing: 0.025em;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3888888889;
  text-transform: uppercase;
}
.cards__item__heading a {
  text-decoration: none;
  color: #585E60;
  transition: all 0.2s;
}
.cards__item__heading a:hover, .cards__item__heading a:focus, .cards__item__image:hover + .cards__item__content .cards__item__heading a {
  outline: 0;
  color: #0C273C;
}

.cards__item__description {
  font-size: 16px;
  line-height: 1.5;
  color: #1E1F21;
}
.cards__item__description > *:last-child {
  margin-bottom: 0;
}

.cards__item__category {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: rgba(88, 94, 96, 0.5);
}
.cards__item__category a {
  text-decoration: none;
  color: rgba(88, 94, 96, 0.5);
  transition: color 0.2s;
}
.cards__item__category a:hover, .cards__item__category a:focus {
  outline: 0;
  color: #0A5086;
}

.page__section--callout_porthole + .page__section--callout_duo {
  z-index: 120;
}

.callout_duo__container {
  position: relative;
}
@media (min-width: 769px) {
  .callout_duo__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 130px 0;
    padding-top: 100px;
  }
  .callout_duo__container:before {
    content: "";
    z-index: 80;
    position: absolute;
    top: -70px;
    left: 50%;
    height: calc(100% + 180px);
    border-left: solid 1px #DBDAD4;
  }
}

.callout_duo {
  position: relative;
  padding-top: 110px;
  padding-bottom: 130px;
}
@media (min-width: 769px) {
  .callout_duo {
    padding-top: 0;
  }
}
.callout_duo .site__inner {
  z-index: 50;
}

@media (min-width: 769px) {
  .callout_duo:first-child .site__inner {
    margin-right: 0;
    max-width: 700px;
  }
}
@media (min-width: 1281px) {
  .callout_duo:first-child .site__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 769px) {
  .callout_duo:last-child .site__inner {
    margin-left: 0;
    max-width: 700px;
  }
}
@media (min-width: 1281px) {
  .callout_duo:last-child .site__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.callout_duo__icon img {
  display: block;
  width: auto;
  max-height: 64px;
}

.callout_duo__copy {
  max-width: 360px;
}
.callout_duo__copy .callout_duo__icon + * {
  margin-top: 55px;
}
@media (min-width: 769px) {
  .callout_duo:first-child .callout_duo__copy {
    margin-left: auto;
  }
}
.callout_duo__copy h1, .callout_duo__copy h2 {
  font-size: 36px;
  font-weight: normal;
}
.callout_duo__copy p, .callout_duo__copy li {
  font-size: 18px;
  line-height: 1.5555555556;
}
.callout_duo__copy .button__container {
  margin-top: 20px;
  margin-left: -8px;
  width: calc(100% + 16px);
}
@media (min-width: 769px) {
  .callout_duo__copy .button__container {
    margin-top: 50px;
  }
}
.callout_duo__copy .button {
  margin-left: 8px;
  margin-right: 8px;
  height: 42px;
}

.callout_duo__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.callout_duo__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.05;
  transition: opacity 1s;
}
.callout_duo:hover .callout_duo__image img {
  opacity: 0.2;
}
.callout_duo:focus-within .callout_duo__image img {
  opacity: 0.2;
}

.callout_duo__image__fade {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #f0f0e9 0%, rgba(240, 240, 233, 0) 100%);
}

.page__section--callout_porthole {
  z-index: 100;
}
@media (min-width: 769px) {
  .page__section--recent_posts + .page__section--callout_porthole {
    padding-top: 20px;
    background-color: #F0F0E9;
  }
}
@media (min-width: 769px) {
  .page__section--callout_duo + .page__section--callout_porthole {
    margin-top: 275px;
  }
}

.callout_porthole {
  position: relative;
  margin: 90px 0 120px;
  background-color: #F0F0E9;
}
.page__section:last-child .callout_porthole {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .page__section--recent_posts + .page__section--callout_porthole .callout_porthole {
    margin-top: -20px;
    padding-top: 20px;
    border-top: solid 1px #DBDAD4;
    background-color: #F0F0E9;
  }
}
@media (min-width: 1281px) {
  .page__section--recent_posts + .page__section--callout_porthole .callout_porthole {
    margin-top: -80px;
  }
}

.callout_porthole__trigger {
  position: absolute;
  top: -25%;
  left: 0;
  width: 50px;
  height: 50%;
  opacity: 0;
  pointer-events: none;
}

.callout_porthole__heading {
  position: relative;
  font-size: 42px;
  font-weight: normal;
  color: #0C273C;
}
@media (min-width: 769px) {
  .callout_porthole__heading {
    margin-top: 20px;
    display: flex;
    font-size: 60px;
  }
}
@media (min-width: 1281px) {
  .callout_porthole__heading {
    font-size: 120px;
  }
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .callout_porthole__heading {
    font-size: clamp(44px, 8.5714285714vw, 120px);
  }
}
.callout_porthole__heading > span {
  z-index: 40;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 769px) {
  @supports (padding: clamp(1em, 1vw, 1em)) {
    .callout_porthole__heading > span:first-child {
      padding-left: clamp(0px, 9.7142857143vw, 136px);
    }
  }
}
@media (min-width: 769px) {
  .callout_porthole--right .callout_porthole__heading {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
  }
}
@media (min-width: 1281px) {
  .callout_porthole--right .callout_porthole__heading {
    width: 250px;
  }
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .callout_porthole--right .callout_porthole__heading {
    width: clamp(160px, 17.8571428571vw, 250px);
  }
}
@media (min-width: 769px) {
  .callout_porthole--right .callout_porthole__heading > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .callout_porthole--right .callout_porthole__heading > span:first-child {
    right: 100%;
  }
  .callout_porthole--right .callout_porthole__heading > span:last-child {
    left: 100%;
  }
}

.callout_porthole__image__container {
  position: relative;
  margin: 30px 0 40px;
  width: 160px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .callout_porthole__image__container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1281px) {
  .callout_porthole--left .callout_porthole__image__container {
    width: 274px;
  }
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .callout_porthole--left .callout_porthole__image__container {
    width: clamp(160px, 19.5714285714vw, 274px);
  }
}
@media (min-width: 1281px) {
  .callout_porthole--right .callout_porthole__image__container {
    width: 250px;
  }
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .callout_porthole--right .callout_porthole__image__container {
    width: clamp(160px, 17.8571428571vw, 250px);
  }
}

@media (min-width: 769px) {
  .callout_porthole__image__container--mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .callout_porthole__image__container--desktop {
    display: none;
  }
}

.callout_porthole__image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
@media (min-width: 769px) {
  .callout_porthole__image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
  }
}

.callout_porthole__image__inner {
  z-index: 10;
  position: absolute;
  top: -16%;
  left: -16%;
  width: 132%;
  height: 132%;
  border-radius: 50%;
  transform: scale(0.75);
}
.callout_porthole__image__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #F0F0E9;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: border 2s;
}

.callout_porthole__image__border {
  z-index: 5;
  position: absolute;
  border-radius: 50%;
  border: solid 1px #DBDAD4;
  transform: scale(0.6);
}
.callout_porthole--left .callout_porthole__image__border {
  top: -34%;
  left: -34%;
  width: 168%;
  height: 168%;
  box-shadow: inset 0 0 0 70px #F0F0E9;
}
.callout_porthole--right .callout_porthole__image__border {
  top: -28%;
  left: -28%;
  width: 156%;
  height: 156%;
  box-shadow: inset 0 0 0 30px #F0F0E9;
}

.callout_porthole__image__fade {
  z-index: 15;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #f0f0e9 0%, rgba(239, 240, 232, 0) 100%);
  border-radius: 50%;
  transform: translateZ(0);
}

.callout_porthole__copy {
  z-index: 50;
  position: relative;
  margin-top: 36px;
  margin-bottom: 72px;
}
@supports (margin: clamp(1em, 1vw, 1em)) {
  .callout_porthole__copy {
    margin-top: clamp(0px, 5vw, 70px);
    margin-bottom: clamp(72px, 10.5714285714vw, 148px);
  }
}
.callout_porthole__copy .button__container {
  margin-top: 40px;
}
.callout_porthole__copy p,
.callout_porthole__copy li {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .callout_porthole__copy p,
  .callout_porthole__copy li {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .callout_porthole--left .callout_porthole__copy {
    max-width: 360px;
  }
}
@media (min-width: 1281px) {
  .callout_porthole--left .callout_porthole__copy {
    max-width: 470px;
  }
}
@media (min-width: 769px) {
  .callout_porthole--right .callout_porthole__copy {
    margin-top: 40px;
    margin-left: auto;
    max-width: 360px;
  }
}

.contact {
  margin: 60px 0;
}
@media (min-width: 941px) {
  .contact {
    margin-top: 66px;
    margin-bottom: 70px;
  }
}
.page__section:last-child .contact {
  margin-bottom: 100px;
}

.contact__copy {
  margin-bottom: 30px;
}
.contact__copy h1,
.contact__copy h2 {
  font-size: 24px;
  line-height: 1.1666666667;
  color: #0C273C;
}
@media (min-width: 941px) {
  .contact__copy h1,
  .contact__copy h2 {
    font-size: 36px;
  }
}
.contact__copy h1 + p,
.contact__copy h2 + p {
  margin-top: 26px;
}
.contact__copy p {
  font-size: 18px;
}
@media (min-width: 941px) {
  .contact__copy p {
    font-size: 22px;
  }
}
.contact__copy p + p {
  margin-top: 26px;
}

@media (min-width: 769px) {
  .contact__container {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 40px;
  }
}
@media (min-width: 941px) {
  .contact__container {
    grid-gap: 85px;
  }
}
@media (min-width: 1281px) {
  .contact__container {
    grid-template-columns: 1fr 550px;
    grid-gap: 110px;
  }
}

.contact__details {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .contact__details {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
}
.contact__details p,
.contact__details dt,
.contact__details dd {
  font-size: 16px;
  line-height: 1.5;
}
.contact__details a {
  color: #0A5086;
  transition: all 0.2s;
}
.contact__details a:hover, .contact__details a:focus {
  outline: 0;
  color: #0C273C;
}

.contact__details__heading {
  margin: 30px 0 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #091F31;
}
.contact__details__heading:first-child {
  margin-top: 0;
}

.contact__details__item {
  margin-bottom: 10px;
}
.contact__details__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 481px) {
  .contact__details__item {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 10px;
    align-items: center;
  }
}
.contact__details__item dt:after {
  content: ":";
}

.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none;
}

.contact__form {
  position: relative;
}
.contact__form .wpcf7-spinner {
  display: none !important;
}
@media (min-width: 1281px) {
  .site__footer__contact__form .contact__form .wpcf7-form {
    display: grid;
    grid-template-columns: 185px 1fr;
    grid-column-gap: 16px;
    align-items: center;
  }
}
@media (min-width: 1281px) {
  .site__footer__newsletter__form .contact__form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1281px) {
  .site__footer__contact__form .contact__form .wpcf7-form > * {
    grid-column: 1/span 2;
  }
}
.contact__form .wpcf7-form.invalid .wpcf7-response-output {
  display: none !important;
}
.contact__form .wpcf7-form.sent .wpcf7-response-output,
.contact__form .wpcf7-form.spam .wpcf7-response-output {
  display: block;
  margin: 20px 0 0;
  padding: 20px 15px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: none;
  border-radius: 4px;
  background-color: #CFF566;
  color: #091F31;
}
.site__footer__newsletter .contact__form .wpcf7-form.sent .wpcf7-response-output,
.site__footer__newsletter .contact__form .wpcf7-form.spam .wpcf7-response-output {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}
.contact__form .wpcf7-form.spam .wpcf7-response-output {
  background-color: #FD9675;
  color: #091F31;
}
@media (min-width: 481px) and (max-width: 768px), (min-width: 941px) {
  .contact__form .contact__form__group {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
}
.contact__form .contact__form__field {
  width: 100%;
  margin-bottom: 10px;
}
.site__footer__newsletter__form .contact__form .contact__form__field {
  margin-bottom: 0;
}
@media (min-width: 481px) and (max-width: 768px), (min-width: 941px) {
  .contact__form .contact__form__field--half {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .contact__form .contact__form__field--half:nth-child(2n+1) {
    margin-left: 0;
  }
}
.contact__form .contact__form__field--select {
  z-index: 5;
  position: relative;
}
.contact__form .contact__form__field--select .contact__form__label {
  pointer-events: none;
  top: 7px;
  font-size: 10px;
}
.contact__form .contact__form__field--select.contact__form__field .wpcf7-not-valid-tip {
  top: 18px;
  right: 36px;
}
.contact__form .contact__form__field--select .svg-inline--fa {
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 20px;
  color: #707070;
  pointer-events: none;
}
@media (min-width: 1281px) {
  .site__footer__newsletter__form .contact__form__fields {
    width: calc(100% - 140px);
  }
}

.contact__form__field {
  position: relative;
  margin-bottom: 25px;
}
.contact__form__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact__form__field .wpcf7-not-valid-tip {
  letter-spacing: 0.05em;
  z-index: 10;
  position: absolute;
  top: 20px;
  right: 7px;
  display: inline-block;
  padding: 5px 6px 4px;
  font-weight: bold;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #A53476;
  color: #fff;
}
.site__footer__newsletter .contact__form__field .wpcf7-not-valid-tip {
  top: 16px;
}
@media (min-width: 1281px) {
  .site__footer__newsletter .contact__form__field .wpcf7-not-valid-tip {
    top: 100%;
    margin-top: 5px;
    left: 0;
    right: auto;
  }
}
.single__newsletter .contact__form__field .wpcf7-not-valid-tip {
  top: 100%;
  left: 9px;
  right: auto;
  margin-top: 10px;
}
@media (min-width: 769px) {
  .single__newsletter .contact__form__field .wpcf7-not-valid-tip {
    left: 19px;
  }
}

.contact__form__label {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  font-family: "Gilroy", sans-serif;
  font-weight: normal;
  font-size: 16px;
  padding: 0 15px;
  color: #1E1F21;
  transition: all 0.2s;
}
.contact__form--block .contact__form__label {
  left: 10px;
}
.contact__form__field--focused .contact__form__label, .contact__form__field--has_value .contact__form__label {
  top: 5px;
  font-size: 10px;
}
.contact__form--block .contact__form__field--focused .contact__form__label, .contact__form--block .contact__form__field--has_value .contact__form__label {
  top: 9px;
  left: 11px;
}
.site__footer__newsletter .contact__form__field--focused .contact__form__label, .site__footer__newsletter .contact__form__field--has_value .contact__form__label {
  top: -15px;
  color: #fff;
}
@media (max-width: 360px) {
  .site__footer__newsletter .contact__form__field--focused .contact__form__label, .site__footer__newsletter .contact__form__field--has_value .contact__form__label {
    max-width: 13.9ch;
  }
}
@media (min-width: 1281px) {
  .site__footer__newsletter .contact__form__field--focused .contact__form__label, .site__footer__newsletter .contact__form__field--has_value .contact__form__label {
    left: -15px;
  }
}
.single__newsletter .contact__form__field--focused .contact__form__label, .single__newsletter .contact__form__field--has_value .contact__form__label {
  top: -15px;
}
@media (max-width: 360px) {
  .single__newsletter .contact__form__field--focused .contact__form__label, .single__newsletter .contact__form__field--has_value .contact__form__label {
    max-width: 13.9ch;
  }
}
@media (min-width: 769px) {
  .single__newsletter .contact__form__field--focused .contact__form__label, .single__newsletter .contact__form__field--has_value .contact__form__label {
    font-size: 10px;
  }
}
.single__newsletter .contact__form__label {
  top: 23px;
}
@media (max-width: 360px) {
  .single__newsletter .contact__form__label {
    white-space: nowrap;
    max-width: 13.7ch;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  .single__newsletter .contact__form__label {
    padding-left: 25px;
    top: 24px;
    font-size: 18px;
  }
}

.contact__text {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  max-height: 60px;
  padding: 20px 15px 5px;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-bottom: solid 1px #A7B5BA;
  background-color: #fff;
  color: #091F31;
  transition: all 0.2s;
}
.contact__text::-moz-placeholder {
  font-family: "Gilroy", sans-serif;
  color: #1E1F21;
  opacity: 1;
}
.contact__text::placeholder {
  font-family: "Gilroy", sans-serif;
  color: #1E1F21;
  opacity: 1;
}
.contact__text:focus {
  outline: 0;
  border-color: #0A5086;
}
.contact__form--block .contact__text {
  padding: 22px 25px 3px;
  border: solid 1px #DEDEDF;
  border-radius: 9px;
}
.site__footer__newsletter .contact__text {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 50px;
  border-radius: 4px 4px 0 0;
  border: solid 1px #A7B5BA;
}
@media (min-width: 1281px) {
  .site__footer__newsletter .contact__text {
    border-radius: 4px 0 0 4px;
    border-right-width: 0;
  }
}
.single__newsletter .contact__text {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 60px;
  border-radius: 4px 0 0 4px;
  border: solid 1px #DEDEDF;
  border-right-width: 0;
}
@media (min-width: 769px) {
  .single__newsletter .contact__text {
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    font-size: 17px;
    max-height: 70px;
    border-radius: 9px 0 0 9px;
  }
}

.contact__textarea {
  height: 100px;
  max-height: none;
  resize: none;
}
@media (min-width: 769px) {
  .contact__textarea {
    height: 90px;
  }
  .contact__form--block .contact__textarea {
    height: 220px;
  }
}

.contact__select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 23px 10px 7px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 9px;
  border: solid 1px #A7B5BA;
  background-color: #fff;
  color: #707070;
  transition: all 0.2s;
}
.contact__select:focus {
  outline: 0;
  background-color: #E2E2E2;
}
.contact__select:focus option {
  outline: 0;
}
.contact__select option {
  padding-left: 0;
  padding-right: 0;
}
.contact__select option:focus {
  outline: 0;
}
.appleios .contact__select {
  font-size: 16px;
}
.contact__form__actions {
  position: relative;
}
.site__footer__contact__form .contact__form__actions {
  margin-top: 30px;
}
@media (min-width: 1281px) {
  .site__footer__contact__form .contact__form .wpcf7-form > .contact__form__actions {
    margin-top: 10px;
    grid-column: 1;
  }
}
@media (min-width: 1281px) {
  .site__footer__newsletter__form .contact__form__actions {
    width: 140px;
  }
}

.contact__form__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #0A5086;
  color: #fff;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.contact__form__submit:hover, .contact__form__submit:focus {
  outline: 0;
  background-color: #0C273C;
}
.contact__form--block .contact__form__submit {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-radius: 0;
  font-size: 15px;
  background-color: #0C273C;
}
.contact__form--block .contact__form__submit:hover, .contact__form--block .contact__form__submit:focus {
  border-color: #0A5086;
  background-color: #0A5086;
}
.site__footer__contact__form .contact__form__submit {
  font-size: 15px;
  border: solid 1px #A7B5BA;
  border-radius: 0;
  background-color: #0C273C;
}
.site__footer__contact__form .contact__form__submit:hover, .site__footer__contact__form .contact__form__submit:focus {
  border-color: #0A5086;
  background-color: #0A5086;
}
.site__footer__newsletter .contact__form__submit {
  border-radius: 0 0 4px 4px;
  background-color: #0A5086;
}
.site__footer__newsletter .contact__form__submit:hover, .site__footer__newsletter .contact__form__submit:focus {
  background-color: #80D2ED;
}
@media (min-width: 1281px) {
  .site__footer__newsletter .contact__form__submit {
    border-radius: 0 4px 4px 0;
  }
}
.single__newsletter .contact__form__submit {
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  border-radius: 0 4px 4px 0;
}
@media (min-width: 769px) {
  .single__newsletter .contact__form__submit {
    font-size: 17px;
    height: 70px;
    border-radius: 0 9px 9px 0;
  }
}

.contact__form__call {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  color: #0A5086;
}
@media (min-width: 1281px) {
  .site__footer__contact__form .contact__form .wpcf7-form > .contact__form__call {
    margin-top: 10px;
    grid-column: 2;
    text-align: left;
  }
}
.contact__form__call a {
  white-space: nowrap;
  color: #0A5086;
  transition: all 0.2s;
}
.contact__form__call a:hover, .contact__form__call a:focus {
  text-decoration: underline;
  outline: 0;
  color: #0C273C;
}

.contact__form__field--agree {
  padding: 5px 0 0;
}
.contact__form__field--agree .wpcf7-list-item,
.contact__form__field--agree .mc4wp-checkbox {
  display: block;
  margin: 0;
  position: relative;
  padding-left: 34px;
  width: 100%;
}
.contact__form__field--agree .wpcf7-list-item-label,
.contact__form__field--agree .mc4wp-checkbox > label {
  font-size: 16px;
  line-height: 1.5;
  color: #0A5086;
}
.contact__form__field--agree .contact__agree,
.contact__form__field--agree .mc4wp-checkbox > label input {
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  border-radius: 9px;
  border: solid 1px #DEDEDF;
  background-color: #fff;
  color: rgba(255, 255, 255, 0);
  transition: all 0.2s;
}
.contact__form__field--agree .contact__agree:focus,
.contact__form__field--agree .mc4wp-checkbox > label input:focus {
  outline: 0;
  background-color: #E2E2E2;
}
.contact__form__field--agree .contact__agree:active, .contact__form__field--agree .contact__agree:active:checked,
.contact__form__field--agree .mc4wp-checkbox > label input:active,
.contact__form__field--agree .mc4wp-checkbox > label input:active:checked {
  background-color: rgba(10, 80, 134, 0.5);
}
.contact__form__field--agree .contact__agree:checked,
.contact__form__field--agree .mc4wp-checkbox > label input:checked {
  background-color: #0A5086;
  color: #fff;
}
.contact__form__field--agree .contact__agree:checked:before,
.contact__form__field--agree .mc4wp-checkbox > label input:checked:before {
  content: "✔";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.cta .button:nth-child(1) {
  border: solid 1px transparent;
  background-color: #0C273C;
  color: #F0F0E9;
}
.cta .button:hover:nth-child(1), .cta .button:focus:nth-child(1) {
  background-color: #0A5086;
}

.cta .button:nth-child(2) {
  border: solid 1px #0C273C;
  background-color: transparent;
  color: #0C273C;
}
.cta .button:hover:nth-child(2), .cta .button:focus:nth-child(2) {
  border-color: transparent;
  background-color: #0A5086;
  color: #F0F0E9;
}

.cta {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #9BDEB5;
}
@supports (padding: clamp(1em, 1vw, 1em)) {
  .cta {
    padding-top: clamp(36px, 5vw, 70px);
    padding-bottom: clamp(36px, 6.4285714286vw, 90px);
  }
}
.cta .site__inner {
  max-width: none;
}
.cta .button__container {
  margin-left: -3px;
  width: calc(100% + 6px);
}
@media (max-width: 768px) {
  .cta .button__container {
    justify-content: center;
  }
}
.cta .button {
  margin-left: 3px;
  margin-right: 3px;
  font-weight: bold;
  border-radius: 5px;
}
.cta .button:nth-child(1) {
  padding-left: 28px;
  padding-right: 28px;
  min-width: 250px;
  justify-content: space-between;
}
.cta .button:nth-child(1) .button__label,
.cta .button:nth-child(1) .button__icon {
  transform: translateY(0.1em);
}
@media (min-width: 769px) {
  .cta .button {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .cta .button {
    width: 100%;
  }
}
.cta .button--blue {
  border-color: transparent;
}

.cta__container {
  display: grid;
  row-gap: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}
@media (min-width: 769px) {
  .cta__container {
    grid-template-columns: 4fr 3fr;
  }
}
@media (min-width: 1281px) {
  .cta__container {
    grid-template-columns: 540fr 620fr;
  }
}

.cta__heading {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.1111111111;
  color: #0C273C;
}
@media (max-width: 768px) {
  .cta__heading {
    text-align: center;
  }
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .cta__heading {
    font-size: clamp(24px, 4.5714285714vw, 72px);
  }
}

.cta__apply__container {
  position: relative;
  border-radius: 5px;
  margin-left: 3px;
  margin-right: 3px;
}
.cta__apply__container .button {
  position: relative;
  z-index: 210;
  margin: 0;
}
.cta__apply__container:hover .button, .cta__apply__container:focus-within .button {
  background-color: #0A5086;
  color: #F0F0E9;
}

ul.cta__apply__list {
  z-index: 200;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: grid;
  width: 100%;
  margin-top: -9px;
  max-width: 250px;
  border-top-width: 0;
  border: solid 1px #0C273C;
  border-radius: 5px;
  box-shadow: 0 10px 25px #091F31;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-15px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}
.cta__apply__container:hover ul.cta__apply__list, .cta__apply__container:focus-within ul.cta__apply__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cta__apply__item a {
  display: grid;
  row-gap: 6px;
  padding: 8px 16px;
  text-decoration: none;
  color: #0A5086;
  transition: background 0.2s, color 0.2s;
}
.cta__apply__item a:hover, .cta__apply__item a:focus {
  background-color: #80D2ED;
  color: #0C273C;
}
.cta__apply__item + .cta__apply__item {
  border-top: solid 1px #0C273C;
}

.cta__apply__region {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: #707070;
  transition: color 0.2s;
}
.cta__apply__item:hover .cta__apply__region, .cta__apply__item:focus .cta__apply__region {
  color: #0A5086;
}
.cta__apply__region span {
  transform: translateY(0.125em);
}

.cta__apply__title {
  font-size: 15px;
  font-weight: bold;
}

ul.faq_questions__list {
  margin: 30px 0 80px;
}
.page__section:last-child ul.faq_questions__list {
  margin-bottom: 100px;
}

.faq_questions__item {
  padding: 35px 0 30px 0;
  border-bottom: solid 1px #E2E2E2;
}

.faq_questions__item__title {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
}
.faq_questions__item__title a {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 40px;
  text-decoration: none;
  color: #0C273C;
  transition: all 0.2s;
}
@media (min-width: 769px) {
  .faq_questions__item__title a {
    grid-template-columns: 1fr 80px;
  }
}
.faq_questions__item__title a:hover, .faq_questions__item__title a:focus {
  outline: 0;
}
.faq_questions__item__title .icon {
  display: flex;
  justify-content: center;
  padding-top: 0.25em;
  transition: all 0.2s;
}
.faq_questions__item--open .faq_questions__item__title .icon {
  transform: rotateX(180deg) translateY(0.3125em);
}
.faq_questions__item__title .arrow {
  display: block;
  width: 0;
  height: 0;
  border: solid 9px transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-top-color: #0A5086;
  transition: all 0.2s;
}

.faq_questions__item__details {
  display: none;
  padding-top: 0.25em;
  padding-right: 70px;
}
@media (min-width: 1281px) {
  .faq_questions__item__details {
    padding-right: 110px;
  }
}
@media (max-width: 768px) {
  .faq_questions__item__details.site__copy p, .faq_questions__item__details.site__copy li {
    font-size: 14px;
  }
}
.faq_questions__item__details a {
  text-decoration: none;
  color: #0A5086;
  transition: all 0.2s;
}
.faq_questions__item__details a:hover, .faq_questions__item__details a:focus {
  outline: 0;
  color: #0C273C;
}

.hero {
  position: relative;
  padding-top: 210px;
  min-height: 500px;
}
.hero .cta__apply__container {
  margin-left: 15px;
  margin-right: 15px;
}
.hero .button {
  font-weight: bold;
}
.hero .button--blue {
  border-radius: 4px;
}
@media (min-width: 769px) {
  .hero .button--blue {
    min-width: 250px;
  }
}

.hero--homepage {
  min-height: 560px;
}
@media (min-width: 769px) {
  .hero--homepage {
    padding-top: 410px;
    min-height: 740px;
  }
}
@media (min-width: 769px) {
  .hero--homepage .site__inner {
    padding-left: 460px;
  }
}
@media (min-width: 1281px) {
  .hero--homepage .site__inner {
    padding-left: 520px;
  }
}

@media (min-width: 769px) {
  .hero--listing {
    position: static;
  }
}

.hero--single_blog {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}
.hero--single_blog .site__inner {
  max-width: 1440px;
}
.hero--single_blog .hero__copy {
  width: 100%;
}

.hero--project {
  min-height: 560px;
}
@media (min-width: 941px) {
  .hero--project {
    padding-top: 275px;
    min-height: 740px;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 941px) {
  .hero--project .site__inner {
    display: grid;
    grid-template-columns: 720fr 360fr;
    grid-template-rows: auto 295px;
    grid-column-gap: 40px;
    grid-row-gap: 15px;
  }
  @supports (grid-template-rows: clamp(1em, 1vw, 1em)) {
    .hero--project .site__inner {
      grid-template-rows: auto clamp(0px, 21.0714285714vw, 295px);
    }
  }
}

@media (min-width: 941px) {
  .hero--has_accent_image .site__inner {
    display: grid;
    grid-template-columns: 1fr 210px;
    grid-column-gap: 40px;
    align-items: center;
  }
}

.hero__accent__image__container {
  max-width: 210px;
}
@media (max-width: 940px) {
  .hero__accent__image__container {
    margin-bottom: 50px;
    margin-left: auto;
  }
}
@media (min-width: 941px) {
  .hero__accent__image__container {
    grid-row: 1;
    grid-column: 2;
  }
}

.hero__accent__image {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  border-radius: 50%;
  overflow: hidden;
}
.hero__accent__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero__copy {
  z-index: 20;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  pointer-events: none;
}
.hero__copy .site__inner {
  pointer-events: auto;
}
.hero--homepage .hero__copy {
  padding-bottom: 125px;
}
@media (min-width: 769px) {
  .hero--homepage .hero__copy {
    padding-bottom: 75px;
  }
}
.hero--listing .hero__copy {
  padding-bottom: 125px;
}
@media (min-width: 769px) {
  .hero--listing .hero__copy {
    padding-bottom: 300px;
  }
}
.hero__copy h1,
.hero__copy h2 {
  font-size: 24px;
  line-height: 1.6666666667;
  line-height: 1;
  color: white;
}
@media (min-width: 1281px) {
  .hero__copy h1,
  .hero__copy h2 {
    font-size: 24px;
  }
}
.hero__copy h1.blog-title,
.hero__copy h2.blog-title {
  letter-spacing: 0.025em;
  line-height: 1.4166666667;
  text-transform: uppercase;
  max-width: 650px;
}
@supports (line-clamp: 1) or (-webkit-line-clamp: 1) {
  .hero__copy h1.blog-title,
  .hero__copy h2.blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
  }
}
.hero__copy h6 {
  font-size: 24px;
  line-height: 1.25;
  color: #80D2ED;
}
@media (min-width: 1281px) {
  .hero__copy h6 {
    font-size: 36px;
  }
}
.hero__copy p,
.hero__copy li {
  max-width: 560px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: white;
}
@media (min-width: 1281px) {
  .hero__copy p,
  .hero__copy li {
    font-size: 24px;
    line-height: 1.6666666667;
  }
}
.hero__copy p.blog-category,
.hero__copy li.blog-category {
  color: #80D2ED;
}
.hero__copy p.blog-category a,
.hero__copy li.blog-category a {
  text-decoration: none;
  color: #80D2ED;
  transition: color 0.2s;
}
.hero__copy p.blog-category a:hover, .hero__copy p.blog-category a:focus,
.hero__copy li.blog-category a:hover,
.hero__copy li.blog-category a:focus {
  outline: 0;
  color: #F0F0E9;
}
.hero__copy h1 + p,
.hero__copy h2 + p {
  margin-top: 0.3em;
}
.hero__copy p.recent_projects__type {
  font-size: 12px;
}
.hero__copy p.recent_projects__type + h2 {
  margin-top: 0.75em;
}
.hero__copy .button__container {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .hero__copy .button__container {
    width: 160%;
  }
}
@media (min-width: 1281px) {
  .hero__copy .button__container {
    margin-top: 50px;
  }
}
.hero__copy .blog-title + .button__container {
  margin-top: 10px;
}
.hero__copy .blog-title + .button__container .button {
  font-weight: bold;
}

.hero__image__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  transition: transform 1s;
}
.hero--video_hover .hero__image__container {
  transform: translateZ(0) scale(1.05);
}

@media (min-width: 769px) {
  .hero__image__container--property_mobile {
    display: none;
  }
}

.hero__image__container--property_desktop {
  z-index: -1;
  height: 640px;
}
@media (max-width: 768px) {
  .hero__image__container--property_desktop {
    display: none;
  }
}
@media (min-width: 941px) {
  .hero__image__container--property_desktop {
    height: 740px;
  }
}

.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s;
}
.hero--video_playing .hero__image {
  opacity: 0;
}
.hero__image img {
  z-index: 3;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero--align_top .hero__image img, .hero--align_top + .property_map .hero__image img {
  -o-object-position: center top;
     object-position: center top;
}
.hero--align_middle .hero__image img, .hero--align_middle + .property_map .hero__image img {
  -o-object-position: center;
     object-position: center;
}
.hero--align_bottom .hero__image img, .hero--align_bottom + .property_map .hero__image img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.hero__image__overlay {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom left, rgba(30, 31, 33, 0) 30%, rgba(30, 31, 33, 0.9) 100%);
}
.hero__image__overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(30, 31, 33, 0.9) 0%, rgba(30, 31, 33, 0) 100%);
}
.hero--listing .hero__image__overlay, .page__section--property_map .hero__image__overlay {
  background-image: linear-gradient(to bottom, #1e1f21 0%, rgba(30, 31, 33, 0.8) 100%);
}
.hero--listing .hero__image__overlay:before, .page__section--property_map .hero__image__overlay:before {
  display: none;
}
.hero--project .hero__image__overlay {
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  -webkit-backdrop-filter: blur(5px) brightness(0.6);
  backdrop-filter: blur(5px) brightness(0.6);
}
.hero--project .hero__image__overlay:before {
  display: none;
}

.hero__video__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  transition: transform 1s;
}
.hero--video_hover .hero__video__container {
  transform: translateZ(0) scale(1.05);
}

.hero__background__video__container {
  z-index: 1;
  position: relative;
  opacity: 0;
  transition: opacity 1s;
  overflow: hidden;
}
.hero__background__video__container > * {
  pointer-events: none;
}
.hero--video_playing .hero__background__video__container {
  z-index: 5;
  opacity: 1;
}

.hero__video__play {
  z-index: 40;
  position: absolute;
  bottom: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .hero__video__play {
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .hero--project .hero__video__play {
    margin-bottom: -25px;
  }
}
.hero__video__play a {
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  border-radius: 50%;
  border: solid 1px #80D2ED;
  color: white;
}
.hero__video__play a:hover, .hero__video__play a:focus {
  outline: 0;
}
.hero__video__play a:hover .hero__video__label, .hero__video__play a:focus .hero__video__label {
  opacity: 1;
}

.hero__video__play__icon {
  transform: translateX(0.1em);
}
.hero__video__play__icon img,
.hero__video__play__icon svg {
  display: block;
  width: 10px;
  height: auto;
}

.hero__video__label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 20px;
  display: block;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  transition: opacity 1s;
  opacity: 0;
}

@media (max-width: 940px) {
  .hero__project__details {
    margin-bottom: 90px;
  }
}
@media (min-width: 941px) {
  .hero__project__details {
    grid-row: 1/span 2;
    grid-column: 2;
    align-self: flex-end;
    margin-bottom: 36px;
  }
}

.page__section--recent_posts {
  z-index: 100;
}

.recent_post {
  margin: 60px 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .recent_post {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1281px) {
  .recent_post {
    padding-top: 160px;
    padding-bottom: 200px;
  }
}

@media (min-width: 769px) {
  .recent_post__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
  }
}

.recent_post__heading {
  z-index: 40;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 124px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8333333333;
  text-align: center;
  border-radius: 50%;
  background-color: #9BDEB5;
  color: #1E1F21;
}
@media (max-width: 768px) {
  .recent_post__heading {
    position: absolute;
    top: 100%;
    left: 36px;
    margin-top: -62px;
  }
}
@media (min-width: 769px) {
  .recent_post__heading {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -62px;
    margin-left: -147px;
  }
  .recent_post__heading:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 414px;
    border-left: solid 1px #DBDAD4;
  }
}
@media (min-width: 1281px) {
  .recent_post__heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -40px;
  }
}

.recent_post__image__container {
  position: relative;
}
@media (max-width: 768px) {
  .recent_post__image__container {
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media (min-width: 769px) {
  .recent_post__image__container {
    width: 50vw;
    margin-left: calc(100% - 50vw);
  }
}
.recent_post__image {
  z-index: 30;
  position: relative;
  height: 0;
  padding-bottom: 68.8311688312%;
}
@media (min-width: 769px) {
  .recent_post__image {
    padding-bottom: 74.2857142857%;
  }
}
.recent_post__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.recent_post__image__overlay {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 92.2077922078%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(240, 240, 233, 0) 0%, #f0f0e9 100%);
}

.recent_post__content {
  margin-top: 102px;
}
@media (min-width: 769px) {
  .recent_post__content {
    z-index: 35;
    position: relative;
    margin-left: -85px;
    padding: 40px 30px 0;
    background-color: #F0F0E9;
  }
  .recent_post__content:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #F0F0E9;
  }
}
.recent_post__content .button__container {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .recent_post__content .button {
    margin-bottom: 5px;
  }
}

.recent_post__title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3333333333;
}
@media (min-width: 1281px) {
  .recent_post__title {
    font-size: 36px;
    line-height: 1.3333333333;
  }
}
@supports (line-clamp: 1) or (-webkit-line-clamp: 1) {
  .recent_post__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
  }
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .recent_post__title {
    font-size: clamp(18px, 2.5714285714vw, 36px);
  }
}
.recent_post__title a {
  text-decoration: none;
  color: #1E1F21;
  transition: color 0.2s;
}
.recent_post__title a:hover, .recent_post__title a:focus {
  outline: 0;
  color: #0A5086;
}

.recent_post__accent {
  z-index: 25;
  position: absolute;
  top: -230px;
  left: 50%;
  margin-left: -85px;
  width: 396px;
  height: 688px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recent_post__accent {
    display: none;
  }
}
.recent_post__accent img {
  display: block;
  width: 100%;
  height: auto;
}

.page__section--recent_projects {
  z-index: 350;
}

.recent_projects {
  margin: 0 0 90px;
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .recent_projects {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: #F0F0E9;
  }
}
@media (min-width: 769px) {
  .recent_projects .site__inner {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
  }
}

.recent_projects__heading {
  margin-top: 45px;
  padding-right: 60px;
  font-size: 56px;
  font-weight: normal;
  line-height: 1.1111111111;
  text-align: right;
  color: #0C273C;
}
@media (max-width: 768px) {
  .recent_projects__heading {
    display: none;
  }
}
@media (min-width: 1281px) {
  .recent_projects__heading {
    padding-right: 70px;
    font-size: 72px;
  }
}

.recent_projects__gallery {
  position: relative;
  margin-top: -100px;
}
@media (min-width: 769px) {
  .recent_projects__gallery {
    margin-top: -44px;
  }
}

.recent_projects__carousel.swiper-container {
  z-index: 50;
  overflow: visible;
}
.recent_projects__carousel.swiper-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.05);
}
.recent_projects__carousel.swiper-container .swiper-slide {
  width: 100%;
}
@media (min-width: 481px) {
  .recent_projects__carousel.swiper-container .swiper-slide {
    width: 364px;
  }
}

.recent_projects__item {
  height: 100%;
  background-color: #F0F0E9;
  transition: opacity 0.2s, visibility 0.2s;
  opacity: 0;
  visibility: hidden;
}
.swiper-slide-active .recent_projects__item, .swiper-slide-active + * .recent_projects__item, .swiper-slide-active + * + * .recent_projects__item, .swiper-slide-active + * + * + * .recent_projects__item, .swiper-slide-active + * + * + * + * .recent_projects__item, .swiper-slide-active + * + * + * + * + * .recent_projects__item, .swiper-slide-active + * + * + * + * + * + * .recent_projects__item, .swiper-slide-active + * + * + * + * + * + * + * .recent_projects__item, .swiper-slide-active + * + * + * + * + * + * + * + * .recent_projects__item, .swiper-slide-active + * + * + * + * + * + * + * + * + * .recent_projects__item, .swiper-slide-active + * + * + * + * + * + * + * + * + * + * .recent_projects__item {
  opacity: 1;
  visibility: visible;
}

.recent_projects__status {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding-left: 36px;
  padding: 0 36px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  background-color: #E8E5BB;
  color: #1E1F21;
  pointer-events: none;
}

.recent_projects__status--now-leasing {
  background-color: #9BDEB5;
}

.recent_projects__thumbnail {
  position: relative;
  height: 0;
  padding-bottom: 68.6813186813%;
}
.recent_projects__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.recent_projects__content {
  padding: 34px 24px 40px;
}

.recent_projects__type {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: center;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: #707070;
}
.recent_projects__type span {
  transform: translateY(0.125em);
}

.recent_projects__title {
  letter-spacing: 0.025em;
  margin: 10px 0 0;
  font-size: 16px;
  text-transform: uppercase;
}
.recent_projects__title a {
  text-decoration: none;
  color: #585E60;
  transition: color 0.2s;
}
.recent_projects__title a:hover, .recent_projects__title a:focus, .recent_projects__thumbnail:hover + .recent_projects__content .recent_projects__title a {
  outline: 0;
  color: #0A5086;
}

.recent_projects__controls {
  z-index: 60;
  position: absolute;
  width: 134px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 14px;
}
@media (max-width: 768px) {
  .recent_projects__controls {
    top: 100%;
    left: 0;
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .recent_projects__controls {
    bottom: 44px;
    right: 100%;
    margin-right: 60px;
  }
}
@media (min-width: 1281px) {
  .recent_projects__controls {
    margin-right: 70px;
  }
}

.recent_projects__controls__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1px #DBDAD4;
  background-color: #F0F0E9;
  color: #A7B5BA;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.recent_projects__controls__item svg {
  width: 20px;
  height: auto;
}
.recent_projects__controls__item:hover, .recent_projects__controls__item:focus {
  outline: 0;
  background-color: #A7B5BA;
  border-color: #A7B5BA;
  color: #F0F0E9;
}

.application_cta__container {
  z-index: 50;
  position: relative;
  margin-bottom: 44px;
}
.package_cta .application_cta__container {
  margin-top: 110px;
  margin-bottom: 0;
}
.package_cta--fixed .application_cta__container {
  grid-column: 2;
}
.package_cta .application_cta__container .button__container {
  margin-bottom: 0;
}
.application_cta__container .button {
  width: 100%;
  font-weight: bold;
  border-radius: 5px;
}
.package_cta .application_cta__container .button {
  margin-bottom: 8px;
  border-radius: 0;
  min-height: 50px;
}
.package_cta .application_cta__container .button:hover, .package_cta .application_cta__container .button:focus {
  background-color: #0A5086;
  color: #F0F0E9;
}

@media (min-width: 941px) {
  .package_cta--fixed {
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    pointer-events: none;
  }
}

@media (min-width: 941px) {
  .package_cta--fixed.package_cta--fixed_end {
    position: absolute;
    bottom: 0;
  }
}

.package_cta__container {
  margin-top: 30px;
}
@media (min-width: 941px) {
  .package_cta--fixed .package_cta__container {
    display: grid;
    grid-template-columns: 720fr 360fr;
    grid-column-gap: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 80px;
    width: 100%;
    max-width: 1400px;
    pointer-events: none;
  }
  .package_cta--fixed .package_cta__container > * {
    pointer-events: auto;
  }
}
@media (min-width: 1281px) {
  .package_cta--fixed .package_cta__container {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media (min-width: 941px) {
  .package_cta--fixed .package_cta__container .button__container {
    grid-column: 2;
  }
}
.package_cta__container .button {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  max-width: none;
  min-height: 64px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
}
.package_cta__container .button > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.package_cta__container .button > span > span {
  white-space: nowrap;
}

.package_cta__heading {
  margin: 0;
  padding-left: 0.4em;
  padding-right: 0.4em;
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
}

.description {
  margin-top: 50px;
}
.description:first-child {
  margin-top: 10px;
}

.description__copy p {
  font-size: 16px;
  line-height: 1.5;
}
.description__copy p strong {
  font-family: "Gilroy", sans-serif;
  color: #0A5086;
}

.page__section--project_details {
  z-index: 350;
}

.project_details {
  padding-bottom: 120px;
}
@media (min-width: 941px) {
  .project_details > .site__inner {
    display: grid;
    grid-template-columns: 720fr 360fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    align-items: flex-start;
  }
}

@media (min-width: 941px) {
  .project_details__sidebar {
    grid-column: 2;
    grid-row: 1/span 2;
    padding-top: 30px;
  }
}

.project_details__pagination {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
@media (min-width: 941px) {
  .package_cta--fixed .project_details__pagination {
    grid-column: 2;
    grid-row: 3;
  }
}
@media (min-width: 941px) and (max-width: 1280px) {
  .project_details__pagination .extra {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}
.project_details__pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background-color: #F0F0E9;
  border: solid 1px #0C273C;
  color: #0C273C;
}
.project_details__pagination a:hover, .project_details__pagination a:focus {
  outline: 0;
}
.project_details__pagination a:hover:first-child svg, .project_details__pagination a:focus:first-child svg {
  transform: translateX(-0.25em);
}
.project_details__pagination a:hover:last-child svg, .project_details__pagination a:focus:last-child svg {
  transform: translateX(0.25em);
}
.project_details__pagination a:first-child svg {
  margin-right: 12px;
}
.project_details__pagination a:last-child svg {
  margin-left: 12px;
}
.project_details__pagination a svg {
  transition: transform 0.2s;
}

.project_details__pagination__not_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 14px;
  text-align: center;
  background-color: #F0F0E9;
  border: solid 1px #707070;
  color: #707070;
  cursor: not-allowed;
}
.project_details__pagination__not_link:first-child svg {
  margin-right: 12px;
}
.project_details__pagination__not_link:last-child svg {
  margin-left: 12px;
}

.project_details__content {
  margin-top: -50px;
  background-color: #E2E2D5;
}
@media (min-width: 941px) {
  .project_details__content {
    margin-top: -300px;
  }
  @supports (margin-top: clamp(1em, 1vw, 1em)) {
    .project_details__content {
      margin-top: calc(clamp(0px, 21.4285714286vw, 300px) * -1);
    }
  }
}

.project_details__content__inner {
  padding: 35px 20px 65px 20px;
}
@supports (padding: clamp(1em, 1vw, 1em)) {
  .project_details__content__inner {
    padding-left: clamp(20px, 3.5714285714vw, 50px);
    padding-right: clamp(20px, 3.5714285714vw, 50px);
  }
}
@media (max-width: 600px) {
  .project_details__content__inner {
    margin-left: -36px;
    margin-right: -36px;
    margin-top: -36px;
    margin-bottom: -36px;
    padding-top: 71px;
    padding-bottom: 101px;
    background-color: #E2E2D5;
  }
}

.property_details {
  display: grid;
  -moz-column-gap: 36px;
       column-gap: 36px;
  grid-template-columns: auto 1fr auto auto auto;
}
@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property_details {
    grid-template-columns: 1fr auto auto;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

.property_details__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: auto/span 5;
}
@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property_details__item {
    grid-column: auto/span 3;
  }
}
.property_details__item + .property_details__item {
  margin-top: 36px;
}

.property_details__heading {
  grid-column: auto/span 5;
  line-height: 1.6666666667;
}
@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property_details__heading {
    grid-column: auto/span 3;
  }
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .property_details__heading {
    font-size: clamp(18px, 1.7142857143vw, 24px);
  }
}

.property__address {
  grid-column: auto/span 5;
  font-style: normal;
  margin-top: 6px;
}
@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property__address {
    grid-column: auto/span 3;
  }
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .property__address {
    font-size: clamp(18px, 1.7142857143vw, 24px);
  }
}

.property__availability {
  grid-column: auto/span 5;
  display: grid;
  grid-template-columns: subgrid;
}
@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property__availability {
    grid-column: auto/span 3;
  }
}

.property__availability__level {
  grid-column: auto/span 5;
  display: grid;
  grid-template-columns: subgrid;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1428571429;
  text-align: left;
  border-bottom: solid 1px #585E60;
}
@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property__availability__level {
    grid-column: auto/span 3;
  }
}
.property__availability__level + .property__availability__level {
  margin-top: 24px;
}

.property__availability__level__label {
  padding-top: 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property__availability__level__label:nth-child(n+2) {
    display: none;
  }
}

.property__availability__unit {
  grid-column: auto/span 5;
  display: grid;
  grid-template-columns: subgrid;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1.1428571429;
  border-bottom: solid 1px #585E60;
}
@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property__availability__unit {
    grid-column: auto/span 3;
    row-gap: 10px;
    padding-top: 16px;
    padding-bottom: 20px;
  }
}

.property__availability__unit__title {
  font-weight: bold;
}
@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property__availability__unit__title {
    grid-column: 1;
    grid-row: 1;
  }
}

.property__availability__unit__description {
  margin-left: -24px;
}
@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property__availability__unit__description {
    grid-column: 1;
    grid-row: 2;
    margin-left: 0;
  }
}

@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property__availability__unit__price {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
  }
}

@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property__availability__unit__sqft {
    grid-column: 3;
    grid-row: 1;
    text-align: right;
  }
  .property__availability__unit__sqft:after {
    content: "SQFT";
  }
}

@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property__availability__unit__floorplan {
    grid-column: 2/span 2;
    grid-row: 2;
    text-align: right;
  }
}
.property__availability__unit__floorplan a {
  white-space: nowrap;
  color: #0A5086;
}
.property__availability__unit__floorplan a:hover, .property__availability__unit__floorplan a:focus {
  color: #0C273C;
}

.property__policy__list {
  grid-column: auto/span 5;
  display: grid;
  grid-template-columns: subgrid;
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.1428571429;
  text-align: left;
  padding-top: 18px;
  border-top: solid 1px #585E60;
}
@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property__policy__list {
    grid-column: auto/span 3;
    row-gap: 5px;
    grid-template-columns: 1fr;
  }
}

.property__policy__list__item {
  padding: 6px 0;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-columns: auto/span 3;
}
@media (max-width: 600px), (min-width: 941px) and (max-width: 1280px) {
  .property__policy__list__item:nth-child(1) {
    padding-top: 0;
  }
}
@media (min-width: 601px) and (max-width: 940px), (min-width: 1281px) {
  .property__policy__list__item:nth-child(odd) {
    grid-column: auto/span 2;
    padding: 0;
  }
  .property__policy__list__item:nth-child(odd) dl {
    grid-column: auto/span 2;
  }
}
@media (min-width: 601px) and (max-width: 940px), (min-width: 1281px) {
  .property__policy__list__item:nth-child(even) {
    grid-column: auto/span 3;
  }
  .property__policy__list__item:nth-child(even) dl {
    grid-column: auto/span 3;
  }
}
.property__policy__list__item dl {
  display: flex;
  flex-wrap: wrap;
}
.property__policy__list__item dt {
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 12px;
}
.property__policy__list__item dt:after {
  content: ":";
}

.property__tour iframe {
  max-width: 100%;
  aspect-ratio: 853/480;
  height: auto;
}

.property__floorplan__modal {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  overflow: visible;
  border: none;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: display 0.2s allow-discrete, overlay 0.2s allow-discrete, opacity 0.2s, visibility 0.2s;
}
.property__floorplan__modal::backdrop {
  opacity: 0;
  background-color: rgba(12, 39, 60, 0.15);
  transition: opacity 0.2s, visibility 0.2s;
}
@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))) or (-webkit-backdrop-filter: blur(0)) {
  .property__floorplan__modal::backdrop {
    -webkit-backdrop-filter: blur(10px) brightness(0.9);
            backdrop-filter: blur(10px) brightness(0.9);
  }
}
.property__floorplan__modal[open] {
  opacity: 1;
  visibility: visible;
}
.property__floorplan__modal[open]::backdrop {
  opacity: 1;
  visibility: visible;
}
@starting-style {
  .property__floorplan__modal[open]::backdrop {
    opacity: 0;
    visibility: hidden;
  }
}
@starting-style {
  .property__floorplan__modal[open] {
    opacity: 0;
    visibility: hidden;
  }
}
.property__floorplan__modal .site__inner {
  width: 100%;
  max-width: 1680px;
}

.property__floorplan__modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #F0F0E9;
  cursor: pointer;
  transition: color 0.2s;
}
@media (max-width: 768px) {
  .property__floorplan__modal__close {
    top: -54px;
    right: 0;
  }
}
.property__floorplan__modal__close:hover, .property__floorplan__modal__close:focus {
  color: #80D2ED;
}
.property__floorplan__modal__close .label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.property__floorplan__modal__close svg {
  display: block;
  width: 44px;
  height: auto;
}

.property__floorplan__modal__inner {
  position: relative;
  padding: 10px;
  border: none;
  background-color: #2A3130;
}
@supports (padding: clamp(1em, 1vw, 1em)) {
  .property__floorplan__modal__inner {
    padding-top: clamp(10px, 4.2857142857vw, 120px);
    padding-bottom: clamp(10px, 4.2857142857vw, 120px);
    padding-left: clamp(10px, 6.4285714286vw, 190px);
    padding-right: clamp(10px, 6.4285714286vw, 190px);
  }
}
@media (min-width: 769px) {
  @supports (padding: clamp(1em, 1vw, 1em)) {
    .property__floorplan__modal__inner {
      padding-top: clamp(10px, 8.5714285714vw, 120px);
      padding-bottom: clamp(10px, 8.5714285714vw, 120px);
      padding-left: clamp(10px, 13.5714285714vw, 190px);
      padding-right: clamp(10px, 13.5714285714vw, 190px);
    }
  }
}

.property__floorplan__modal__image {
  display: none;
}
.property__floorplan__modal__image img {
  position: relative;
  max-width: 100%;
  height: auto;
}

.property__floorplan__modal__image--visible {
  display: block;
}

.project_grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 941px) {
  .project_grid {
    grid-column: 1;
  }
}

.project_grid__item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.project_grid__item img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.5s, opacity 0.5s;
}
.project_grid__item a:hover img, .project_grid__item a:focus img {
  transform: scale(1.025);
  opacity: 0.85;
}

.project_grid__item--height_full,
.project_grid__item--height_half,
.project_grid__item--height_square {
  position: relative;
  height: 0;
}
.project_grid__item--height_full img,
.project_grid__item--height_half img,
.project_grid__item--height_square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.project_grid__item--height_square {
  padding-bottom: 100%;
}

.project_grid__item--width_full {
  grid-column: span 12;
}
.project_grid__item--width_full.project_grid__item--height_full {
  padding-bottom: 69.4444444444%;
}
.project_grid__item--width_full.project_grid__item--height_half {
  padding-bottom: 34.7222222222%;
}

.project_grid__item--width_half {
  grid-column: span 6;
}
.project_grid__item--width_half.project_grid__item--height_full {
  padding-bottom: 138.8888888889%;
}
.project_grid__item--width_half.project_grid__item--height_half {
  padding-bottom: 69.4444444444%;
}

.project_grid__item--width_third {
  grid-column: span 4;
}
.project_grid__item--width_third.project_grid__item--height_full {
  padding-bottom: 208.3333333333%;
}
.project_grid__item--width_third.project_grid__item--height_half {
  padding-bottom: 104.1666666667%;
}

.project_grid__item--width_two_thirds {
  grid-column: span 8;
}
.project_grid__item--width_two_thirds.project_grid__item--height_full {
  padding-bottom: 104.1666666667%;
}
.project_grid__item--width_two_thirds.project_grid__item--height_half {
  padding-bottom: 52.0833333333%;
}

.project_grid__item--width_quarter {
  grid-column: span 3;
}
.project_grid__item--width_quarter.project_grid__item--height_full {
  padding-bottom: 277.7777777778%;
}
.project_grid__item--width_quarter.project_grid__item--height_half {
  padding-bottom: 138.8888888889%;
}

.project_grid__item--modal_only {
  grid-column: span 12;
  height: 0;
  padding-bottom: 0 !important;
}

.page__section--hero + .page__section--project_listings {
  z-index: 350;
}

.project_list {
  margin-bottom: 90px;
}
@media (min-width: 769px) {
  .page__section:last-child .project_list {
    margin-bottom: 145px;
  }
}
.page__section--hero + .page__section--project_listings .project_list {
  margin-top: -100px;
}
@media (min-width: 769px) {
  .page__section--hero + .page__section--project_listings .project_list {
    margin-top: -345px;
  }
}

@media (min-width: 769px) {
  .page__section:last-child .project_list--blog_index {
    margin-bottom: 65px;
  }
}

.project_list__header {
  border-top: solid 1px #F0F0E9;
}
@media (min-width: 769px) {
  .project_list__header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.project_list__display {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 55px;
  color: white;
}
@media (min-width: 769px) {
  .project_list__display {
    grid-column: 2;
    padding-left: 50px;
    padding-right: 50px;
    border-left: solid 1px #F0F0E9;
  }
}
@media (min-width: 1281px) {
  .project_list__display {
    padding-left: 75px;
    padding-right: 75px;
  }
}

ul.project_list__list {
  background-color: #F0F0E9;
}
@media (max-width: 940px) {
  ul.project_list__list {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  ul.project_list__list {
    display: grid;
    grid-gap: 36px;
  }
}

.project_list__item {
  position: relative;
}
@media (max-width: 768px) {
  .project_list__item {
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 769px) {
  .project_list__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}

.project_list__item--hidden {
  display: none;
}

.project_list__item__meta {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .project_list__item__meta {
    display: inline-flex;
    align-items: center;
  }
}
.project_list__item__meta .recent_projects__type:nth-child(2) {
  margin-left: 16px;
}

.project_list__item__type {
  display: inline-flex;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  transform: translateY(0.125em);
  color: #989456;
}
@media (min-width: 769px) {
  .project_list__item__type {
    font-size: 16px;
  }
}

.project_list__item__type--now-leasing {
  padding: 8px;
  background-color: rgba(155, 222, 181, 0.33);
  color: #0C273C;
}

.project_list__item__title {
  letter-spacing: 0.025em;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .project_list__item__title {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
.project_list__item__title a {
  text-decoration: none;
  color: #585E60;
  transition: color 0.4s;
}
.project_list__item__title a:hover, .project_list__item__title a:focus, .project_list__item:hover .project_list__item__title a {
  outline: 0;
  color: #0C273C;
}
@supports (line-clamp: 1) or (-webkit-line-clamp: 1) {
  .project_list__item__title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
  }
}

.project_list__item__image {
  position: relative;
  height: 0;
  padding-bottom: 68.6813186813%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .project_list__item__image {
    padding-bottom: 53.5714285714%;
  }
}
.project_list__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.4s, opacity 0.4s;
}
.project_list__item:hover .project_list__item__image img {
  transform: scale(1.05);
  opacity: 0.7;
}

.project_list__item__image__overlay {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, #1E1F21 0%, rgba(30, 31, 33, 0.8) 100%);
  transition: opacity 0.4s;
}
.project_list__item:hover .project_list__item__image__overlay {
  opacity: 0.9;
}

.project_list__item__link {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .project_list__item__link {
    display: none;
  }
}
@media (min-width: 769px) {
  .project_list__item__link {
    height: 100%;
  }
}
.project_list__item__link:hover, .project_list__item__link:focus {
  outline: 0;
}
.project_list__item__link > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 2;
  background-color: #0C273C;
  color: #F0F0E9;
  transition: transform 0.4s;
  transform: scale(0.0806451613);
}
.project_list__item:hover .project_list__item__link > span {
  transform: scale(1);
}
@media (max-width: 768px) {
  .project_list__item__link > span {
    position: absolute;
    top: 100%;
    left: 36px;
    height: 62px;
    margin-top: -62px;
    border-radius: 62px 62px 0 0;
  }
}
.project_list__item__link > span span {
  opacity: 0;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  .project_list__item__link > span span {
    transform: translateY(50%);
  }
}
.project_list__item:hover .project_list__item__link > span span {
  opacity: 1;
}

.project_list__item__content {
  padding: 36px;
  transition: transform 0.4s;
}
@media (min-width: 769px) {
  .project_list__item:hover .project_list__item__content {
    transform: translateX(40px);
  }
}
@media (min-width: 769px) {
  .project_list__item__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1281px) {
  .project_list__item__content {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.project_list__pagination a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  width: 140px;
  height: 140px;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 50%;
  background-color: #0A5086;
  color: #fff;
  transition: all 0.2s;
}
.project_list__pagination a:hover, .project_list__pagination a:focus {
  outline: 0;
  background-color: #0C273C;
}
.project_list__pagination a.disabled {
  cursor: not-allowed;
  opacity: 0.2;
  pointer-events: none;
}
.project_list__pagination a.disabled:hover, .project_list__pagination a.disabled:focus {
  background-color: #0A5086;
}
.project_list__pagination a > span {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.project_list__pagination a > span:first-child {
  margin-top: auto;
}
.project_list__pagination a > span:last-child {
  margin-bottom: auto;
}
.project_list__pagination .more {
  font-weight: bold;
}

@media (max-width: 768px) {
  .project_testimonial {
    margin-top: 100px;
  }
}

.project_testimonial__quote img {
  display: block;
  height: auto;
}

.project_testimonial__copy p {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: bold;
  color: #0C273C;
}

.project_testimonial__citation {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.7142857143;
}
.project_testimonial__citation:before {
  content: "–";
  padding-right: 0.1em;
}

.property_map {
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .property_map {
    margin-top: -270px;
  }
}
.page__section:last-child .property_map {
  margin-bottom: 100px;
}
@media (min-width: 769px) {
  .property_map .site__inner {
    z-index: 10;
  }
}

.property_map__count {
  font-size: 15px;
  color: #1E1F21;
}
@media (min-width: 769px) {
  .property_map__count {
    color: #fff;
  }
}
@media (min-width: 941px) {
  .property_map__count {
    text-align: right;
  }
}

@media (max-width: 940px) {
  .property_map__header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-top: 36px;
  }
}

@media (max-width: 940px) {
  .property_map__filters__container {
    display: none;
  }
}
@media (max-width: 768px) {
  .property_map__filters__container {
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .property_map__filters__container {
    grid-column: 1/span 2;
  }
}
@media (min-width: 601px) and (max-width: 940px) {
  .property_map__filters__container {
    grid-column: 1/span 3;
  }
}
@media (min-width: 941px) {
  .property_map__filters__container {
    display: block !important;
  }
}

.property_map__filters {
  z-index: 15;
  position: relative;
  display: grid;
  margin-top: 36px;
  font-size: 15px;
  line-height: 1;
  color: #1E1F21;
}
@media (max-width: 768px) {
  .property_map__filters {
    padding: 36px;
    row-gap: 36px;
    background-color: #E2E2D5;
  }
}
@media (max-width: 940px) {
  .property_map__filters {
    padding: 36px;
    row-gap: 36px;
    background-color: #E2E2D5;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .property_map__filters {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (min-width: 601px) and (max-width: 940px) {
  .property_map__filters {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (min-width: 941px) {
  .property_map__filters {
    margin-top: 16px;
    grid-template-columns: auto repeat(4, 1fr) minmax(-webkit-min-content, 2fr);
    grid-template-columns: auto repeat(4, 1fr) minmax(min-content, 2fr);
    align-items: center;
    border-top: solid 1px #fff;
    color: #fff;
  }
}

.property_map__filters__toggle {
  display: flex;
  align-items: center;
  margin-left: 16px;
  padding: 0 16px;
  min-height: 36px;
  font-size: 15px;
  border-radius: 4px;
  border: solid 1px #707070;
  background-color: transparent;
  color: #1E1F21;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.property_map__filters__toggle svg {
  display: block;
  height: auto;
  margin-left: 16px;
  transition: transform 0.2s;
}
.property_map__filters__toggle:hover, .property_map__filters__toggle:focus {
  border-color: transparent;
  background-color: #0A5086;
  color: #F0F0E9;
}
@media (min-width: 769px) {
  .property_map__filters__toggle {
    border-color: #fff;
    color: #fff;
  }
}
@media (min-width: 941px) {
  .property_map__filters__toggle {
    display: none;
  }
}
.property_map__header--toggle .property_map__filters__toggle svg {
  transform: rotateX(180deg);
}

.property_map__filters__label {
  padding-left: 10px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 940px) {
  .property_map__filters__label {
    display: none;
  }
}

.property_map__filters__item {
  position: relative;
}
@media (max-width: 940px) {
  .property_map__filters__item {
    display: grid;
    row-gap: 9px;
  }
}
@media (min-width: 941px) {
  .property_map__filters__item {
    height: 50px;
    overflow: visible;
  }
}
.property_map__filters__item dt {
  display: flex;
  color: #1E1F21;
  transition: color 0.2s;
}
@media (max-width: 940px) {
  .property_map__filters__item dt {
    font-weight: bold;
  }
}
@media (min-width: 941px) {
  .property_map__filters__item dt {
    justify-content: space-between;
    align-items: center;
    height: 50px;
    white-space: nowrap;
    border-left: solid 1px #fff;
    padding-left: 24px;
    padding-right: 24px;
    cursor: pointer;
    color: #fff;
  }
}
@media (min-width: 941px) {
  .property_map__filters__item dt:hover {
    color: #80D2ED;
  }
}
.property_map__filters__item dt svg {
  display: block;
  margin-left: 12px;
  height: auto;
  line-height: 1;
  transition: transform 0.2s;
}
@media (max-width: 940px) {
  .property_map__filters__item dt svg {
    display: none;
  }
}
.property_map__filters__item dd {
  position: relative;
  transition: opacity 0.2s, visibility 0.2s;
}
@media (max-width: 940px) {
  .property_map__filters__item dd {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-bottom: -12px;
    width: calc(100% + 24px);
  }
}
@media (min-width: 941px) {
  .property_map__filters__item dd {
    display: grid;
    margin-right: -1px;
    padding: 16px 12px 16px 10px;
    row-gap: 24px;
    border: solid 1px #fff;
    background-color: #1E1F21;
    opacity: 0;
    visibility: hidden;
  }
}
.property_map__filters__item label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
@media (max-width: 940px) {
  .property_map__filters__item label {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
@media (min-width: 941px) {
  .property_map__filters__item label {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.property_map__filters__item input[type=checkbox] {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  border: none;
  border-radius: 0;
}
.property_map__filters__item input[type=checkbox]:last-child {
  display: none;
}

@media (min-width: 481px) and (max-width: 600px) {
  .property_map__filters__item--wide {
    grid-column: 1/span 2;
  }
}
@media (min-width: 601px) and (max-width: 940px) {
  .property_map__filters__item--wide {
    grid-column: 1/span 3;
  }
}
@media (min-width: 481px) and (max-width: 940px) {
  .property_map__filters__item--wide dd {
    display: grid;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .property_map__filters__item--wide dd {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 601px) and (max-width: 940px) {
  .property_map__filters__item--wide dd {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 940px) {
  .property_map__filters__item--wide dd label {
    margin-left: 0;
    margin-right: 0;
  }
}

.property_map__filters__item--open dt svg {
  transform: rotateX(180deg);
}
@media (min-width: 941px) {
  .property_map__filters__item--open dd {
    opacity: 1;
    visibility: visible;
  }
}

.property_map__filters__reset {
  display: flex;
  align-items: center;
  min-height: 100%;
  border-left: solid 1px #fff;
}
@media (max-width: 940px) {
  .property_map__filters__reset {
    display: none;
  }
}
@media (min-width: 769px) {
  .property_map__filters__reset {
    justify-content: flex-end;
  }
}

.property_map__filters__button {
  display: flex;
  align-items: center;
  margin-left: 16px;
  padding: 0;
  border: 0;
  background-color: transparent;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  transition: color 0.2s;
}
.property_map__filters__button svg {
  display: block;
  height: auto;
  margin-left: 28px;
}
.property_map__filters__button:hover, .property_map__filters__button:focus {
  color: #80D2ED;
}

.property_map__gmap {
  position: relative;
  background-color: #E2E2E2;
}
@media (max-width: 940px) {
  .property_map__gmap {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .property_map__gmap {
    margin-left: -36px;
    margin-right: -36px;
  }
}
.property_map__gmap .map__container__embed {
  height: 460px;
  max-height: 80vh;
}

.property_map__markers {
  display: none;
}

.property_map__markers__content {
  text-align: center;
}
.property_map__markers__content h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6666666667;
  line-height: 1;
  text-wrap: balance;
  color: #0C273C;
}
.property_map__markers__content .button__container {
  width: 100%;
  margin: 20px 0;
  justify-content: center;
}
.property_map__markers__content .button {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-weight: bold;
  padding-left: 16px;
  padding-right: 16px;
  min-width: 130px;
  height: 44px;
  border-radius: 5px;
}
.property_map__markers__content .button:hover, .property_map__markers__content .button:focus {
  background-color: #0A5086;
  color: #F0F0E9;
}

.property_map__notfound {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(30, 31, 33, 0.75);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}

.property_map__notfound--visible {
  opacity: 1;
  visibility: visible;
}

.property_map__notfound__heading {
  letter-spacing: 0.025em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4166666667;
  text-align: center;
  text-transform: uppercase;
  color: #F0F0E9;
}

.pproperty_map__notfound__reset {
  margin: 14px auto;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 194px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
  background-color: #F0F0E9;
  color: #0A5086;
  transition: background 0.2s, color 0.2s;
}
.pproperty_map__notfound__reset:hover, .pproperty_map__notfound__reset:focus {
  background-color: #0A5086;
  color: #F0F0E9;
}

.copy {
  margin: 40px 0;
}
@media (min-width: 1281px) {
  .copy {
    margin-top: 50px;
  }
}
.copy .button__container {
  margin-top: 40px;
}

.copy__copy h1, .copy__copy h2, .copy__copy h3 {
  color: #0C273C;
}
@media (min-width: 1281px) {
  .copy__copy h2 {
    font-size: 36px;
  }
}
.copy__copy h3 {
  margin-bottom: 0.7em;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 1281px) {
  .copy__copy h3 {
    font-size: 36px;
  }
}
.copy__copy a {
  color: #0C273C;
  transition: all 0.2s;
}
.copy__copy a:hover, .copy__copy a:focus {
  outline: 0;
  color: #0C273C;
}

.details__list {
  z-index: 50;
  position: relative;
}

.details__list__heading {
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 15px;
  line-height: 1.1333333333;
  border-bottom: solid 1px #F0F0E9;
  color: #F0F0E9;
}

.details__list__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding: 13px 0;
  font-size: 14px;
  line-height: 1.1428571429;
  border-bottom: solid 1px #F0F0E9;
  color: #F0F0E9;
}
.details__list__item dt {
  font-weight: bold;
}
.details__list__item dd span {
  white-space: nowrap;
  padding-right: 15px;
}
.details__list__item dd span:last-child {
  padding-right: 0;
}
.details__list__item dd a {
  font-weight: bold;
  text-decoration: none;
  color: #F0F0E9;
  transition: all 0.2s;
}
.details__list__item dd a:hover, .details__list__item dd a:focus {
  outline: 0;
  color: #0C273C;
}

.flyout {
  z-index: 400;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 44px);
  height: 100%;
  pointer-events: none;
}
.admin-bar .flyout {
  top: 46px;
  height: calc(100% - 46px);
}
@media (min-width: 781px) {
  .admin-bar .flyout {
    top: 32px;
    height: calc(100% - 32px);
  }
}

.flyout__item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 356px;
  height: 100%;
  text-align: center;
  pointer-events: auto;
  background-color: #F0F0E9;
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0);
  transform: translateX(100%);
  transition: box-shadow 0.2s, transform 0.2s;
}
.flyout__item .site__inner {
  padding-top: 170px;
  padding-bottom: 86px;
  padding-left: 36px;
  padding-right: 36px;
  max-height: 100vh;
  overflow: auto;
}
@media (min-width: 1401px) {
  .flyout__item .site__inner {
    padding-top: 182px;
  }
}
.flyout__item .button__container {
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}
.flyout__item .button {
  max-width: 210px;
  box-shadow: none;
}

.flyout__item--materials {
  display: block;
  padding-top: 75px;
  text-align: left;
}
@media (min-width: 1401px) {
  .flyout__item--materials {
    padding-top: 90px;
  }
}
.flyout__item--materials .site__inner {
  padding-top: 80px;
  padding-bottom: 190px;
}

.flyout__item--active {
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.16);
  transform: translateX(0);
}

.flyout__nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.flyout__nav__item {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.1428571429;
  text-decoration: none;
  background-color: #0C273C;
  color: #E3E3D6;
  transition: background 0.2s;
}
.flyout__nav__item:first-child svg {
  margin-right: 35px;
}
.flyout__nav__item:last-child {
  justify-content: flex-end;
}
.flyout__nav__item:last-child svg {
  margin-left: 35px;
}
.flyout__nav__item:hover, .flyout__nav__item:focus {
  background-color: #0A5086;
}
.flyout__item:first-child .flyout__nav__item:first-child, .flyout__item:last-child .flyout__nav__item:last-child {
  pointer-events: none;
  background-color: #F0F0E9;
  color: #707070;
}

.flyout__close {
  z-index: 20;
  position: fixed;
  top: 111px;
  right: 24px;
  color: #707070;
  transition: color 0.2s;
}
@media (min-width: 1401px) {
  .flyout__close {
    top: 126px;
  }
}
.flyout__close:hover, .flyout__close:focus {
  outline: 0;
  color: #0C273C;
}

@media (min-width: 1281px) {
  .page__section--gallery {
    grid-column: 2;
    grid-row: 1/span 2;
    max-width: 100%;
    overflow: hidden;
  }
}

.project_gallery {
  position: relative;
}

.project_gallery--copy_block {
  margin-top: 60px;
  margin-bottom: 110px;
  padding-top: 60px;
  border-top: solid 1px #E2E2E2;
}
.project_gallery--copy_block .project_gallery__carousel,
.project_gallery--copy_block .project_gallery__thumbnails {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
}

.project_gallery__carousel__item {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  border-radius: 4px;
  overflow: hidden;
}
.project_gallery__carousel__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.project_gallery__carousel__item--variable {
  height: auto;
  padding-bottom: 0;
}
.project_gallery__carousel__item--variable img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: none;
     object-fit: none;
}

.project_gallery__thumbnails {
  margin-top: 10px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .project_gallery__thumbnails {
    margin-top: 18px;
  }
}

.project_gallery__thumbnails__item {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.project_gallery__thumbnails__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: opacity 0.2s;
}
.swiper-slide-thumb-active .project_gallery__thumbnails__item img {
  opacity: 0.5;
}

.slideshow__gallery__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 90px;
  padding: 20px;
  background-color: rgba(12, 39, 60, 0.9);
  color: #80D2ED;
}
@media (min-width: 1281px) {
  .slideshow__gallery__caption {
    padding: 20px 30px;
  }
}
.slideshow__gallery__caption > *:last-child {
  margin-bottom: 0;
}
.slideshow__gallery__caption p {
  max-width: 60ch;
  font-size: 14px;
}

.included {
  margin: 60px 0 0;
}
@media (min-width: 1281px) {
  .included {
    margin: 80px 0 100px;
  }
}

.included__heading {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.3;
  color: #0A5086;
}
@media (min-width: 1281px) {
  .included__heading {
    font-size: 36px;
  }
}

.included__list__heading {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 1.2;
  border-bottom: solid 1px #E2E2E2;
}
.included__list__heading a {
  display: grid;
  grid-gap: 0.5em;
  grid-template-columns: 1fr 40px;
  text-decoration: none;
  color: #0C273C;
  transition: all 0.2s;
}
@media (min-width: 769px) {
  .included__list__heading a {
    grid-template-columns: 1fr 80px;
  }
}
.included__list__heading a:hover, .included__list__heading a:focus {
  outline: 0;
  color: #3fb3cf;
}
.included__list__heading a:hover .arrow, .included__list__heading a:focus .arrow {
  border-top-color: #3fb3cf;
}
.included__list__heading a .icon {
  display: flex;
  justify-content: center;
  transition: all 0.2s;
}
.included__list__item--open .included__list__heading a .icon {
  transform: rotateX(180deg) translateY(0.9375em);
}
.included__list__heading a .arrow {
  display: block;
  width: 0;
  height: 0;
  border: solid 9px transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-top-color: #0A5086;
  transition: all 0.2s;
}

.included__details {
  display: none;
}

.included__details__item {
  padding: 25px 70px 25px 0;
  font-size: 14px;
  line-height: 1.2;
  border-bottom: solid 1px #E2E2E2;
  color: #091F31;
}
@media (min-width: 769px) {
  .included__details__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    padding: 15px 0;
  }
}
@media (min-width: 1281px) {
  .included__details__item {
    padding-right: 110px;
  }
}
@media (max-width: 768px) {
  .included__details__item dt {
    margin-bottom: 10px;
    color: #0A5086;
  }
}
.included__details__item dd p, .included__details__item dd li {
  font-size: 1em;
  line-height: 1.2;
}

.single__newsletter {
  margin-bottom: 60px;
}

.single__newsletter__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  max-width: 930px;
}
.single__newsletter__container:before, .single__newsletter__container:after {
  content: "";
  position: absolute;
  top: 100%;
  width: calc(50% + 30px);
  width: 50%;
  border-bottom: solid 3px #A7B5BA;
}
@media (min-width: 1281px) {
  .single__newsletter__container:before, .single__newsletter__container:after {
    width: calc(50% + 90px);
  }
}
.single__newsletter__container:before {
  right: 50%;
}
.single__newsletter__container:after {
  left: 50%;
}
@media (min-width: 1281px) {
  .single__newsletter__container {
    display: grid;
    grid-template-columns: 1fr 460px;
    grid-gap: 20px;
    align-items: center;
    padding-top: 40px;
  }
}

.single__newsletter__form .contact__form__group {
  display: flex;
}
.single__newsletter__form .contact__form__field {
  width: calc(100% - 110px);
}
@media (min-width: 769px) {
  .single__newsletter__form .contact__form__field {
    width: calc(100% - 190px);
    margin-bottom: 0;
  }
}
.single__newsletter__form .contact__form__actions {
  width: 110px;
}
@media (min-width: 769px) {
  .single__newsletter__form .contact__form__actions {
    width: 190px;
  }
}

.single__newsletter__heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 20ch;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #1E1F21;
}
@media (min-width: 481px) {
  .single__newsletter__heading {
    margin-left: 0;
    max-width: none;
    text-align: left;
  }
}
@media (min-width: 1281px) {
  .single__newsletter__heading {
    margin-bottom: 0;
    font-size: 22px;
    text-align: left;
  }
}
