/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  outline: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: "optima";
  src: url('webfonts/optima.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: "optima";
  src: url('webfonts/optima-medium.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: "optima";
  src: url('webfonts/optima-bold.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: "optima";
  src: url('webfonts/optima-italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
/*
@font-face {
	font-family:"optima";
	src: url("webfonts/optima.ttf") format("truetype"),
	url('webfonts/optima.woff') format('woff');
	font-weight: 300;
}

@font-face {
	font-family:"optima";
	src: url("webfonts/optima-medium.ttf") format("truetype"),
	url('webfonts/optima-medium.woff') format('woff');
	font-weight: 400;
}

@font-face {
	font-family:"optima";
	src: url("webfonts/optima-bold.ttf") format("truetype"),
	url('webfonts/optima-bold.woff') format('woff');
	font-weight: 700;
}

@font-face {
	font-family:"optima";
	src: url("webfonts/optima-italic.ttf") format("truetype"),
	url('webfonts/optima-italic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}
*/
* {
  font-family: "optima", Helvetica, Arial;
  font-style: normal;
  font-weight: 300;
}
a {
  outline: 0;
}
p,
h1,
h2,
h3,
li,
a,
div {
  font-weight: 300;
  font-family: "optima", Helvetica, Arial;
}
p,
div {
  font-size: 17px;
  line-height: 26px;
}
p {
  padding-bottom: 1.2em;
}
p a {
  text-decoration: none;
  color: #000;
}
p em {
  font-style: italic;
}
p:last-child {
  padding: 0;
}
p.large {
  font-size: 20px !important;
  line-height: 28px;
}
p.sml {
  font-size: 16px;
  line-height: 20px;
}
p strong {
  font-weight: 700;
}
.more-btn {
  font-size: 18px;
  line-height: 20px;
  padding: 0 32px 0 0;
  color: #000;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  font-weight: 400;
  cursor: pointer;
  background: transparent url(../img/right-arrow.png) no-repeat right top 4px;
  background-size: 24px auto;
}
.btn {
  font-size: 16px;
  line-height: 18px;
  padding: 6px 10px;
  color: #fff;
  background-color: #21396d;
  border: 1px solid #21396d;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  font-weight: 200;
  cursor: pointer;
}
.btn.clear {
  color: #21396d;
  background-color: transparent;
  border: 1px solid #21396d;
}
.btn--white-lrg {
  background-color: #fff;
  color: #f20666;
  font-size: 17px;
  line-height: 17px;
  padding: 15px 40px;
}
.feature-btn {
  display: block;
  border: none;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 15px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
  background: #21396d;
  border-bottom: 4px solid #f20666;
  border-radius: 3px;
}
ul,
ol {
  list-style-type: none;
  padding-left: 17px;
  padding-bottom: 3em;
  margin: 0 0 20px 0;
}
ul li,
ol li {
  list-style: disc;
  color: #000;
  font-size: 17px;
  line-height: 25px;
}
ul.col-2,
ol.col-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
h1 {
  font-size: 60px;
  line-height: 63px;
  font-weight: 300;
  margin-bottom: 0.4em;
}
h2 {
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 0.5em;
}
h3,
h4 {
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
  p.large {
    font-size: 18px;
    line-height: 24px;
  }
  ul,
  ol {
    padding-left: 20px;
    padding-bottom: 1.2em;
  }
  ul li,
  ol li {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0px 0;
  }
  ul li .desc,
  ol li .desc {
    width: 50px;
  }
  ul.ticks,
  ol.ticks {
    list-style: none;
    padding-left: 0;
  }
  ul.ticks li,
  ol.ticks li {
    list-style: none;
    padding-left: 20px;
  }
  .more-btn {
    font-size: 16px;
    background-size: 16px auto;
    padding: 0 24px 0 0;
  }
  .btn {
    font-size: 15px;
    line-height: 18px;
    padding: 7px 23px;
  }
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3,
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background-color: #fff;
  position: relative;
  padding-top: 80px;
}
body.home-page {
  padding: 0;
}
body.clip {
  overflow: hidden;
}
html {
  min-height: 100%;
  height: 100%;
  position: relative;
}
img.full {
  width: 100%;
  height: auto;
}
.container,
.container-sml {
  max-width: 1560px;
  margin: 0 auto;
  position: relative;
  display: block;
  font-size: 0;
  padding: 0 20px;
  overflow: hidden;
}
.container-sml {
  max-width: 1200px;
}
.grey-call-out {
  background-color: #f3f3f3;
  margin: 50px auto;
  padding: 40px 0;
}
.mobile {
  display: none;
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  body.home-page {
    padding-top: 0;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
#header-container {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  transition: background-color 600ms ease-out;
}
#header-container.transparent {
  background-color: transparent;
}
#header-container.transparent nav li a {
  color: #fff !important;
  transition: color 600ms ease-out;
}
#header-container.transparent nav li span {
  color: #fff !important;
  transition: color 600ms ease-out;
}
#header-container.transparent nav li ul {
  background-color: transparent !important;
}
#header-container.transparent .cls-16 {
  fill: #fff !important;
  transition: fill 600ms ease-out;
}
#header-container.transparent .burger .lines {
  background-color: #fff;
}
#header-container header {
  width: 100%;
  overflow: visible;
  margin: 0 auto;
  padding: 15px 20px;
  max-width: 1560px;
}
#header-container header .navbar-brand {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
#header-container header .navbar-brand svg {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 50px;
}
#header-container nav {
  list-style-type: none;
  float: right;
  margin: 12px 0 0;
}
#header-container nav .main-navigation {
  padding: 0;
  margin: 0;
}
#header-container nav .main-navigation > li > a:hover,
#header-container nav .main-navigation > li > a.active {
  padding-bottom: 5px;
  border-bottom: 3px solid #f20666;
}
#header-container nav .main-navigation li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  vertical-align: bottom;
  overflow: visible;
  font-size: 17px;
  line-height: 23px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}
#header-container nav .main-navigation li:before {
  content: none;
}
#header-container nav .main-navigation li strong {
  font-weight: 700;
}
#header-container nav .main-navigation li a {
  text-decoration: none;
  color: #21396d;
  overflow: visible;
}
#header-container nav .main-navigation li > ul {
  display: none;
  position: absolute;
  top: 20px;
  left: -20px;
  padding: 10px 20px 20px;
  background: #fff;
  min-width: 250px;
}
#header-container nav .main-navigation li > ul li {
  display: block;
  padding: 4px 0;
}
#header-container nav .main-navigation li:hover ul {
  display: block;
}
#header-container.thin {
  background-color: #02453e;
}
#header-container.thin header {
  padding: 15px 20px;
}
#header-container.thin .header-links {
  margin: 20px 0 0;
}
.burger {
  display: none;
  float: right;
  background: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  width: 30px;
  height: 24px;
  z-index: 10;
  border: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  margin-top: 5px;
}
.burger .lines {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #21396d;
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.burger .lines:before,
.burger .lines:after {
  position: absolute;
  right: 0;
  content: "";
  width: 100%;
  height: 4px;
  background-color: inherit;
}
.burger .lines:before {
  top: -9px;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.burger .lines:after {
  top: 9px;
  transition: top 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.burger.active .lines {
  background-color: #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.burger.active .lines:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.burger.active .lines:after {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: top 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: top 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
@media (max-width: 1360px) {
  #header-container header {
    padding: 10px 20px;
  }
  #header-container header .navbar-brand .logo {
    width: 56px;
    margin-top: 0px;
  }
  nav .main-navigation li {
    padding-right: 10px;
    font-size: 14px;
    line-height: 14px;
  }
  nav .main-navigation li:last-child {
    padding-right: 0px;
  }
  nav .main-navigation li:last-child a {
    padding: 6px;
  }
}
@media (max-width: 1024px) {
  .burger {
    display: inline-block !important;
  }
  #header-container,
  #header-container.thin {
    overflow: visible;
    z-index: 9;
  }
  #header-container header,
  #header-container.thin header {
    padding: 10px 20px;
  }
  #header-container header .navbar-brand svg,
  #header-container.thin header .navbar-brand svg {
    width: 128px;
    height: 32px;
    margin-top: 4px;
  }
  nav {
    overflow: hidden;
    overflow-y: auto;
    background: #21396d;
    margin: 0 !important;
    float: none;
    padding: 80px 0;
    display: none;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  nav .main-navigation {
    clear: both;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
  }
  nav .main-navigation li {
    display: block !important;
    float: none;
    text-align: center;
    padding: 0 !important;
    margin: 0;
  }
  nav .main-navigation li > ul {
    display: block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    padding: 0 !important;
    background: transparent !important;
    min-width: 0 !important;
  }
  nav .main-navigation li > ul li {
    display: block;
    text-align: center;
    padding: 0;
  }
  nav .main-navigation li > ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 5px!important;
  }
  nav .main-navigation li.desktop {
    display: none !important;
  }
  nav .main-navigation li a {
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding: 0 0 10px !important;
    border: none !important;
    text-align: center;
    color: #fff !important;
  }
  .main-navigation {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    transition: all 0.5s;
  }
  .main-navigation.active {
    max-height: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.5s 0.4s;
  }
}
footer {
  margin-top: 0;
  overflow: hidden;
  position: relative;
  display: block;
  background: #21396d url("../img/footer-bg.jpg") no-repeat center bottom;
  /*background-size: 100% auto;*/
  padding: 90px 0 0;
  text-align: center;
}
footer .footer-bottom {
  display: block;
  margin: 240px 0 0;
  padding: 15px 0;
}
footer .footer-bottom p {
  text-align: left;
  font-size: 12px;
  opacity: 0.5;
}
footer .footer-bottom p .social {
  font-size: 20px;
  line-height: 20px;
  float: right;
}
footer .footer-bottom p a {
  color: #fff;
}
footer .container {
  display: block;
  overflow: hidden;
  max-width: 1200px;
}
footer .container p {
  color: #fff;
  font-size: 14px;
}
footer .container p a {
  color: #fff;
}
footer .container p strong {
  font-size: 20px;
  line-height: 24px;
}
footer .container > svg {
  width: 200px;
  height: 50px;
  margin-bottom: 10px;
}
footer .container > svg .cls-16 {
  fill: #fff !important;
}
footer .container > p {
  padding: 0 320px 0;
}
footer .container .footer-contact {
  margin: 0 0 40px 20px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
footer .footer-form {
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
}
footer .footer-form img {
  width: 150px;
  height: auto;
  display: block;
  margin-top: 130px;
}
footer .footer-form form {
  vertical-align: text-top;
}
footer .footer-form form input[type=text] {
  width: 160px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 36px;
  padding: 0 15px;
  vertical-align: text-top;
}
footer .footer-form form input[type=submit] {
  border: none;
  border-radius: 0;
  padding: 0;
  width: 60px;
  height: 36px;
  background: #fff url("../img/right-arrow.png") no-repeat center center;
  background-size: 20px auto;
  font-size: 0;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  footer {
    background-image: none;
    padding: 40px 0 0;
    text-align: left;
  }
  footer .footer-bottom {
    display: block;
    margin: 30px 0 0;
    padding: 0 0;
  }
  footer .footer-bottom p {
    text-align: left;
  }
  footer .footer-bottom p span.social {
    display: block;
    margin-top: 10px;
    float: none;
  }
  footer .container {
    display: block;
    overflow: hidden;
    max-width: 1200px;
  }
  footer .container p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 20px;
    text-align: left;
  }
  footer .container p strong {
    font-size: 20px;
    line-height: 24px;
  }
  footer .container > svg {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
  }
  footer .container > p {
    padding: 0 0px 40px;
  }
  footer .container .footer-contact {
    margin: 0 0 10px 0px;
    position: relative;
    left: auto;
    top: auto;
    /*text-align: center;*/
    display: block;
  }
  footer .container .footer-contact .large {
    padding-bottom: 5px;
  }
  footer .footer-form {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    padding-bottom: 20px;
  }
  footer .footer-form p {
    padding-bottom: 5px;
  }
}
.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(33, 57, 109, 0.9);
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  display: none;
  z-index: 9999;
  overflow: auto;
}
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  filter: alpha(opacity=0);
  display: none;
  z-index: 9999;
  height: 100%;
  padding: 20px 0;
  overflow: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.clip .modal-wrapper {
  overflow-y: scroll;
}
.modal {
  display: block;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 9999;
  height: auto;
  margin: 0 auto;
  max-width: 1084px;
  background-color: #fff;
  padding: 60px 30px 30px;
  -webkit-box-shadow: 1px 4px 6px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 4px 6px 2px rgba(0, 0, 0, 0.3);
}
.modal.modal-video {
  border: none;
  background-color: #000;
  padding: 0;
  margin-top: 60px;
  max-width: 720px;
}
.modal.sml {
  max-width: 600px;
}
.modal h1 {
  color: #000;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0.5em;
  font-weight: 300;
}
body > .modal,
body > .modal.modal-video {
  min-height: 100%;
  height: 100%;
  margin: 120px auto 60px;
  z-index: auto;
}
.modal-bg-clickable {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  width: auto;
  z-index: 9998;
}
.modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  padding: 0 0;
  font-size: 0;
}
.modal-video {
  overflow: visible;
}
.modal-video .modal-close {
  top: -40px;
}
@media (max-width: 767px) {
  .modal-wrapper {
    padding: 0;
  }
  .modal {
    margin: 0;
  }
  .modal-backdrop {
    background-color: #fff;
  }
  .modal {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.hero {
  height: auto;
  position: relative;
  margin: 0;
  background-size: cover;
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}
.hero img {
  width: 100%;
  height: auto;
}
.hero.buying {
  background-image: url("../img/seven-mile-beach-home-bedroom.png");
}
.hero.meet {
  background-image: url("../img/meet-james.jpg");
  margin-bottom: 60px;
  background-position: center center;
  background-size: cover;
}
.hero.meet .container {
  z-index: 2;
}
.hero.meet .hero-title {
  transform: none !important;
  bottom: 60px !important;
  top: auto !important;
  /*position: relative;*/
}
.hero.meet .hero-title span {
  font-weight: 300 !important;
}
.hero.meet .hero-title:after {
  position: absolute;
  width: 75px;
  height: 3px;
  content: '';
  bottom: 10px;
  left: 20px;
  background-color: #f20666;
  overflow: hidden;
}
.hero.meet:after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40%;
  content: '';
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}
.hero.neighbourhood-hero {
  padding-bottom: 42%;
  background-image: url("../img/welcome-to-cayman-hot-property.png");
}
.hero .hero-title {
  top: 48%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 20px;
}
.hero .hero-title h1 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 0.25em;
  max-width: 730px;
  font-weight: 700;
}
.hero .hero-title h1 span {
  display: block;
  font-size: 24px;
  line-height: 26px;
}
.hero .hero-title p {
  color: #fff;
}
.hero .container {
  text-align: left;
  padding-bottom: 42%;
  max-width: 1280px;
}
.hero .container .hero-title {
  left: 0;
  transform: translate(0, -50%);
  max-width: 420px;
}
.hero .hero-content {
  text-align: center;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 40px 40px;
  z-index: 6;
  max-width: 860px;
}
.hero .hero-content h1 {
  font-size: 60px;
  line-height: 63px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.4em;
}
.hero .hero-content h1 span {
  font-size: 14px;
  line-height: 18px;
}
.hero .hero-content form {
  max-width: 790px;
  display: block;
  margin: 0;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.hero .hero-content form input[type=text] {
  padding: 23px;
  border: none;
  border-radius: 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  color: #000;
  width: 100%;
  -webkit-appearance: none;
}
.hero .hero-content form button {
  height: 58px;
  border: 0;
  font-size: 22px;
  padding: 0 15px;
  color: #fff;
  background: #f20666;
  -webkit-appearance: none;
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
}
.hero .hero-content form ::-webkit-input-placeholder {
  color: #3e3d3d;
}
.hero .hero-content form ::-moz-placeholder {
  color: #3e3d3d;
}
.hero .hero-content form :-ms-input-placeholder {
  color: #3e3d3d;
}
.hero .hero-content form :-moz-placeholder {
  color: #3e3d3d;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 768px) {
  .hero .hero-content {
    text-align: left;
    top: auto;
    bottom: 40px;
    left: 0px;
    transform: none;
    position: absolute;
    padding: 20px 0px;
    width: auto;
  }
  .hero .hero-title h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .hero .hero-title h1 span {
    font-size: 16px;
    line-height: 20px;
  }
  .hero .hero-content h1 {
    text-align: left;
    transform: none;
    padding: 0;
    font-size: 50px;
    line-height: 52px;
    margin: 0 20px;
  }
  .hero .hero-content form {
    width: 600px;
    display: block;
    margin: 10px 30px;
    padding: 0 0 0;
  }
}
@media (max-width: 768px) {
  .hero-video-wrapper {
    margin: 0 -80%;
  }
  .hero .hero-content {
    right: 20px;
  }
  .hero {
    margin-bottom: 10px;
  }
  .hero .hero-content {
    max-width: 380px;
  }
  .hero .hero-content h1 {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0px;
  }
  .hero .hero-content form {
    max-width: 320px;
    display: block;
    margin: 20px 20px 10px;
    padding: 0 10px;
  }
  .hero .hero-content form input[type=text] {
    padding: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }
  .hero .hero-content form button {
    height: 32px;
    padding: 0 8px;
    top: 3px;
    right: 3px;
    font-size: 16px;
  }
  .hero .hero-title {
    top: auto;
    left: 0;
    transform: none;
    padding: 20px;
    bottom: 0px;
    text-align: left;
  }
  .hero .container {
    padding-bottom: 92%;
  }
  .hero .container .hero-title {
    top: auto;
    bottom: 0px;
    transform: none;
    padding: 20px;
  }
}
.search-secondary {
  display: block;
  margin-bottom: 15px;
}
.filter-item {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.filter-item > span {
  padding: 10px 20px 10px 0;
  display: inline-block;
  cursor: pointer;
  background: transparent url("../img/dropdown-down-pink.png") no-repeat right top 19px;
  background-size: 10px auto;
  font-weight: 500;
  color: #000;
  /*span {
			font-weight: 300;
			color: #000;
		}*/
}
.filter-item .filter-item-edit {
  position: absolute;
  top: 35px;
  left: 0;
  -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 250px;
  padding: 20px 20px 90px;
  background: #fff;
  z-index: 99;
  border-radius: 5px;
  display: none;
}
.filter-item .filter-item-edit .filter-item-edit-title {
  display: none;
}
.filter-item .filter-item-edit p {
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 1em;
  margin: 0;
}
.filter-item .filter-item-edit .filter-item-edit-save {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.filter-item .filter-item-edit.large {
  width: 350px;
  padding-bottom: 140px;
}
.filter-item .filter-item-edit.large > div {
  margin-bottom: 10px;
}
.filter-item .filter-item-edit.large label {
  float: left;
  display: inline-block;
  width: 30%;
  line-height: 30px;
  font-size: 14px;
}
.filter-item .filter-item-edit.large input,
.filter-item .filter-item-edit.large select,
.filter-item .filter-item-edit.large .selectize-control {
  float: left;
  display: inline-block;
  width: 70%;
  margin-bottom: 10px;
  clear: right;
}
.filter-item .filter-item-edit.large input {
  padding: 8px 8px;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  height: auto;
}
.stepper {
  border: 1px solid #eee;
  display: inline-block;
  overflow: visible;
  height: 2.1em;
  background: #fff;
  padding: 1px;
}
.stepper input {
  width: 3em !important;
  float: none !important;
  height: 100%;
  text-align: center;
  border: 0;
  background: transparent;
  color: #000;
}
.stepper button {
  width: 1.4em;
  font-weight: 300;
  height: 100%;
  line-height: 0.1em;
  font-size: 1.4em;
  padding: 0.2em !important;
  background: #eee;
  color: #333;
  border: none;
}
@media (max-width: 768px) {
  .filter-item {
    position: static;
    margin-right: 10px;
    font-size: 14px;
  }
  .filter-item > span {
    padding: 5px 14px 5px 5px;
    background-size: 10px 6px;
    background-position: right top 14px;
  }
  .filter-item .filter-item-edit {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    box-shadow: none;
    width: 80vw !important;
    padding: 20px 30px;
    border-radius: 0;
    display: none;
    box-shadow: 10px 5px 50px 15px rgba(0, 0, 0, 0.5);
  }
  .filter-item .filter-item-edit .filter-item-edit-title {
    display: block;
  }
  .filter-item .filter-item-edit p {
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 1em;
    margin: 0;
  }
  .filter-item .filter-item-edit .filter-item-edit-save {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .search-secondary {
    margin: 0 0 10px -5px;
  }
}
form.standard ::-webkit-input-placeholder {
  color: #3e3d3d;
}
form.standard ::-moz-placeholder {
  color: #3e3d3d;
}
form.standard :-ms-input-placeholder {
  color: #3e3d3d;
}
form.standard :-moz-placeholder {
  color: #3e3d3d;
}
form.standard .form-row {
  display: block;
  margin-bottom: 15px;
}
form.standard input[type="text"],
form.standard input[type="email"],
form.standard input[type="tel"] {
  width: 400px;
  display: block;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 17px;
  line-height: 30px;
  padding: 5px 20px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial;
  font-weight: 300;
}
form.standard textarea {
  width: 400px;
  height: 200px;
  display: block;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 17px;
  line-height: 25px;
  padding: 10px 20px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial;
  font-weight: 300;
}
@media (max-width: 767px) {
  form.standard input[type="text"],
  form.standard input[type="email"],
  form.standard input[type="tel"],
  form.standard textarea {
    width: 300px;
  }
}
.wide-block {
  display: block;
  overflow: hidden;
  padding: 60px 0;
}
.wide-block h2 {
  font-size: 45px;
  line-height: 48px;
  color: #000;
  margin-bottom: 0.5em;
}
.wide-block h2 span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wide-block .wide-block-text {
  float: left;
  width: 44%;
}
.wide-block .wide-block-text .wide-block-text-wrapper {
  max-width: 600px;
  padding-right: 100px;
}
.wide-block img {
  float: left;
  width: 56%;
  height: auto;
}
@media (max-width: 768px) {
  .wide-block {
    padding: 30px 0;
  }
  .wide-block h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 0.575em;
  }
  .wide-block h2 span {
    display: block;
    font-size: 14px;
    line-height: 22px;
  }
  .wide-block .wide-block-text {
    float: none;
    width: auto;
    display: block;
  }
  .wide-block .wide-block-text .wide-block-text-wrapper {
    float: none;
    padding-right: 0;
    max-width: 560px;
  }
  .wide-block img {
    float: none;
    display: block;
    height: auto;
    margin: 15px 0 0;
    width: 100%;
  }
}
.block-pair-row {
  display: flex;
  overflow: hidden;
  margin: 60px 0;
  align-items: center;
  justify-content: space-between;
}
.block-pair {
  display: block;
  overflow: hidden;
  padding: 60px 0;
  float: left;
  position: relative;
}
.block-pair h2 {
  font-size: 42px;
  line-height: 44px;
  margin-bottom: 0.5em;
  color: #000;
}
.block-pair h2 span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0.5em;
}
.block-pair > img {
  width: 100% ;
  height: auto;
  padding-bottom: 15px;
}
.block-pair > img.featured-news {
  width: auto;
  height: 100%;
  max-height: 540px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.block-pair .featured-gallery {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  padding-bottom: 15px;
}
.block-pair .featured-gallery .slick-arrow {
  position: absolute;
  top: 42%;
  left: 0;
  z-index: 3;
  width: 27px;
  height: auto;
  padding: 10px 5px;
  background: #fff;
}
.block-pair .featured-gallery .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.block-pair .featured-gallery .featured-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 610px;
}
.block-pair .featured-gallery .featured-item .featured-item-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  padding: 40px 20px 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+44,0.6+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 44%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 44%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 44%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  /* IE6-9 */
}
.block-pair .featured-gallery .featured-item .featured-item-info p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin-bottom: 5px;
}
.block-pair .featured-gallery .featured-item .featured-item-info p.name {
  font-size: 25px;
  line-height: 30px;
}
.block-pair .featured-gallery .featured-item .featured-item-info p.price {
  margin: 0;
}
.block-pair .featured-gallery .featured-item .featured-item-img {
  width: 100%;
  padding-bottom: 125%;
  position: relative;
  overflow: hidden;
}
.block-pair .featured-gallery .featured-item .featured-item-img img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block-pair .block-pair-text {
  max-width: 400px;
}
.block-pair.sml {
  width: 50%;
}
.block-pair.lrg {
  width: 40%;
}
@media (max-width: 768px) {
  .block-pair-row {
    display: block;
    margin: 0;
  }
  .block-pair-row .block-pair {
    display: block;
  }
  .block-pair-row .block-pair:first-child {
    padding-right: 0 !important;
  }
  .block-pair-row .block-pair:last-child {
    padding-left: 0 !important;
  }
  .block-pair-row .block-pair img {
    margin-bottom: 10px;
  }
  .block-pair-row .block-pair .featured-news {
    width: 100%;
    height: auto;
    max-height: none;
    margin-left: 0;
    transform: none;
  }
  .block-pair-row .block-pair-row {
    margin: 0;
  }
  .block-pair-row .block-pair {
    padding: 0;
    float: none;
    display: block;
  }
  .block-pair-row .block-pair h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .block-pair-row .block-pair h2 span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0.25em;
  }
  .block-pair-row .block-pair .featured-gallery {
    display: block;
    width: 100%;
    z-index: 1;
    position: relative;
  }
  .block-pair-row .block-pair .featured-gallery .slick-arrow {
    display: none;
  }
  .block-pair-row .block-pair .featured-gallery .featured-item {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*max-width: 320px;*/
  }
  .block-pair-row .block-pair .featured-gallery .featured-item .featured-item-img {
    padding-bottom: 60%;
  }
  .block-pair-row .block-pair .block-pair-text {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: none;
    padding: 0px 0px 20px !important;
  }
  .block-pair-row .block-pair .block-pair-text.bottom-left {
    top: auto;
    bottom: auto;
    padding-right: 0;
  }
  .block-pair-row .block-pair .block-pair-text.top-right {
    left: auto;
    right: auto;
    padding-left: 0;
  }
  .block-pair-row .block-pair.sml {
    width: auto;
    padding: 0;
  }
  .block-pair-row .block-pair.lrg {
    width: auto;
  }
}
@media (max-width: 390px) {
  .container .block-pair .featured-gallery .featured-item {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 325px;
  }
  .container .block-pair .featured-gallery .featured-item .featured-item-img {
    padding-bottom: 60%;
  }
  .container .block-pair .featured-gallery .featured-item .featured-item-img img {
    height: 100%;
  }
  .container .block-pair .featured-gallery .featured-item .featured-item-info p.name {
    font-size: 18px;
    line-height: 24px;
  }
}
.testimonials {
  background: #21396d;
  position: relative;
  padding: 120px 0;
  display: block;
}
.testimonials .testimonials-gallery {
  display: block;
  overflow: hidden;
}
.testimonials .testimonials-gallery .slick-arrow {
  display: none !important;
}
.testimonials .testimonial {
  width: 1024px;
  background: #21396d;
  margin: 0 100px;
  position: relative;
  min-height: 580px;
  padding: 0px 0px;
  border: 1px solid #909cb6;
}
.testimonials .testimonial .testimonial-info {
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 110px 40px 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  background: transparent url("../img/quote-2021.png") no-repeat center top;
  background-size: 110px auto;
}
.testimonials .testimonial .testimonial-info p {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial .testimonial-info p:last-child {
  background: transparent url("../img/stars.png") no-repeat bottom center;
  padding-bottom: 60px;
}
.testimonials .testimonial .testimonial-info p.name {
  font-size: 45px;
  line-height: 45px;
  padding: 0 0 10px;
  margin: 0;
}
.testimonials .testimonial .testimonial-info p.name span {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0.25em;
  color: #fff;
}
.testimonials .testimonials-buttons-wrpper {
  top: 50%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.testimonials .testimonials-buttons-wrpper .testimonials-buttons {
  max-width: 1240px;
  margin: 0 auto;
}
.testimonials .testimonials-buttons-wrpper .testimonials-buttons a {
  background-color: #fff;
  border-radius: 50%;
  padding: 15px 11px;
}
.testimonials .testimonials-buttons-wrpper .testimonials-buttons a img {
  width: 24px;
  height: auto;
}
.testimonials .testimonials-buttons-wrpper .testimonials-buttons a:first-child {
  float: left;
}
.testimonials .testimonials-buttons-wrpper .testimonials-buttons a:last-child {
  float: right;
}
@media (max-width: 767px) {
  .testimonials {
    padding: 40px 0;
    margin-bottom: 20px;
  }
  .testimonials .testimonial {
    width: 80vw;
    margin: 0 10px;
    position: relative;
    min-height: 420px;
  }
  .testimonials .testimonial .testimonial-info {
    background-size: 36px auto;
    padding: 50px 20px 0px;
  }
  .testimonials .testimonial .testimonial-info:before {
    background-size: 40px auto;
    left: 0px;
    top: 0;
  }
  .testimonials .testimonial .testimonial-info p {
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    margin: 0;
  }
  .testimonials .testimonial .testimonial-info p.name {
    font-size: 16px;
    line-height: 16px;
  }
  .testimonials .testimonial .testimonial-info p:last-child {
    background-size: auto 14px;
    padding-bottom: 30px;
  }
  .testimonials .testimonials-buttons-wrpper {
    display: none;
  }
}
.open-house-featured {
  /*background: #003da5 url("../img/grey-bg.jpg") no-repeat center center;*/
  background-color: #f8f8f8;
  background-size: cover;
  position: relative;
  margin: 100px auto;
}
.open-house-featured h2 {
  text-align: center;
  transform-origin: center;
  max-width: 90%;
  margin: 0 auto;
}
.open-house-featured .open-house-featured-gallery {
  display: block;
  overflow: hidden;
  padding: 30px 0 0;
}
.open-house-featured .open-house-featured-gallery .open-house-featured-item {
  margin: 0 100px;
  text-decoration: none;
}
.open-house-featured .open-house-featured-item-info {
  padding-top: 25px;
  text-align: center;
}
.open-house-featured .open-house-featured-item-info p {
  color: #000;
  padding: 0 0 0.2em;
  margin: 0;
}
.open-house-featured .open-house-featured-item-info p.price {
  font-size: 22px;
  line-height: 26px;
}
.open-house-featured .open-house-featured-item-info p.price .cur {
  font-size: 0.6em;
}
.open-house-featured .open-house-featured-item-info p.name {
  font-size: 25px;
  line-height: 32px;
  max-width: 660px;
  margin: 0 auto;
}
.open-house-featured .open-house-featured-item-info p.small {
  font-weight: 200;
  font-size: 22px;
  line-height: 28px;
}
.open-house-featured .open-house-featured-gallery-buttons-wrpper {
  top: 50%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.open-house-featured .open-house-featured-gallery-buttons-wrpper .open-house-featured-gallery-buttons {
  max-width: 1140px;
  margin: 0 auto;
}
.open-house-featured .open-house-featured-gallery-buttons-wrpper .open-house-featured-gallery-buttons a {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  font-weight: normal;
  font-family: YouthPower, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.open-house-featured .open-house-featured-gallery-buttons-wrpper .open-house-featured-gallery-buttons a:first-child {
  float: left;
}
.open-house-featured .open-house-featured-gallery-buttons-wrpper .open-house-featured-gallery-buttons a:last-child {
  float: right;
}
.open-house-banner {
  background: #21396d;
  padding: 10px 20px;
  overflow: hidden;
  z-index: 20;
}
.open-house-banner.fixed {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
}
.open-house-banner .container {
  overflow: hidden;
  padding: 0 20px;
  line-height: normal;
  margin: 0 auto;
  text-align: center;
}
.open-house-banner p {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  padding: 0;
}
.open-house-banner p a {
  color: #fff;
  margin: 0 4px;
}
.open-house-banner .info {
  width: 50%;
  float: left;
  text-align: left;
}
.open-house-banner .social {
  width: 50%;
  float: left;
  font-size: 100%;
  text-align: right;
}
.whatsapp {
  display: none;
}
@media (max-width: 1360px) {
  .open-house-banner.fixed {
    top: 58px;
  }
}
@media (max-width: 1024px) {
  .open-house-banner .info {
    width: auto;
    float: none;
    text-align: left;
    display: block !important;
    margin-bottom: 7px;
  }
  .open-house-banner .social {
    width: auto;
    float: none;
    text-align: left;
    display: block !important;
  }
  .whatsapp {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .open-house-featured {
    padding: 90px 0;
  }
  .open-house-featured .open-house-featured-gallery-buttons-wrpper {
    display: none;
  }
  .open-house-featured .open-house-featured-gallery {
    padding: 30px 0 0;
  }
  .open-house-featured .open-house-featured-gallery .open-house-featured-item {
    max-width: 300px;
    margin: 0 10px;
  }
  .open-house-featured .open-house-featured-gallery .open-house-featured-item img {
    width: 100%;
    height: auto;
  }
  .open-house-featured .open-house-featured-gallery .open-house-featured-item p.name {
    font-size: 18px;
    line-height: 24px;
    max-width: 660px;
    margin: 0 auto 15px;
    height: 66px;
    overflow: hidden;
  }
  .open-house-featured .open-house-featured-gallery .open-house-featured-item p.price {
    font-size: 16px;
    line-height: 22px;
  }
  .open-house-featured.similar {
    margin-bottom: 60px;
  }
}
.newsletter {
  padding: 90px 20px;
  margin: 60px auto 0;
  background-color: #e9e9e9;
}
.newsletter-content {
  display: flex;
  flex-direction: row;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
  gap: 20px;
}
.newsletter-copy {
  width: 40%;
}
.newsletter h2 {
  font-size: 45px;
  line-height: 48px;
  color: #000;
  margin-bottom: 0.25em;
}
.newsletter p {
  font-size: 18px;
  line-height: 24px;
}
.newsletter form {
  width: 60%;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  align-items: center;
  align-self: flex-end;
}
.newsletter form input[type="text"] {
  flex-grow: 10;
  background-color: #fff;
  border-radius: 0;
  border: none;
  font-size: 18px;
  line-height: 40px;
  padding: 6px 20px;
  float: left;
  outline: none;
}
.newsletter form button {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  padding: 4px 50px 5px 20px;
  font-weight: 300;
  color: #fff;
  width: 160px;
  margin-left: 10px;
  float: left;
  border-bottom: 4px solid #f20666;
  border-radius: 3px;
  background: #21396d;
  position: relative;
}
.newsletter form button:after {
  content: ' ';
  width: 27px;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  background: transparent url("../img/right-arrow-white.png") no-repeat right center;
}
.newsletter form ::-webkit-input-placeholder {
  color: #3e3d3d;
}
.newsletter form ::-moz-placeholder {
  color: #3e3d3d;
}
.newsletter form :-ms-input-placeholder {
  color: #3e3d3d;
}
.newsletter form :-moz-placeholder {
  color: #3e3d3d;
}
@media (max-width: 767px) {
  .newsletter {
    padding: 40px 0px;
    margin: 40px 0 0;
    flex-flow: column;
  }
  .newsletter-content {
    flex-direction: column;
  }
  .newsletter-copy {
    width: 100%;
    text-align: center;
  }
  .newsletter form {
    width: 100%;
  }
  .newsletter h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .newsletter p {
    font-size: 16px;
    line-height: 22px;
  }
  .newsletter form {
    flex-direction: column;
  }
  .newsletter form input[type="text"] {
    margin-bottom: 10px;
  }
}
property-search {
  display: block;
  overflow: hidden;
}
.property-search-map {
  width: 50%;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  margin-top: 178px;
}
.property-search-map .location-search-switch {
  position: absolute;
  left: 20px;
  top: 20px;
}
.property-search-map .location-search-switch .inputGroup {
  background-color: #fff;
  display: block;
  position: relative;
  border-radius: 5px;
}
.property-search-map .location-search-switch .inputGroup label {
  padding: 10px 10px;
  width: 200px;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  font-size: 12px;
  border-radius: 5px;
}
.property-search-map .location-search-switch .inputGroup label:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: '';
  background-color: #003da5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.property-search-map .location-search-switch .inputGroup label:after {
  width: 20px;
  height: 20px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: -1px 0px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.property-search-map .location-search-switch .inputGroup input:checked ~ label {
  color: #fff;
}
.property-search-map .location-search-switch .inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.property-search-map .location-search-switch .inputGroup input:checked ~ label:after {
  background-color: #dc1c2e;
  border-color: #dc1c2e;
}
.property-search-map .location-search-switch .inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
#search-form {
  border-bottom: 1px solid #ccc;
}
.search-bar {
  margin: 0 auto;
  padding: 20px 20px 15px;
  max-width: 1560px;
}
.search-bar input {
  display: block;
  width: 100%;
  padding: 10px 25px 10px 40px;
  border: none;
  background: #fff url("../img/search-grey.png") no-repeat left 0px center;
  background-size: 28px 28px;
  font-size: 20px;
  line-height: 20px;
  outline: none;
  color: #000;
}
.search-bar ::placeholder {
  color: #aaa;
}
.search-bar :-ms-input-placeholder {
  color: #aaa;
}
#search-title {
  padding-bottom: 0.5em;
}
.property-search-properties {
  width: 50%;
  float: left;
  padding: 40px 30px 40px 20px;
  overflow: hidden;
}
.property-search-properties h1 {
  color: #000;
  font-size: 45px;
  line-height: 46px;
  font-weight: 300;
  padding-bottom: 0.25em;
  max-width: 550px;
}
.property-search-properties .search-total {
  font-size: 36px;
  line-height: 38px;
  padding-bottom: 0.5em;
}
.property-search-properties-wrapper {
  margin: 0;
  display: block;
  overflow: hidden;
}
.property-card {
  box-sizing: border-box;
  background: #fff;
  text-decoration: none;
  position: relative;
  font-size: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  clear: both;
  overflow: hidden;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #b1b1ac;
}
.property-card.highlighted .property-card-info {
  background-color: #d5d7d7;
}
.property-card .property-card-image-wrapper {
  width: 42%;
  float: left;
  overflow: hidden;
  position: relative;
}
.property-card .property-card-image {
  background: #ccc;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
  width: 100%;
  align-self: center;
}
.property-card .property-card-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto;
}
.property-card .property-card-image .property-card-image-featured {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 6px 12px;
  background: #21396d;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}
.property-card .property-card-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 58%;
  padding-left: 20px;
}
.property-card .property-card-info .name {
  font-size: 22px;
  line-height: 28px;
  padding: 0 0 10px;
  margin: 0;
  color: #000;
}
.property-card .property-card-info .sml {
  color: #000;
  margin-top: 5px;
}
.property-card .property-card-info .sml strong {
  font-weight: 500;
}
.property-card .property-card-info .price {
  color: #21396d;
  padding: 0 0 0.75em;
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.property-card .property-card-info .price .cur {
  font-size: 0.6em;
  font-weight: 700;
}
.property-card .property-card-status {
  padding: 0 10px;
  background: #21396d;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 26px;
}
.properties-nav {
  overflow: hidden;
  display: block;
  margin: 20px 0 40px;
}
.properties-nav p {
  float: left;
  display: inline-block;
  color: #000;
}
.properties-nav .pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
.properties-nav .pagination li {
  display: inline-block;
  margin-left: 25px;
}
.properties-nav .pagination li:before {
  content: none;
}
.properties-nav .pagination li a {
  font-weight: 700;
  color: #000;
}
@media (max-width: 1360px) {
  .property-search-map {
    margin-top: 54px;
  }
  .search-bar {
    padding: 10px 0 0 ;
    margin-bottom: 30px;
  }
  .search-bar input {
    padding: 10px 25px 10px 60px;
    background-position: left 20px center;
  }
  .property-search-properties-wrapper {
    margin: 0 -10px;
  }
  .property-search-properties {
    padding: 20px 20px 20px 20px;
  }
  #search-title {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .property-search-properties h1 {
    font-size: 26px;
    line-height: 32px;
  }
  #search-title {
    font-size: 30px;
    line-height: 34px;
  }
  .property-search-map {
    display: none;
  }
  .property-search-properties {
    width: auto;
    float: none;
    display: block;
    padding: 0 20px;
    margin-left: 0;
  }
  .property-search-properties .search-total {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0.5em;
  }
  .property-search-properties-wrapper {
    margin: 0;
  }
  .property-card {
    padding: 0 0 30px;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
  }
  .property-card .property-card-status {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin-bottom: 10px;
  }
  .property-card .property-card-image-wrapper {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .property-card .property-card-image {
    float: none;
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    padding-bottom: 50%;
  }
  .property-card .property-card-info {
    padding: 0 0 0 0;
    float: none;
    position: relative;
    width: auto;
    display: block;
    top: auto;
    -ms-transform: none;
    transform: none;
  }
  .property-card .property-card-info .name {
    font-size: 20px;
    line-height: 26px;
    font-weight: lighter;
    height: auto;
    overflow: hidden;
    padding: 0 0 10px;
    margin: 0;
  }
  .property-card .property-card-info .sml {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 14px;
    line-height: 20px;
  }
  .property-card .property-card-info .price {
    padding: 0 0 10px;
    margin: 0;
  }
}
.property-gallery-wrapper {
  position: relative;
}
.property-gallery-wrapper .property-card-status {
  position: absolute;
  right: 20px;
  top: 30px;
  padding: 10px 15px;
  background: #21396d;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.property-key-info {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  background: #21396d;
}
.property-key-info .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.property-key-info .property-key-info-ctas {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.property-key-info .property-key-info-ctas .btn {
  border-color: #fff;
  color: #fff;
  margin: 10px;
}
.property-key-info .property-key-info-ctas .btn:first-child {
  border-color: #fff;
  color: #21396d;
  background-color: #fff;
  padding: 14px 18px;
  border-radius: 3px;
  margin-left: 0;
}
.property-key-info .property-key-info-ctas .btn:last-child {
  margin-right: 0;
}
.property-key-info p,
.property-key-info h1 {
  color: #fff;
  padding: 0;
  margin: 0;
}
.property-key-info h1 {
  font-size: 25px;
  line-height: 30px;
}
.property-key-info #select_price {
  border-radius: 2px;
  background: #fff url("../img/dropdown-down.png") no-repeat right 5px center;
  background-size: 8px auto;
  padding: 1px 0 1px 5px;
  border: none;
  color: #21396d;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  width: 60px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 15px;
}
.property-key-info-nav {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
  text-align: right;
}
.property-key-info-nav .property-key-info-pagination {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 20px 20px;
}
.property-key-info-nav .property-key-info-buttons {
  width: 100%;
}
.property-key-info-nav .property-key-info-buttons a {
  position: absolute;
  padding: 10px 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.property-key-info-nav .property-key-info-buttons a:first-child {
  left: 0;
}
.property-key-info-nav .property-key-info-buttons a:last-child {
  right: 0;
}
.property-listing {
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
  display: block;
  font-size: 0;
  padding: 100px 20px 60px;
  overflow: visible;
}
.property-listing .row {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
.property-listing .row .col-3 {
  width: 33.333333%;
  float: left;
}
.property-listing .row .col-9 {
  padding-right: 80px;
  width: 66.666666%;
  float: left;
}
.property-listing .row .col-9 h2:first-child {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 0.5em;
}
.property-listing .price {
  color: #dc1c2e;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.property-listing h1 {
  color: #000;
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 0.5em;
}
.property-listing h3 {
  color: #000;
  font-size: 36px;
  line-height: 38px;
  padding: 5px;
  display: block;
  transform: none;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.property-listing h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  transform: none;
  text-align: left;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  margin: 30px 0 1em;
}
.property-listing ul {
  padding: 0;
  margin: 0;
}
.property-listing ul.two-col {
  columns: 2;
  column-gap: 5px;
}
.property-listing ul li {
  list-style-type: none;
  padding: 0px 15px;
  line-height: 35px;
}
.property-listing ul li span {
  width: 100px;
  display: inline-block;
}
.property-listing ul li:nth-child(odd) {
  background-color: #f3f3f3;
}
.property-listing ul li:before {
  content: none;
}
.property-listing .neighbourhood .neighbourhood-img {
  display: block;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}
.property-listing .neighbourhood .neighbourhood-img img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.property-listing .neighbourhood .neighbourhood-info {
  background: #fff;
  padding: 30px 20px 40px 0;
  position: relative;
}
.property-listing .neighbourhood .neighbourhood-info h4 {
  font-size: 45px;
  line-height: 48px;
}
.property-listing .neighbourhood .neighbourhood-info h4 span {
  display: block;
  font-size: 18px;
  line-height: 24px;
}
.property-listing #map {
  height: 490px;
  width: 100%;
  margin-bottom: 40px;
}
.property-listing .agents {
  overflow: hidden;
}
.property-listing .agents .agent {
  display: block;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.property-listing .agents .agent img {
  width: 50%;
  height: auto;
  display: inline-block;
  float: left;
}
.property-listing .agents .agent .caption {
  width: 50%;
  float: left;
  padding-left: 20px;
}
.property-listing .agents .agent .caption p {
  font-size: 15px;
  line-height: 20px;
}
.property-listing form input[type="text"],
.property-listing form input[type="email"] {
  display: block;
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}
.property-listing form .btn {
  display: block;
  text-align: center;
  width: 100%;
}
.property-listing .property-ctas {
  margin: 0 0 20px;
}
.property-listing .property-ctas .btn-group {
  margin: 0 -6px 6px;
}
.property-listing .property-ctas .btn-group .btn-wrapper {
  width: 50%;
  padding: 6px;
  display: inline-block;
}
.property-listing .property-ctas .btn-group .btn-wrapper .btn {
  display: block;
  text-align: center;
}
.property-listing .property-ctas a {
  font-weight: 500;
}
.dont-miss-out {
  background: #f3f3f3;
  padding: 30px 40px;
}
.dont-miss-out h3 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 0.25em;
  color: #000;
  font-weight: 300;
  text-transform: none;
}
.dont-miss-out button {
  display: block;
  width: 100%;
}
.similar-properties {
  background-color: #21396d;
  padding: 80px 0 40px;
  margin-bottom: 80px;
}
.similar-properties h2 {
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 1.5em;
  color: #fff;
}
.similar-properties .container {
  max-width: 1240px;
}
.similar-properties .featured-gallery-buttons-prev,
.similar-properties .featured-gallery-buttons-next {
  border-radius: 50%;
  padding: 0 5px;
  background-color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
}
.similar-properties .featured-gallery-buttons-prev img,
.similar-properties .featured-gallery-buttons-next img {
  width: 30px;
  height: auto;
}
.similar-properties .similar-properties-gallery .gallery-item {
  overflow: hidden;
  margin: 0 120px;
  background: #fff;
  text-decoration: none;
  color: #000;
  position: relative;
}
.similar-properties .similar-properties-gallery .gallery-item .gallery-item-content {
  padding: 0;
  width: 1190px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: stretch;
}
.similar-properties .similar-properties-gallery .gallery-item .gallery-item-img {
  width: 600px;
  padding-bottom: 48%;
  position: relative;
  overflow: hidden;
}
.similar-properties .similar-properties-gallery .gallery-item .gallery-item-img img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.similar-properties .similar-properties-gallery .gallery-item .gallery-item-info {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  padding: 20px 50px;
  justify-content: center;
}
.similar-properties .similar-properties-gallery .gallery-item .gallery-item-info p.sub {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 0.25em;
}
.similar-properties .similar-properties-gallery .gallery-item .gallery-item-info p.name {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  padding-bottom: 0.25em;
}
.similar-properties .similar-properties-gallery .gallery-item .gallery-item-info p.sml {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  padding-bottom: 0.25em;
}
@media (max-width: 768px) {
  .property-key-info .property-key-info-ctas .btn:first-child {
    padding: 8px;
  }
  .property-key-info {
    padding: 20px 0;
  }
  .property-key-info .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .property-key-info .property-key-info-ctas {
    justify-content: space-between;
  }
  .property-key-info .property-key-info-ctas a {
    flex-grow: 1;
    text-align: center;
  }
  .property-key-info h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .property-listing {
    padding: 0 20px 40px;
  }
  .property-listing .row .col {
    width: auto!important;
    text-align: left;
  }
  .property-listing .row .col-9 {
    padding: 20px 0 0;
  }
  .property-listing ul.two-col {
    columns: 1;
  }
  .property-listing .neighbourhood .neighbourhood-info h4 {
    font-size: 26px;
    line-height: 32px;
  }
  .property-listing .neighbourhood .neighbourhood-info {
    padding: 20px 20px 20px 0;
    width: 75%;
  }
  .property-gallery-wrapper .property-card-status {
    top: 20px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .similar-properties {
    padding: 30px 0 20px;
  }
  .similar-properties h2 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 0.5em;
  }
  .similar-properties .similar-properties-gallery .gallery-item {
    margin: 0 20px;
    text-decoration: none;
  }
  .similar-properties .similar-properties-gallery .gallery-item .gallery-item-content {
    max-width: 320px;
    flex-direction: column;
  }
  .similar-properties .similar-properties-gallery .gallery-item .gallery-item-img {
    float: none;
    width: 100%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
  .similar-properties .similar-properties-gallery .gallery-item .gallery-item-img img {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
  }
  .similar-properties .similar-properties-gallery .gallery-item .gallery-item-info {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    width: auto;
    padding: 20px 20px;
    min-height: 240px;
  }
  .similar-properties .similar-properties-gallery .gallery-item .gallery-item-info p.sub {
    font-size: 16px;
    line-height: 20px;
  }
  .similar-properties .similar-properties-gallery .gallery-item .gallery-item-info p.name {
    font-size: 30px;
    line-height: 34px;
  }
  .similar-properties .similar-properties-gallery .gallery-item .gallery-item-info p.sml {
    font-size: 14px;
    line-height: 18px;
  }
}
table.development-properties {
  width: 100%;
}
table.development-properties tr th,
table.development-properties tr td {
  text-align: left;
  padding: 15px 10px;
  font-size: 16px;
}
table.development-properties tr.clickable:hover {
  background-color: #EEEDEC;
  cursor: pointer;
}
table.development-properties tr th {
  font-weight: bold;
  padding: 5px 5px 30px;
  font-size: 14px;
  line-height: 14px;
}
table.development-properties tr td {
  font-size: 14px;
  line-height: 14px;
}
.neighbourhoods {
  max-width: 1190px;
  padding: 60px 0 120px;
}
.neighbourhoods h1 {
  color: #000;
  font-size: 45px;
  line-height: 46px;
  font-weight: 300;
  margin-bottom: 0.4em;
}
.neighbourhoods h2 {
  font-weight: 700;
  color: #dc1c2e;
  font-size: 20px;
  line-height: 26px;
  margin: 40px 0 1em;
  transform: none;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.contact {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.contact .contact-info-wrapper {
  width: 50%;
  padding: 80px 0 0 20px;
}
.contact .contact-info-wrapper .contact-info {
  padding-right: 60px;
  float: right;
  max-width: 580px;
  width: 100%;
}
.contact .contact-info-wrapper .contact-info h1 {
  color: #000;
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 0.75em;
}
.contact .contact-info-map {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .contact .contact-info-wrapper {
    width: auto;
    float: none;
    padding: 40px 20px 30px;
  }
  .contact .contact-info-wrapper .contact-info {
    padding-right: 0;
    float: none;
  }
  .contact .contact-info-wrapper .contact-info h1 {
    color: #000;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 0.25em;
  }
  .contact .contact-info-map {
    width: auto;
    display: block;
    float: none;
  }
}
.container-sml {
  max-width: 1210px;
}
.container-sml .col {
  width: 50%;
  float: left;
  padding: 40px 60px 40px 20px;
}
.container-sml .col:first-of-type {
  padding: 40px 20px 40px 60px;
}
.container-sml hr {
  border-top: 1px solid #bcc1bf;
}
.container-sml h2 {
  font-size: 45px;
  line-height: 52px;
  padding: 60px 60px;
  text-align: center;
}
.about-agents h4 {
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  margin: 50px 0 65px;
}
.about-agents .agent {
  position: relative;
  padding: 0px 0 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #bcc1bf;
  min-height: 430px;
}
.about-agents .agent:last-child {
  border: none;
  margin-bottom: 0;
}
.about-agents .agent img {
  display: inline-block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.about-agents .agent .agent-info {
  padding-left: 400px;
  display: block;
}
.about-agents .agent .agent-info p:first-child {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 5px;
}
.about-agents .agent .agent-info p:nth-child(2) {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 5px;
  color: #000;
}
.about-agents .agent .agent-info p:nth-child(3) {
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 20px;
  font-style: italic;
}
.about-agents ul {
  margin: -10px 0 20px 0;
}
@media (max-width: 768px) {
  .container-sml .col {
    width: auto;
    float: none;
    padding: 30px 20px 20px;
  }
  .container-sml .col:first-of-type {
    padding: 30px 20px 0px;
  }
  .container-sml h2 {
    font-size: 26px;
    line-height: 32px;
    padding: 30px 0px;
    text-align: center;
  }
  .about-agents h4 {
    font-size: 26px;
    line-height: 32px;
    margin: 40px 0 20px;
  }
  .about-agents .agent {
    padding: 0px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bcc1bf;
    min-height: 0;
  }
  .about-agents .agent img {
    display: block;
    float: none;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .about-agents .agent .agent-info {
    padding-left: 0;
  }
  .about-agents .agent .agent-info p:first-child {
    font-size: 22px;
    line-height: 26px;
  }
  .about-agents .agent .agent-info p:nth-child(2) {
    font-size: 16px;
    line-height: 18px;
  }
  .about-agents .agent .agent-info p:nth-child(3) {
    font-size: 12px;
    line-height: 16px;
  }
  .about-agents ul {
    margin: -10px 0 20px 0;
  }
}
.sell-form {
  max-width: 660px;
  padding: 60px 20px;
  margin: 0 auto;
  text-align: center;
}
.sell-form p:first-child {
  font-size: 30px;
  line-height: 34px;
}
.sell-form .input-row input {
  width: 48%;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 0;
  margin: 0 1% 2%;
  padding: 10px 10px;
}
.sell-form .input-row input::placeholder {
  color: #000;
}
.sell-form .feature-btn {
  display: inline-block;
}
#cookie-message {
  background-color: #21396d;
  color: #fff;
  margin: 0 auto;
  padding: 2em 0 2em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}
#cookie-message p {
  padding: 0 120px 0 0;
  color: #fff;
}
#cookie-message p a {
  color: #fff;
  text-decoration: underline;
}
#cookie-message a.btn {
  background-color: transparent;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0;
  border-color: white;
}
#cookie-message .container {
  display: block;
  overflow: hidden;
  max-width: 1200px;
}
@media (max-width: 767px) {
  #cookie-message {
    padding: 1em 0 1em;
  }
  #cookie-message p {
    padding: 0 0 0 0;
  }
  #cookie-message a.btn {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
}
.legal .container {
  padding: 60px 20px 90px;
}
.legal .container h1,
.legal .container h2 {
  margin: 0;
  max-width: none;
  padding: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #dc1c2e;
  font-size: 20px;
  line-height: 26px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial;
  text-align: left;
  transform: none;
}
.legal .container h1 {
  font-size: 30px;
  line-height: 32px;
}
.legal .container ul,
.legal .container ol {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .legal .container {
    padding: 0px 20px 40px;
  }
}
.awards {
  display: block;
  overflow: hidden;
  clear: both;
}
.awards h4 {
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  margin: 50px 0 65px;
}
.awards h3 {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
}
.awards ul {
  padding: 0;
  border-top: 1px solid #f3f3f3;
}
.awards ul li {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #f3f3f3;
}
.awards ul li::before {
  content: none;
}
.awards .col {
  width: 50%;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}
.awards .col img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .awards {
    display: block;
    overflow: hidden;
  }
  .awards .col {
    width: auto;
    float: none;
    display: block;
    padding-bottom: 30px;
  }
}
.full-page {
  max-width: 1240px;
  padding: 60px 20px 120px;
}
.full-page h1 {
  color: #000;
  font-size: 45px;
  line-height: 46px;
  font-weight: 300;
  margin-bottom: 1em;
}
.full-page .right-col {
  width: 33.333333%;
  float: left;
}
.full-page .left-col {
  padding-right: 120px;
  width: 66.666666%;
  float: left;
}
.full-page .agent-card img {
  margin-bottom: 25px;
}
.full-page .agent-card .agent-card-info h2 {
  font-size: 30px;
  line-height: 30px;
}
.full-page .agent-card .agent-card-info p {
  margin-bottom: 0;
  padding: 0;
}
blockquote {
  font-size: 40px;
  color: #000000;
  line-height: 48px;
  margin-bottom: 1em;
  font-weight: 300;
}
blockquote.thin {
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
blockquote::before {
  content: "“";
}
blockquote::after {
  content: "”";
}
hr {
  height: 1px;
  background-color: #eee;
  color: #eee;
  width: 100%;
  margin: 10px 0 20px;
  overflow: hidden;
  font-size: 0;
  border: 0;
}
@media (max-width: 1024px) {
  .full-page .left-col {
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .full-page {
    padding: 40px 20px 60px;
  }
  .full-page h1 {
    color: #000;
    font-size: 30px;
    line-height: 36px;
  }
  .full-page .right-col {
    width: auto;
    float: none;
    display: block;
  }
  .full-page .left-col {
    padding-right: 0;
    width: auto;
    float: none;
    display: block;
  }
  .full-page .agent-card {
    text-align: center;
    margin-top: 40px;
  }
  .full-page .agent-card img {
    margin-bottom: 25px;
  }
  .full-page .agent-card .agent-card-info h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .full-page .agent-card .agent-card-info p {
    margin-bottom: 0;
    padding: 0;
  }
  blockquote {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0.5em;
  }
}
