@charset "UTF-8";
/*
Theme Name: Armada Hoffler 2019
Theme URI: 
Author: Curran & Connors
Author URI: https://curran-connors.com/
Description: A theme for Armada Hoffler
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: armada
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html {
  scroll-behavior: smooth;
  min-height: 100%;
}

body {
  background: #fff !important;
  font-family: "Roboto", sans-serif !important;
  border: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.875;
  color: rgba(48, 64, 71, 0.86) !important;
  -webkit-animation: fade-in 0.5s;
  animation: fade-in 0.5s;
  max-width: unset !important;
}


body::after {
  z-index: -1;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: block;
  cursor: pointer;
  background: rgba(0, 112, 84, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

html.open-main-menu body::after {
  z-index: 999999999;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

html.style-main-menu body::after {
  opacity: 1;
}

body.content-faded::after {
  z-index: 99999999;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.7);
}

body.style-content-faded::after {
  opacity: 1;
}

a {
  text-decoration: underline;
  -webkit-transition: color, background, border;
  transition: color, background, border;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
  color: rgba(48, 64, 71, 0.86);
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: underline;
}

h1 small.sub-line, h2 small.sub-line, h3 small.sub-line, h4 small.sub-line, h5 small.sub-line, h6 small.sub-line {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  padding-top: 18px;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
}

h1.bottom-line, h2.bottom-line, h3.bottom-line, h4.bottom-line, h5.bottom-line, h6.bottom-line {
  padding-bottom: 22px;
  margin-bottom: 25px;
}

h1.bottom-line::before, h2.bottom-line::before, h3.bottom-line::before, h4.bottom-line::before, h5.bottom-line::before, h6.bottom-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 4px;
  display: block;
  background: #56AFD5;
}

h1.bottom-line.centered, h2.bottom-line.centered, h3.bottom-line.centered, h4.bottom-line.centered, h5.bottom-line.centered, h6.bottom-line.centered {
  text-align: center;
}

h1.bottom-line.centered::before, h2.bottom-line.centered::before, h3.bottom-line.centered::before, h4.bottom-line.centered::before, h5.bottom-line.centered::before, h6.bottom-line.centered::before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

h1 {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 27px;
}

h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 4px;
  display: block;
  background: #56AFD5;
}

h1.centered {
  text-align: center;
}

h1.centered::before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

body.home h1::before {
  display: none;
}

h1 {
  font-size: 36px;
  line-height: 1.33333;
  color: #05222E;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  line-height: 1.33333;
  color: #304047;
  text-transform: uppercase;
}

h3 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 7px;
  color: #304047;
  text-transform: uppercase;
}

h4 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 7px;
  color: #304047;
  text-transform: uppercase;
}

h5 {
  text-transform: uppercase;
  color: #304047;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #56AFD5;
  font-weight: bold;
}

h6 + h5 {
  margin-top: 14px;
}

h6.bottom-line {
  padding-bottom: 12px;
  margin-bottom: 15px;
}

h6.bottom-line::before {
  background: #AABBC3;
}

.scrollto {
  z-index: 9999;
  position: relative;
  background: #fff;
  border: 0 none;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  display: block;
  text-align: center;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

.scrollto::after {
  content: "arrow_downward";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4em;
  width: 12px;
  height: 0;
  line-height: 0;
  text-align: center;
  text-transform: none !important;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  line-height: 46px;
  font-size: 30px;
}

.scrollto:hover {
  padding-top: 5px;
}

hr.divider {
  border: 0 none;
  border-top: 4px solid #AABBC3;
  width: 35px;
  margin: 30px auto 30px 0;
  clear: both;
}

hr.divider.centered {
  margin-left: auto;
}

.entry-content a:not(.cta), .entry-content a:not(.button) {
  color: #05222E;
  text-decoration: none;
  text-decoration: underline;
}

.entry-content a:not(.cta):hover, .entry-content a:not(.button):hover, .entry-conttent a:not(.cta):hover, .entry-conttent a:not(.button):hover {
  color: #1177A2;
}

.entry-content a.back-link, .entry-conttent a.back-link {
  text-decoration: none;
}

.entry-content p, .entry-conttent p  {
  margin-bottom: 20px;
}

.entry-content p + ul, .entry-conttent p + ul {
  margin-top: -1em;
}

.entry-content ul, .entry-conttent ul {
  position: relative;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
}

.entry-content ul li, .entry-conttent ul li {
  display: block;
  margin-bottom: 5px;
}

.entry-content ul li::before, .entry-conttent ul li::before {
  content: "";
  position: absolute;
  position: absolute;
  left: 11px;
  width: 7px;
  height: 2em;
  display: block;
  background: url("images/list-pin.png") no-repeat right center/auto auto;
}

body.single-portfolio .entry-content > p:first-child {
  font-weight: bold;
}

a.button, a.wp-block-button__link,
.button, .wp-block-button__link {
  position: relative;
  background: #607F8D;
  display: inline-block;
  padding: 12px 36px 13px 19px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  text-transform: none;
  text-decoration: none !important;
  border-radius: 0;
  border: 0 none;
}

a.button br, a.wp-block-button__link br,
.button br, .wp-block-button__link br {
  display: none !important;
}

a.button::after, a.wp-block-button__link::after,
.button::after, .wp-block-button__link::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  padding: 0.2em;
  border-top: 2.5px solid;
  border-right: 2.5px solid;
  border-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

a.button:hover, a.wp-block-button__link:hover,
.button:hover, .wp-block-button__link:hover {
  color: #fff;
}

a.button:hover::after, a.wp-block-button__link:hover::after,
.button:hover::after, .wp-block-button__link:hover::after {
  right: 10px;
}

a.button.small {
	display: inline-block;
	border: 1px solid #607F8D;
	padding: 12px 36px 13px 19px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	background: #fff;
	color: #607F8D !important;
	margin: 0;
	text-align: left;
}
a.button.small:after { border-color: #607F8D; }

.entry-content a.button, .entry-content a.wp-block-button__link, .entry-content
.button, .entry-content .wp-block-button__link, .entry-conttent a.button, .entry-conttent a.wp-block-button__link, .entry-conttent .button, .entry-conttent .wp-block-button__link {
  color: #fff;
}

.entry-content a.button:hover, .entry-content a.wp-block-button__link:hover, .entry-content
.button:hover, .entry-content .wp-block-button__link:hover, .entry-conttent a.button:hover, .entry-conttent a.wp-block-button__link:hover, .entry-conttent .button:hover, .entry-conttent .wp-block-button__link:hover {
  color: #fff;
}

.cta {
  position: relative;
  color: #1177A2;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  text-transform: none;
  text-decoration: none !important;
  padding-right: 30px;
  -webkit-transition: color, background;
  transition: color, background;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.cta::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 16px;
  line-height: 1;
  padding: 0.18em;
  border-top: 2.5px solid;
  border-right: 2.5px solid;
  border-color: #1177A2;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
      -ms-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  -webkit-transition: right 0.3s, border-color 0.3s;
  transition: right 0.3s, border-color 0.3s;
}

.cta:hover {
  color: #56AFD5;
}

.cta:hover::after {
  right: 15px;
  border-color: #56AFD5;
}

.cta.link::after {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  border: 0 none;
  font-size: 0.8em;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

#page-intro {
  position: relative;
  width: 100%;
  min-height: 535px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #AABBC3;
  overflow: hidden;
}

#page-intro h1, #page-intro h2, #page-intro h3, #page-intro h4, #page-intro h5, #page-intro h6 {
  color: #fff;
}

#page-intro h1 {
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: transform, opacity;
  transition: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

#page-intro h1 .sub-line {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 0.8s;
  transition: opacity 0.5s ease-out 0.8s;
}

html.page-intro-background-ready #page-intro h1 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

html.page-intro-background-ready #page-intro h1 .sub-line {
  opacity: 1;
}

#page-intro::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60.93%;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(5, 34, 46, 0.3), rgba(5, 34, 46, 0));
  background-image: linear-gradient(to bottom, rgba(5, 34, 46, 0.3), rgba(5, 34, 46, 0));
}

#page-intro .bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out 0.3s, background 0.8s;
  transition: opacity 0.8s ease-out 0.3s, background 0.8s;
}

html.page-intro-background-ready #page-intro .bg {
  opacity: 1;
}

#page-intro .bg .bg-slide {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 2.5s;
  transition: opacity 2.5s;
}

#page-intro .bg .bg-slide.active {
  z-index: 30;
  opacity: 1;
}

#page-intro .bg .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  background-clip: padding-box;
}

#page-intro.align-image-top .bg .bg-image {
  background-position: center top;
}

#page-intro.align-image-bottom .bg .bg-image {
  background-position: center bottom;
}

#page-intro.align-image-left .bg .bg-image {
  background-position: left center;
}

#page-intro.align-image-right .bg .bg-image {
  background-position: right center;
}

#page-intro section {
  position: relative;
  z-index: 20;
  padding-top: 273px;
  padding-bottom: 256px;
}

#page-intro .scrollto-wrapper {
  z-index: 99999;
  position: relative;
  text-align: left;
  width: 100%;
}

#page-intro p {
  opacity: 0;
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: transform, opacity;
  transition: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
}

html.page-intro-background-ready #page-intro p {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

#page-intro .scrollto {
  position: absolute;
  bottom: 121px;
  opacity: 0;
  -webkit-transition: opacity, padding, -webkit-transform;
  transition: opacity, padding, -webkit-transform;
  transition: transform, opacity, padding;
  transition: transform, opacity, padding, -webkit-transform;
  -webkit-transition-duration: 0.8s, 0.8s, 0.3s;
          transition-duration: 0.8s, 0.8s, 0.3s;
  -webkit-transition-delay: 1.5s, 1.5s, 0s;
          transition-delay: 1.5s, 1.5s, 0s;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

html.page-intro-background-ready #page-intro .scrollto {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

body:not(.home) #page-intro .scrollto {
  right: 20px;
  bottom: 42px;
}

body.home #page-intro {
  height: 100vh;
}

body.home #page-intro::before {
  height: 100%;
  background: rgba(5, 34, 46, 0.3);
/* 	background: rgba(0,0,0,0.65); */
}

#page-intro #homepage-animation {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 489px;
  height: 489px;
  max-width: 40vw;
  max-height: 40vw;
  display: block;
  overflow: hidden;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-animation: homepage-animation-bg 0.8s ease 0.8s;
          animation: homepage-animation-bg 0.8s ease 0.8s;
}

#page-intro #homepage-animation .logo-mark {
  position: absolute;
  right: 19.8%;
  bottom: 24.7%;
  max-width: 74.2%;
}

#page-intro #homepage-animation .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: transform, opacity;
  transition: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
}

#page-intro #homepage-animation .bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  display: block;
  background: rgba(0, 112, 84, 0.6);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

html.page-intro-background-ready #page-intro #homepage-animation .bg {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

body:not(.home) #page-intro {
  min-height: auto;
  padding: 35% 0 0;
}

body:not(.home) #page-intro .bg {
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.logo-mark {
  position: relative;
  width: 363px;
}

.logo-mark img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: transform, opacity;
  transition: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}

.logo-mark img:first-child {
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.logo-mark img:nth-child(2) {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.logo-mark img:last-child {
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

html.page-intro-background-ready .logo-mark img {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

html.page-intro-background-ready .logo-mark.adjust-delay img:first-child {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

html.page-intro-background-ready .logo-mark.adjust-delay img:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

html.page-intro-background-ready .logo-mark.adjust-delay img:last-child {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

html.page-intro-background-ready .logo-mark.reverse-animation img {
  opacity: 0;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}

html.page-intro-background-ready .logo-mark.reverse-animation img:first-child, html.page-intro-background-ready .logo-mark.reverse-animation img:nth-child(2), html.page-intro-background-ready .logo-mark.reverse-animation img:last-child {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

#homepage-loop {
  padding-top: 70px;
  background: #fff;
}

#homepage-loop .item {
  margin-bottom: 90px;
}

#homepage-loop .item h2.item-title {
  font-size: 36px;
  line-height: 1.33333;
}

#homepage-loop .item .column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#homepage-loop .item .column:first-child {
  max-width: 53.6%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 53.6%;
      -ms-flex: 0 0 53.6%;
          flex: 0 0 53.6%;
}

#homepage-loop .item .column:last-child {
  padding: 0 0 0 78px;
  max-width: 46.4%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46.4%;
      -ms-flex: 0 0 46.4%;
          flex: 0 0 46.4%;
}

#homepage-loop .item figure {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 565px;
  margin: 0;
}

#homepage-loop .item figure img {
  z-index: 0;
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#homepage-loop .item figure .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  background-clip: padding-box;
}

#homepage-loop .item .item-content {
  padding: 40px 0;
  max-width: 500px;
  margin: 0 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

#homepage-loop .item .row {
  padding-right: 20px;
  margin-left: 0;
  margin-right: 0;
}

#homepage-loop .item .row.flex-row-reverse {
  padding-right: 0;
  padding-left: 20px;
}

#homepage-loop .item .row.flex-row-reverse .column:last-child {
  padding-left: 0;
  padding-right: 78px;
}

#homepage-loop .item h2 {
  color: #05222E;
  margin-bottom: 20px;
}

#homepage-loop .item .item-sub-text {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  color: #56AFD5;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#homepage-loop .item .item-desc {
  position: relative;
  padding-top: 27px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.875;
}

#homepage-loop .item .item-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 4px;
  background: #56AFD5;
  display: block;
}

#homepage-loop .item:nth-of-type(2) .item-sub-text {
  color: #007054;
}

#homepage-loop .item:nth-of-type(2) .item-desc::before {
  background: #007054;
}

#homepage-loop .item:nth-of-type(2) .triangle-caption::before {
  background: rgba(0, 112, 84, 0.8);
}

#homepage-loop .item:nth-of-type(3) .item-sub-text {
  color: #1177A2;
}

#homepage-loop .item:nth-of-type(3) .item-desc::before {
  background: #1177A2;
}

#homepage-loop .item:nth-of-type(3) .triangle-caption::before {
  background: rgba(17, 119, 162, 0.8);
}

#homepage-loop .item .triangle-caption {
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-weight: bold;
}

#homepage-loop .item .triangle-caption.reverse {
  right: auto;
  left: -20px;
}

#homepage-footer {
  padding-top: 97px;
  padding-bottom: 100px;
  background: #F5F7F8;
}

#homepage-footer h2, #homepage-footer h3 {
  margin-bottom: 17px;
}

#homepage-footer .social-links {
  float: right;
  font-size: 20px;
  line-height: 1.2;
  padding: 5px 0 5px 5px;
}

#homepage-footer .social-links a {
  color: #007054;
}

#homepage-footer .our-story-widget h3 {
  float: left;
  margin-bottom: 9px;
}

.loop-item {
  position: relative;
  display: block;
  text-align: left;
  text-decoration: none !important;
}

.loop-item .loop-figure {
  z-index: 20;
  position: relative;
  display: block;
  width: 100%;
  padding: 80% 0 0;
  margin-bottom: -26px;
  overflow: hidden;
  background-color: #AABBC3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.loop-item .loop-figure .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #AABBC3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.loop-item .loop-figure::before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 86px;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(245, 247, 248, 0.9), #F5F7F8);
  background-image: linear-gradient(to bottom, rgba(245, 247, 248, 0.9), #F5F7F8);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

.loop-item .loop-figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(245, 247, 248, 0), #f5f7f8);
  background-image: linear-gradient(to bottom, rgba(245, 247, 248, 0), #f5f7f8);
}

.loop-item .loop-figure img {
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loop-item:hover .loop-figure .bg {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.loop-item .loop-content {
  z-index: 20;
  position: relative;
  display: block;
  padding: 0 8.8% 20px;
}

.loop-item .loop-content .title {
  font-size: 18px;
  display: block;
  line-height: 1.22222;
  color: #05222E;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 5px;
}

.section-our-brand {
  margin-top: 60px;
  background: #F5F7F8;
  padding: 94px 0;
  overflow: hidden;
  position: relative;
  left: 50%;
  right: 50%;
  max-width: 100vw;
  width: calc(100vw - 16px);
  margin-left: calc(-50vw + 7px);
  margin-right: calc(-50vw + 7px);
}

.section-our-brand::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 200%;
  height: 100%;
  display: block;
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  background: rgba(170, 187, 195, 0.2);
}

.section-our-brand .wrapper {
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-our-brand .brand-section-logo {
  max-width: 45.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45.7%;
      -ms-flex: 0 0 45.7%;
          flex: 0 0 45.7%;
  text-align: center;
}

.section-our-brand .brand-section-content {
  max-width: 54.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54.3%;
      -ms-flex: 0 0 54.3%;
          flex: 0 0 54.3%;
}

.wp-block-columns.has-2-columns > .wp-block-column:last-of-type .video-player .video-poster {
  top: 123px;
}

.video-player.video-push-down {
  margin-top: 13%;
}

.video-player.video-pull-up {
  margin-top: -10%;
}

.property-statistics .town-center-icon {
  z-index: -1;
  position: relative;
  width: 100%;
  height: 120px;
}

.property-statistics .town-center-icon img {
  z-index: -1;
  position: absolute;
  left: 50%;
  bottom: -20px;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.tc-before-after {
  padding-top: 0;
}

.tc-before-after .wp-block-column {
  margin-bottom: 8px !important;
}

.tc-before-after figure {
  margin: 0;
}

.tc-before-after img {
  width: 100%;
}

.tc-map-description.fullwidth-background {
  padding-bottom: 40px;
}

.pin-legend {
  position: absolute;
  top: 0;
  right: 50%;
  left: auto;
  width: 100%;
  height: 100%;
  max-width: 1172px;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.pin-legend ul {
  position: absolute;
  top: calc(100% + 67px);
  right: 0;
  max-width: 330px;
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
  padding: 0;
}

.pin-legend ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
}

.pin-legend ul li::before {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #007054;
  background: transparent;
  height: auto;
  width: auto;
  top: -2px;
  right: auto;
  left: 0;
}

.pin-legend ul li.item-lightblue::before {
  color: #56AFD5;
}

.pin-legend ul li.item-yellow::before {
  color: #FFCE00;
}

.pin-legend ul li.item-orange::before {
  color: #FF7600;
}

.pin-legend ul li.item-green::before {
  color: #007054;
}

.pin-legend ul li:nth-child(2n-1) {
  clear: left;
}

.pin-tooltip {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  line-height: 1.4375;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0, 0) translate(-52px, -40px);
      -ms-transform: scale(0, 0) translate(-52px, -40px);
          transform: scale(0, 0) translate(-52px, -40px);
}

.pin-tooltip.pin-right {
  -webkit-transform: scale(0, 0) translate(-90%, -40px);
      -ms-transform: scale(0, 0) translate(-90%, -40px);
          transform: scale(0, 0) translate(-90%, -40px);
}

.property-map:not(.is-inview) .pin-tooltip {
  display: none !important;
}

.news-loop .news-item {
  position: relative;
  text-decoration: none !important;
  display: block;
  background: #fff;
}

.news-loop .news-figure {
  z-index: 20;
  position: relative;
  display: block;
  width: 100%;
  padding: 80% 0 0;
  margin-bottom: -50px;
  overflow: hidden;
}

.news-loop .news-figure .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #AABBC3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.news-loop .news-figure::before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 120px;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(245, 247, 248, 0.9), #fff);
  background-image: linear-gradient(to bottom, rgba(245, 247, 248, 0.9), #fff);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

.news-loop .news-figure img {
  max-width: 110%;
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-loop .news-content {
  z-index: 20;
  position: relative;
  display: block;
  padding: 0 8.8% 20px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #fff);
}

.news-loop .news-content .news-title {
  font-size: 16px;
  display: block;
  line-height: 1;
  color: #05222E;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 5px;
}

.news-loop .news-cat {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
  color: #56AFD5;
  margin-bottom: 5px;
}

.news-loop .button {
  position: absolute;
  right: 7%;
  top: 23px;
}

.news-loop.featured-news .news-figure {
  height: 520px;
  padding: 0;
  margin-bottom: -80px;
}

.news-loop.featured-news .news-figure .bg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.news-loop.featured-news .news-figure::before {
  height: 145px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  background-image: -webkit-linear-gradient(top, rgba(245, 247, 248, 0.9) -30%, #fff);
  background-image: linear-gradient(to bottom, rgba(245, 247, 248, 0.9) -30%, #fff);
}

.news-loop.featured-news .news-content {
  padding: 0 30px 20px;
}

.news-loop.featured-news .news-content .news-title {
  font-size: 26px;
  line-height: 1.19231;
  padding-right: 200px;
  text-decoration: underline;
}

.news-loop.featured-news .news-item:hover .news-figure .bg {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.news-loop.featured-news .news-item:hover .news-figure::before {
  height: 150px;
}

.news-sidebar {
  max-width: 297px;
  margin-left: auto;
}

.news-sidebar hr.divider {
  margin-top: 50px;
  margin-bottom: 0;
}

.featured-press-release {
  text-decoration: none !important;
  padding-top: 45px;
  display: block;
}

.featured-press-release .pr-cat {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
  color: #56AFD5;
  margin-bottom: 10px;
}

.featured-press-release .pr-title {
  text-decoration: underline;
  font-size: 26px;
  line-height: 1.26923;
  text-transform: uppercase;
  display: block;
  color: #05222E;
  padding-bottom: 5px;
}

.news-posts.all-news {
  background: #F5F7F8;
  padding: 40px 0 100px;
  margin-top: 40px;
}

.news-posts .loop-item .loop-figure {
  padding-top: 70%;
}

.news-posts .loop-item .loop-figure .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #AABBC3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.news-posts .loop-item .loop-figure::before {
  height: 64px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
}

.news-posts .loop-item .loop-content .title {
  font-size: 16px;
  line-height: 1.375;
}

.news-posts .loop-item:hover .loop-figure .bg {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.news-posts .loop-item:hover .loop-figure::before {
  height: 69px;
}

body.page-id-16.paged-2 .news-posts.all-news {
  padding-top: 0;
  margin-top: 0;
  background: transparent;
}

body.sticky-sidebar .sticky-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
}

body.sticky-sidebar .sticky-wrapper.is-sticky > .wp-block-column {
  padding-top: 70px;
}

body.sticky-sidebar .sticky-wrapper > .wp-block-column {
  margin-right: 0;
  padding-right: 20px;
  padding-top: 0;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

body.sticky-sidebar .wp-block-columns.has-2-columns:first-of-type {
  position: relative;
}

#sbi_images .slide-item {
  position: relative;
  height: 270px;
}

#sbi_images .sbi_photo_wrap {
  height: 100%;
}

#sbi_images .sbi_item {
  position: relative;
  height: 100%;
  width: 35% !important;
  height: calc(50% - 3px);
  float: right !important;
}

#sbi_images .sbi_item:first-child {
  float: left !important;
  width: calc(65% - 6px) !important;
  height: 100%;
}

#sbi_images .sbi_item:last-child {
  -webkit-transform: translate(0, 6px);
      -ms-transform: translate(0, 6px);
          transform: translate(0, 6px);
}

#sbi_images .sbi_item .sbi_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.instragram-description {
  font-size: 12px;
  line-height: 1.25;
  font-style: italic;
  font-weight: normal;
  color: #607F8D;
  max-width: 310px;
  margin: 10px auto 5px;
  text-align: center;
}

button.arrows {
  position: relative;
  display: block;
  background: none;
  border: 2px solid #AABBC3;
  font-style: italic;
  font-weight: normal;
  padding: 0;
  font-size: 0;
  width: 44px;
  height: 44px;
  color: rgba(48, 64, 71, 0.86);
  text-decoration: none !important;
}

button.arrows::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.2em;
  border-top: 2.5px solid;
  border-right: 2.5px solid;
  border-color: #607F8D;
  display: block;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

button.arrows.arrows-left::after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
      -ms-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

#instagram-widget {
  position: relative;
  padding-top: 8px;
  padding-bottom: 44px;
  clear: both;
}

#instagram-widget button.arrows {
  position: absolute;
  bottom: 0;
  left: 0;
}

#instagram-widget button.arrows.arrows-right {
  left: auto;
  right: 0;
}

.extra-stats .title {
  font-weight: bold;
  text-transform: uppercase;
}

header {
  z-index: 9999999999999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: height, padding, background, box-shadow;
  transition: height, padding, background, box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

body.page-has-intro header {
  background: transparent;
}

body.archive header, body.single-company-news header {
  background: #F5F7F8;
}

header .wrapper {
  height: 100%;
}

header #logo {
  z-index: 30;
  position: relative;
  width: 272px;
  height: 100%;
  float: left;
  display: block;
}

header #logo img {
  max-width: 100%;
}

header #logo img.logo {
  display: block;
}

header #logo img.logo-white {
  display: none;
}

html:not(.style-fixed-menu) body.page-has-intro header #logo img.logo {
  display: none;
}

html:not(.style-fixed-menu) body.page-has-intro header #logo img.logo-white {
  display: block;
}
/* 
html:not(.style-fixed-menu) body:not(.home).page-has-intro header {
	background: rgba(0,0,0,0.65);
} */

header .logo {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0 !important;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

body.admin-bar header {
  top: 32px;
}

html.style-fixed-menu header {
  height: 65px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

html.style-fixed-menu header {
  background: #F5F7F8;
}

main {
  position: relative;
  padding-top: 160px;
}

body.page-has-intro main {
  padding-top: 63px;
}

body.home main {
  overflow: hidden;
  padding-top: 0;
}

body.archive main, body.single-post main, body.single-company-news main {
  background: #F5F7F8;
  padding-bottom: 40px;
}

.fullwidth {
  position: relative;
  left: 50%;
  right: 50%;
  max-width: 100vw;
  width: calc(100vw - 16px);
  margin-left: calc(-50vw + 7px);
  margin-right: calc(-50vw + 7px);
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1212px;
}

.wrapper::after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  clear: both;
}

.wrapper.thin {
  max-width: 940px;
}

.wrapper.wide {
  max-width: 1440px;
}

.wrapper.full {
  max-width: none;
}

.row.row8 {
  margin-left: -8px;
  margin-right: -8px;
}

.row.row8 > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.row.row10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row.row10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.row12 {
  margin-left: -12px;
  margin-right: -12px;
}

.row.row12 > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

.no-flexbox .row {
  display: block;
}

.no-flexbox .row::after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  clear: both;
}

.no-flexbox .row > [class*="col-"], .no-flexbox .row > .col {
  float: left;
}

.no-flexbox .row > .col {
  max-width: 33.3333333333%;
}

.no-flexbox .wp-block-columns {
  display: block;
}

.no-flexbox .wp-block-columns::after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  clear: both;
}

.no-flexbox .wp-block-columns .wp-block-column {
  float: left;
}

.hero {
  z-index: 20;
  position: relative;
  min-height: 550px;
  color: #fff;
  overflow: hidden;
}

.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
  color: #fff;
}

.hero .hero-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  display: block;
  background-color: #eee;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  background-clip: padding-box;
}

.hero .bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero .bg.bg-mobile {
  display: none;
}

.hero section {
  position: relative;
  padding-top: 34px;
  padding-bottom: 40px;
}

.hero#homepage-hero h6 {
  color: #A3E5D4;
  margin-bottom: 2px;
}

.hero#homepage-hero h2, .hero#homepage-hero h3, .hero#homepage-hero h4 {
  line-height: 1;
  margin-bottom: 20px;
}

.hero#homepage-hero .bg {
  background-position: center top;
}

.hero#homepage-hero .bg:not(.bg-mobile) {
  background-position: right top;
}

footer {
  background: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #607F8D;
  padding-top: 70px;
  padding-bottom: 70px;
}

footer #footer-logo {
  margin-bottom: 30px;
}

h6.property-location {
  color: #607F8D;
  margin-bottom: 5px;
}

#leader-modal {
  z-index: 9999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background: rgba(245, 247, 248, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

html.open-leader-modal #leader-modal {
  width: 100%;
  height: 100%;
}

html.animate-leader-modal #leader-modal {
  opacity: 1;
}

#leader-modal .modal-inner {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 95%;
  max-width: 974px;
  background: #fff;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#leader-modal .modal-inner.active {
  z-index: 99999;
  opacity: 1;
}

#leader-modal .leader-modal-item {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#leader-modal .leader-modal-item.active {
  z-index: 99999;
  opacity: 1;
}

#leader-modal .content {
  position: relative;
  max-width: 816px;
  padding: 50px 20px 80px;
  margin: 0 auto;
}

#leader-modal .leader-thumbnail {
  position: relative;
  width: 160px;
  height: 160px;
  overflow: hidden;
  background: url("images/default.png") no-repeat center center/59.67% auto #AABBC3;
}

#leader-modal .leader-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: -100%;
}

#leader-modal .leader-header {
  text-align: center;
}

#leader-modal .leader-header figure {
  position: relative;
  display: inline-block;
  margin: 0 auto 50px;
}

#leader-modal .leader-header figure .triangle {
  position: absolute;
  bottom: -5px;
  left: -6px;
  opacity: 1;
  width: 55px;
  height: 30px;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

#leader-modal .leader-header figure .triangle::before {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

#leader-modal .leader-header h5 {
  color: #607F8D;
  margin-bottom: 0;
}

#leader-modal .leader-header h2.bottom-line::before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#leader-modal .button-wrapper {
  position: relative;
  width: 95%;
  max-width: 974px;
  margin: 0 auto;
}

#leader-modal #close-leader-modal {
  z-index: 99999999999;
  position: absolute;
  top: 50px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #607F8D;
  text-transform: uppercase;
  padding-right: 20px;
  background: transparent;
  border: 0 none;
}

#leader-modal #close-leader-modal::after {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.modal-pagination {
  margin-top: 68px;
}

.modal-pagination h5 {
  font-size: 14px;
  line-height: 2.71429;
  font-weight: normal;
  color: #607F8D;
}

.modal-pagination h5.bottom-line::before {
  background: #AABBC3;
}

.modal-pagination a {
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #05222E;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
}

.modal-pagination a:hover {
  color: rgba(48, 64, 71, 0.86);
}

.modal-pagination a.current-leader {
  color: #007054;
}

.fullwidth-background {
  z-index: 0;
  position: relative;
  padding-top: 67px;
  padding-bottom: 70px;
}

.fullwidth-background::before {
  z-index: -1;
  content: "";
  background: #F5F7F8;
  top: 0;
  bottom: 0;
  position: relative;
  left: 50%;
  right: 50%;
  max-width: 100vw;
  width: calc(100vw - 16px);
  margin-left: calc(-50vw + 7px);
  margin-right: calc(-50vw + 7px);
  position: absolute;
}

.fullwidth-background + .fullwidth-background {
  padding-top: 0;
}

.post_thumbnail {
  position: relative;
  margin-top: 20px;
  margin-bottom: 60px;
  display: inline-block;
  max-width: calc(100% + 20px);
}

.post_thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
}

.post_thumbnail .triangle-caption {
  position: absolute;
  bottom: -20px;
  right: -20px;
}

body.single .entry-content, body.single .entry-conttent {
  position: relative;
}

.next-article {
  position: absolute;
  display: block;
  right: 20px;
  top: 0;
  width: 300px;
  max-width: 35%;
  text-align: left;
  padding-top: 60px;
}

.next-article h5 {
  font-weight: normal;
  color: #607F8D;
}

.next-article h5::before {
  background: #607F8D;
}

.next-article a {
  text-decoration: none !important;
  display: block;
}

.next-article a .article-title {
  display: block;
  font-size: 26px;
  line-height: 1.26923;
  text-transform: uppercase;
  color: #05222E;
  font-weight: normal;
  text-decoration: underline;
  margin-bottom: 5px;
}

.related-articles {
  padding-top: 100px;
  padding-bottom: 50px;
}

.related-articles h3 {
  color: #304047;
  margin-bottom: 13px;
}

.property-header {
  position: relative;
}

.property-header .property-thumbnail {
  position: absolute;
  top: -40px;
  right: 0;
  bottom: 0;
  width: 50.5%;
  height: auto;
  max-width: 900px;
}

.property-header .property-thumbnail [data-lightbox] {
  position: static;
}

.property-header .property-thumbnail [data-lightbox]::before, .property-header .property-thumbnail [data-lightbox]::after {
  display: none;
}

.property-header .property-thumbnail [data-lightbox]:hover .bg-image::before, .property-header .property-thumbnail [data-lightbox]:active .bg-image::before, .property-header .property-thumbnail [data-lightbox]:focus .bg-image::before {
  opacity: 1;
}

.property-header .property-thumbnail [data-lightbox]:hover .bg-image::after, .property-header .property-thumbnail [data-lightbox]:active .bg-image::after, .property-header .property-thumbnail [data-lightbox]:focus .bg-image::after {
  opacity: 1;
  top: 50%;
}

.property-header .property-thumbnail .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.property-header .property-thumbnail .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #AABBC3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  background-clip: padding-box;
}

.property-header .property-thumbnail .bg-image::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(170, 187, 195, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.property-header .property-thumbnail .bg-image::after {
  z-index: 999;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}

.property-header .property-thumbnail .triangle-caption {
  position: absolute;
  bottom: -15px;
  left: -15px;
}

#video-modal {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#video-modal::after {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: block;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}

#video-modal .video-modal-inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 900px;
  max-width: 95%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#video-modal .video-modal-item {
  position: absolute;
  top: 60%;
  left: 0;
  width: 0;
  height: 0;
  padding: 0;
  border: 0 none;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  opacity: 0;
  overflow: hidden;
}

#video-modal .video-modal-item video, #video-modal .video-modal-item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

html.open-video-modal #video-modal {
  z-index: 99999999999999999999999999999999999999;
  width: 100%;
  height: 100%;
}

html.open-video-modal #video-modal .video-modal-item.current {
  width: 100%;
  height: auto;
  padding: 56.23% 0 0;
  border: 1px solid #AABBC3;
  opacity: 1;
}

html.style-video-modal #video-modal {
  opacity: 1;
}

html.style-video-modal #video-modal .video-modal-item {
  top: 50%;
}

.featured-image-top-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 50%;
}

.featured-image-top-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  max-width: 50%;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  display: block;
  max-width: 100%;
  border: 0 none;
  background: transparent;
  margin: 0;
  color: rgba(48, 64, 71, 0.86);
}

.wpcf7-form ::-webkit-input-placeholder {
  font-size: 12px;
  color: rgba(48, 64, 71, 0.86);
  opacity: 1;
}

.wpcf7-form ::-moz-placeholder {
  font-size: 12px;
  color: rgba(48, 64, 71, 0.86);
  opacity: 1;
}

.wpcf7-form :-ms-input-placeholder {
  font-size: 12px;
  color: rgba(48, 64, 71, 0.86);
  opacity: 1;
}

.wpcf7-form ::-ms-input-placeholder {
  font-size: 12px;
  color: rgba(48, 64, 71, 0.86);
  opacity: 1;
}

.wpcf7-form ::placeholder {
  font-size: 12px;
  color: rgba(48, 64, 71, 0.86);
  opacity: 1;
}

.wpcf7-form sup {
  vertical-align: sub;
  font-weight: normal;
}

.wpcf7-form label {
  position: relative;
  padding: 11px 20px 9px;
  border: 1px solid #AABBC3;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}

.wpcf7-form label .field-label, .wpcf7-form label .wpcf7-form-control-wrap {
  display: inline;
  overflow: hidden;
}

.wpcf7-form label .field-label input, .wpcf7-form label .wpcf7-form-control-wrap input {
  display: inline;
}

.wpcf7-form label .field-label {
  text-transform: uppercase;
  padding-right: 10px;
  font-weight: 500;
  font-size: 14px;
}

.wpcf7-form label.has-value {
  padding-top: 14px;
  padding-bottom: 6px;
}

.wpcf7-form label.has-value .field-label {
  position: absolute;
  top: 3px;
  font-size: 9px;
  padding-left: 1px;
}

.wpcf7-form label.has-value select {
  margin-top: -2px;
  margin-left: -4px;
}

.wpcf7-form label:not(.has-value) select {
  font-size: 12px;
  color: rgba(48, 64, 71, 0.86);
  opacity: 1;
}

.wpcf7-form label .wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-form input.wpcf7-submit {
  position: relative;
  background: #607F8D;
  display: inline-block;
  padding: 12px 36px 13px 19px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  text-transform: none;
  text-decoration: none !important;
  border-radius: 0;
  width: auto;
}

.wpcf7-form input.wpcf7-submit br {
  display: none !important;
}

.wpcf7-form select {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  line-height: 1;
  font-size: 14px;
}

.wpcf7-form select option {
  padding: 0;
}

.wpcf7-form .textarea-wrap label {
  display: block;
}

.wpcf7-form .textarea-wrap .field-label {
  display: block;
  margin-bottom: 15px;
}

.wpcf7-form .textarea-wrap textarea {
  display: block;
  width: 100%;
}

.wpcf7-form .submit-wrap {
  position: relative;
  width: auto;
  display: inline-block;
}

.wpcf7-form .submit-wrap::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  display: block;
  padding: 0.2em;
  border-top: 2.5px solid;
  border-right: 2.5px solid;
  border-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.wpcf7-form .submit-wrap:hover::after {
  right: 10px;
}

.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 12px;
  left: 5px;
  width: 10px;
  height: 10px;
  font-size: 9px;
  display: block;
  padding-top: 17px;
}

.wpcf7-form .wpcf7-not-valid-tip::before, .wpcf7-form .wpcf7-not-valid-tip::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: red;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.wpcf7-form .wpcf7-not-valid-tip::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  left: 110%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#menu-search {
  padding-right: 5px;
}

#menu-search a::after {
  margin-left: 5px;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  -webkit-transform: scale(0.6, 0.6);
      -ms-transform: scale(0.6, 0.6);
          transform: scale(0.6, 0.6);
}

#header-search {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

#header-search .inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 76px;
  line-height: 75px;
  background: #fff;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#header-search .wrapper {
  position: relative;
}

#header-search .search-wrap {
  position: relative;
  color: #000;
}

#header-search .search-wrap::before {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -5px;
  -webkit-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}

#header-search .search-wrap label {
  display: none;
}

#header-search .search-wrap .search-input {
  border: 0 none;
  background: #fff;
  width: calc(100% - 50px);
  height: 75px;
  line-height: 20px;
  padding: 0 20px;
  outline: 0;
}

#header-search .search-wrap ::-webkit-input-placeholder {
  color: #000;
  text-transform: none;
  font-size: 14px;
  opacity: 1;
}

#header-search .search-wrap ::-moz-placeholder {
  color: #000;
  text-transform: none;
  font-size: 14px;
  opacity: 1;
}

#header-search .search-wrap :-ms-input-placeholder {
  color: #000;
  text-transform: none;
  font-size: 14px;
  opacity: 1;
}

#header-search .search-wrap ::-ms-input-placeholder {
  color: #000;
  text-transform: none;
  font-size: 14px;
  opacity: 1;
}

#header-search .search-wrap ::placeholder {
  color: #000;
  text-transform: none;
  font-size: 14px;
  opacity: 1;
}

#header-search .search-wrap .search-submit {
  display: none;
}

#header-search #close-search {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  height: 75px;
  line-height: 75px;
  font-weight: 500;
  border: 0 none;
  background: #fff;
  color: #5e7f8d;
  text-transform: uppercase;
  outline: 0;
}

#header-search #close-search::after {
  margin-left: 5px;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

html.open-search #header-search {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.search-wrapper {
  padding: 20px 0 50px;
}

.search-wrapper label {
  display: none;
}

.search-wrapper .search-input {
  max-width: calc(100% - 110px);
  height: 43px;
  line-height: 42px;
  border: 2px solid #AABBC3;
  background: #fff;
  padding: 0 20px;
}

.search-button-wrap {
  position: relative;
  display: inline-block;
  width: auto;
}

.search-button-wrap::after {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  color: #fff;
  -webkit-transform: translate(0, -50%) scale(0.8, 0.8);
      -ms-transform: translate(0, -50%) scale(0.8, 0.8);
          transform: translate(0, -50%) scale(0.8, 0.8);
}

.post-item {
  margin-bottom: 50px;
}

.post-item .button {
  margin-top: 10px;
}

[data-lightbox] {
  position: relative;
  cursor: pointer;
}

[data-lightbox]::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(170, 187, 195, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

[data-lightbox]::after {
  z-index: 999;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}

[data-lightbox]:hover::before, [data-lightbox]:active::before, [data-lightbox]:focus::before {
  opacity: 1;
}

[data-lightbox]:hover::after, [data-lightbox]:active::after, [data-lightbox]:focus::after {
  opacity: 1;
  top: 50%;
}

#lightbox {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background: rgba(170, 187, 195, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#lightbox::after {
  z-index: 99999999999;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50px;
  right: 30px;
  font-size: 16px;
  line-height: 1;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  color: #607F8D;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(170, 187, 195, 0.5);
}

#lightbox .lightbox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

#lightbox .lightbox-content {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  height: calc(100% - 55px);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#lightbox .lightbox-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border: 10px solid #fff;
}

#lightbox .lightbox-content.active {
  z-index: 999;
  opacity: 1;
}

#lightbox .lightbox-figure {
  cursor: pointer;
}

#lightbox .lightbox-counter {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  font-weight: bold;
  color: #304047;
  font-size: 16px;
  padding: 2px 0;
  border-radius: 4px;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

html.open-lightbox #lightbox {
  z-index: 9999999999999999999999999999;
  width: 100%;
  height: 100%;
}

html.style-lightbox #lightbox {
  opacity: 1;
}

html.style-lightbox #lightbox .lightbox-inner {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

nav ul li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
}

nav#main-menu {
  padding-top: 22px;
  text-transform: uppercase;
  width: calc(99% - 272px);
  float: right;
}

nav#main-menu ul {
  text-align: right;
  white-space: nowrap;
}

nav#main-menu ul li {
  text-transform: uppercase;
  font-weight: bold;
}

nav#main-menu ul li.toggle-submenu > ul.sub-menu {
  z-index: 999;
  height: auto;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  opacity: 1;
  padding: 15px 0 0;
  overflow: visible;
}

html.style-fixed-menu nav#main-menu ul li.toggle-submenu > ul.sub-menu {
  padding-top: 13px;
}

nav#main-menu ul li.toggle-submenu.menu-item-has-children > a > span::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

nav#main-menu ul.sub-menu {
  z-index: -1;
  position: absolute;
  top: 100%;
  right: 50%;
  height: 0;
  overflow: hidden;
  text-align: center;
  width: 250px;
  padding: 0;
  opacity: 0;
  -webkit-transform: translate(50%, 10px);
      -ms-transform: translate(50%, 10px);
          transform: translate(50%, 10px);
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: transform, opacity;
  transition: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.2s, 0.5s;
          transition-duration: 0.2s, 0.5s;
}

nav#main-menu ul.sub-menu::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 12px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  display: block;
  background: #fff;
  border: 1px solid #AABBC3;
}

nav#main-menu ul.sub-menu li {
  display: block;
}

nav#main-menu ul.sub-menu li + li a {
  border-top: 1px solid #AABBC3;
}

nav#main-menu ul.sub-menu li a {
  font-weight: normal;
  background: #fff;
}

nav#main-menu ul.sub-menu li a:hover {
  background: #F5F7F8;
}

nav#main-menu ul.sub-menu a {
  text-transform: none;
  color: rgba(48, 64, 71, 0.86);
}

nav#main-menu ul.sub-menu > li.current_page_item > a {
  background: #F5F7F8;
}

nav#main-menu > ul > li.current_page_item > a, nav#main-menu > ul > li.current_page_parent > a {
  color: #05222E;
}

nav#main-menu > ul > li.current_page_item > a::before, nav#main-menu > ul > li.current_page_parent > a::before {
  display: block;
}

html:not(.style-fixed-menu) body.page-has-intro nav#main-menu > ul > li.current_page_item > a, html:not(.style-fixed-menu) body.page-has-intro nav#main-menu > ul > li.current_page_parent > a {
  color: #fff;
}

nav#main-menu > ul > li:hover > a::before {
  background: #AABBC3;
  display: block;
}

html:not(.style-fixed-menu) body.page-has-intro nav#main-menu > ul > li:hover > a::before {
  background: #fff;
}

nav#main-menu a {
  color: rgba(48, 64, 71, 0.86);
  font-size: 14px;
  padding: 12px 17.5px;
  display: block;
  text-decoration: none;
  position: relative;
}

nav#main-menu a:hover {
  text-decoration: none;
  color: #05222E;
}

nav#main-menu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 17.5px;
  right: 17.5px;
  display: block;
  height: 2px;
  background: #56AFD5;
  display: none;
}

nav#main-menu li.menu-button > a {
  white-space: nowrap;
  border: 2px solid #AABBC3;
  padding-left: 11px;
  padding-right: 11px;
}

nav#main-menu li.menu-button > a::before {
  display: none !important;
}

nav#main-menu li.menu-button > a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  background: url("images/icon-link.png") no-repeat center center/100% 100%;
}

nav#main-menu li.menu-button > a:hover {
  background: #AABBC3;
  color: #05222E;
}

nav#main-menu li.menu-item-has-children > a {
  padding-right: 32.5px;
}

nav#main-menu li.menu-item-has-children > a::before {
  right: 17.5px;
}

nav#main-menu li.menu-item-has-children > a > span {
  position: relative;
  display: block;
}

nav#main-menu li.menu-item-has-children > a > span::after {
  z-index: -1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  position: absolute;
  left: calc(100% + 2px);
  top: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
      -ms-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

html:not(.style-fixed-menu) body.page-has-intro nav#main-menu a {
  color: #fff;
}

html:not(.style-fixed-menu) body.page-has-intro nav#main-menu li.menu-button a {
  background: rgba(96, 127, 141, 0.69);
  border-color: transparent;
}

html:not(.style-fixed-menu) body.page-has-intro nav#main-menu li.menu-button a::after {
  background-image: url("images/icon-link-white.png");
}

html:not(.style-fixed-menu) body.page-has-intro nav#main-menu li.menu-button a:hover {
  background: rgba(156, 187, 202, 0.69);
}

html:not(.style-fixed-menu) body.page-has-intro nav#main-menu ul.sub-menu a {
  color: rgba(48, 64, 71, 0.86);
}

nav#footer-menu {
  position: relative;
  margin-top: 0;
  padding-top: 0;
}

nav#footer-menu::before {
  content: "";
  position: relative;
  top: 0;
  left: auto;
  margin: 25px auto;
  width: 350px;
  max-width: 95%;
  height: 1px;
  display: block;
  clear: both;
  background: rgba(96, 127, 141, 0.3);
}

nav#footer-menu a {
  color: inherit;
  text-decoration: none;
  padding: 2px 7px;
}

nav#footer-menu a:hover {
  color: #304047;
  text-decoration: underline;
}

nav#footer-menu li.current_page_item a {
  position: relative;
  color: #05222E;
  text-decoration: none !important;
}

nav#footer-menu li.current_page_item a::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 7px;
  right: 7px;
  height: 2px;
  background: #56AFD5;
  display: block;
}

#navicon {
  z-index: 30;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  display: none;
  background: transparent;
  border: 0 none;
}

.navicon {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navicon, .navicon::before, .navicon::after {
  position: absolute;
  left: 50%;
  width: 35px;
  height: 3px;
  display: block;
  background: #007054;
  border-radius: 2px;
  -webkit-transition: background, -webkit-transform;
  transition: background, -webkit-transform;
  transition: transform, background;
  transition: transform, background, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.navicon::before, .navicon::after {
  content: "";
  -webkit-transform: translate(-50%, 0) rotate(0deg);
      -ms-transform: translate(-50%, 0) rotate(0deg);
          transform: translate(-50%, 0) rotate(0deg);
}

.navicon::before {
  top: -11px;
}

.navicon::after {
  top: 11px;
}

html:not(.style-fixed-menu) body.page-has-intro .navicon, html:not(.style-fixed-menu) body.page-has-intro .navicon::before, html:not(.style-fixed-menu) body.page-has-intro .navicon::after {
  background: #fff;
}

figure.img img {
  max-width: 100%;
}

img {
  height: auto;
}

img.alignleft {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  max-width: 50%;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
  margin-right: auto;
  max-width: 100%;
}

img.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  max-width: 50%;
}

.block {
  z-index: 20;
}

.wp-admin .wp-block {
  max-width: 100%;
}

.wp-admin .wp-block .wp-block-button__link {
  position: relative;
  background: #607F8D;
  display: inline-block;
  padding: 12px 36px 13px 19px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  text-transform: none;
  text-decoration: none !important;
  border-radius: 0;
}

.wp-admin .wp-block .wp-block-button__link::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  content: "keyboard_arrow_right";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4em;
  width: 12px;
  height: 0;
  line-height: 0;
  text-align: center;
  text-transform: none !important;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.wp-admin .wp-block .wp-block-button__link:hover {
  color: #fff;
}

.wp-admin .wp-block .wp-block-button__link:hover::after {
  right: 15px;
}

.wp-admin .wp-block-columns.has-2-columns {
  margin-left: 0;
  margin-right: 0;
}

.wp-admin .wp-block-quote:not(.is-large):not(.is-style-large) {
  border: 0 none;
  padding-left: 0;
}

.d-ib {
  display: inline-block;
}

.wp-block-columns.has-2-columns {
  margin-left: -20px;
  margin-right: -20px;
}

.wp-block-columns.has-2-columns:not(.equal-columns) > .wp-block-column {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.wp-block-columns.has-2-columns:not(.equal-columns) > .wp-block-column:first-child {
  max-width: 54%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54%;
      -ms-flex: 0 0 54%;
          flex: 0 0 54%;
}

.wp-block-columns.has-2-columns:not(.equal-columns) > .wp-block-column:last-child {
  max-width: 46%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46%;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}

.wp-block-columns.has-2-columns:not(.equal-columns) > .wp-block-column:last-child blockquote {
  max-width: 297px;
  margin-left: auto;
}

.wp-block-columns.has-2-columns:not(.equal-columns) > .wp-block-column:last-child.wp-block-image {
  position: relative;
  top: -20px;
  width: 37vw;
  max-width: 36.6vw;
}

.wp-block-columns.has-2-columns:not(.equal-columns) > .wp-block-column:last-child.wp-block-image img {
  position: relative;
  left: 10%;
  width: 100%;
  max-width: 100%;
}

.wp-block-columns.has-2-columns.equal-columns > .wp-block-column {
  margin: 0;
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.wp-block-columns.row8 {
  margin-left: -8px;
  margin-right: -8px;
}

.wp-block-columns.row8 > .wp-block-column {
  padding-left: 8px;
  padding-right: 8px;
}

.wp-block-columns:not(.has-2-columns) {
  margin-left: -15px;
  margin-right: -15px;
}

.wp-block-columns:not(.has-2-columns) > .wp-block-column {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.wp-block-columns.has-3-columns > .wp-block-column {
  max-width: 33.333333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33.333333%;
      -ms-flex: 1 0 33.333333%;
          flex: 1 0 33.333333%;
}

.wp-block-columns.has-4-columns > .wp-block-column {
  max-width: 25%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}

.wp-block-columns.has-5-columns > .wp-block-column {
  max-width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 20%;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}

.wp-block-columns.has-6-columns > .wp-block-column {
  max-width: 16.666667%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 16.666667%;
      -ms-flex: 1 0 16.666667%;
          flex: 1 0 16.666667%;
}

.sidebar-menu {
  max-width: 297px;
  margin-left: auto;
  text-align: left;
}

.sidebar-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.sidebar-menu ul li {
  display: block;
  margin-bottom: 3px;
}

.sidebar-menu ul li::before {
  display: none !important;
}

.sidebar-menu ul li.current_page_item > a {
  padding-left: 54px;
  padding-right: 5px;
  border-color: #56AFD5;
}

.sidebar-menu ul li.current_page_item > a::before {
  content: "";
  position: absolute;
  top: 49.5%;
  left: 0;
  width: 35px;
  height: 2px;
  display: block;
  background: #56AFD5;
}

.sidebar-menu ul a {
  position: relative;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  color: #304047;
  padding: 14px 20px 15px;
  text-decoration: none !important;
  border: 2px solid #AABBC3;
  -webkit-transition-property: color, border, background, padding-left, padding-right;
  transition-property: color, border, background, padding-left, padding-right;
}

.sidebar-menu ul a:hover {
  padding-left: 30px;
}

.sidebar-menu .sidebar-menu-controls {
  display: none;
}

.banner {
  position: relative;
  min-height: 300px;
  padding-top: 28px;
  padding-bottom: 40px;
  position: relative;
  left: 50%;
  right: 50%;
  max-width: 100vw;
  width: calc(100vw - 16px);
  margin-left: calc(-50vw + 7px);
  margin-right: calc(-50vw + 7px);
}

.wp-admin .banner {
  position: relative;
  left: auto;
  right: auto;
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F5F7F8;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  background-clip: padding-box;
}

.banner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F5F7F8;
}

.banner .wrapper {
  z-index: 20;
  position: relative;
  overflow: hidden;
  padding: 0;
  max-width: 1252px;
}

.banner .wrapper h2, .banner .wrapper h3, .banner .wrapper h4, .banner .wrapper h5 {
  color: #fff;
}

.banner .wrapper h2.bottom-line::before, .banner .wrapper h3.bottom-line::before, .banner .wrapper h4.bottom-line::before, .banner .wrapper h5.bottom-line::before {
  background: #A3E5D4;
}

.banner .wrapper h6 {
  color: #A3E5D4;
}

.banner .content-centered {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  text-align: center;
}

.banner:not(.no-banner-image) .wrapper {
  color: #fff;
}

.banner:not(.hide-triangle) .wrapper::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  display: block;
  background: rgba(0, 112, 84, 0.9);
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.banner:not(.hide-triangle) .content {
  padding: 200px 40px 5px;
}

.banner .content {
  padding: 74px 40px 115px;
  width: 370px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.625;
}

.banner .content-half, .banner .content-column-right {
  padding: 70px 20px 70px;
  width: 50%;
  max-width: 50%;
  font-size: 16px;
  line-height: 1.625;
  float: left;
}

.banner .content-full {
  padding: 70px 20px 70px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.625;
}

.banner .content-column-right {
  max-width: calc(99% - 40px);
}

.banner.bg-position-center .bg-image {
  background-position: center center;
}

.banner.bg-position-top .bg-image {
  background-position: center top;
}

.banner.bg-position-right .bg-image {
  background-position: right center;
}

.banner.bg-position-bottom .bg-image {
  background-position: center bottom;
}

.banner.careers-banner {
  margin-bottom: 50px;
}

.banner.careers-banner .content-half {
  padding-top: 8%;
  padding-bottom: 20px;
}

.banner.careers-banner .content-column-right {
  padding-top: 20px;
  padding-bottom: 40px;
}

.careers-awards {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.careers-awards .wp-block-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
}

.careers-awards.wp-block-columns > .wp-block-column {
  padding: 5px;
  min-width: 250px;
}

.careers-awards img {
  max-height: 250px;
}

blockquote {
  position: relative;
  color: rgba(48, 64, 71, 0.86);
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  line-height: 1.66667;
  padding-top: 65px;
}

blockquote::before {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #56AFD5;
  color: #fff;
  font-size: 32px;
  padding-left: 4px;
  font-style: normal;
  line-height: 0.9;
}

blockquote.quote-left {
  padding-top: 0;
  padding-left: 45px;
}

blockquote.quote-left::before {
  position: absolute;
  left: -22px;
}

.video-player .video-poster {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  padding: 56.23% 0 0;
  cursor: pointer;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

body.wp-admin .video-player .video-poster {
  position: relative;
  width: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.wp-block-columns.has-2-columns > .wp-block-column:last-of-type .video-player .video-poster {
  position: absolute;
  width: 40vw;
  padding: 15vw 0 0;
  min-height: 350px;
  max-width: none;
}

.video-player .triangle-caption {
  position: absolute;
  bottom: -20px;
  left: -20px;
  max-width: calc(100% + 20px);
}

.video-player + .button-group {
  margin-top: 50px;
}

.sidebar-content {
  max-width: 300px;
  margin-left: auto;
  font-size: 14px;
  line-height: 1.42857;
}

.history-timeline {
  position: relative;
  background: #F5F7F8;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: -1px;
  position: relative;
  left: 50%;
  right: 50%;
  max-width: 100vw;
  width: calc(100vw - 16px);
  margin-left: calc(-50vw + 7px);
  margin-right: calc(-50vw + 7px);
}

.history-timeline p {
  display: none;
}

.history-timeline .row {
  display: block;
}

.history-timeline .row::after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  clear: both;
}

.history-timeline .row .historic-event {
  float: left;
}

.wp-admin .history-timeline {
  position: relative;
  left: auto;
  right: auto;
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.history-timeline::before {
  content: "";
  position: absolute;
  top: 235px;
  bottom: 130px;
  left: calc(50% - 2px);
  width: 4px;
  background: #AABBC3;
  display: block;
}

.history-timeline h5 {
  margin-bottom: 6px;
}

.history-timeline .historic-event {
  padding-bottom: 50px;
}

.history-timeline .historic-event.event-left {
  padding-right: 60px;
}

.history-timeline .historic-event.event-left time {
  left: 20px;
  right: 0;
  text-align: right;
}

.history-timeline .historic-event.event-right {
  padding-left: 60px;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.history-timeline .historic-event.event-right .event-inner {
  margin-left: auto;
}

.history-timeline .historic-event.event-right time {
  right: 20px;
  left: 0;
  text-align: left;
}

.history-timeline .historic-event.event-right.last-item {
  margin-top: 100px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.history-timeline .historic-event.event-right.last-item time {
  top: auto !important;
}

.history-timeline .historic-event:first-of-type time {
  top: 135px;
  border-top: 4px solid #AABBC3;
  border-bottom: 0 none;
}

.history-timeline .historic-event:last-of-type {
  padding-bottom: 0;
}

.history-timeline .historic-event:last-of-type time {
  top: auto;
  bottom: 30px;
}

.history-timeline .historic-event .event-inner {
  z-index: 10;
  position: relative;
  max-width: 480px;
  background: #fff;
}

.history-timeline .historic-event figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.history-timeline .historic-event figure img {
  max-width: 100%;
  margin: 0;
}

.history-timeline .historic-event figure::before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 50px;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(245, 247, 248, 0.9), #fff);
  background-image: linear-gradient(to bottom, rgba(245, 247, 248, 0.9), #fff);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

.history-timeline .historic-event figure::after {
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.history-timeline .historic-event figure.hide-shade::before, .history-timeline .historic-event figure.hide-shade::after {
  display: none;
}

.history-timeline .historic-event .content {
  margin-bottom: -10px;
  overflow: hidden;
  background: #fff;
  font-size: 14px;
  line-height: 1.71429;
  padding: 0 30px 0;
}

.history-timeline .historic-event .content p {
  display: block;
}

.history-timeline .historic-event.no-thumbnail .content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.history-timeline time {
  z-index: 0;
  position: absolute;
  top: 40%;
  border-bottom: 4px solid #AABBC3;
  display: block;
  padding: 0px 10px;
  color: #1177A2;
  font-size: 14px;
  line-height: 2.5;
  font-weight: 900;
}

.leadership-gallery {
  position: relative;
  margin-top: 0;
}

.wp-admin .leadership-gallery {
  margin-right: 0;
}

.wp-admin .leadership-gallery .leader {
  padding-left: 5px;
  padding-right: 5px;
}

.leadership-gallery .leader {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.25;
  text-transform: none;
}

.leadership-gallery .leader span.figure {
  z-index: 10;
  position: relative;
  width: 100%;
  padding: 135% 0 0;
  background-image: url("../../images/default.png");
  /* For admin blocks */
  background: url("images/default.png") no-repeat center 25%/59.67% auto #AABBC3;
  overflow: hidden;
  margin-bottom: -45px;
  display: block;
}

.leadership-gallery .leader span.figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#leadership-gallery-block_5dcc872436dbf.leadership-gallery .leader span.figure img {
	filter: grayscale(1);
}

.leadership-gallery .leader span.content {
  z-index: 20;
  position: relative;
  padding: 15px 10px 10px;
  display: block;
  min-height: 40px;
}

.leadership-gallery .leader span.content::after {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 100%;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 21px;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.leadership-gallery .leader span.figure-shade {
  position: absolute;
  bottom: -2px;
  left: -3px;
  width: 200%;
  height: 50px;
  overflow: hidden;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.leadership-gallery .leader span.figure-shade::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 70px;
  display: block;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), #fff);
}

.leadership-gallery .leader span.title {
  text-transform: uppercase;
  color: #304047;
  font-weight: 500;
  display: block;
}

.leadership-gallery .leader span.position {
  display: block;
}

.leadership-gallery .leader a {
  color: rgba(48, 64, 71, 0.86);
  display: block;
  text-decoration: none !important;
}

.leadership-gallery .leader a:hover {
  color: rgba(48, 64, 71, 0.86);
}

.select-dropdown {
  z-index: 999;
  position: relative;
  padding-bottom: 30px;
}

.select-dropdown.open-dropdown-menu {
  z-index: 999999;
}

.select-dropdown .button-select {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #AABBC3;
  padding: 10px 35px 10px 20px;
  text-align: left;
  color: #304047;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none !important;
}

.select-dropdown .button-select strong {
  display: inline-block;
  padding-right: 8px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  float: left;
}

.select-dropdown .button-select .current-value {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-dropdown .button-select .single-value:not(:first-of-type)::before {
  content: ",";
  padding-right: 2.5px;
}

.select-dropdown .button-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  display: block;
  background: url("images/icon-arrow-down.png") no-repeat center center/100% auto;
  -webkit-transform: translate(0, -50%) rotate(0deg);
      -ms-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}

.select-dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #AABBC3;
  min-width: 100%;
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
  display: none;
}

.select-dropdown ul li {
  position: relative;
  display: block;
  margin: 0;
}

.select-dropdown ul li label {
  display: block;
  margin: 0;
}

.select-dropdown ul li label .select-label {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin: 0;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.select-dropdown ul li label .select-label:hover {
  background: #F5F7F8;
}

.select-dropdown ul li input {
  display: none;
}

.select-dropdown ul li input:checked + .select-label {
  color: #304047;
  background: #eee;
}

.select-dropdown ul li::before {
  display: none !important;
}

.properties-filter-wrapper {
  position: relative;
  left: 50%;
  right: 50%;
  max-width: 100vw;
  width: calc(100vw - 16px);
  margin-left: calc(-50vw + 7px);
  margin-right: calc(-50vw + 7px);
  background: #F5F7F8;
  padding-top: 45px;
  padding-bottom: 70px;
  margin-bottom: -1px;
}

.wp-admin .properties-filter-wrapper {
  position: relative;
  left: auto;
  right: auto;
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.property-item {
  position: relative;
  display: block;
  text-decoration: none !important;
  -webkit-animation: fade-in 1s ease-in-out;
          animation: fade-in 1s ease-in-out;
}

.property-item .loop-figure {
  z-index: 20;
  position: relative;
  display: block;
  width: 100%;
  padding: 80% 0 0;
  margin-bottom: -50px;
  overflow: hidden;
}

.property-item .loop-figure .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #AABBC3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.property-item .loop-figure::before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 70px;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(245, 247, 248, 0.9), #F5F7F8);
  background-image: linear-gradient(to bottom, rgba(245, 247, 248, 0.9), #F5F7F8);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.property-item .loop-figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.property-item .loop-figure img {
  max-width: 110%;
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.property-item:hover .loop-figure .bg {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.property-item:hover .loop-figure::before {
  height: 75px;
}

.first-featured-property .property-item .loop-figure {
  padding-top: 39%;
  margin-bottom: 28px;
}

.first-featured-property .property-item .loop-figure::before {
  display: none;
}

.first-featured-property .property-item .loop-figure::after {
  display: none;
}

.first-featured-property .property-item .triangle {
  position: absolute;
  bottom: -12px;
  left: -12px;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: block;
  width: 325px;
  height: 180px;
  min-height: 50%;
}

.first-featured-property .property-item .triangle::before {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.first-featured-property .property-item .triangle .triangle-content {
  bottom: 30px;
  left: 40px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375;
  width: 145px;
  max-width: 80%;
}

.first-featured-property .property-item .triangle .triangle-cta {
  position: absolute;
  left: calc(100% + 20px);
  bottom: 0;
  width: 33px;
  height: 33px;
  background: #fff;
  display: block;
}

.first-featured-property .property-item .triangle .triangle-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 2.5px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #05222E;
  display: block;
  -webkit-transform: translate(-55%, -50%) rotate(45deg);
      -ms-transform: translate(-55%, -50%) rotate(45deg);
          transform: translate(-55%, -50%) rotate(45deg);
}

.property-item .loop-content {
  z-index: 20;
  position: relative;
  display: block;
  padding: 0 8.8% 20px;
}

.property-item .loop-content .title {
  font-size: 18px;
  display: block;
  line-height: 1.22222;
  color: #05222E;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 5px;
}

.property-item .loop-content .title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 16px;
  line-height: 1;
  padding: 0.18em;
  border-top: 2.5px solid;
  border-right: 2.5px solid;
  border-color: #05222E;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
      -ms-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  -webkit-transition: right 0.3s, border-color 0.3s;
  transition: right 0.3s, border-color 0.3s;
}

.property-item br {
  display: none !important;
}

.property-item .asset-classes {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 900;
  color: #1177A2;
}

.property-item .excerpt {
  display: block;
  color: #05222E !important;
}

.property-item.has-excerpt-text .loop-content .title::after {
  display: none;
}

nav.filter-clear {
  position: relative;
  margin: -40px -10px 30px;
  padding-right: 120px;
}

nav.filter-clear button {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 12px 30px 12px 10px;
  border: 1px solid #AABBC3;
  background: transparent;
  color: rgba(48, 64, 71, 0.86);
  margin: 10px;
}

nav.filter-clear button::after {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

nav.filter-clear button.clear-all {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  border: 0 none;
}

nav.post-pagination {
  position: relative;
  text-align: center;
  margin-top: 50px;
  padding: 0 50px;
}

nav.post-pagination .page-numbers {
  position: relative;
  display: inline-block;
  background: none;
  border: 0 none;
  font-style: italic;
  font-weight: normal;
  padding: 10px;
  font-size: 12px;
  color: rgba(48, 64, 71, 0.86);
  text-decoration: none !important;
}

nav.post-pagination .page-numbers.current {
  font-weight: 900;
  color: #304047;
}

nav.post-pagination .page-numbers.current::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 17px;
  height: 4px;
  display: block;
  background: #56AFD5;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

nav.post-pagination .page-numbers.prev, nav.post-pagination .page-numbers.next {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  display: block;
  border: 2px solid #AABBC3;
  text-align: center;
  line-height: 41px;
  padding: 0;
  font-size: 0;
}

nav.post-pagination .page-numbers.prev::before, nav.post-pagination .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.2em;
  border-top: 2.5px solid;
  border-right: 2.5px solid;
  border-color: #607F8D;
  display: block;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
      -ms-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

nav.post-pagination .page-numbers.prev::after, nav.post-pagination .page-numbers.next::after {
  display: none;
}

nav.post-pagination .page-numbers.next {
  right: 0;
  left: auto;
}

nav.post-pagination .page-numbers.next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.triangle-caption {
  z-index: 20;
  position: relative;
  width: 368px;
  height: 180px;
  color: rgba(255, 255, 255, 0.86);
  overflow: hidden;
  font-style: italic;
}

.triangle-caption::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200%;
  height: 100%;
  display: block;
  background: rgba(86, 175, 213, 0.8);
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.triangle-caption .caption-text {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 12px;
  line-height: 1.5;
  max-width: 140px;
  text-align: right;
}

.triangle-caption .caption-text > span {
  display: inline-block;
}

.triangle-caption.reverse::before {
  right: auto;
  left: 0;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.triangle-caption.reverse .caption-text {
  text-align: left;
  right: auto;
  left: 40px;
}

.triangle-caption.video-caption {
  cursor: pointer;
}

.triangle-caption.video-caption::before {
  background: rgba(17, 119, 162, 0.8);
}

.triangle-caption.video-caption .caption-text::before {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 105%;
  left: 50%;
  font-size: 40px;
  color: #fff;
  font-style: normal;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.triangle-caption.caption-primary::before {
  background: rgba(0, 112, 84, 0.8);
}

.triangle-caption.caption-sec::before {
  background: rgba(17, 119, 162, 0.8);
}

.triangle-caption.caption-ter::before {
  background: rgba(86, 175, 213, 0.8);
}

.triangle {
  z-index: 20;
  position: relative;
  width: 475px;
  height: 475px;
  color: #fff;
  overflow: hidden;
}

.triangle .triangle-content {
  z-index: 10;
  position: absolute;
  left: 30px;
  bottom: 35px;
  max-width: 60%;
}

.triangle::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100%;
  display: block;
  background: rgba(0, 112, 84, 0.9);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.triangle .button {
  color: #05222E;
  background: #fff;
}

.triangle .button:hover {
  color: #05222E;
}

.triangle .button::after {
  padding: 0.2em;
  border-color: #304047;
}

.triangle.triangle-primary::before {
  background: rgba(0, 112, 84, 0.8);
}

.triangle.triangle-sec::before {
  background: rgba(17, 119, 162, 0.8);
}

.triangle.triangle-ter::before {
  background: rgba(86, 175, 213, 0.8);
}

.property-statistics {
  margin-top: 45px;
  margin-bottom: 40px;
}

.property-statistics .stat {
  text-align: center;
  font-size: 14px;
  line-height: 1.07143;
  color: #607F8D;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
}

.property-statistics .stat[class$=green] .stat-value {
  color: #007054;
}

.property-statistics .stat[class$=darkgreen] .stat-value {
  color: #05222E;
}

.property-statistics .stat[class$=blue] .stat-value {
  color: #1177A2;
}

.property-statistics .stat[class$=lightblue] .stat-value {
  color: #56AFD5;
}

.property-statistics .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.property-statistics .row .stat.custom {
  max-width: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 230px;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
}

.has-2-columns .property-statistics .row .stat {
  min-width: 50%;
}

.list-type-vertical .property-statistics .row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.list-type-vertical .property-statistics .row .col {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.list-type-vertical .property-statistics .stat {
  font-size: 20px;
  color: #56AFD5;
  margin-bottom: 25px;
}

.list-type-vertical .property-statistics .stat strong {
  font-size: 25px;
  display: block;
  color: #1177A2;
  font-weight: normal;
}

.list-type-vertical .property-statistics .stat .stat-value {
  font-size: 40px;
  color: #1177A2;
}

.property-statistics .stat-icon {
  height: 25px;
}

.property-statistics .stat-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 25px;
}

.property-statistics .stat-value {
  font-size: 28px;
  line-height: 1.2;
  color: #304047;
  padding-top: 5px;
  margin-bottom: 7px;
  display: block;
}

.property-statistics .stat-value > span {
  line-height: 1.2;
  min-height: 40px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.property-statistics .stat-value .asset-small {
  font-size: 23px;
  line-height: 1;
  max-width: 200px;
  margin: auto;
}

.property-statistics .stat-value .asset-medium {
  font-size: 20px;
  line-height: 1;
  max-width: 200px;
  margin: auto;
}

.property-statistics .stat-value .asset-large {
  font-size: 15px;
  line-height: 1;
  max-width: 200px;
  margin: auto;
}

.property-statistics .stat-label {
  max-width: 128px;
  margin-left: auto;
  margin-right: auto;
}

.property-statistics img {
  max-width: 100%;
}

.property-map-wrapper {
  position: relative;
  left: 50%;
  right: 50%;
  max-width: 100vw;
  width: calc(100vw - 16px);
  margin-left: calc(-50vw + 7px);
  margin-right: calc(-50vw + 7px);
}

.wp-admin .property-map-wrapper {
  position: relative;
  left: auto;
  right: auto;
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.property-map-wrapper .property-map {
  z-index: 10;
  position: relative;
}

.property-map-wrapper .property-map.is-inview:not(.inview-reset) img.map-aerial {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.property-map-wrapper .property-map.is-inview.inview-reset img.map-aerial {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.property-map-wrapper img.map-aerial {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.8s ease-out 0.5s;
  transition: -webkit-filter 0.8s ease-out 0.5s;
  transition: filter 0.8s ease-out 0.5s;
  transition: filter 0.8s ease-out 0.5s, -webkit-filter 0.8s ease-out 0.5s;
}

.property-map-wrapper figure.map-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.map-pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-pins .pin {
  z-index: 10;
  position: absolute;
  width: 1px;
  height: 1px;
  color: #fff;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.property-map:not(.is-inview) .map-pins .pin, .property-map.is-inview.inview-reset .map-pins .pin {
  cursor: inherit;
  opacity: 0;
  -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
}

.property-map:not(.is-inview) .map-pins .pin .pin-number, .property-map.is-inview.inview-reset .map-pins .pin .pin-number {
  display: none !important;
}

.property-map.is-inview.inview-reset .map-pins .pin {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.map-pins .pin::before, .map-pins .pin::after {
  z-index: 9;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 70px;
  display: block;
  color: #007054;
  line-height: 1;
  cursor: pointer;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.map-pins .pin::before {
  bottom: -4px;
  color: #fff;
  font-size: 77px;
}

.map-pins .pin .pin-number {
  z-index: 99;
  position: absolute;
  top: -2.5em;
  left: 50%;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.map-pins .pin.pin-lightblue::after {
  color: #56AFD5;
}

.map-pins .pin.pin-yellow::after {
  color: #FFCE00;
}

.map-pins .pin.pin-yellow .pin-number {
  color: #05222E;
}

.map-pins .pin.pin-orange::after {
  color: #FF7600;
}

.map-pins .pin.pin-green::after {
  color: #007054;
}

.map-pins .pin.active-tooltip {
  z-index: 20;
}

.map-pins .pin.active-tooltip + .pin-tooltip {
  z-index: 15;
  width: 347px;
  height: auto;
  opacity: 1;
  padding: 50px 25px 30px;
  -webkit-transform: scale(1, 1) translate(-52px, -40px);
      -ms-transform: scale(1, 1) translate(-52px, -40px);
          transform: scale(1, 1) translate(-52px, -40px);
}

.map-pins .pin.active-tooltip + .pin-tooltip.pin-right {
  -webkit-transform: scale(1, 1) translate(-84%, -40px);
      -ms-transform: scale(1, 1) translate(-84%, -40px);
          transform: scale(1, 1) translate(-84%, -40px);
}

.map-pins.tooltips-active .pin:not(.active-tooltip)::before, .map-pins.tooltips-active .pin:not(.active-tooltip)::after, .map-pins.tooltips-active .pin:not(.active-tooltip) .pin-number {
  opacity: 0.4;
}

.wp-admin .pin-legend {
  display: none !important;
}

.blurb-columns-wrapper {
  padding: 60px 0 10px;
  margin-top: 50px;
  background: #F5F7F8;
  position: relative;
  left: 50%;
  right: 50%;
  max-width: 100vw;
  width: calc(100vw - 16px);
  margin-left: calc(-50vw + 7px);
  margin-right: calc(-50vw + 7px);
}

.wp-admin .blurb-columns-wrapper {
  position: relative;
  left: auto;
  right: auto;
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.blurb-columns-wrapper .blurb-column {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blurb-columns-wrapper .blurb-column .inner {
  background: #fff;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.blurb-columns-wrapper .blurb-thumbnail {
  z-index: 5;
  position: relative;
  width: 100%;
  padding: 100% 0 0;
  margin: 0 0 -40px;
  overflow: hidden;
  background-color: #AABBC3;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.blurb-columns-wrapper .blurb-thumbnail::before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 100px;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(245, 247, 248, 0.9), #fff);
  background-image: linear-gradient(to bottom, rgba(245, 247, 248, 0.9), #fff);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

.blurb-columns-wrapper .blurb-thumbnail::after {
  z-index: 5;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.blurb-columns-wrapper .blurb-content {
  z-index: 10;
  position: relative;
  padding: 0 40px 10px;
  font-size: 14px;
}

.blurb-columns-wrapper.hide-thumbnails .blurb-content {
  padding-top: 40px;
}

.video-cta {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 0.81818;
  color: #1177A2;
  font-weight: 500;
  font-style: italic;
  text-transform: none;
  padding: 20px 10px 20px 60px;
  cursor: pointer;
  margin: 20px 0;
  text-align: left;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.video-cta:hover {
  color: #56AFD5;
}

.video-cta:hover::after {
  color: #1177A2;
  left: 15px;
}

.video-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  display: block;
  background: rgba(86, 175, 213, 0.8);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.video-cta::after {
  position: absolute;
  bottom: 4px;
  left: 10px;
  color: #1177A2;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

#partnerships {
  z-index: 0;
  padding-top: 120px;
  padding-bottom: 70px;
  background: #F5F7F8;
  position: relative;
  left: 50%;
  right: 50%;
  max-width: 100vw;
  width: calc(100vw - 16px);
  margin-left: calc(-50vw + 7px);
  margin-right: calc(-50vw + 7px);
}

.wp-admin #partnerships {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  left: auto;
  right: auto;
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

#partnerships section::after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  clear: both;
}

#partnerships h3 {
  margin-bottom: 15px;
}

#partnerships.has-content .partnerships-intro {
  float: left;
  width: 240px;
  padding-top: 30px;
}

#partnerships.has-content .partnerships-seals {
  float: left;
  width: calc(99% - 240px);
}

.wp-admin .partnerships-seals {
  overflow: hidden;
  position: relative;
  left: auto;
  right: auto;
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.wp-admin .partnerships-seals .seal {
  width: calc(100% / 4);
  float: left;
  padding-bottom: 20px;
}

.wp-admin .partnerships-seals .seal:nth-of-type(4n + 1) {
  clear: left;
}

.partnerships-seals .row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  text-align: center;
}

.partnerships-seals .seal {
  padding-left: 5px;
  padding-right: 5px;
}

.partnerships-seals a {
  display: block;
  text-decoration: none !important;
  color: #607F8D;
  font-style: italic;
  text-align: center;
}

.partnerships-seals a span.figure {
  display: block;
  height: 125px;
  margin-bottom: 15px;
  text-align: center;
}

.partnerships-seals a span.figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.partnerships-seals a span.text {
  display: block;
  max-width: 140px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}

.button-group {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

.button-group > br {
  display: none;
}

.button-group .button, .button-group .cta {
  margin: 5px 15px;
}

.inview, .inview2, .inview3, .triangle {
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.triangle {
  opacity: 0;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.triangle.reverse {
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}

.historic-event .event-inner {
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.banner:not(.hide-triangle) .wrapper::before {
  top: 100%;
  -webkit-transition: top 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: top 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
}

.banner:not(.hide-triangle) .content {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.8s;
  transition: opacity 0.5s ease 0.8s;
}

.banner.inview-reset .wrapper::before, .banner.inview-reset .content {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.video-player .triangle-caption {
  opacity: 0;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.blurb-thumbnail::before {
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.blurb-thumbnail + .blurb-content, .blurb-thumbnail::after {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: opacity 0.5s ease-in-out 0.4s, -webkit-transform 0.5s ease-in-out 0.4s;
  transition: opacity 0.5s ease-in-out 0.4s, -webkit-transform 0.5s ease-in-out 0.4s;
  transition: opacity 0.5s ease-in-out 0.4s, transform 0.5s ease-in-out 0.4s;
  transition: opacity 0.5s ease-in-out 0.4s, transform 0.5s ease-in-out 0.4s, -webkit-transform 0.5s ease-in-out 0.4s;
}

.leadership-gallery .leader span.figure-shade {
  -webkit-transform: translate(0, 100%) rotate(0deg);
      -ms-transform: translate(0, 100%) rotate(0deg);
          transform: translate(0, 100%) rotate(0deg);
  -webkit-transition: height 0.3s, -webkit-transform 0.5s;
  transition: height 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, height 0.3s;
  transition: transform 0.5s, height 0.3s, -webkit-transform 0.5s;
}

.leadership-gallery .leader:hover span.figure-shade {
  height: 55px;
}

.leadership-gallery .leader .content {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0.5s;
}

#homepage-loop .inview-parent figure, #homepage-loop .inview-parent .item-content, #homepage-loop .inview-parent .triangle-caption {
  opacity: 0;
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

#homepage-loop .inview-parent figure {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#homepage-loop .inview-parent .item-content {
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#homepage-loop .inview-parent .triangle-caption {
  opacity: 0;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#homepage-loop .inview-parent .triangle-caption.reverse {
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

#homepage-loop .inview-parent .flex-row-reverse figure {
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

#homepage-loop .inview-parent .flex-row-reverse .item-content {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.is-inview:not(.inview-reset).triangle {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

#homepage-loop .is-inview.inview-parent figure, #homepage-loop .is-inview.inview-parent .item-content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

#homepage-loop .is-inview.inview-parent:not(.inview-reset) .triangle-caption {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.is-inview.historic-event .event-inner {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.is-inview.banner:not(.inview-reset):not(.hide-triangle) .wrapper::before {
  top: 0;
  opacity: 1;
}

.is-inview.banner:not(.inview-reset):not(.hide-triangle) .content {
  opacity: 1;
}

.is-inview.video-player:not(.inview-reset) .triangle-caption {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.is-inview.blurb-thumbnail::before {
  max-height: 100px;
}

.is-inview.blurb-thumbnail + .blurb-content, .is-inview.blurb-thumbnail::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.leadership-gallery .is-inview.leader span.figure-shade {
  -webkit-transform: translate(0, 0) rotate(4deg);
      -ms-transform: translate(0, 0) rotate(4deg);
          transform: translate(0, 0) rotate(4deg);
}

.leadership-gallery .is-inview.leader .content {
  opacity: 1;
}

header {
  -webkit-animation: header-drop-in 0.5s ease;
          animation: header-drop-in 0.5s ease;
}

@-webkit-keyframes header-drop-in {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

@keyframes header-drop-in {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes fade-out {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes homepage-animation-bg {
  from {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}

@keyframes homepage-animation-bg {
  from {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}

#wpadminbar {
  position: fixed !important;
  z-index: 9999999999999999999999999;
}

.d-ib {
  display: inline-block;
}

.grecaptcha-badge {
  display: none !important;
}

/** Alerts **/
.ht-notification-text, .ht-notification-text p, .ht-notification-text a, .ht-notification-text h1, .ht-notification-text h2, .ht-notification-text h3, .ht-notification-text h4 {
	color: #fff;
	line-height: 1.3;
	font-family: inherit;
	margin-bottom: 0.5em;
}
.ht-notification-text p {
	margin: 0;
}
.ht-notification-text p + p {
	margin-top: 0.5em;
}
.ht-notification-text a {
	text-decoration: underline;
}
.ht-notification-text a:after {
	color: #fff;
}


/** 2021 Blog Update **/
body.single-post nav#main-menu li.single-post-active > a:before {
	display: block;
}

nav#main-menu a {
	padding-left: 13px;
	padding-right: 13px;
}

body.single-post header {
    background: #F5F7F8;
}

body.single-post main {
    background: #F5F7F8;
    padding-bottom: 40px;
}

.footer-social {
    padding-top: 20px;
}
.footer-social a {
    display: inline-block;
    margin: 0 5px;
    padding: 2px;
	color: inherit;
}

/** Column update 2021 **/
@media screen and (max-width: 767px) {
	
	.wp-block-columns.responsive-cols {
		display: block;
	}
	.wp-block-columns.responsive-cols > .wp-block-column {
		width: 100% !important;
		max-width: none !important;
	}
	.wp-block-columns.responsive-cols .wp-block-image.size-large img {
		width: 100%;
		height: auto;
	}
}

/* .footer-content p, nav#footer-menu a {
	color: #111;
} */

/* .partnerships-seals a span.text {
	color: #111;
} */

.asset-classes .asset-class + .asset-class:before { content: ", " }

/*# sourceMappingURL=css/maps/style.css.map */
