.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 20px;
  line-height: 32px;
}

h1 {
  margin-top: 4px;
  margin-bottom: 16px;
  font-family: 'Playfair Display', sans-serif;
  color: #151623;
  font-size: 68px;
  line-height: 80px;
  font-weight: 700;
  text-align: left;
}

h2 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: 'Playfair Display', sans-serif;
  color: #151623;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

h3 {
  margin-top: 8px;
  margin-bottom: 4px;
  font-family: 'Playfair Display', sans-serif;
  color: #151623;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
}

h4 {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #e3af5b;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

h5 {
  margin-top: 24px;
  margin-bottom: 0px;
  color: #e3af5b;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

h6 {
  margin-top: 24px;
  margin-bottom: 0px;
  color: #e3af5b;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

p {
  max-width: 800px;
  margin-top: 4px;
  margin-bottom: 10px;
  color: #666;
  font-size: 20px;
  line-height: 32px;
}

a {
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #e3af5b;
  text-decoration: none;
}

a:hover {
  color: #c99542;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 8px 24px;
  border-left: 4px solid #e3af5b;
  color: #666;
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
}

.section {
  position: relative;
  padding: 4em 4%;
  background-color: #fff;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125vh;
  padding-right: 4%;
  padding-left: 4%;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(25, 36, 50, 0.52)), color-stop(53%, transparent)), url('../images/Bandes-Esplanade.png'), -webkit-gradient(linear, left top, left bottom, from(#192432), color-stop(29%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(93%, #192432)), url('../images/NewHeader.jpg');
  background-image: linear-gradient(90deg, rgba(25, 36, 50, 0.52) 20%, transparent 53%), url('../images/Bandes-Esplanade.png'), linear-gradient(180deg, #192432, transparent 29%), linear-gradient(180deg, transparent 68%, #192432 93%), url('../images/NewHeader.jpg');
  background-position: 0px 0px, 100% 50%, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 125px, auto, auto, cover;
  background-repeat: repeat, no-repeat, repeat, repeat, repeat;
}

.section.hero.parallax-hero {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#151623), color-stop(40%, transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(95%, #151623)), -webkit-gradient(linear, left top, left bottom, from(rgba(21, 22, 35, 0.25)), to(rgba(21, 22, 35, 0.25)));
  background-image: linear-gradient(180deg, #151623, transparent 40%), linear-gradient(180deg, transparent, #151623 95%), linear-gradient(180deg, rgba(21, 22, 35, 0.25), rgba(21, 22, 35, 0.25));
}

.section.hero.animated-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#151623), color-stop(40%, transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(95%, #151623)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/stephan-bechert-yFV39g6AZ5o-unsplash-1.jpg');
  background-image: linear-gradient(180deg, #151623, transparent 40%), linear-gradient(180deg, transparent, #151623 95%), linear-gradient(180deg, transparent, transparent), url('../images/stephan-bechert-yFV39g6AZ5o-unsplash-1.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
}

.section.hero.sales-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#151623), color-stop(40%, transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(95%, #151623)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/pexels-alex-azabache-4039921-1.jpg');
  background-image: linear-gradient(180deg, #151623, transparent 40%), linear-gradient(180deg, transparent, #151623 95%), linear-gradient(180deg, transparent, transparent), url('../images/pexels-alex-azabache-4039921-1.jpg');
}

.section.listings-section {
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: #192432;
}

.section.listings-section.all-listings {
  padding-top: 2em;
}

.section.cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 8em;
  padding-bottom: 8em;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Slider1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.cta-section.parallax-cta-section {
  background-image: none;
}

.section.cta-section.video-page-cta {
  background-image: url('../images/pexels-alex-1732414-1.jpg');
}

.section.footer {
  padding-top: 8em;
  padding-bottom: 2em;
  background-color: #192432;
}

.section.testimonials {
  background-color: #192432;
}

.section.list-signup {
  padding-top: 8em;
  padding-bottom: 8em;
  background-image: url('../images/Bandes-Esplanade2.png'), url('../images/MainHeader2.jpg');
  background-position: 0% 50%, 50% 50%;
  background-size: 125px, cover;
  background-repeat: no-repeat, repeat;
}

.section.list-signup.parallax-list-signup {
  overflow: hidden;
  background-image: none;
}

.section.slider-section {
  padding-top: 8em;
  padding-right: 0%;
  padding-bottom: 8em;
  background-color: #192432;
}

.section.buyer-seller-section {
  background-color: #192432;
  background-image: url('../images/Bandes-Esplanade.png');
  background-position: 100% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.section.buyer-seller-section.second {
  background-image: url('../images/EC_Page-6_Motif-EC.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section.hamburger-menu-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 0vh;
  padding-top: 0em;
  padding-bottom: 0em;
  -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;
  background-color: #151623;
}

.section.call-out-cta {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #192432;
}

.section.internal-hero {
  padding-top: 16em;
  padding-bottom: 2em;
  background-color: #151623;
}

.section.internal-hero.properties-hero {
  padding-top: 12em;
}

.section.internal-hero.areas-hero {
  padding-top: 20em;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.internal-hero.listing-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.our-areas-section {
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: #fff;
}

.section.areas-intro {
  padding-top: 4em;
  background-color: #151623;
}

.section.team-section {
  padding-top: 5em;
  padding-bottom: 4em;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))), url('../images/webb.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url('../images/webb.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.section.contact-section {
  background-image: url('../images/leone-venter-pVt9j3iWtPM-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.contact-page {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/webb.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/webb.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.section.map-section {
  overflow: hidden;
  max-height: 60vh;
  padding: 0em 0%;
}

.section.blog-section {
  padding-top: 4em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/webb.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/webb.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.section.single-blog-section {
  padding-top: 4em;
  background-color: #fff;
}

.section.intro-section {
  padding-top: 8em;
  padding-bottom: 8em;
  background-color: #192432;
  background-image: url('../images/Bandes-Esplanade2.png');
  background-position: 0% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.section.video-section {
  padding: 0em 0%;
}

.section.listing-contact {
  padding-bottom: 6em;
  background-color: #151623;
}

.section.team-bio {
  padding-bottom: 6em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/webb.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/webb.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.section.features-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/webb.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/webb.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.section.dark-section {
  background-color: #151623;
}

.section.sales-cta-section {
  padding-top: 8em;
  padding-bottom: 8em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 22, 35, 0.25)), to(rgba(21, 22, 35, 0.25))), url('../images/alice-kang-Bc_uN5PeErA-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(21, 22, 35, 0.25), rgba(21, 22, 35, 0.25)), url('../images/alice-kang-Bc_uN5PeErA-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.user-guide {
  position: static;
}

.section.sales-guide-section {
  padding-bottom: 0em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 22, 35, 0.85)), to(rgba(21, 22, 35, 0.85))), url('../images/pexels-quintin-gellar-313782-1.jpg');
  background-image: linear-gradient(180deg, rgba(21, 22, 35, 0.85), rgba(21, 22, 35, 0.85)), url('../images/pexels-quintin-gellar-313782-1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  background-clip: border-box;
}

.section.patterned-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/webb.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/webb.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.section.mapsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 26em;
  margin-right: 4%;
  margin-left: 4%;
  padding: 0em 0%;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #192432;
  background-image: url('../images/MapNew.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.renelevesque {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 8em;
  padding-bottom: 8em;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/ReneLevesque.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.blue {
  background-color: #192432;
}

.section.list-signup-v2 {
  padding-top: 8em;
  padding-bottom: 8em;
  background-image: url('../images/Bandes-Esplanade2.png'), url('../images/NewHeader.jpg');
  background-position: 0% 50%, 50% 50%;
  background-size: 125px, cover;
  background-repeat: no-repeat, repeat;
}

.section.list-signup-v2.parallax-list-signup {
  overflow: hidden;
  background-image: none;
}

.logo-container {
  position: relative;
  z-index: 9;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in-out, color 400ms ease-in-out;
  transition: opacity 400ms ease-in-out, color 400ms ease-in-out;
}

.logo-container:hover {
  opacity: 0.5;
}

.logo {
  max-width: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1em;
}

.logo.footer-logo {
  margin-bottom: 12px;
}

.logo._2nd {
  margin-top: 25px;
}

.nav-link {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-bottom: -1px;
  margin-left: 12px;
  padding: 4px 12px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Goodsans, sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  border-bottom: 1px solid #e3af5b;
  color: #fff;
}

.nav-link.link-left {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: hsla(0, 0%, 100%, 0.65);
  text-align: left;
}

.nav-link.link-left:hover {
  color: #fff;
}

.nav-link.contact-link {
  margin-right: auto;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #818a99;
}

.nav-link.contact-link:hover {
  color: #fff;
}

.nav-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #818a99;
}

.nav-line.footer-line {
  margin-left: 0px;
}

.topbar {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94vw;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.top-icon {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Fontawesome, sans-serif;
  font-size: 12px;
}

.top-icon:hover {
  color: #fff;
}

.top-icon.team-member-icon {
  display: block;
  margin-right: 8px;
  margin-left: 0px;
  font-size: 16px;
}

.top-icon.team-member-icon:hover {
  color: #c99542;
}

.top-icon.team-member-icon.single-team-icon {
  font-size: 20px;
}

.top-icon.team-member-icon.single-team-icon:hover {
  color: #fff;
}

.top-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 12px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Goodsans, sans-serif;
  color: #818a99;
  font-size: 12px;
}

.top-link:hover {
  color: #fff;
}

.topbar-socials {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.hero-container {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 8em;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.container.hero-container.parallax-hero-container {
  position: relative;
  z-index: 1;
}

.container.hero-container.video-hero-container {
  position: relative;
  z-index: 2;
}

.container.footer-legal-container {
  margin-top: 4em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
}

.container.contact-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 94vw;
  height: 100vh;
  max-width: 880px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.container.cta-container {
  width: 94vw;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.container.cta-container.parallax-container {
  position: relative;
  z-index: 2;
}

.container.cta-container.video-cta-container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.mobile-flip {
  margin-top: 2em;
}

.container.mobile-flip.inverted {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.areaslides-container {
  max-width: none;
}

.container.callout-container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.container.internal-hero-container {
  position: relative;
  z-index: 4;
  width: 94vw;
}

.container.main-blog-container {
  margin-bottom: 48px;
}

.container.single-blog-container {
  max-width: 800px;
}

.container.full-width {
  width: 100%;
  max-width: 100%;
}

.container.map-container {
  max-width: 100%;
}

.container._3d-video-container {
  width: 100%;
  max-width: 100%;
}

.container.parallax-container {
  position: relative;
  z-index: 2;
}

.container.features-container {
  margin-top: 4em;
}

.container.internal-container {
  max-width: 800px;
}

.container.utility-container {
  max-width: 800px;
  padding: 12px 3px 12px 3%;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
}

.container.second {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column {
  padding: 16px 2%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column.cta-column {
  width: 580px;
  padding: 40px 3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 8px solid #818a99;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
}

.column.cta-column.centered-column {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.column.footer-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column.small-column {
  width: 33.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column.small-column.column-text-align-bottom {
  margin-bottom: 40px;
  padding-right: 3%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.areas-column {
  position: relative;
  padding: 0px 0%;
}

.column.large-menu-column {
  width: 66%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.mega-menu-final-col {
  padding-top: 76px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column.contact-col {
  padding-top: 48px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column.hero-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.column.contact-column.hamburger-contact {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column.contact-column.hamburger-mobile-menu {
  display: none;
}

.column.footer-column {
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.small-menu-column {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column.cta-button-column {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.column.contact-form {
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}

.column.buyers-column {
  font-family: Goodsans, sans-serif;
  color: #818a99;
}

.column.no-padding {
  padding: 0px 0%;
}

.column.single-team-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.column.map-column {
  padding: 0px 0%;
}

.column.listing-hero-column {
  padding-right: 0%;
  padding-bottom: 0px;
  padding-left: 0%;
}

.column.contact-listing-agent-cta {
  margin-bottom: 12px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.team-member-bio {
  padding-top: 40px;
  padding-right: 4%;
}

.column.mobile-contact {
  padding-top: 48px;
  padding-right: 0%;
  padding-left: 0%;
}

.column.sales-cta-column {
  width: 90%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 4%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(21, 22, 35, 0.25);
  text-align: center;
}

.column.user-guide-toc-column {
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  overflow: auto;
  width: 26%;
  max-height: 90vh;
  padding-bottom: 24px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #151623;
  box-shadow: 0 0 24px 0 rgba(21, 22, 35, 0.2);
}

.column.user-guide-column {
  padding: 24px 4%;
}

.column.user-guide-image {
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.user-guide-sales {
  padding-bottom: 4em;
}

.hero-heading {
  max-width: 48vw;
  font-family: Goodsans, sans-serif;
  color: #fff;
  font-weight: 700;
}

.hero-heading.single-blog-heading {
  max-width: 65vw;
  margin-bottom: 0px;
}

.hero-heading.dark {
  color: #192432;
}

.button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 2em;
  padding: 12px 20px;
  background-color: #fff;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Goodsans, sans-serif;
  color: #192432;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.button:hover {
  color: #fff;
}

.button.dark-button {
  background-color: #192432;
  color: #fff;
}

.button.dark-button.submit-button {
  height: 60px;
  margin-top: 0em;
  padding-right: 60px;
  -webkit-transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
}

.button.dark-button.submit-button:hover {
  background-color: #818a99;
}

.button.large-button {
  padding: 16px 28px;
}

.button.call-out-button {
  margin-top: 0em;
}

.button.outlined-button {
  margin-left: 24px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.button.return-to-blog {
  position: absolute;
  right: 0px;
  bottom: 16px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
}

.button.gold-button {
  margin-right: 24px;
  margin-left: 24px;
  background-color: #e3af5b;
  color: #fff;
}

.button.gold-button:hover {
  color: #fff;
}

.button-overlay {
  position: absolute;
  left: -15%;
  top: 0%;
  right: auto;
  bottom: 0px;
  z-index: -1;
  display: block;
  width: 0%;
  background-color: #818a99;
  -webkit-transform: skew(-32deg, 0deg);
  -ms-transform: skew(-32deg, 0deg);
  transform: skew(-32deg, 0deg);
}

.button-overlay.gold-button-overlay {
  background-color: #151623;
}

.button-overlay.dark-button-overlay {
  background-color: #151623;
}

.centered-text {
  margin-right: auto;
  margin-left: auto;
  font-family: Goodsans, sans-serif;
  color: #818a99;
  text-align: center;
}

.centered-text.white-text {
  color: #fff;
}

.listings-wrapper {
  margin-top: 24px;
}

.listing-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32.33%;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}

.listing-item.more-area-listing-item {
  margin-right: 2%;
}

.listing-item.horizontal-listing {
  width: 49%;
}

.listings-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listings-list.all-listings {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listings-list.more-area-listings {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.listing-image {
  position: relative;
  height: 320px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.listing-image.parallax-listing-image {
  height: 400px;
}

.listing-details {
  position: relative;
  padding: 32px 6% 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 3px solid #e3af5b;
}

.listing-details.horizontal-listing-details {
  padding-right: 3%;
  padding-left: 3%;
}

.listing-type {
  position: static;
  z-index: 9;
  display: block;
  margin-right: 8px;
  padding: 2px 8px 2px 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 12px;
  background-color: #e3af5b;
  color: #151623;
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.listing-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-address {
  overflow: hidden;
  height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}

.listing-price {
  margin-top: 0px;
  margin-bottom: 8px;
  text-align: left;
  letter-spacing: 0.15em;
}

.listing-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #999;
}

.listing-specs.last-specs {
  border-right-style: none;
}

.listing-specs.horizontal-listing-specs {
  font-size: 12px;
}

.spec-value {
  margin-right: 4px;
  color: #999;
}

.spec-title {
  color: #999;
}

.specs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.view-item {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.listing-image-wrap {
  position: relative;
  overflow: hidden;
  height: 320px;
}

.listing-image-wrap.horizontal-image-wrap {
  width: 50%;
  height: 280px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.connector-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  width: 2px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.line-white {
  height: 50%;
  background-color: #818a99;
}

.line-blue {
  height: 50%;
  background-color: #151623;
}

.footer-link {
  position: relative;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Goodsans, sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.footer-link:hover {
  color: #fff;
}

.footer-paragraph {
  font-family: Goodsans, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-icon {
  margin-right: 20px;
  margin-left: 0px;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Fontawesome, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.footer-icon:hover {
  color: #fff;
}

.footer-text {
  margin-bottom: 0px;
  font-family: Goodsans, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.testimonials-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.testimonial-item {
  width: 32.33%;
  margin-right: 0.5%;
  margin-bottom: 24px;
  margin-left: 0.5%;
  padding: 4em 3%;
  border-bottom: 4px solid #e3af5b;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-heading {
  font-family: Goodsans, sans-serif;
  color: #192432;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.testimonial-quote-mark {
  color: #e3af5b;
  font-size: 72px;
  line-height: 56px;
  text-align: center;
}

.testimonial-quote-mark.single-testimonial-quote-mark {
  font-size: 120px;
  line-height: 80px;
  text-align: left;
}

.light-heading {
  font-family: Goodsans, sans-serif;
  color: #fff;
}

.light-heading.menu-blog-heading {
  margin-bottom: 12px;
  border-bottom: 1px solid #e3af5b;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-size: 16px;
  line-height: 32px;
}

.light-heading.menu-blog-heading:hover {
  color: #e3af5b;
}

.light-heading.left-heading {
  font-family: Goodsans, sans-serif;
}

.light-text {
  font-family: Goodsans, sans-serif;
  color: #fff;
}

.light-text.contact-address {
  margin-top: 8px;
  font-size: 16px;
  line-height: 32px;
}

.light-text h3 {
  color: #fff;
}

.light-text p {
  color: #fff;
}

.light-text.hero-text {
  max-width: 600px;
}

.form-field {
  height: 60px;
  margin-bottom: 20px;
  border: 1px none #000;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}

.form-field::-webkit-input-placeholder {
  color: #333;
}

.form-field:-ms-input-placeholder {
  color: #333;
}

.form-field::-ms-input-placeholder {
  color: #333;
}

.form-field::placeholder {
  color: #333;
}

.form-field.contact-field {
  margin-bottom: 20px;
}

.form-field.text-area-field {
  height: 140px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-field.form-dropdown {
  margin-bottom: 20px;
  padding-right: 12px;
  background-color: #fff;
}

.form-field.empty-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form.contact-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submit-button {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.carousel-slide {
  margin-right: 12px;
  margin-left: 12px;
}

.carousel-slide.listing-gallery-slide {
  margin-right: 12px;
  margin-left: 12px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-slide.centered-slide {
  margin-right: 1.5%;
  margin-left: 1.5%;
}

.carousel-slide-mask {
  overflow: visible;
  width: 40%;
  height: auto;
}

.carousel-slide-mask.centered-slide-mask {
  width: 32.33%;
}

.carousel-slider {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  background-color: transparent;
}

.slider-item {
  height: 480px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-item.parallax-slider-item {
  background-image: none;
}

.slider-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  padding: 12px 24px;
  background-color: rgba(21, 22, 35, 0.25);
}

.area-slide-heading {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  text-align: right;
}

.left-arrow {
  left: 12px;
  top: 0px;
  bottom: auto;
  z-index: 999;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: 0px;
  background-color: #e3af5b;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.left-arrow:hover {
  background-color: #c99542;
}

.left-arrow.centered-slider-left-arrow {
  left: 5px;
}

.right-arrow {
  left: 52px;
  top: 0px;
  bottom: auto;
  z-index: 999;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-left: 0px;
  background-color: #e3af5b;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.right-arrow:hover {
  background-color: #c99542;
}

.right-arrow.centered-slide-right-arrow {
  left: 45px;
}

.slide-nav {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-right: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 8px;
  line-height: 28px;
}

.slide-nav.hide-slide-nav {
  display: none;
}

.mega-menu-inner {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 94vw;
  height: 400px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.mega-menu-inner.flex-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
}

.nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-mega-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 400px;
  max-width: 1400px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.nav-mega-menu.education {
  background-color: transparent;
}

.nav-links-wrap {
  position: static;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-reveal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 96px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-reveal:hover {
  background-color: transparent;
}

.nav-main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 78px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hamburger-menu {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  margin-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.navbar.fixed-navbar {
  position: fixed;
  height: 96px;
  background-color: #151623;
}

.link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.slide-nav-icon {
  font-size: 20px;
}

.icon {
  font-size: 20px;
}

.slider-overlay-left {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 99;
  display: block;
  width: 100px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #192432), color-stop(90%, rgba(227, 175, 91, 0)));
  background-image: linear-gradient(90deg, #192432 15%, rgba(227, 175, 91, 0) 90%);
}

.contact-socials {
  margin-top: 24px;
}

.main {
  overflow: hidden;
  height: auto;
  background-color: #192432;
}

.main.user-guide-main {
  overflow: visible;
}

.hamburger-icon {
  opacity: 0.65;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.hamburger-icon:hover {
  opacity: 1;
}

.success-message {
  background-color: #e3af5b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.error-message {
  background-color: #e3af5b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cta-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Goodsans, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
}

.cta-headline.area-cta-headline {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.cta-headline.area-cta-headline.area-name {
  color: #e3af5b;
}

.testimonial-text {
  margin-right: auto;
  margin-left: auto;
  color: #818a99;
}

.list-signup-form {
  margin-top: 24px;
}

.internal-hero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #192432;
  background-image: url('../images/Bandes-Esplanade2.png');
  background-position: 100% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.internal-hero-overlay.areas-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#151623), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, #151623, rgba(0, 0, 0, 0.2));
}

.pagination-button {
  margin-right: 0px;
  margin-left: 12px;
  border-style: none;
  border-radius: 0px;
  background-color: #e3af5b;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.pagination-button:hover {
  background-color: #c99542;
}

.pagination-button-text {
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.pagination-icon {
  color: #fff;
}

.pagination {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.area-grid-item {
  position: relative;
  width: 32%;
  height: 480px;
  margin-bottom: 24px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}

.area-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.333%;
  margin-right: 1%;
  margin-bottom: 80px;
  margin-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 4px solid #e3af5b;
  background-color: #fff;
  box-shadow: 0 0 48px 0 rgba(21, 22, 35, 0.15);
}

.team-item.corporate-team-item {
  position: relative;
  margin-bottom: 24px;
  border-left-style: none;
}

.team-item.listing-agent {
  width: auto;
  max-width: 500px;
  margin-top: 48px;
  margin-bottom: 0px;
}

.team-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.team-member-details {
  position: relative;
  padding: 52px 24px 20px;
  background-color: #fff;
}

.team-member-details.leadership-details {
  padding-top: 12px;
  border-top: 4px solid #e3af5b;
  background-color: transparent;
}

.team-member-details.listing-agent-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.team-member-headshot {
  position: absolute;
  left: 12px;
  top: -36px;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-headshot.corporate-headshot {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 320px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 0%;
  background-position: 50% 50%;
  background-size: cover;
}

.team-member-name {
  margin-top: 4px;
  font-size: 24px;
  line-height: 32px;
}

.view-profile {
  position: absolute;
  top: -12px;
  right: 12px;
  display: block;
  overflow: hidden;
  height: 28px;
  padding: 4px 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #151623;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.view-profile:hover {
  background-color: #e3af5b;
  color: #fff;
}

.team-member-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-socials.team-heading-socials {
  margin-top: 0px;
}

.contact-form {
  margin-top: 24px;
}

.form-fields-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.form-field-column {
  width: 49%;
  height: 60px;
  margin-bottom: 20px;
  border: 1px none #000;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}

.form-field-column.contact-field {
  color: #333;
}

.form-field-column.contact-field::-webkit-input-placeholder {
  color: #333;
}

.form-field-column.contact-field:-ms-input-placeholder {
  color: #333;
}

.form-field-column.contact-field::-ms-input-placeholder {
  color: #333;
}

.form-field-column.contact-field::placeholder {
  color: #333;
}

.mls-number {
  margin-top: 12px;
  color: hsla(0, 0%, 80%, 0.75);
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.guide-image {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5);
}

.featured-blog-item {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
}

.featured-blog-item:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.45);
}

.featured-blog-item.sidebar-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.featured-blog-item.sidebar-blog-item:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
}

.featured-blog-item.main-blog-item {
  width: 49%;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog-list {
  margin-top: 32px;
}

.blog-list.posts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-blog-image {
  height: 360px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-details {
  padding: 16px 3% 24px;
}

.blog-details.small-blog-details {
  padding: 12px 4%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.small-blog-thumbnail {
  width: 100px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.small-blog-heading {
  overflow: hidden;
  height: 36px;
  margin-top: 4px;
  font-size: 16px;
  line-height: 18px;
}

.blog-link-block {
  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;
}

.blog-link-block.small-blog-link-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.lottie-arrow-right {
  position: absolute;
  top: 65%;
  width: 50px;
  opacity: 0;
  -webkit-transform: translate(0px, -47%);
  -ms-transform: translate(0px, -47%);
  transform: translate(0px, -47%);
}

.lottie-arrow-right.category-arrow {
  top: auto;
  right: 24px;
  bottom: 0px;
  -webkit-transform: translate(0px, -20%);
  -ms-transform: translate(0px, -20%);
  transform: translate(0px, -20%);
}

.lottie-arrow-right.areas-arrow {
  top: 15px;
  right: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.separator {
  height: 2px;
  margin-top: 8px;
  background-color: #e3af5b;
}

.categories-item {
  position: relative;
  width: 32.33%;
  height: 240px;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/creatv-eight-RryFk4n-vOs-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
}

.categories-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-details {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 24px;
  padding-left: 24px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 4px solid #e3af5b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 22, 35, 0.25)), to(rgba(21, 22, 35, 0.25)));
  background-image: linear-gradient(180deg, rgba(21, 22, 35, 0.25), rgba(21, 22, 35, 0.25));
}

.category-headine {
  position: relative;
  z-index: 2;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.single-agent-headshot {
  position: static;
  left: 6%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  width: 160px;
  height: 160px;
  margin-top: 16px;
  margin-right: 32px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-team-email {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #fff;
  font-size: 16px;
  line-height: 20px;
}

.single-team-email:hover {
  color: #fff;
}

.stats-wrapper {
  position: absolute;
  right: 0px;
  bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stats-wrapper.small-stats-wrapper {
  left: 0px;
  bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.stats-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.stats-container.small-stats-container {
  padding-right: 4px;
  padding-left: 4px;
}

.detail {
  margin-bottom: 12px;
  color: #fff;
  font-size: 2.75vw;
  line-height: 3vw;
}

.detail.datapoint-small {
  font-size: 20px;
  line-height: 24px;
}

.stat-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

.stat-heading.small-stat-heading {
  font-size: 9px;
  line-height: 12px;
}

.diagonal-overlay {
  position: absolute;
  left: -100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 50%;
  background-color: #e3af5b;
  -webkit-transform: skew(-54deg, 0deg);
  -ms-transform: skew(-54deg, 0deg);
  transform: skew(-54deg, 0deg);
}

.blog-thumbnail {
  width: 200px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-heading {
  overflow: hidden;
  height: 56px;
  font-size: 24px;
  line-height: 26px;
}

.blog-excerpt {
  overflow: hidden;
  height: 72px;
  font-size: 16px;
  line-height: 24px;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.small-blog-date {
  margin-top: 4px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.4em;
}

.medium-blog-date {
  margin-top: 12px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.4em;
}

.large-blog-excerpt {
  overflow: hidden;
  height: 64px;
}

.search-results-item {
  position: relative;
  height: 200px;
  margin-bottom: 24px;
  padding: 20px 2% 12px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 400ms ease-in-out;
  transition: box-shadow 400ms ease-in-out;
}

.search-results-item:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.35);
}

.search-results-excerpt {
  overflow: hidden;
  height: 72px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.blog-image {
  margin-top: 24px;
  margin-bottom: 24px;
}

.listing-gallery-slide {
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.team-name-heading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-team-job-title {
  margin-top: 8px;
}

.area-listings-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.city-heading-spacer {
  display: inline-block;
  width: 8px;
}

.corporate-team-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(21, 22, 35, 0.5);
}

.corporate-team-wrap {
  position: relative;
  overflow: hidden;
  height: 320px;
}

.listing-carousel-container {
  height: 480px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.listing-gallery-lightbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.expand-image-icon {
  width: 48px;
}

.listing-details-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  padding-right: 0%;
  padding-bottom: 24px;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.listing-hero-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.listing-hero-slider {
  height: auto;
  max-width: 800px;
  background-color: transparent;
}

.listing-hero-slide {
  height: auto;
}

.listing-hero-mask {
  height: auto;
}

.listing-hero-arrow {
  display: none;
}

.property-features-wrapper {
  margin: 32px auto 24px;
}

.property-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32.33%;
  margin-bottom: 24px;
  padding: 12px 3%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 4px solid #e3af5b;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.property-features-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.property-feature {
  margin-bottom: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1.75vw;
  line-height: 2.5vw;
}

.listing-heading {
  text-align: center;
}

.listing-description {
  margin: 16px auto 24px;
}

.top-icon-2 {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Fontawesome, sans-serif;
  font-size: 12px;
}

.top-icon-2:hover {
  color: #fff;
}

.top-icon-2.team-member-icon {
  display: block;
  margin-right: 8px;
  margin-left: 0px;
  font-size: 16px;
}

.top-icon-2.team-member-icon:hover {
  color: #c99542;
}

.listing-agent-contact {
  margin-left: 16px;
  padding: 4px 16px 8px;
  border-left: 2px solid #e3af5b;
}

.listing-agent-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  padding-bottom: 24px;
  -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;
}

.team-heading-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-progress-bar {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 40px;
  height: 40px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 22, 35, 0.75)), to(rgba(21, 22, 35, 0.75))), url('../images/stephan-bechert-yFV39g6AZ5o-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(21, 22, 35, 0.75), rgba(21, 22, 35, 0.75)), url('../images/stephan-bechert-yFV39g6AZ5o-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.property-feature-icon {
  height: 32px;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.mobile-menu-link {
  display: block;
  margin-bottom: 8px;
  color: hsla(0, 0%, 100%, 0.75);
  line-height: 24px;
}

.mobile-menu-link:hover {
  color: #fff;
}

.mobile-link-wrap {
  overflow: hidden;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.mobile-link-dropdown {
  margin-bottom: 12px;
  padding: 12px 24px;
}

.mobile-link-dropdown.sub-menu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sub-menu-line {
  margin-right: 4px;
  color: #e3af5b;
}

.sub-menu-column {
  margin-right: 24px;
  padding-right: 24px;
}

.dropdown-icon {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-left: 12px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #e3af5b;
  font-size: 24px;
  line-height: 12px;
}

._404-icon {
  height: 120px;
  margin-bottom: 24px;
}

._404-text {
  color: #fff;
}

.search-results-link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 24px 4%;
}

.search-results-heading {
  margin-top: 8px;
  margin-bottom: 2px;
  letter-spacing: 0.2em;
}

.item-label {
  padding: 2px 10px 2px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 24px;
  background-color: #151623;
}

.item-label.featured-blog-category {
  position: absolute;
  top: 348px;
  right: 24px;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.item-label.featured-blog-category:hover {
  background-color: #e3af5b;
}

.item-label-text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 9px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.listing-labels {
  position: absolute;
  top: -12px;
  right: 12px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-labels.horizontal-listing-labels {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 12px;
  margin-bottom: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.search-results-link {
  color: #999;
  font-size: 12px;
  line-height: 24px;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.password-protected-icon {
  height: 80px;
}

.menu-blog-link {
  display: block;
}

.area-cta-heading {
  margin-top: 12px;
}

.parallax-hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 140vh;
  background-image: url('../images/alice-kang-Bc_uN5PeErA-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax-hero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(95%, #151623)), -webkit-gradient(linear, left top, left bottom, from(#151623), color-stop(40%, transparent));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #151623 95%), linear-gradient(180deg, #151623, transparent 40%);
}

.parallax-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 130%;
  background-image: url('../images/neonbrand-Wp7t4cWN-68-unsplash-lg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.parallax-section.list-signup-parallax {
  background-image: url('../images/luke-van-zyl-koH7IVuwRLw-unsplash-1.jpg');
}

.parallax-slider-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 560px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.parallax-slide-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.layout-shot-container {
  overflow: hidden;
  width: 100%;
  height: 320px;
  max-width: 480px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 8px;
  border-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.layout-shot {
  display: block;
}

.layout-heading {
  font-size: 28px;
  line-height: 36px;
}

.background-video-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  min-height: 125vh;
}

.background-video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(95%, #151623)), -webkit-gradient(linear, left top, left bottom, from(#151623), color-stop(50%, transparent));
  background-image: linear-gradient(180deg, transparent, #151623 95%), linear-gradient(180deg, #151623, transparent 50%);
}

.horizontal-listing-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.light-centered-text {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.light-centered-heading {
  color: #fff;
  text-align: center;
}

.centered-button {
  text-align: center;
}

.user-guide-text {
  margin-top: 24px;
}

.user-guide-link {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.user-guide-link.user-guide-sublink {
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.user-guide-lightbox-video {
  position: relative;
  box-shadow: 0 0 24px 0 rgba(21, 22, 35, 0.35);
}

.lightbox-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 12px;
  border-color: #fff;
  background-color: rgba(21, 22, 35, 0.75);
  background-image: linear-gradient(135deg, #151623 25%, transparent);
}

.lightbox-video-heading {
  max-width: 320px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.video-play-icon {
  height: 120px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.toc-heading {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.lightbox-video-image {
  width: 100%;
  max-width: 700px;
}

.user-guide-section-heading {
  margin-top: 1em;
}

.sublink-indicator {
  position: absolute;
  left: 0px;
  top: 9px;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #e3af5b;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.guide-section {
  padding-top: 24px;
}

.guide-video-wrap {
  padding-top: 48px;
}

.heading {
  font-family: Goodsans, sans-serif;
  color: #818a99;
}

.sales-page-explosion {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.h4 {
  font-family: Goodsans, sans-serif;
  color: #fff;
}

.h3 {
  font-family: Goodsans, sans-serif;
  color: #fff;
}

.h3.dark {
  color: #192432;
}

.h5 {
  color: #818a99;
}

.paragraph {
  font-family: Goodsans, sans-serif;
  color: #192432;
}

.paragraph.white {
  color: #fff;
}

.link {
  color: #818a99;
}

.sectionimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #192432;
}

.indice {
  display: inline-block;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #818a99;
  font-family: Goodsans, sans-serif;
  color: #818a99;
}

.div {
  margin-bottom: 15px;
}

.sectionplanpoint {
  display: block;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #192432;
}

.logobertone {
  width: 300px;
}

.planprojet {
  width: 960px;
}

@media screen and (min-width: 1440px) {
  h3 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .section.hero {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(25, 36, 50, 0.58)), color-stop(68%, transparent)), url('../images/Bandes-Esplanade.png'), -webkit-gradient(linear, left top, left bottom, from(#192432), color-stop(29%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(93%, #192432)), url('../images/NewHeader.jpg');
    background-image: linear-gradient(90deg, rgba(25, 36, 50, 0.58), transparent 68%), url('../images/Bandes-Esplanade.png'), linear-gradient(180deg, #192432, transparent 29%), linear-gradient(180deg, transparent 68%, #192432 93%), url('../images/NewHeader.jpg');
    background-position: 0px 0px, 100% 50%, 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, 125px, auto, auto, cover;
    background-repeat: repeat, no-repeat, repeat, repeat, repeat;
  }

  .section.blue {
    background-color: #192432;
  }

  .topbar {
    max-width: 1400px;
  }

  .container {
    max-width: 1400px;
  }

  .container.hero-container.parallax-hero-container {
    max-width: 1400px;
  }

  .hero-heading.dark {
    color: #192432;
  }

  .nav-main {
    max-width: 1400px;
  }

  .property-feature {
    font-size: 1.5vw;
  }

  .indice.special {
    border-left-width: 0px;
  }

  .sectionplanpoint {
    display: block;
    padding-right: 0%;
    padding-left: 0%;
  }

  .contact {
    padding-bottom: 0px;
    background-color: #192432;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }

  h1 {
    font-size: 56px;
    line-height: 72px;
  }

  h2 {
    margin-top: 8px;
    font-size: 44px;
    line-height: 56px;
  }

  h3 {
    margin-top: 8px;
    font-size: 28px;
    line-height: 40px;
  }

  h4 {
    font-size: 16px;
    line-height: 20px;
  }

  h5 {
    font-size: 14px;
    line-height: 16px;
  }

  h6 {
    line-height: 14px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
  }

  blockquote {
    font-size: 16px;
    line-height: 28px;
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.listings-section {
    padding-top: 4em;
  }

  .section.cta-section {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section.list-signup {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section.slider-section {
    padding-left: 0%;
  }

  .section.hamburger-menu-section {
    overflow: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section.areas-intro {
    padding-bottom: 6em;
  }

  .section.team-section {
    padding-top: 4em;
  }

  .section.mapsection {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section.renelevesque {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section.list-signup-v2 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .topbar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container.contact-container {
    display: block;
    padding-top: 8em;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.cta-container {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.areaslides-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column.cta-column {
    max-width: 94vw;
  }

  .column.small-column.column-text-align-bottom {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .column.areas-column {
    margin-top: 24px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .column.contact-col {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .column.hero-column {
    text-align: center;
  }

  .column.image-column {
    padding: 0px 0%;
  }

  .column.contact-column {
    display: none;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .column.contact-column.hamburger-mobile-menu {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .column.listing-hero-column {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column.mobile-contact {
    padding-top: 36px;
  }

  .column.user-guide-toc-column {
    display: none;
  }

  .hero-heading {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    font-size: 8vw;
    line-height: 8vw;
    text-align: center;
  }

  .hero-heading.single-team-heading {
    text-align: left;
  }

  .button.return-to-blog {
    position: relative;
  }

  .listing-item {
    width: auto;
    margin-bottom: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .listing-item.horizontal-listing {
    width: 100%;
  }

  .listings-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listing-image-wrap.horizontal-image-wrap {
    width: 50%;
  }

  .light-text.single-listing-address {
    max-width: 100%;
    text-align: center;
  }

  .light-text.hero-text {
    margin-right: auto;
    margin-left: auto;
  }

  .carousel-slide {
    margin-right: 4%;
    margin-left: 4%;
  }

  .carousel-slide-mask {
    width: 40%;
  }

  .carousel-slide-mask.centered-slide-mask {
    width: 48.5%;
  }

  .slide-nav {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-links-wrap {
    display: none;
  }

  .slider-overlay-left {
    display: none;
  }

  .testimonial-text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
  }

  .area-grid-item {
    width: 49%;
  }

  .team-item {
    width: 48%;
  }

  .team-item.corporate-team-item {
    margin-bottom: 24px;
  }

  .small-blog-thumbnail {
    width: 72px;
  }

  .categories-item {
    width: 49%;
  }

  .stats-wrapper {
    position: relative;
    right: auto;
    bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-thumbnail {
    width: 120px;
  }

  .listing-details-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .listing-hero-slider {
    position: relative;
    right: auto;
    bottom: 0px;
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
  }

  .property-feature-item {
    width: 48%;
  }

  .property-feature {
    font-size: 2.25vw;
  }

  .listing-agent-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-menu-link {
    display: block;
    margin-bottom: 8px;
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 16px;
    line-height: 28px;
  }

  .mobile-menu-link:hover {
    color: #fff;
  }

  .dropdown-icon {
    top: 2px;
    font-size: 16px;
  }

  .single-listing-type {
    text-align: center;
  }

  .lightbox-video-heading {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 4px;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
  }

  h2 {
    margin-top: 4px;
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  h4 {
    font-size: 12px;
    line-height: 16px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
  }

  li {
    text-align: left;
  }

  blockquote {
    padding-right: 16px;
    padding-left: 16px;
    text-align: left;
  }

  .section {
    padding-right: 2%;
    padding-left: 2%;
  }

  .section.listings-section {
    padding-top: 4em;
  }

  .section.cta-section {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .section.slider-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.buyer-seller-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.team-section {
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .section.contact-section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section.intro-section {
    padding-top: 4em;
    padding-bottom: 6em;
  }

  .section.listing-contact {
    padding-bottom: 4em;
  }

  .section.mapsection {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .section.renelevesque {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .logo-container {
    padding-left: 12px;
  }

  .logo-container.footer-logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-line.footer-line {
    margin-right: auto;
    margin-left: auto;
  }

  .top-icon.team-member-icon.single-team-icon {
    font-size: 16px;
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.mobile-flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container.features-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column {
    padding: 12px 3%;
    text-align: center;
  }

  .column.centered-text {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .column.footer-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column.small-column {
    width: 100%;
  }

  .column.contact-col {
    padding-right: 5%;
    padding-left: 5%;
  }

  .column.hero-column {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }

  .column.image-column {
    margin-top: 24px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .column.contact-column {
    padding-right: 5%;
    padding-left: 5%;
  }

  .column.contact-column.hamburger-mobile-menu {
    text-align: left;
  }

  .column.footer-column {
    text-align: center;
  }

  .column.contact-listing-agent-cta {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .column.team-member-bio {
    padding-top: 0px;
  }

  .column.sales-cta-column {
    width: 94%;
  }

  .hero-heading {
    margin-right: auto;
    margin-left: auto;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
  }

  .button.outlined-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button.gold-button {
    margin-right: auto;
    margin-left: auto;
  }

  .listing-item {
    width: 100%;
  }

  .connector-line {
    height: 80px;
  }

  .footer-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer-paragraph {
    text-align: center;
  }

  .footer-socials {
    margin-top: 24px;
  }

  .footer-icon {
    margin-right: 12px;
    margin-left: 12px;
  }

  .footer-icon.contact-icon {
    margin-left: 0px;
  }

  .testimonials-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-item {
    width: 100%;
    margin-bottom: 24px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .carousel-slide {
    margin-right: 2%;
    margin-left: 2%;
  }

  .carousel-slide.centered-slide {
    margin-right: 3%;
    margin-left: auto;
  }

  .carousel-slide-mask {
    width: 75%;
  }

  .carousel-slide-mask.centered-slide-mask {
    width: 100%;
  }

  .carousel-slider {
    padding-right: 2%;
    padding-left: 2%;
  }

  .area-slide-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .left-arrow {
    left: 23px;
    right: auto;
  }

  .left-arrow.centered-slider-left-arrow {
    left: 10px;
  }

  .right-arrow {
    left: 63px;
    right: auto;
  }

  .right-arrow.centered-slide-right-arrow {
    left: 50px;
  }

  .slide-nav {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cta-headline {
    font-size: 24px;
  }

  .area-grid-item {
    width: 100%;
  }

  .team-item {
    width: 98%;
  }

  .team-member-details {
    text-align: center;
  }

  .team-member-details.leadership-details {
    text-align: center;
  }

  .team-member-name {
    text-align: center;
  }

  .team-member-socials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .featured-blog-item.sidebar-blog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .small-blog-thumbnail {
    width: 100%;
    height: 240px;
  }

  .small-blog-heading {
    height: 32px;
    font-size: 24px;
    line-height: 32px;
  }

  .blog-link-block.small-blog-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-agent-headshot {
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }

  .single-team-email {
    font-size: 16px;
  }

  .stats-wrapper {
    position: relative;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stats-wrapper.small-stats-wrapper {
    position: absolute;
  }

  .stats-container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .detail {
    font-size: 24px;
    line-height: 28px;
  }

  .blog-thumbnail {
    width: 100%;
    height: 240px;
  }

  .blog-heading {
    text-align: center;
  }

  .small-blog-date {
    font-size: 12px;
    line-height: 16px;
  }

  .listing-hero-detail {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .property-feature-item {
    width: 49%;
  }

  .property-feature {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .property-feature-icon {
    margin-right: 12px;
  }

  .team-member-title {
    text-align: center;
  }

  .lightbox-overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lightbox-video-heading {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .video-play-icon {
    height: 96px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }

  h2 {
    margin-top: 4px;
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    margin-top: 4px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  h6 {
    text-align: center;
  }

  .section {
    padding-top: 2em;
  }

  .section.hero {
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(84%, rgba(25, 36, 50, 0.52)), to(transparent)), url('../images/Bandes-Esplanade.png'), -webkit-gradient(linear, left top, left bottom, from(#192432), color-stop(29%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(93%, #192432)), url('../images/NewHeader.jpg');
    background-image: linear-gradient(90deg, rgba(25, 36, 50, 0.52) 84%, transparent), url('../images/Bandes-Esplanade.png'), linear-gradient(180deg, #192432, transparent 29%), linear-gradient(180deg, transparent 68%, #192432 93%), url('../images/NewHeader.jpg');
    background-position: 0px 0px, 100% 50%, 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, 125px, auto, auto, cover;
    background-repeat: repeat, no-repeat, repeat, repeat, repeat;
  }

  .section.listings-section {
    padding-bottom: 2em;
  }

  .section.testimonials {
    padding-top: 4em;
  }

  .section.list-signup {
    padding-top: 4em;
  }

  .section.contact-page {
    padding-top: 4em;
  }

  .section.features-section {
    padding-bottom: 2em;
  }

  .section.list-signup-v2 {
    padding-top: 4em;
  }

  .topbar {
    display: none;
  }

  .column {
    text-align: center;
  }

  .column.cta-column.centered-column {
    text-align: center;
  }

  .column.contact-column.hamburger-mobile-menu {
    text-align: left;
  }

  .column.buyers-column {
    text-align: center;
  }

  .column.single-team-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column.mobile-contact {
    text-align: left;
  }

  .column.sales-cta-column {
    width: 98%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .hero-heading {
    max-width: 90vw;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-heading.single-team-heading {
    text-align: center;
  }

  .listing-details.horizontal-listing-details {
    padding-right: 5%;
    padding-left: 5%;
  }

  .listing-price {
    font-size: 12px;
    line-height: 14px;
  }

  .listing-image-wrap.horizontal-image-wrap {
    width: 100%;
  }

  .light-heading {
    text-align: left;
  }

  .light-heading.left-heading {
    text-align: center;
  }

  .light-text.hero-text {
    display: none;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .carousel-slide-mask {
    width: 92%;
  }

  .left-arrow {
    left: 18px;
  }

  .left-arrow.centered-slider-left-arrow {
    left: 7px;
  }

  .right-arrow {
    left: 58px;
  }

  .right-arrow.centered-slide-right-arrow {
    left: 47px;
  }

  .slide-nav {
    font-size: 6px;
    line-height: 24px;
  }

  .nav-main {
    height: 60px;
  }

  .team-member-details.leadership-details {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }

  .team-member-details.listing-agent-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .team-member-headshot {
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-member-name {
    text-align: center;
  }

  .view-profile {
    position: relative;
    top: 0px;
    right: auto;
    margin-top: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .team-member-socials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .featured-blog-item.main-blog-item {
    width: 100%;
  }

  .small-blog-heading {
    height: 24px;
    font-size: 20px;
    line-height: 24px;
  }

  .categories-item {
    width: 100%;
    margin-bottom: 12px;
  }

  .single-agent-headshot {
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
  }

  .single-team-email {
    margin-right: 0px;
    margin-bottom: 12px;
    padding-right: 0px;
    border-right-style: none;
  }

  .stats-container {
    padding-right: 8px;
    padding-left: 8px;
  }

  .detail {
    font-size: 20px;
    line-height: 20px;
  }

  .blog-heading {
    height: 60px;
  }

  .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listing-details-container {
    padding-bottom: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .listing-hero-detail {
    width: 40%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .property-feature-item {
    width: 100%;
    margin-bottom: 12px;
  }

  .property-feature {
    font-size: 16px;
    line-height: 20px;
  }

  .listing-agent-contact {
    margin-right: auto;
    margin-left: auto;
    border-left-style: none;
  }

  .listing-agent-container {
    height: auto;
    padding-bottom: 12px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .team-heading-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listing-labels.horizontal-listing-labels {
    position: absolute;
    top: -12%;
    right: 8px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .horizontal-listing-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-play-icon {
    height: 60px;
  }

  .image {
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Goodsans';
  src: url('../fonts/GoodSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goodsans';
  src: url('../fonts/GoodSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goodsans';
  src: url('../fonts/GoodSans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goodsans';
  src: url('../fonts/GoodSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}