html {
  font-size: 100%; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Marcellus", "Times New Roman", serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #181d24; }
  @media (min-width: 1200px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6,
    .h {
      margin: 0 0 20px; } }
  h1 a, .h1 a,
  h2 a, .h2 a,
  h3 a, .h3 a,
  h4 a, .h4 a,
  h5 a, .h5 a,
  h6 a, .h6 a,
  .h a {
    color: inherit; }
  h1:last-child, .h1:last-child,
  h2:last-child, .h2:last-child,
  h3:last-child, .h3:last-child,
  h4:last-child, .h4:last-child,
  h5:last-child, .h5:last-child,
  h6:last-child, .h6:last-child,
  .h:last-child {
    margin-bottom: 0; }

h1, .h1 {
  font-size: 40px; }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (min-width: 1440px) {
    h1, .h1 {
      font-size: 60px;
      line-height: 1;
      letter-spacing: 0; } }
  @media (min-width: 1600px) {
    h1, .h1 {
      font-size: 75px; } }

h2, .h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 400; }
  @media (min-width: 500px) and (max-width: 767px) {
    h2, .h2 {
      font-size: 49px;
      margin: 0 0 6px; } }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 45px; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 55px;
      margin: 0 0 25px; } }
  @media (min-width: 1600px) {
    h2, .h2 {
      font-size: 70px;
      margin: 0 0 31px; } }

h3, .h3 {
  font-size: 24px;
  line-height: 1.1667;
  margin: 0 0 15px; }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 30px;
      letter-spacing: -.025em;
      margin: 0 0 20px; } }
  @media (min-width: 1600px) {
    h3, .h3 {
      font-size: 40px;
      margin: 0 0 24px; } }

h4, .h4 {
  font-size: 22px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

.subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.2;
  letter-spacing: .025em; }
  @media (min-width: 576px) {
    .subtitle {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .subtitle {
      margin: 0 0 20px;
      font-size: 20px;
      letter-spacing: .05em; } }
  .subtitle:last-child {
    margin-bottom: 0; }

p {
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    p {
      margin: 0 0 20px; } }
  @media (min-width: 1200px) {
    p {
      margin: 0 0 25px; } }
  @media (min-width: 1600px) {
    p {
      margin: 0 0 32px; } }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #b6978c;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

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

.subheading {
  display: block;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #181d24;
  font: 22px/1.2 "Marcellus", "Times New Roman", serif;
  /*
  @include breakpoint($xl) {
    font-size: 30px;
    margin: 0 0 25px;
  }*/ }
  @media (min-width: 768px) {
    .subheading {
      font-size: 30px;
      margin: 0 0 25px; } }
  .subheading:last-child {
    margin-bottom: 0; }

@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-quote-new:before {
  content: "\e93b"; }

.icon-phone1:before {
  content: "\e93a"; }

.icon-heart-o:before {
  content: "\e92e"; }

.icon-heart:before {
  content: "\e92f"; }

.icon-pinterest:before {
  content: "\e924"; }

.icon-mobile:before {
  content: "\e923"; }

.icon-mobile-phone:before {
  content: "\e923"; }

.icon-star:before {
  content: "\e922"; }

.icon-phone:before {
  content: "\e939"; }

.icon-chevron-down:before {
  content: "\e907"; }

.icon-form-arrow:before {
  content: "\e901"; }

.icon-check:before {
  content: "\e904"; }

.icon-arrow-right:before {
  content: "\e914"; }

.icon-arrow-left:before {
  content: "\e915"; }

.icon-arrow-next:before {
  content: "\e916"; }

.icon-arrow-prev:before {
  content: "\e917"; }

.icon-map-pin:before {
  content: "\e918"; }

.icon-telephone:before {
  content: "\e919"; }

.icon-email1:before {
  content: "\e91a"; }

.icon-facebook1:before {
  content: "\e91b"; }

.icon-googlebusiness:before {
  content: "\e91c"; }

.icon-zee:before {
  content: "\e91d"; }

.icon-yelp:before {
  content: "\e91e"; }

.icon-youtube:before {
  content: "\e91f"; }

.icon-instagram1:before {
  content: "\e920"; }

.icon-sales:before {
  content: "\e90b"; }

.icon-analysis:before {
  content: "\e90c"; }

.icon-letter:before {
  content: "\e90d"; }

.icon-play:before {
  content: "\e90e"; }

.icon-arrow_forward_ios:before {
  content: "\e90f"; }

.icon-arrow_back_ios:before {
  content: "\e910"; }

.icon-keyboard_arrow_up:before {
  content: "\e911"; }

.icon-keyboard_arrow_right:before {
  content: "\e912"; }

.icon-keyboard_arrow_left:before {
  content: "\e913"; }

.icon-keyboard_arrow_down:before {
  content: "\e921"; }

.icon-visual-arrow:before {
  content: "\e938"; }

.icon-arrow-tail-left:before {
  content: "\e936"; }

.icon-card:before {
  content: "\e937"; }

.icon-bolt-new:before {
  content: "\e931"; }

.icon-quote:before {
  content: "\e934"; }

.icon-shape-lines:before {
  content: "\e935"; }

.icon-call:before {
  content: "\e930"; }

.icon-email:before {
  content: "\e932"; }

.icon-arrow-turn-4:before {
  content: "\e933"; }

.icon-play1:before {
  content: "\e925"; }

.icon-arrow-turn-3:before {
  content: "\e926"; }

.icon-home:before {
  content: "\e927"; }

.icon-arrow-turn-2:before {
  content: "\e928"; }

.icon-home-4:before {
  content: "\e929"; }

.icon-home-3:before {
  content: "\e92a"; }

.icon-home-2:before {
  content: "\e92b"; }

.icon-home-1:before {
  content: "\e92c"; }

.icon-share:before {
  content: "\e92d"; }

.icon-arrow-long-left:before {
  content: "\e900"; }

.icon-arrow-long-right:before {
  content: "\e909"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e903"; }

.icon-quotes:before {
  content: "\e908"; }

.icon-search:before {
  content: "\e905"; }

.icon-arrow-turn:before {
  content: "\e90a"; }

.icon-twitter:before {
  content: "\e906"; }

.icon-instagram:before {
  content: "\ea92"; }

html {
  box-sizing: border-box; }
  @media (max-width: 991px) {
    html.nav-active body {
      height: 100%;
      overflow: hidden; } }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  margin: 0;
  color: #465267;
  background: #fff;
  font: 14px/1.375 "Work Sans", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar; }
  @media (min-width: 500px) and (max-width: 767px) {
    body {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    body {
      font-size: 16px; } }

/* main wrapper style */
#wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 110px; }
  @media (min-width: 500px) {
    #wrapper {
      padding-top: 123px; } }
  @media (min-width: 992px) {
    #wrapper {
      padding-top: 150px; } }
  @media (min-width: 1280px) {
    #wrapper {
      padding-top: 75px; } }

/* container style */
.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.container-large {
  max-width: 1836px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.nowrap {
  white-space: nowrap; }

a,
button,
input[type='submit'] {
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus,
  button:hover,
  button:focus,
  input[type='submit']:hover,
  input[type='submit']:focus {
    outline: none; }

.btn, .button {
  font: 600 14px/21px "Work Sans", "Helvetica", sans-serif;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  min-width: 150px;
  padding: 14px 20px;
  text-transform: uppercase;
  background: none;
  color: #b6978c;
  border-radius: 0;
  letter-spacing: .1em;
  border: 1px solid #b6978c; }
  @media (min-width: 500px) and (max-width: 767px) {
    .btn, .button {
      min-width: 215px;
      padding: 18px 22px; } }
  @media (min-width: 768px) {
    .btn, .button {
      min-width: 180px; } }
  @media (min-width: 1200px) {
    .btn, .button {
      min-width: 215px;
      padding: 18px 22px; } }
  .btn:hover, .btn:focus, .button:hover, .button:focus {
    background: #b6978c;
    color: #fff; }
  .btn.btn-text-arrow, .button.btn-text-arrow {
    border: 0;
    background: none;
    padding: 0 0 12px;
    min-width: inherit;
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid #fff; }
    .btn.btn-text-arrow i, .button.btn-text-arrow i {
      margin: 0 0 0 17px;
      font-size: 12px; }
    .btn.btn-text-arrow:hover, .btn.btn-text-arrow:focus, .button.btn-text-arrow:hover, .button.btn-text-arrow:focus {
      color: #b6978c;
      border-color: #b6978c; }
  .btn.btn-filled, .button.btn-filled {
    background: #b6978c;
    color: #fff; }
    .btn.btn-filled:hover, .btn.btn-filled:focus, .button.btn-filled:hover, .button.btn-filled:focus {
      background: #aa8679;
      color: #fff;
      border-color: #aa8679; }
  .btn.btn-white, .button.btn-white {
    background: none;
    border-color: #fff;
    color: #fff; }
    .btn.btn-white:hover, .btn.btn-white:focus, .button.btn-white:hover, .button.btn-white:focus {
      background: #fff;
      color: #b6978c; }
  @media (min-width: 1200px) {
    .btn.btn-lg, .button.btn-lg {
      padding: 27px 40px; } }

.btn-arrow {
  font-size: 16px;
  letter-spacing: .1em;
  padding: 0 0 10px;
  border: 0;
  min-width: inherit;
  color: #465267;
  background: none;
  border-radius: 0;
  border-bottom: 2px solid #465267; }
  @media (min-width: 1200px) {
    .btn-arrow {
      min-width: inherit;
      padding: 0 0 13px; } }
  .btn-arrow i {
    margin: 0 0 0 12px;
    font-size: 12px; }
  .btn-arrow:hover, .btn-arrow:focus {
    color: #b6978c;
    background: none;
    border-color: #b6978c; }

/* main styles */
.main {
  width: 100%;
  position: relative; }

/* section header styles */
.section-head {
  position: relative;
  margin: 0 0 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .section-head {
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .section-head {
      margin-bottom: 60px; } }
  @media (min-width: 1440px) {
    .section-head {
      margin-bottom: 70px; } }
  @media (min-width: 1600px) {
    .section-head {
      margin-bottom: 87px; } }
  .section-head:last-child {
    margin-bottom: 0; }

/* Slick Slider Button */
.slick-next-custom, .slick-prev-custom {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 20px 35px 0 rgba(120, 127, 139, 0.26);
  width: 60px;
  height: 60px;
  z-index: 50;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0; }
  @media (min-width: 1440px) {
    .slick-next-custom, .slick-prev-custom {
      box-shadow: 0 27px 49px 0 rgba(120, 127, 139, 0.26);
      width: 99px;
      height: 99px;
      margin-left: -7px; } }
  .slick-next-custom:hover, .slick-prev-custom:hover {
    color: #b6978c; }

.slick-dots {
  margin: 0 -6px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .slick-dots > li {
    padding: 0 6px; }
    .slick-dots > li > button {
      -webkit-appearance: none;
      font-size: 0;
      line-height: 0;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #b6978c;
      opacity: .5;
      display: block;
      border: 0;
      padding: 0; }
      .slick-dots > li > button:hover, .slick-dots > li > button:focus {
        background: #181d24;
        opacity: 1; }
    .slick-dots > li.slick-active > button {
      background: #181d24;
      opacity: 1; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea,
.form-control {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  font-family: inherit;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: #676676;
  display: block;
  margin: 0;
  padding: 12px 16px;
  outline: none;
  width: 100%; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  textarea:focus,
  .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: transparent; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder {
    color: #282828; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder,
  .form-control::-moz-placeholder {
    opacity: 1;
    color: #282828; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder,
  .form-control:-moz-placeholder {
    color: #282828; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .form-control:-ms-input-placeholder {
    color: #282828; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder,
  .form-control.placeholder {
    color: #282828; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/* header styles */
.header {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  letter-spacing: 0.7px;
  transition: all 0.25s ease-in-out; }
  @media (min-width: 992px) {
    .header {
      font-size: 14px;
      line-height: 20px;
      font-weight: 600; } }
  @media (min-width: 1280px) {
    .header {
      font-size: 13px; } }
  @media (min-width: 1600px) {
    .header {
      font-size: 14px; } }
  .header__container {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 500px) {
      .header__container {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 768px) {
      .header__container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1280px) {
      .header__container {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 50px;
        padding-right: 88px; } }
    @media (min-width: 1600px) {
      .header__container {
        padding-left: 25px;
        padding-top: 62px; } }
    @media (min-width: 1800px) {
      .header__container {
        padding-left: 69px;
        padding-right: 155px;
        padding-top: 75px; } }
  .header__logowrap {
    width: 66px;
    min-width: 66px;
    display: flex;
    align-items: center;
    transition: all 0.25s ease-in-out; }
    @media (min-width: 992px) {
      .header__logowrap {
        width: 90px;
        min-width: 90px;
        justify-content: center; } }
    @media (min-width: 1280px) {
      .header__logowrap {
        width: 119px;
        min-width: 119px;
        margin: 0 0 61px; } }
  .header__logo {
    width: 100%;
    display: block;
    position: relative;
    transition: width 0.25s ease-in-out; }
    .header__logo a {
      display: block; }
    .header__logo img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 158px;
      margin: 0 auto;
      display: block;
      transition: all 0.25s ease-in-out; }
      .header__logo img.logo-dark {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
  .header .main-navigation {
    display: flex;
    align-items: center; }
    @media (min-width: 1280px) {
      .header .main-navigation {
        display: block;
        width: 160px; } }
  .header__navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    margin-left: auto; }
    @media (min-width: 992px) {
      .header__navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-right: 20px; } }
    @media (min-width: 1280px) {
      .header__navigation {
        display: block;
        margin: 0; } }
    @media (min-width: 992px) {
      .header__navigation li {
        margin: 0 20px 0 0; } }
    @media (min-width: 1280px) {
      .header__navigation li {
        margin: 0;
        padding: 7px 0; } }
    @media (min-width: 1440px) {
      .header__navigation li {
        padding: 12px 0; } }
    .header__navigation li:last-child {
      margin: 0 !important; }
    .header__navigation li a {
      color: #181d24;
      display: block; }
      .header__navigation li a:hover {
        color: #b6978c; }
      .header__navigation li a .glyphicon {
        display: none; }
    .header__navigation li.active > a {
      color: #b6978c; }
    .header__navigation li.enable-agnostic-idx > a {
      padding-left: 5px; }
  .header__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    transition: padding-top 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .header__links {
        display: none; } }
    @media (max-width: 499px) {
      .header__links {
        font-size: 12px;
        padding: 0 0 0 10px;
        letter-spacing: normal; } }
    @media (min-width: 1280px) {
      .header__links {
        display: block; } }
    .header__links li {
      margin: 0 0 0 10px; }
      @media (max-width: 499px) {
        .header__links li {
          display: none; } }
      @media (min-width: 500px) {
        .header__links li {
          margin: 0 0 0 15px; } }
      @media (min-width: 576px) {
        .header__links li {
          margin: 0 0 0 25px; } }
      @media (min-width: 992px) {
        .header__links li {
          margin: 0 0 0 20px; } }
      @media (min-width: 1280px) {
        .header__links li {
          margin: 0;
          padding: 7px 0; } }
      @media (min-width: 1280px) {
        .header__links li {
          padding: 12px 0; } }
      .header__links li:first-child {
        margin: 0 !important; }
        @media (max-width: 499px) {
          .header__links li:first-child {
            display: block; } }
      @media (max-width: 499px) {
        .header__links li:last-child {
          display: block; } }
      .header__links li a:not(.button) {
        color: #181d24;
        display: block; }
        .header__links li a:not(.button):hover {
          color: #b6978c; }
      .header__links li .button {
        text-align: center;
        font-size: 12px;
        min-width: inherit; }
        @media (max-width: 991px) {
          .header__links li .button {
            padding: 12px 20px; } }
        @media (min-width: 992px) {
          .header__links li .button {
            min-width: 205px;
            letter-spacing: 0.7px;
            font-size: 14px; } }
      @media (min-width: 1280px) {
        .header__links li.nav-button {
          display: none; } }
    .header__links-tel {
      display: none; }

/* nav opener styles */
.nav-opener {
  width: 38px;
  height: 26px;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: top;
  background: none;
  padding: 0;
  border: 0;
  cursor: pointer;
  z-index: 1;
  transition: all 0.25s ease-in-out; }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    width: 100%;
    height: 2px;
    background: #181d24;
    position: absolute;
    left: 0;
    border-radius: 3px;
    content: '';
    transition: all 0.25s ease-in-out; }
  .nav-opener:before {
    top: 3px; }
  .nav-opener:after {
    bottom: 3px; }
  .nav-opener span {
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    display: none; }
  .nav-opener:hover:before, .nav-opener:hover:after,
  .nav-opener:hover span {
    background: #b6978c; }
  .nav-opener.button-desktop {
    position: absolute;
    right: 31px;
    top: 36px;
    width: 38px;
    height: 26px; }
    @media (min-width: 768px) {
      .nav-opener.button-desktop {
        display: none; } }
    @media (min-width: 1280px) {
      .nav-opener.button-desktop {
        display: block;
        right: 20px;
        top: 50px; } }
    @media (min-width: 1600px) {
      .nav-opener.button-desktop {
        right: 25px; } }
    @media (min-width: 1800px) {
      .nav-opener.button-desktop {
        right: 89px;
        top: 71px; } }
    .nav-opener.button-desktop:before, .nav-opener.button-desktop:after {
      width: 100%; }
    .nav-opener.button-desktop span {
      display: none; }

.nav-close-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out; }
  .nav-active .nav-close-overlay {
    opacity: 1;
    visibility: visible; }

/* main nav styles */
.main-nav {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: #101c2c;
  width: 290px;
  z-index: 98;
  overflow: auto;
  transform: translateX(105%);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05); }
  @media (min-width: 768px) {
    .main-nav {
      width: 320px; } }
  .nav-active .main-nav {
    transform: none; }
  .main-nav .nav-opener {
    position: absolute;
    right: 17px;
    top: 17px;
    width: 30px;
    height: 28px; }
    .main-nav .nav-opener:before, .main-nav .nav-opener:after {
      left: 4px;
      background: #fff; }
    .main-nav .nav-opener:before {
      top: 13px;
      transform: rotate(45deg); }
    .main-nav .nav-opener:after {
      bottom: 13px;
      transform: rotate(-45deg); }
    .main-nav .nav-opener span {
      opacity: 0;
      visibility: hidden; }
    .main-nav .nav-opener:hover:before, .main-nav .nav-opener:hover:after,
    .main-nav .nav-opener:hover span {
      background: #b6978c; }
  .main-nav .nav-drop {
    padding: 60px 20px;
    position: relative;
    font-weight: 500; }
    @media (min-width: 992px) {
      .main-nav .nav-drop {
        padding: 100px 20px 70px; } }
    @media (min-width: 1440px) {
      .main-nav .nav-drop {
        font-size: 13px;
        line-height: 20px; } }
  .main-nav .header__navigation {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      .main-nav .header__navigation {
        padding-top: 0; } }
    .main-nav .header__navigation li {
      margin: 0;
      padding: 8px 0; }
      .main-nav .header__navigation li a {
        word-break: break-all;
        color: #fff; }
        .main-nav .header__navigation li a:hover {
          color: #b6978c; }
      .main-nav .header__navigation li.active a {
        color: #b6978c; }
    .main-nav .header__navigation .header__logo {
      width: 85px;
      margin: 15px auto; }
      @media (min-width: 500px) {
        .main-nav .header__navigation .header__logo {
          width: 85px; } }
      @media (min-width: 768px) {
        .main-nav .header__navigation .header__logo {
          width: 85px; } }
      @media (min-width: 992px) {
        .main-nav .header__navigation .header__logo {
          width: 85px; } }

/* hidden tablet styles */
@media (max-width: 991px) {
  .hidden-tablet {
    display: none !important; } }

/* visible tablet styles */
@media (min-width: 992px) {
  .visible-tablet {
    display: none !important; } }

/* fixed header styles */
.fixed-header .header, .subpage .header {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.fixed-header .header__logo img.logo-white, .subpage .header__logo img.logo-white {
  opacity: 0;
  visibility: hidden; }

.fixed-header .header__logo img.logo-dark, .subpage .header__logo img.logo-dark {
  opacity: 1;
  visibility: visible; }

@media (min-width: 992px) {
  .fixed-header .nav-drop .header__navigation, .subpage .nav-drop .header__navigation {
    padding-top: 0; } }

@media (min-width: 1280px) {
  .fixed-header .header__container, .subpage .header__container {
    padding-top: 18px !important;
    position: static;
    display: flex; } }

@media (max-width: 1279px) {
  .fixed-header .header__container, .subpage .header__container {
    padding-top: 10px;
    padding-bottom: 10px; } }

.fixed-header .header__logowrap, .subpage .header__logowrap {
  width: 55px !important;
  min-width: 55px !important; }
  @media (min-width: 1280px) {
    .fixed-header .header__logowrap, .subpage .header__logowrap {
      width: 66px !important;
      min-width: 66px !important;
      margin: 0; } }

@media (min-width: 1280px) {
  .fixed-header .main-navigation, .subpage .main-navigation {
    display: flex;
    width: auto; } }

@media (min-width: 1280px) {
  .fixed-header .header__navigation,
  .fixed-header .header__links, .subpage .header__navigation,
  .subpage .header__links {
    display: flex; } }

@media (min-width: 1280px) {
  .fixed-header .header__navigation li,
  .fixed-header .header__links li, .subpage .header__navigation li,
  .subpage .header__links li {
    margin: 0 0 0 25px !important; } }

@media (min-width: 1280px) {
  .fixed-header .nav-drop .header__navigation, .subpage .nav-drop .header__navigation {
    display: block; } }

@media (min-width: 1280px) {
  .fixed-header .nav-drop .header__navigation li, .subpage .nav-drop .header__navigation li {
    margin: 0 !important; } }

.fixed-header .nav-opener.button-desktop, .subpage .nav-opener.button-desktop {
  top: 32px; }
  @media (min-width: 1280px) {
    .fixed-header .nav-opener.button-desktop, .subpage .nav-opener.button-desktop {
      top: 50px; } }

.fixed-header .nav-opener:before, .fixed-header .nav-opener:after,
.fixed-header .nav-opener span {
  background: #6a4d43; }

.fixed-header .nav-opener:hover:before, .fixed-header .nav-opener:hover:after,
.fixed-header .nav-opener:hover span {
  background: #b6978c; }

.fixed-header .main-nav .nav-opener:before, .fixed-header .main-nav .nav-opener:after,
.fixed-header .main-nav .nav-opener span {
  background: #fff; }

.fixed-header .main-nav .nav-opener:hover:before, .fixed-header .main-nav .nav-opener:hover:after,
.fixed-header .main-nav .nav-opener:hover span {
  background: #b6978c; }

.fixed-header .header__navigation li a,
.fixed-header .header__links li a:not(.button) {
  color: #6a4d43; }
  .fixed-header .header__navigation li a:hover,
  .fixed-header .header__links li a:not(.button):hover {
    color: #b6978c; }

.fixed-header .header__navigation li.active a {
  color: #b6978c; }

.fixed-header .main-nav .header__navigation li a {
  color: #fff; }
  .fixed-header .main-nav .header__navigation li a:hover {
    color: #b6978c; }

.fixed-header .main-nav .header__navigation li.active > a {
  color: #b6978c; }

.subpage #wrapper {
  padding-top: 93px; }
  @media (min-width: 1280px) {
    .subpage #wrapper {
      padding-top: 123px; } }

.property-listing-page #wrapper {
  padding-top: 93px; }
  @media (min-width: 1280px) {
    .property-listing-page #wrapper {
      padding-top: 123px; } }
  @media (min-width: 1440px) {
    .property-listing-page #wrapper {
      padding-top: 75px; } }

@media (max-width: 1439px) {
  .property-listing-page .spacings-wrapper {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 1439px) {
  .property-listing-page .header {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } }

@media (max-width: 1439px) {
  .property-listing-page .header__logo img.logo-white {
    opacity: 0;
    visibility: hidden; } }

@media (max-width: 1439px) {
  .property-listing-page .header__logo img.logo-dark {
    opacity: 1;
    visibility: visible; } }

@media (min-width: 992px) {
  .property-listing-page .nav-drop .header__navigation {
    padding-top: 0; } }

@media (max-width: 1439px) {
  .property-listing-page .nav-opener:before, .property-listing-page .nav-opener:after,
  .property-listing-page .nav-opener span {
    background: #6a4d43; } }

@media (max-width: 1439px) {
  .property-listing-page .nav-opener:hover:before, .property-listing-page .nav-opener:hover:after,
  .property-listing-page .nav-opener:hover span {
    background: #b6978c; } }

@media (max-width: 1439px) {
  .property-listing-page .main-nav .nav-opener:before, .property-listing-page .main-nav .nav-opener:after,
  .property-listing-page .main-nav .nav-opener span {
    background: #fff; } }

@media (max-width: 1439px) {
  .property-listing-page .main-nav .nav-opener:hover:before, .property-listing-page .main-nav .nav-opener:hover:after,
  .property-listing-page .main-nav .nav-opener:hover span {
    background: #b6978c; } }

@media (max-width: 1439px) {
  .property-listing-page .header__navigation li a,
  .property-listing-page .header__links li a:not(.button) {
    color: #6a4d43; } }

@media (max-width: 1439px) {
  .property-listing-page .header__navigation li a:hover,
  .property-listing-page .header__links li a:not(.button):hover {
    color: #b6978c; } }

@media (max-width: 1439px) {
  .property-listing-page .main-nav .header__navigation li a {
    color: #fff; } }

@media (max-width: 1439px) {
  .property-listing-page .main-nav .header__navigation li a:hover {
    color: #b6978c; } }

@media (max-width: 1439px) {
  .property-listing-page .header__container {
    position: static;
    display: flex;
    padding-top: 18px;
    padding-bottom: 18px; } }

@media (max-width: 1279px) {
  .property-listing-page .header__container {
    padding-top: 10px;
    padding-bottom: 10px; } }

@media (max-width: 1439px) {
  .property-listing-page .header__logowrap {
    width: 66px !important;
    min-width: 66px !important;
    margin: 0; } }

@media (max-width: 1279px) {
  .property-listing-page .header__logowrap {
    width: 55px !important;
    min-width: 55px !important;
    margin: 0; } }

@media (max-width: 1439px) {
  .property-listing-page .main-navigation {
    display: flex;
    width: auto; } }

@media (max-width: 1439px) {
  .property-listing-page .header__navigation,
  .property-listing-page .header__links {
    display: flex; } }

@media (max-width: 767px) {
  .property-listing-page .header__navigation,
  .property-listing-page .header__links {
    display: none; } }

@media (min-width: 1280px) and (max-width: 1439px) {
  .property-listing-page .header__navigation li,
  .property-listing-page .header__links li {
    margin: 0 0 0 25px !important; } }

@media (max-width: 1439px) {
  .property-listing-page .nav-drop .header__navigation {
    display: block; } }

@media (max-width: 1439px) {
  .property-listing-page .nav-drop .header__navigation li {
    margin: 0 !important; } }

@media (max-width: 1439px) {
  .property-listing-page .nav-opener.button-desktop {
    top: 50px; } }

@media (max-width: 1279px) {
  .property-listing-page .nav-opener.button-desktop {
    top: 32px; } }

/* footer styles */
.footer {
  font-size: 14px;
  line-height: 1.625;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #181d24;
  padding: 40px 0 30px;
  text-align: center; }
  @media (min-width: 500px) {
    .footer {
      text-align: left;
      padding: 48px 18px;
      font-size: 16px; } }
  @media (min-width: 768px) {
    .footer {
      padding: 80px 0 50px;
      font-size: 13px; } }
  @media (min-width: 992px) {
    .footer {
      padding: 85px 0 60px;
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .footer {
      padding: 98px 0 75px;
      font-size: 16px; } }
  .footer .container {
    max-width: 1440px; }
  .footer__primary {
    overflow: hidden;
    padding: 0 0 10px; }
    @media (min-width: 768px) {
      .footer__primary {
        padding: 0 0 20px; } }
    @media (min-width: 992px) {
      .footer__primary {
        padding: 0 0 28px; } }
  .footer__logo {
    width: 119px;
    margin: 5px auto 24px;
    display: block; }
    @media (min-width: 768px) {
      .footer__logo {
        width: 100px;
        margin: 5px 0 0; } }
    @media (min-width: 1200px) {
      .footer__logo {
        width: 119px;
        margin: 8px 0 0; } }
    .footer__logo a {
      display: block; }
    .footer__logo img {
      width: 100%;
      height: auto;
      display: block;
      max-width: none; }
  .footer .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .footer .col {
    width: 100%; }
    @media (min-width: 500px) {
      .footer .col {
        width: 60%;
        padding-right: 15px; } }
    @media (min-width: 768px) {
      .footer .col {
        order: inherit;
        width: 22%; } }
    @media (min-width: 992px) {
      .footer .col {
        width: 19%;
        padding-right: 15px; } }
    @media (min-width: 1200px) {
      .footer .col {
        width: 20%;
        padding-right: 20px; } }
    @media (min-width: 1440px) {
      .footer .col {
        width: 20.4%; } }
    .footer .col:first-child {
      width: 100%;
      order: 4; }
      @media (min-width: 768px) {
        .footer .col:first-child {
          width: 21%;
          order: inherit; } }
      @media (min-width: 992px) {
        .footer .col:first-child {
          width: 17.6%; } }
    @media (min-width: 500px) {
      .footer .col:nth-child(3) {
        order: 3;
        margin-top: -60px; } }
    @media (min-width: 768px) {
      .footer .col:nth-child(3) {
        order: inherit;
        margin-top: 0; } }
    @media (min-width: 500px) {
      .footer .col:nth-child(4) {
        order: 2;
        width: 33%; } }
    @media (min-width: 768px) {
      .footer .col:nth-child(4) {
        width: 15%;
        order: inherit; } }
    @media (min-width: 992px) {
      .footer .col:nth-child(4) {
        width: 16%; } }
    @media (min-width: 1440px) {
      .footer .col:nth-child(4) {
        width: 16.3%; } }
    .footer .col:last-child {
      padding-right: 0 !important;
      width: 100%;
      order: 5; }
      @media (min-width: 768px) {
        .footer .col:last-child {
          width: 18%;
          order: inherit; } }
      @media (min-width: 992px) {
        .footer .col:last-child {
          width: 18%; } }
      @media (min-width: 1200px) {
        .footer .col:last-child {
          width: 18%; } }
      @media (min-width: 1440px) {
        .footer .col:last-child {
          width: 15.8%; } }
      .footer .col:last-child h4 {
        display: none; }
        @media (min-width: 768px) {
          .footer .col:last-child h4 {
            display: block; } }
  .footer h4 {
    font-size: 16px;
    color: #b6978c;
    font-weight: 600;
    margin: 0 0 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Work Sans", "Helvetica", sans-serif; }
    @media (min-width: 500px) {
      .footer h4 {
        margin: 0 0 8px;
        font-size: 18px; } }
    @media (min-width: 768px) {
      .footer h4 {
        font-size: 16px;
        margin: 0 0 14px; } }
    @media (min-width: 992px) {
      .footer h4 {
        font-size: 18px;
        margin: 0 0 24px; } }
  .footer__secondary {
    overflow: hidden;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__secondary {
        padding: 37px 0 0;
        border-top: 1px solid #2d343e; } }
    @media (min-width: 1200px) {
      .footer__secondary {
        padding: 56px 0 0; } }
  .footer__icon {
    width: 59px;
    display: block;
    margin: 0 auto 8px; }
    @media (min-width: 768px) {
      .footer__icon {
        margin-bottom: 20px; } }
    .footer__icon img {
      width: 100%;
      height: auto;
      display: block;
      max-width: none; }
  .footer__copyrights {
    font-size: 13px;
    color: #fff; }
    @media (min-width: 500px) {
      .footer__copyrights {
        font-size: 14px; } }
    .footer__copyrights p {
      font-weight: 300;
      margin: 0; }

/* popular links styles */
.popular-links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 25px; }
  .popular-links li {
    margin: 0 0 5px; }
    @media (min-width: 500px) {
      .popular-links li {
        margin: 0; } }
    @media (min-width: 768px) {
      .popular-links li {
        margin: 0 0 5px; } }
    @media (min-width: 992px) {
      .popular-links li {
        margin: 0; } }
    .popular-links li a {
      color: #fff;
      display: inline-block; }
      .popular-links li a:hover {
        color: #b6978c; }

/* social networks styles */
.social-networks {
  font-size: 14px;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -4px 15px; }
  @media (min-width: 500px) {
    .social-networks {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .social-networks {
      font-size: 12px;
      margin: 0 -2px 25px;
      justify-content: flex-start; } }
  @media (min-width: 992px) {
    .social-networks {
      margin: 0 -4px 25px;
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .social-networks {
      font-size: 16px; } }
  .social-networks li {
    margin: 0 4px 8px; }
    @media (min-width: 768px) {
      .social-networks li {
        margin: 0 2px 5px; } }
    @media (min-width: 992px) {
      .social-networks li {
        margin: 0 4px 8px; } }
    .social-networks li a {
      width: 34px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #ac835f;
      border-radius: 100%;
      color: #fff; }
      @media (min-width: 500px) {
        .social-networks li a {
          width: 44px;
          height: 44px; } }
      @media (min-width: 768px) {
        .social-networks li a {
          width: 28px;
          height: 28px; } }
      @media (min-width: 992px) {
        .social-networks li a {
          width: 36px;
          height: 36px; } }
      @media (min-width: 1200px) {
        .social-networks li a {
          width: 44px;
          height: 44px; } }
      .social-networks li a:hover {
        color: #fff;
        background: #b6978c;
        border-color: #b6978c; }

.spacings-wrapper {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto; }
  @media (min-width: 1280px) {
    .spacings-wrapper {
      padding-left: 180px;
      padding-right: 180px; } }
  @media (min-width: 1600px) {
    .spacings-wrapper {
      padding-left: 240px;
      padding-right: 240px; } }
  @media (min-width: 1800px) {
    .spacings-wrapper {
      padding-left: 315px;
      padding-right: 315px; } }

/* visual styles */
.visual {
  overflow: hidden;
  position: relative;
  min-height: inherit;
  display: flex;
  font-size: 14px;
  line-height: 1.568;
  color: #000; }
  @media (min-width: 500px) {
    .visual {
      font-size: 18px; } }
  @media (min-width: 1280px) {
    .visual {
      font-size: 18px; } }
  .visual h1, .visual h2, .visual h3, .visual h4, .visual h5, .visual h6 {
    color: inherit; }
  .visual__img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.5;
    bottom: 0; }
    .visual__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: 50% 50%; }
    .visual__img:after {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%); }
  .visual__holder {
    width: 100%;
    position: relative;
    z-index: 50;
    padding-top: 20px; }
    @media (min-width: 500px) {
      .visual__holder {
        padding-top: 9px; } }
    @media (min-width: 992px) {
      .visual__holder {
        padding-top: 47px;
        padding-bottom: 50px; } }
    .visual__holder.container {
      max-width: 1370px;
      margin: 0 auto;
      transition: all 0.3s ease-in-out; }
  .visual__row {
    margin: 0 -20px; }
    @media (min-width: 992px) {
      .visual__row {
        display: flex;
        flex-grow: 1;
        flex-flow: row nowrap;
        align-items: center; } }
    @media (min-width: 1280px) {
      .visual__row {
        align-items: flex-start; } }
  .visual__content {
    flex-grow: 1;
    padding: 0 20px;
    position: relative;
    z-index: 100;
    text-align: center; }
    @media (min-width: 768px) {
      .visual__content {
        padding: 0 20px; } }
    @media (min-width: 992px) {
      .visual__content {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: left; } }
    @media (min-width: 1280px) {
      .visual__content {
        padding-top: 59px;
        padding-bottom: 0; } }
    .visual__content .visual__image {
      display: block; }
      @media (min-width: 992px) {
        .visual__content .visual__image {
          display: none !important; } }
      .visual__content .visual__image.image-2 {
        display: none; }
    .visual__content-textbox {
      max-width: 480px;
      overflow: hidden;
      margin: 0 auto; }
      @media (min-width: 992px) {
        .visual__content-textbox {
          margin: 0;
          max-width: 585px; } }
      @media (min-width: 1280px) {
        .visual__content-textbox {
          max-width: 500px; } }
      @media (min-width: 1440px) {
        .visual__content-textbox {
          max-width: 585px; } }
      @media (min-width: 1600px) {
        .visual__content-textbox {
          max-width: 600px; } }
  .visual__image {
    width: 100%;
    max-width: 250px;
    flex-shrink: 0;
    position: relative;
    margin: 70px auto 50px;
    padding: 0 20px; }
    @media (min-width: 500px) {
      .visual__image {
        left: -20px;
        max-width: 369px;
        margin: 68px auto 75px; } }
    @media (min-width: 992px) {
      .visual__image {
        width: 40%;
        margin: 0 70px 70px 42px;
        padding: 0;
        left: 0;
        max-width: inherit;
        display: flex; } }
    @media (min-width: 1280px) {
      .visual__image {
        width: 37.5%;
        margin: 77px -45px 70px 0; } }
    @media (min-width: 1440px) {
      .visual__image {
        margin: 77px -30px 70px 0; } }
    @media (min-width: 1600px) {
      .visual__image {
        margin-right: 0; } }
    @media (min-width: 1800px) {
      .visual__image {
        margin-right: 31px; } }
    @media (min-width: 992px) {
      .visual__image.image-1 {
        display: flex; } }
    .visual__image-small {
      position: absolute;
      right: -20px;
      top: -52px;
      width: 30%;
      z-index: -1; }
      @media (min-width: 500px) {
        .visual__image-small {
          width: 34%;
          right: -69px; } }
      @media (min-width: 992px) {
        .visual__image-small {
          right: -50px;
          top: -48px;
          width: 30%; } }
      @media (min-width: 1280px) {
        .visual__image-small {
          right: -72px;
          top: -76px;
          width: 36.9%;
          max-width: 183px; } }
      @media (min-width: 1440px) {
        .visual__image-small {
          right: -17%; } }
      .visual__image-small img {
        width: 100%;
        height: auto;
        display: block; }
      .visual__image-small.company {
        display: none; }
    .visual__image-smallcompany {
      position: absolute;
      left: -20px;
      bottom: -40px;
      width: 35%;
      display: none;
      max-width: 225px; }
      @media (min-width: 500px) {
        .visual__image-smallcompany {
          width: 38%;
          left: -26px;
          bottom: -70px; } }
      @media (min-width: 992px) {
        .visual__image-smallcompany {
          width: 34%;
          left: -12%;
          bottom: -70px; } }
      @media (min-width: 1280px) {
        .visual__image-smallcompany {
          width: 40%;
          left: -16%;
          bottom: -100px; } }
      @media (min-width: 1440px) {
        .visual__image-smallcompany {
          bottom: -132px; } }
      @media (min-width: 1600px) {
        .visual__image-smallcompany {
          width: 40%;
          left: -16%; } }
      @media (min-width: 1700px) {
        .visual__image-smallcompany {
          width: 45%;
          left: -24%; } }
    .visual__image .circle {
      width: 200px;
      height: 200px;
      background: #b6978c;
      right: -20px;
      bottom: -30px;
      position: absolute;
      border-radius: 100%;
      z-index: -2; }
      @media (min-width: 500px) {
        .visual__image .circle {
          width: 374px;
          height: 374px;
          right: -58px;
          bottom: -60px; } }
      @media (min-width: 992px) {
        .visual__image .circle {
          width: 360px;
          height: 360px;
          right: -40px;
          bottom: -50px; } }
      @media (min-width: 1280px) {
        .visual__image .circle {
          width: 400px;
          height: 400px;
          right: -90px;
          bottom: -66px; } }
      @media (min-width: 1440px) {
        .visual__image .circle {
          right: -20%; } }
      @media (min-width: 1600px) {
        .visual__image .circle {
          width: 420px;
          height: 420px;
          right: -22.9%; } }
      @media (min-width: 1700px) {
        .visual__image .circle {
          width: 470px;
          height: 470px; } }
      @media (min-width: 1879px) {
        .visual__image .circle {
          width: 546px;
          height: 546px; } }
      .visual__image .circle:before {
        width: 108%;
        height: 108%;
        position: absolute;
        left: -4%;
        top: -4%;
        border-radius: 100%;
        content: '';
        border: 1px solid #b6978c; }
    .visual__image-main {
      width: 100%;
      overflow: hidden; }
      .visual__image-main img {
        width: 100%;
        height: 100%;
        max-width: inherit;
        display: block;
        object-fit: cover;
        object-position: center top; }
      .visual__image-main.agent {
        min-height: 263px;
        max-height: 263px;
        height: 263px; }
        @media (min-width: 500px) {
          .visual__image-main.agent {
            min-height: 412px;
            max-height: 412px;
            height: 412px; } }
        @media (min-width: 992px) {
          .visual__image-main.agent {
            min-height: 498px;
            max-height: 625px;
            height: auto; } }
        @media (min-width: 1280px) {
          .visual__image-main.agent {
            min-height: 432px;
            max-height: 507px; } }
        @media (min-width: 1440px) {
          .visual__image-main.agent {
            min-height: 508px;
            max-height: 583px; } }
        @media (min-width: 1600px) {
          .visual__image-main.agent {
            min-height: 527px;
            max-height: 610px; } }
        @media (min-width: 1800px) {
          .visual__image-main.agent {
            min-height: 550px;
            max-height: 625px; } }
      .visual__image-main.company {
        display: none;
        min-height: 237px;
        max-height: 237px;
        height: 237px; }
        @media (min-width: 500px) {
          .visual__image-main.company {
            min-height: 372px;
            max-height: 372px;
            height: 372px; } }
        @media (min-width: 992px) {
          .visual__image-main.company {
            min-height: 449px;
            max-height: 564px;
            height: auto; } }
        @media (min-width: 1280px) {
          .visual__image-main.company {
            min-height: 390px;
            max-height: 458px; } }
        @media (min-width: 1440px) {
          .visual__image-main.company {
            min-height: 458px;
            max-height: 526px; } }
        @media (min-width: 1600px) {
          .visual__image-main.company {
            min-height: 475px;
            max-height: 560px; } }
        @media (min-width: 1800px) {
          .visual__image-main.company {
            min-height: 497px;
            max-height: 540px; } }
  .visual__agentinfo {
    width: 100px;
    height: 100px;
    background: #6a4d43;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -20px;
    bottom: -30px;
    text-align: center; }
    @media (min-width: 500px) {
      .visual__agentinfo {
        width: 140px;
        height: 125px;
        left: -28px;
        bottom: -56px; } }
    @media (min-width: 992px) {
      .visual__agentinfo {
        width: 160px;
        height: 140px;
        left: -20px;
        bottom: -30px; } }
    @media (min-width: 1280px) {
      .visual__agentinfo {
        width: 204px;
        height: 181px;
        left: -10.7%;
        bottom: -73px; } }
    .visual__agentinfo-holder {
      width: 100%;
      overflow: hidden;
      padding: 10px; }
      @media (min-width: 500px) {
        .visual__agentinfo-holder {
          padding: 10px 10px 15px; } }
      @media (min-width: 992px) {
        .visual__agentinfo-holder {
          padding: 20px; } }
      @media (min-width: 1280px) {
        .visual__agentinfo-holder {
          padding: 20px 20px 33px; } }
    .visual__agentinfo-text {
      font-size: 16px;
      line-height: 1.2;
      color: #fff;
      font-weight: 700;
      display: block;
      margin: 0 0 4px;
      font-family: "Italiana", "Times New Roman", serif;
      letter-spacing: 0.5px; }
      @media (min-width: 500px) {
        .visual__agentinfo-text {
          font-size: 24px; } }
      @media (min-width: 992px) {
        .visual__agentinfo-text {
          font-size: 24px; } }
      @media (min-width: 1280px) {
        .visual__agentinfo-text {
          font-size: 30px; } }
    .visual__agentinfo-designation {
      display: block;
      font-size: 10px;
      line-height: 1.5;
      color: #fff;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      @media (min-width: 500px) {
        .visual__agentinfo-designation {
          font-size: 12px; } }
  .visual .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.85px;
    margin: 0 0 20px;
    color: #181d24; }
    @media (min-width: 768px) {
      .visual .subtitle {
        margin: 0 0 16px; } }
    @media (min-width: 1200px) {
      .visual .subtitle {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .visual .subtitle {
        font-size: 18px;
        margin: 0 0 10px; } }
    @media (max-width: 499px) {
      .visual .subtitle {
        font-size: 13px; } }
  .visual h1 {
    font-size: 76px;
    line-height: 1.2;
    margin: 0 0 21px 0;
    letter-spacing: -0.8px;
    font-weight: 400;
    color: #181d24;
    text-transform: uppercase; }
    @media (max-width: 1599px) {
      .visual h1 {
        font-size: 70px; } }
    @media (max-width: 1439px) {
      .visual h1 {
        font-size: 60px; } }
    @media (max-width: 1279px) {
      .visual h1 {
        font-size: 55px; } }
    @media (max-width: 991px) {
      .visual h1 {
        font-size: 50px;
        margin: 0 0 12px;
        letter-spacing: -0.5px; } }
    @media (max-width: 499px) {
      .visual h1 {
        font-size: 30px; } }
  .visual__text {
    display: flex;
    align-items: flex-end;
    margin: 0 0 11px; }
    @media (min-width: 1280px) {
      .visual__text {
        margin: 0 0 36px; } }
    .visual__text p {
      margin: 0;
      letter-spacing: normal; }
      @media (max-width: 991px) {
        .visual__text p {
          line-height: 1.2; } }
    .visual__text i {
      flex-shrink: 0;
      font-size: 48px;
      line-height: 1;
      margin: 0 -5px -5px 10px;
      display: none; }
      @media (min-width: 992px) {
        .visual__text i {
          display: none; } }
      @media (min-width: 1280px) {
        .visual__text i {
          margin: 0 0 -7px 15px;
          font-size: 50px; } }
      @media (min-width: 1440px) {
        .visual__text i {
          margin: 0 0 -8px 20px;
          font-size: 56px; } }
  .visual__form {
    max-width: 480px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .visual__form {
        margin: 0 20px 0 0; } }
    @media (min-width: 1280px) {
      .visual__form {
        max-width: 480px;
        margin: 0; } }
    @media (min-width: 1440px) {
      .visual__form {
        max-width: 560px; } }
  .visual .ihf-eureka.ihf-white .ihf-rounded {
    border-radius: 0 !important; }
  .visual .ihf-eureka.ihf-white .ihf-bg-light {
    background: transparent !important; }
  .visual .ihf-eureka .ihf-navbar {
    padding: 0;
    border: 0; }
    @media (min-width: 375px) {
      .visual .ihf-eureka .ihf-navbar {
        padding: 0; } }
    @media (min-width: 1200px) {
      .visual .ihf-eureka .ihf-navbar {
        padding: 0; } }
  .visual .ihf-eureka form {
    border: 0 !important;
    padding: 0;
    width: 100%; }
  .visual .ihf-eureka .ihf-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%; }
    .visual .ihf-eureka .ihf-input-group > .ihf-form-control {
      position: relative;
      width: 100%;
      margin: 0 0 15px; }
      @media (min-width: 500px) {
        .visual .ihf-eureka .ihf-input-group > .ihf-form-control {
          margin: 0 0 30px; } }
      @media (min-width: 1440px) {
        .visual .ihf-eureka .ihf-input-group > .ihf-form-control {
          margin: 0 0 50px; } }
  .visual .ihf-eureka label {
    margin: 0 !important;
    vertical-align: top; }
  .visual .ihf-eureka .ihf-col-md-1,
  .visual .ihf-eureka label {
    line-height: 0;
    font-size: 0; }
  .visual .ihf-eureka .ihf-form-control {
    border: 0 !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0;
    height: auto !important; }
    .visual .ihf-eureka .ihf-form-control.ihf-select-focused {
      box-shadow: none !important; }
  .visual .ihf-eureka .ihf-select-input > input {
    font: 14px/20px "Work Sans", "Helvetica", sans-serif !important;
    height: 50px !important;
    text-align: left !important;
    border-radius: 0 !important;
    color: #0e101a !important;
    border: 0 !important;
    background: transparent !important;
    border-bottom: 2px solid #797b84 !important;
    width: 100% !important;
    margin: 0 !important;
    outline: none !important;
    padding: 11px 0 !important;
    box-shadow: none;
    max-width: 100% !important;
    letter-spacing: 0.4px; }
    @media (min-width: 500px) {
      .visual .ihf-eureka .ihf-select-input > input {
        height: 50px !important;
        padding: 11px 0 !important;
        font-size: 16px !important; } }
    .visual .ihf-eureka .ihf-select-input > input::placeholder {
      color: rgba(14, 16, 26, 0.63) !important;
      opacity: 1 !important; }
    .visual .ihf-eureka .ihf-select-input > input:focus, .visual .ihf-eureka .ihf-select-input > input.ihf-form-control.ihf-select-focused {
      box-shadow: none !important;
      border-color: #101c2c !important; }
  .visual .ihf-eureka .ihf-select-input {
    padding: 0 !important; }
  .visual .ihf-eureka .ihf-input-group-prepend {
    margin: 0 !important;
    flex-shrink: 0; }
  .visual .ihf-eureka .ihf-btn-primary {
    width: 100% !important;
    height: 50px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-left: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    color: #b6978c !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: "Work Sans", "Helvetica", sans-serif !important; }
    @media (min-width: 500px) {
      .visual .ihf-eureka .ihf-btn-primary {
        height: 59px !important; } }
    @media (min-width: 992px) {
      .visual .ihf-eureka .ihf-btn-primary {
        padding: 0 !important;
        width: 135px !important; } }
    .visual .ihf-eureka .ihf-btn-primary i:before {
      font-size: 12px !important;
      line-height: 1 !important;
      font-family: 'icomoon' !important;
      content: '\e905';
      font-style: normal;
      transition: all 0.3s ease-in-out;
      margin: 0 0 0 -10px; }
    .visual .ihf-eureka .ihf-btn-primary:after {
      content: 'Search';
      font-weight: 600;
      margin: 0 0 0 9px;
      text-transform: uppercase;
      font-size: 14px !important;
      line-height: 18px !important;
      letter-spacing: 1px;
      transition: all 0.3s ease-in-out; }
    .visual .ihf-eureka .ihf-btn-primary:hover i:before, .visual .ihf-eureka .ihf-btn-primary:hover:after, .visual .ihf-eureka .ihf-btn-primary:focus i:before, .visual .ihf-eureka .ihf-btn-primary:focus:after {
      color: #fff; }
  .visual .ihf-eureka .ihf-input-group > .ihf-input-group-append {
    width: 100%;
    margin-left: 2px !important; }
  .visual .ihf-eureka.ihf-gray .ihf-navbar {
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 0 !important; }
  .visual .ihf-eureka.ihf-gray .ihf-btn-primary {
    color: #fff;
    background: #fff !important;
    border: 1px solid #b6978c !important; }
    .visual .ihf-eureka.ihf-gray .ihf-btn-primary:hover, .visual .ihf-eureka.ihf-gray .ihf-btn-primary:focus {
      background: #b6978c !important;
      border-color: #b6978c !important;
      box-shadow: none !important; }
  .visual .ihf-eureka .ihf-select-options {
    display: block !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
    background: none !important;
    border-radius: 0 !important; }
    .visual .ihf-eureka .ihf-select-options > li {
      padding: 15px;
      background: #fff;
      overflow: hidden;
      color: #465267 !important; }
      @media (min-width: 992px) {
        .visual .ihf-eureka .ihf-select-options > li {
          padding: 15px 20px; } }
      .visual .ihf-eureka .ihf-select-options > li > ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .visual .ihf-eureka .ihf-select-options > li > ul > li {
          padding: 0 0 10px; }
          .visual .ihf-eureka .ihf-select-options > li > ul > li:last-child {
            padding-bottom: 0; }
          .visual .ihf-eureka .ihf-select-options > li > ul > li:hover > a,
          .visual .ihf-eureka .ihf-select-options > li > ul > li:hover > span {
            text-decoration: none !important; }
          .visual .ihf-eureka .ihf-select-options > li > ul > li:last-child {
            padding-bottom: 0; }
          .visual .ihf-eureka .ihf-select-options > li > ul > li a,
          .visual .ihf-eureka .ihf-select-options > li > ul > li span {
            color: inherit !important;
            display: block !important;
            background: none !important;
            text-decoration: none !important;
            padding: 0 !important; }
            .visual .ihf-eureka .ihf-select-options > li > ul > li a:hover, .visual .ihf-eureka .ihf-select-options > li > ul > li a:focus,
            .visual .ihf-eureka .ihf-select-options > li > ul > li span:hover,
            .visual .ihf-eureka .ihf-select-options > li > ul > li span:focus {
              color: #b6978c !important; }
    .visual .ihf-eureka .ihf-select-options .ihf-select-available-group-header {
      font-size: 13px !important;
      color: #b6978c !important;
      font-weight: 700 !important;
      margin: 0 0 10px !important;
      padding: 0 !important;
      text-transform: uppercase;
      text-align: left; }
  .visual.company-view .visual__agentinfo {
    display: none; }
  .visual.company-view .visual__image-main.agent {
    display: none; }
  .visual.company-view .visual__image-main.company {
    display: block; }
  .visual.company-view .visual__image-small {
    display: none; }
    .visual.company-view .visual__image-small.company {
      display: block; }
  .visual.company-view .visual__image-smallcompany {
    display: block; }
  @media (min-width: 1440px) {
    .visual.company-view .visual__image {
      margin-bottom: 135px; } }
  @media (min-width: 992px) {
    .visual.company-view .visual__image .circle {
      bottom: -70px; } }
  @media (min-width: 1280px) {
    .visual.company-view .visual__image .circle {
      bottom: -100px; } }
  @media (min-width: 1440px) {
    .visual.company-view .visual__image .circle {
      bottom: -127px; } }
  .visual__textbox {
    width: 100%; }
  .visual--listing {
    min-height: 68px;
    display: none; }
    @media (min-width: 500px) {
      .visual--listing {
        min-height: 83px; } }
    @media (min-width: 768px) {
      .visual--listing {
        min-height: 100px; } }
    @media (min-width: 992px) {
      .visual--listing {
        min-height: 125px; } }
    @media (min-width: 1200px) {
      .visual--listing {
        min-height: 138px; } }
    .visual--listing .visual__holder {
      padding-top: 0 !important; }
  .visual--subpages {
    min-height: 75px;
    background: #181d24;
    color: #fff; }
    @media (min-width: 500px) {
      .visual--subpages {
        min-height: 93px; } }
    @media (min-width: 768px) {
      .visual--subpages {
        min-height: 117px; } }
    @media (min-width: 992px) {
      .visual--subpages {
        min-height: 130px; } }
    @media (min-width: 1200px) {
      .visual--subpages {
        min-height: 144px; } }
    .visual--subpages .visual__holder {
      display: flex;
      align-items: center;
      text-align: center;
      min-height: 300px;
      padding-top: 40px;
      padding-bottom: 40px; }
      @media (min-width: 768px) {
        .visual--subpages .visual__holder {
          min-height: 350px;
          padding-top: 50px;
          padding-bottom: 50px; } }
      @media (min-width: 992px) {
        .visual--subpages .visual__holder {
          display: flex;
          min-height: 475px; } }
    .visual--subpages h2, .visual--subpages p {
      margin: 0 0 20px; }
      @media (min-width: 992px) {
        .visual--subpages h2, .visual--subpages p {
          margin: 0 0 24px; } }
      @media (min-width: 1440px) {
        .visual--subpages h2, .visual--subpages p {
          margin: 0 0 28px; } }
      .visual--subpages h2:last-child, .visual--subpages p:last-child {
        margin-bottom: 10px; }
    .visual--subpages .button {
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .visual--subpages .button {
          margin-bottom: 24px; } }
      @media (min-width: 1440px) {
        .visual--subpages .button {
          margin-bottom: 28px; } }
      .visual--subpages .button:last-child {
        margin-bottom: 0; }

/* Property Search Page Styles */
.custom-search-prop #wrapper,
.ng-tns-0-0 #wrapper {
  overflow: visible; }

.ng-tns-0-0 #container.container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0; }

.custom-search-prop .visual.visual--listing {
  display: none; }

.subpage .ihf-sticky-height .ihf-search .ihf-top-nav,
.custom-search-prop .ihf-sticky-height .ihf-search .ihf-top-nav {
  top: 93px !important; }
  @media (min-width: 1280px) {
    .subpage .ihf-sticky-height .ihf-search .ihf-top-nav,
    .custom-search-prop .ihf-sticky-height .ihf-search .ihf-top-nav {
      top: 123px !important; } }

.search-properties .title-wrap {
  padding: 35px 20px 30px;
  text-align: center; }
  .search-properties .title-wrap h1 {
    font-size: 26px; }
    @media (min-width: 768px) {
      .search-properties .title-wrap h1 {
        font-size: 35px; } }
    @media (min-width: 992px) {
      .search-properties .title-wrap h1 {
        font-size: 42px; } }
    @media (min-width: 1200px) {
      .search-properties .title-wrap h1 {
        font-size: 50px; } }
    @media (min-width: 1440px) {
      .search-properties .title-wrap h1 {
        font-size: 50px; } }
  .search-properties .title-wrap + div div[align="center"] {
    display: none; }

.entry-content.ihomefinder-holder {
  padding-top: 45px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .entry-content.ihomefinder-holder {
      padding-top: 30px;
      padding-bottom: 50px; } }

.ihf-board-disclaimers,
.ihf-powered-by {
  overflow: hidden;
  color: #465267;
  padding: 0 20px;
  font: 15px/1.3675 "Work Sans", Arial, sans-serif; }
  @media (max-width: 767px) {
    .ihf-board-disclaimers,
    .ihf-powered-by {
      font-size: 13px;
      padding: 0 15px; } }

.ihf-board-disclaimers {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .ihf-board-disclaimers {
      padding-top: 10px; } }
  .ihf-board-disclaimers img {
    max-width: 200px; }

.ihf-powered-by {
  margin: 0 0 60px; }
  @media (max-width: 767px) {
    .ihf-powered-by {
      margin: 0 0 50px; } }

.ihf-eureka .ihf-modal-dialog .ihf-form-group label span {
  display: inline-block;
  margin: 0 0 5px; }

@media (max-width: 499px) {
  .ihf-eureka .ihf-modal-body {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (max-width: 499px) {
  .ihf-eureka .ihf-form-group iframe {
    transform: scale(0.74);
    transform-origin: left; } }

.ihf-eureka .ihf-form-control {
  border-color: #ccc !important; }
  .ihf-eureka .ihf-form-control:focus {
    border-color: #999 !important;
    box-shadow: none !important;
    outline: none !important; }

.ihf-eureka.ihf-gray .ihf-dropdown-item:hover {
  color: #fff !important; }

.ihf-eureka.ihf-gray .ihf-dropdown-item.ihf-active, .ihf-eureka.ihf-gray .ihf-dropdown-item:focus, .ihf-eureka.ihf-gray .ihf-dropdown-item:hover {
  background-color: #b6978c !important; }

.ihf-eureka.ihf-gray .ihf-pagination {
  font-family: "Work Sans", sans-serif; }
  .ihf-eureka.ihf-gray .ihf-pagination .ihf-page-link {
    cursor: pointer;
    border-color: #b6978c !important; }
    .ihf-eureka.ihf-gray .ihf-pagination .ihf-page-link:hover {
      color: #fff !important;
      background-color: #b6978c !important; }
  .ihf-eureka.ihf-gray .ihf-pagination .ihf-page-item.ihf-active .ihf-page-link {
    background-color: #b6978c !important; }

.ihf-eureka.ihf-gray .ihf-btn-primary {
  background-color: #b6978c !important;
  border-color: #b6978c !important; }
  .ihf-eureka.ihf-gray .ihf-btn-primary:hover {
    background-color: #a27b6d !important;
    border-color: #a27b6d !important; }

.ihf-listing-top-left span {
  background-color: #b6978c !important; }
  @media (max-width: 991px) {
    .ihf-listing-top-left span {
      font-size: 9px !important; } }

@media (max-width: 991px) {
  .ihf-listing-top-right .ihf-broker-display {
    font-size: 10px !important;
    margin-right: 3px !important;
    max-width: 82px !important; } }

@media (max-width: 991px) {
  .ihf-listing-top-right .ihf-listing-save,
  .ihf-listing-top-right .ihf-listing-saved {
    font-size: 18px !important;
    margin-top: 5px !important; } }

@media (max-width: 991px) {
  .ihf-listing-bottom .ihf-listing-price {
    font-size: 15px !important; } }

@media (max-width: 767px) {
  .ihf-listing-bottom .ihf-listing-price {
    font-size: 13px !important; } }

@media (max-width: 991px) {
  .ihf-listing-bottom .ihf-listing-address {
    font-size: 11px !important; } }

@media (max-width: 767px) {
  .ihf-listing-bottom .ihf-listing-address {
    font-size: 9px !important; } }

@media (max-width: 991px) {
  .ihf-listing-bottom .ihf-listing-feature {
    padding-left: 6px !important; } }

@media (max-width: 991px) {
  .ihf-listing-bottom .ihf-listing-feature-value {
    font-size: 13px !important; } }

@media (max-width: 991px) {
  .ihf-listing-bottom .ihf-listing-feature-label {
    font-size: 11px !important; } }

.ihf-listing-bottom .ihf-listing-bottom-bottom {
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .ihf-listing-bottom .ihf-listing-bottom-bottom {
      justify-content: flex-end; } }
  .ihf-listing-bottom .ihf-listing-bottom-bottom span {
    margin: 0 5px 0 0 !important; }
    @media (max-width: 991px) {
      .ihf-listing-bottom .ihf-listing-bottom-bottom span {
        margin: 0 !important; } }
  .ihf-listing-bottom .ihf-listing-bottom-bottom img {
    margin-left: 10px; }
    @media (max-width: 991px) {
      .ihf-listing-bottom .ihf-listing-bottom-bottom img {
        display: none !important; } }

/* Property Listing Page Styles */
@media (min-width: 1800px) {
  .property-listing-page .spacings-wrapper {
    padding-left: 280px;
    padding-right: 250px; } }

@media (min-width: 1440px) {
  .property-listing-page .entry-content.ihomefinder-holder {
    padding-top: 0; } }

@media (max-width: 375px) {
  .property-listing-page .container {
    padding-left: 15px;
    padding-right: 15px; } }

/* Property Search Inner Pages Styles */
#ihf-main-container a {
  color: #b6978c; }
  #ihf-main-container a:focus, #ihf-main-container a:hover {
    color: #966e5f; }

#ihf-main-container strong + p {
  margin: 10px 0 25px; }

#ihf-main-container .caret {
  border-top-color: #fff; }

#ihf-main-container .dropdown-menu {
  z-index: 98; }
  #ihf-main-container .dropdown-menu > li > a:hover, #ihf-main-container .dropdown-menu > li > a:focus {
    background: #b6978c; }

@media (max-width: 767px) {
  #ihf-main-container .row.mt-25 {
    margin-top: 10px !important; } }

#ihf-main-container .well-sm {
  padding: 15px; }
  @media (max-width: 767px) {
    #ihf-main-container .well-sm {
      padding-bottom: 8px; } }
  @media (max-width: 767px) {
    #ihf-main-container .well-sm .col-xs-12 {
      padding-bottom: 10px; } }

@media (max-width: 767px) {
  #ihf-main-container .col-xs-12.col-sm-8 {
    padding-top: 10px; } }

#ihf-main-container .form-control {
  box-shadow: none !important;
  height: 42px !important; }
  #ihf-main-container .form-control:focus {
    border-color: #999;
    box-shadow: none;
    outline: none; }

#ihf-main-container .form-inline .checkbox,
#ihf-main-container .form-inline .radio {
  padding-top: 10px; }
  @media (max-width: 767px) {
    #ihf-main-container .form-inline .checkbox,
    #ihf-main-container .form-inline .radio {
      padding: 0 !important;
      margin: 0 !important; } }
  #ihf-main-container .form-inline .checkbox label,
  #ihf-main-container .form-inline .radio label {
    display: inline-flex;
    align-items: center; }
  #ihf-main-container .form-inline .checkbox input[type='checkbox'],
  #ihf-main-container .form-inline .checkbox input[type='radio'],
  #ihf-main-container .form-inline .radio input[type='checkbox'],
  #ihf-main-container .form-inline .radio input[type='radio'] {
    margin: 0 5px 0 0; }

#ihf-main-container .btn {
  border: 0 !important;
  padding: 10px 20px !important;
  height: 40px !important;
  color: #fff !important;
  background: #b6978c !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  outline: none !important;
  min-width: inherit !important;
  letter-spacing: normal;
  text-transform: none; }
  @media (max-width: 767px) {
    #ihf-main-container .btn {
      padding: 10px 12px !important;
      text-transform: none;
      font-size: 13px;
      line-height: 20px; } }
  #ihf-main-container .btn:hover, #ihf-main-container .btn:focus, #ihf-main-container .btn.active {
    background: #a27b6d !important;
    text-decoration: none !important; }
  #ihf-main-container .btn.btn-link {
    color: #b6978c !important;
    background: none !important;
    padding: 0 3px !important;
    height: auto !important; }
    #ihf-main-container .btn.btn-link:hover {
      text-decoration: underline !important;
      color: #966e5f !important; }

#ihf-main-container .btn-group-justified {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  width: auto;
  padding: 15px 0 0; }
  @media (max-width: 767px) {
    #ihf-main-container .btn-group-justified {
      margin: 0 -3px !important;
      justify-content: flex-start;
      padding: 15px 0; } }
  #ihf-main-container .btn-group-justified .btn {
    width: calc(33.333% - 20px);
    margin: 0 10px !important; }
    @media (max-width: 767px) {
      #ihf-main-container .btn-group-justified .btn {
        width: auto;
        flex: auto;
        margin: 0 3px !important; } }

#ihf-main-container .pagination > li > a {
  color: #b6978c;
  border-color: #b6978c; }
  #ihf-main-container .pagination > li > a:hover, #ihf-main-container .pagination > li > a:focus {
    color: #fff;
    background: #b6978c; }

#ihf-main-container .pagination > li.disabled > a {
  color: #b6978c;
  border-color: #b6978c; }
  #ihf-main-container .pagination > li.disabled > a:hover, #ihf-main-container .pagination > li.disabled > a:focus {
    border-color: #b6978c;
    color: #b6978c;
    background: #fff; }

@media (max-width: 359px) {
  #ihf-main-container .ihf-results-photo {
    margin-right: 8px;
    width: 110px; } }

@media (max-width: 767px) {
  #ihf-main-container .ihf-results-links {
    padding-top: 10px; } }

@media (max-width: 767px) {
  #ihf-main-container .ihf-results-address {
    padding-bottom: 7px; } }

@media (max-width: 767px) {
  #ihf-main-container .ihf-results-organizer-comments,
  #ihf-main-container .ihf-results-organizer-delete,
  #ihf-main-container .ihf-results-organizer-rating {
    margin-right: 10px; } }

#ihf-main-container .ihf-results-organizer-items .ihf-results-organizer-rating a:hover, #ihf-main-container .ihf-results-organizer-items .ihf-results-organizer-rating a:focus {
  text-decoration: none; }

#ihf-main-container .modal-header {
  background: #eee;
  padding: 17px 15px 15px; }
  #ihf-main-container .modal-header .close {
    display: none; }

#ihf-main-container .modal-title {
  color: #465267;
  width: 100%;
  font-size: 16px; }

#ihf-main-container .modal-footer {
  margin-top: 0;
  padding: 12px 15px 14px; }

#ihf-main-container .modal-dialog {
  padding-top: 130px;
  padding-bottom: 130px; }
  @media (max-width: 767px) {
    #ihf-main-container .modal-dialog {
      padding-top: 25px;
      padding-bottom: 25px; } }

@media (max-width: 499px) {
  #ihf-main-container .ihf-captcha iframe {
    transform: scale(0.74);
    transform-origin: left; } }

#ihf-main-container #ihf-map-canvas {
  z-index: 97; }

#ihf-main-container .ihf-results-organizer-show-mod-comments textarea {
  margin: 0 0 10px; }

@media (min-width: 768px) {
  #ihf-main-container .fs-12 {
    font-size: 13px; } }

@media (min-width: 992px) {
  #ihf-main-container .fs-12 {
    font-size: 14px; } }

#ihf-main-container .help-block {
  margin-left: -15px; }

@media (max-width: 991px) {
  #ihf-main-container .form-horizontal .form-group {
    width: auto; } }

@media (max-width: 991px) {
  #ihf-main-container .form-horizontal .control-label {
    padding-top: 0;
    padding-bottom: 5px; } }

@media (max-width: 767px) {
  #ihf-main-container #ihf-login-form .btn {
    width: 100%; } }

@media (max-width: 828px) {
  .ihf-eureka .ihf-navbar.ihf-secondary {
    font-size: 12px; }
  .ihf-eureka.ihf-gray .ihf-navbar.ihf-secondary .ihf-btn {
    font-size: 10px; }
  .ihf-eureka.ihf-gray .ihf-navbar.ihf-secondary .ihf-navbar-nav {
    align-items: center; }
  .ihf-eureka .ihf-navbar-text {
    font-size: 9px;
    margin-right: -5px; } }

@media (max-width: 767px) {
  .ihf-eureka.ihf-gray .ihf-navbar.ihf-secondary .ihf-navbar-nav {
    margin-top: -3px; }
  .ihf-eureka .ihf-navbar-text {
    font-size: 12px; } }

@media (max-width: 575px) {
  .ihf-eureka.ihf-gray .ihf-navbar.ihf-secondary .ihf-navbar-nav .ihf-btn-group .ihf-btn-sm {
    margin-right: 0; }
  .ihf-map-top .ihf-search .ihf-listings-container {
    margin-top: 0 !important; } }

@media (max-width: 499px) {
  .gform_wrapper iframe {
    transform: scale(0.82);
    transform-origin: left; } }

/*** General Buttons override ***/
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea,
.form-control, .form-input, select {
  border-color: #c2c9ce !important;
  height: 50px;
  padding-top: 14px;
  padding-bottom: 14px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  textarea:focus,
  .form-control:focus, .form-input:focus, select:focus {
    border-color: #b6978c !important; }
  .gfield_error input[type='text'], .gfield_error
  input[type='tel'], .gfield_error
  input[type='email'], .gfield_error
  input[type='search'], .gfield_error
  input[type='password'], .gfield_error
  input[type='url'], .gfield_error
  input[type='date'], .gfield_error
  textarea, .gfield_error
  .form-control, .gfield_error .form-input, .gfield_error select {
    border-color: #f00 !important; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder, .form-input::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #181d24; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder,
  .form-control::-moz-placeholder, .form-input::-moz-placeholder, select::-moz-placeholder {
    opacity: 1;
    color: #181d24; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder,
  .form-control:-moz-placeholder, .form-input:-moz-placeholder, select:-moz-placeholder {
    color: #181d24; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .form-control:-ms-input-placeholder, .form-input:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #181d24; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder,
  .form-control.placeholder, .form-input.placeholder, select.placeholder {
    color: #181d24; }

textarea {
  resize: none;
  height: 160px !important;
  width: 100% !important; }

p:last-child {
  margin-bottom: 0; }

.validation_message {
  display: block;
  font-size: 14px;
  line-height: 1.25;
  padding: 10px 0 0;
  width: 100% !important; }
  .gfield_error .validation_message {
    color: #f00; }

.container.container-small {
  max-width: 1240px; }

.content-section {
  padding: 50px 0;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 768px) {
    .content-section {
      text-align: left; } }
  @media (min-width: 992px) {
    .content-section {
      padding: 60px 0; } }
  @media (min-width: 1440px) {
    .content-section {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .content-section .social-networks {
      justify-content: center; } }
  .content-section .social-networks:last-child {
    margin-bottom: 0; }
  .content-section--left {
    text-align: left; }
    .content-section--left .social-networks {
      justify-content: flex-start; }
  .content-section .img-fluid {
    max-width: inherit;
    width: 100%; }
  .content-section__textbox {
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
    padding: 30px 20px 0;
    font-weight: 300; }
    @media (min-width: 768px) {
      .content-section__textbox {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .content-section__textbox {
        font-size: 20px; } }
  .content-section.text-color-light {
    color: #fff; }
    .content-section.text-color-light h2, .content-section.text-color-light .h2,
    .content-section.text-color-light h3, .content-section.text-color-light .h3 {
      color: #fff; }
  .content-section__row {
    margin: -30px -20px 0; }
    @media (min-width: 768px) {
      .content-section__row {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between; } }
  .content-section__col {
    width: 100%;
    padding: 30px 20px 0; }
    @media (min-width: 768px) {
      .content-section__col {
        width: 50%;
        flex-shrink: 0; } }
    @media (min-width: 992px) {
      .content-section__col--small {
        width: 44%; } }
  .content-section__form {
    box-shadow: 0 0.3125rem 0.875rem 0 rgba(181, 181, 181, 0.25);
    padding: 30px 20px;
    text-align: center; }
    @media (min-width: 992px) {
      .content-section__form {
        padding: 40px; } }
  .content-section__head {
    margin: 0 0 25px; }
    .content-section__head h4 {
      margin: 0 0 8px;
      letter-spacing: 0; }
  .content-section .img-left,
  .content-section .img-right {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .content-section .img-left,
      .content-section .img-right {
        max-width: 45%; } }
    .content-section .img-left img,
    .content-section .img-right img {
      display: block; }
      @media (max-width: 767px) {
        .content-section .img-left img,
        .content-section .img-right img {
          width: 100%; } }
  @media (min-width: 768px) {
    .content-section .img-left {
      margin-right: 20px;
      float: left; } }
  @media (min-width: 768px) {
    .content-section .img-right {
      float: right;
      margin-left: 20px; } }
  .content-section__content {
    position: relative; }
  @media (min-width: 768px) {
    .content-section--contact .content-section__row {
      align-items: flex-start; } }
  .content-section--contact .content-section__head {
    border-top: 1px solid #c2c9ce;
    padding: 25px 0;
    text-align: center;
    margin: 0; }
    .content-section--contact .content-section__head .address {
      font-weight: 700;
      margin: 0 0 10px; }
  .content-section--contact .map-wrap {
    box-shadow: 0 0 7px -3px #ccc;
    overflow: hidden;
    border-radius: 0; }
    @media (min-width: 768px) {
      .content-section--contact .map-wrap {
        margin-top: 57px; } }
    @media (min-width: 992px) {
      .content-section--contact .map-wrap {
        margin-top: 64px; } }
    .content-section--contact .map-wrap iframe {
      margin: 0;
      width: 100% !important;
      display: block; }

.contact-links {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  @media (min-width: 992px) {
    .contact-links {
      margin: 0 -10px; } }
  .contact-links > li {
    padding: 10px 5px 0; }
    @media (min-width: 992px) {
      .contact-links > li {
        padding: 15px 10px 0; } }
    .contact-links > li > a {
      min-width: inherit;
      margin: 0 !important;
      overflow: visible; }
      .contact-links > li > a i {
        margin: 0 10px 0 0; }
        .contact-links > li > a i.fa-phone {
          font-size: 19px; }
  .contact-links .has-tooltip__tooltip {
    text-transform: uppercase;
    margin: 0; }

.has-tooltip {
  position: relative; }
  .has-tooltip:after {
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 15px;
    width: 100%; }
  .has-tooltip:hover:after {
    content: ""; }
  .has-tooltip:hover .has-tooltip__tooltip {
    opacity: 1;
    transform: scaleY(1) translateX(-50%);
    visibility: visible; }
  @media (max-width: 413px) {
    .has-tooltip.button {
      font-size: 12px;
      padding: 12px 9px; } }
  .has-tooltip__tooltip {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: scaleY(0) translateX(-50%);
    background: #6a4d43;
    color: #fff;
    font-size: 11px !important;
    transition: all .2s ease-in-out;
    line-height: 1.5;
    padding: 9px 8px 10px;
    min-width: 166px;
    border: 1px solid #6a4d43;
    visibility: hidden;
    max-width: 247px;
    z-index: 10;
    border-radius: 0;
    text-transform: none;
    opacity: 0;
    margin: 0 0 10px;
    letter-spacing: .5px;
    font-weight: 600; }
    @media (max-width: 413px) {
      .has-tooltip__tooltip {
        font-size: 10px !important;
        padding-left: 4px;
        padding-right: 4px; } }
    .has-tooltip__tooltip span {
      display: block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      position: relative;
      z-index: 10; }
    .has-tooltip__tooltip:before {
      width: 10px;
      height: 10px;
      content: "";
      border: 1px solid #6a4d43;
      background: #6a4d43;
      position: absolute;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
      bottom: 0;
      margin-bottom: -5px; }
    .has-tooltip__tooltip:after {
      width: 20px;
      height: 20px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      bottom: 0;
      background: #6a4d43; }

/*** Content GForm Styles ***/
@media (max-width: 768px) {
  .content-section__contact {
    text-align: center; } }

.content-section__contact h3 {
  margin: 0 0 15px;
  text-align: center; }

.content-gfrom {
  text-align: center; }
  @media (min-width: 768px) {
    .content-gfrom.text-left .gform_wrapper .gform_footer.top_label {
      padding-left: 0; } }
  @media (min-width: 768px) {
    .content-gfrom.text-right {
      text-align: right; } }
  .content-gfrom .gform_wrapper .validation_error {
    display: none !important; }
  .content-gfrom .gform_wrapper .gform_footer.top_label {
    position: relative;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    max-width: 100%; }
    @media (min-width: 768px) {
      .content-gfrom .gform_wrapper .gform_footer.top_label {
        padding: 0 30px; } }
    .content-gfrom .gform_wrapper .gform_footer.top_label > img {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .content-gfrom .gform_wrapper .gform_body > ul {
    padding: 0 0 30px;
    margin: 0;
    list-style: none;
    text-align: left; }
    @media (min-width: 992px) {
      .content-gfrom .gform_wrapper .gform_body > ul {
        padding: 10px 0 40px; } }
    @media (min-width: 1200px) {
      .content-gfrom .gform_wrapper .gform_body > ul {
        padding-bottom: 50px; } }
    .content-gfrom .gform_wrapper .gform_body > ul > li {
      padding: 0 0 20px; }
      .content-gfrom .gform_wrapper .gform_body > ul > li:last-child {
        padding-bottom: 0; }
  .content-gfrom .gform_wrapper .gform_body .gfield_label {
    display: none; }

/* content general */
.content-general .entry-content {
  color: #000;
  text-align: center; }
  @media (min-width: 768px) {
    .content-general .entry-content {
      text-align: left; } }
  .content-general .entry-content ol,
  .content-general .entry-content ul {
    margin-top: 0;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .content-general .entry-content ol,
      .content-general .entry-content ul {
        margin-bottom: 30px; } }

/* team member pagination */
.team-pagination {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 992px) {
    .team-pagination {
      margin: 50px 0 0; } }
  .team-pagination > a.page-numbers, .team-pagination > span.page-numbers {
    margin: 0 5px;
    display: inline-block;
    min-width: 36px;
    height: 36px;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    font-weight: 600;
    border: 1px solid #b6978c;
    color: #b6978c;
    background: #fff;
    border-radius: 3px;
    padding: 0 12px !important;
    vertical-align: middle; }
    .team-pagination > a.page-numbers:hover, .team-pagination > a.page-numbers:focus, .team-pagination > a.page-numbers.current, .team-pagination > span.page-numbers:hover, .team-pagination > span.page-numbers:focus, .team-pagination > span.page-numbers.current {
      background-color: #b6978c;
      color: #fff; }

/*** Section Members Styles ***/
.team-profile .social-networks > li > a {
  color: #b6978c;
  border-color: #b6978c; }
  .team-profile .social-networks > li > a:hover {
    background: #b6978c;
    color: #fff; }

.section-members {
  padding: 40px 0;
  position: relative; }
  @media (min-width: 992px) {
    .section-members {
      padding: 60px 0; } }
  @media (min-width: 1440px) {
    .section-members {
      padding: 80px 0; } }
  .section-members__row {
    display: flex;
    margin: -20px -8px 0;
    flex-flow: row wrap; }
    @media (min-width: 1200px) {
      .section-members__row {
        margin: -30px -15px 0; } }
  .section-members .member-box {
    display: flex;
    padding: 20px 8px 0;
    flex-flow: row nowrap;
    width: 100%;
    text-align: center; }
    @media (min-width: 576px) {
      .section-members .member-box {
        width: 50%; } }
    @media (min-width: 768px) {
      .section-members .member-box {
        width: 33.33%; } }
    @media (min-width: 1200px) {
      .section-members .member-box {
        width: 25%;
        padding: 30px 15px 0; } }
    .section-members .member-box__holder {
      box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2);
      width: 100%;
      background: #fff;
      display: flex;
      transition: all .3s ease 0s;
      flex-flow: row wrap; }
      .section-members .member-box__holder:hover {
        transform: scale(1.05); }
    .section-members .member-box__content {
      padding: 16px;
      width: 100%; }
    .section-members .member-box h3 {
      font-size: 28px;
      color: #b6978c;
      line-height: 1.2;
      margin: 0; }
    .section-members .member-box__designation {
      display: block;
      margin: 0 0 35px; }
    .section-members .member-box__img {
      display: block;
      width: 100%; }
      .section-members .member-box__img img {
        display: block;
        height: 390px;
        width: 100%;
        object-fit: cover;
        object-position: 50% 0; }
        @media (min-width: 768px) {
          .section-members .member-box__img img {
            height: 315px; } }
    .section-members .member-box__footer {
      width: 100%;
      align-self: flex-end; }
    .section-members .member-box .contact-links {
      display: flex;
      flex-flow: row wrap;
      padding: 0;
      margin: 0 16px 2px;
      font-size: 15px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 400; }
      .section-members .member-box .contact-links > li {
        border-top: 1px solid #eaeaea;
        padding: 14px 5px;
        flex-grow: 1;
        max-width: 50%;
        position: relative; }
        @media (min-width: 768px) {
          .section-members .member-box .contact-links > li {
            min-width: 100%; } }
        @media (min-width: 992px) {
          .section-members .member-box .contact-links > li {
            min-width: inherit; } }
        .section-members .member-box .contact-links > li + li:nth-child(2n+2):after {
          position: absolute;
          left: 100%;
          width: 1px;
          background: #eaeaea;
          content: "";
          top: 14px;
          bottom: 14px; }
          @media (min-width: 768px) {
            .section-members .member-box .contact-links > li + li:nth-child(2n+2):after {
              background: none; } }
          @media (min-width: 992px) {
            .section-members .member-box .contact-links > li + li:nth-child(2n+2):after {
              background: #eaeaea; } }
        .section-members .member-box .contact-links > li:first-child {
          min-width: 100%; }
        .section-members .member-box .contact-links > li > a {
          color: #181d24;
          display: flex;
          vertical-align: top;
          justify-content: center;
          align-items: center; }
          .section-members .member-box .contact-links > li > a .has-tooltip__tooltip {
            text-transform: uppercase; }
          .section-members .member-box .contact-links > li > a:hover, .section-members .member-box .contact-links > li > a:focus {
            color: #b6978c; }
          .section-members .member-box .contact-links > li > a i {
            margin: 0 10px 0 0; }
            .section-members .member-box .contact-links > li > a i.icon-email {
              font-size: 14px; }
            .section-members .member-box .contact-links > li > a i.icon-phone {
              font-size: 17px; }
      .section-members .member-box .contact-links .has-tooltip__tooltip {
        margin-bottom: 10px; }

.visual.visual--centered {
  min-height: calc(100vh - 93px);
  display: flex;
  align-items: center; }
  @media (min-width: 1280px) {
    .visual.visual--centered {
      min-height: calc(100vh - 123px); } }
  .visual.visual--centered .visual__holder {
    padding-top: 50px;
    padding-bottom: 50px; }

.single-team_members .visual {
  background: #181d24; }
  .single-team_members .visual__row {
    margin: 0;
    justify-content: center; }

.single-team_members .visual__member .contact-links .has-tooltip__tooltip {
  background: #181d24;
  border-color: #181d24; }
  .single-team_members .visual__member .contact-links .has-tooltip__tooltip:before, .single-team_members .visual__member .contact-links .has-tooltip__tooltip:after {
    background: #181d24;
    border-color: #181d24; }

.visual__member {
  position: relative;
  text-align: center;
  color: #fff; }
  .visual__member-img {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    width: 150px;
    height: 150px;
    margin: 0 auto 35px; }
    .visual__member-img img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%;
      object-position: center top; }
  .visual__member-designation {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    max-width: 100%;
    text-transform: uppercase;
    color: #b6978c;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px; }
    @media (min-width: 992px) {
      .visual__member-designation {
        font-size: 22px; } }
    .visual__member-designation:after, .visual__member-designation:before {
      content: "-"; }
    .visual__member-designation:before {
      margin: 0 7px 0 0; }
    .visual__member-designation:after {
      margin: 0 0 0 7px; }
  .visual__member h2 {
    margin: 0 0 7px; }
  @media (min-width: 768px) {
    .visual__member .button {
      min-width: 150px; } }
  .visual__member .button i {
    margin-right: 10px; }
    .visual__member .button i.icon-phone {
      font-size: 17px; }
  .visual__member .has-tooltip__tooltip {
    text-transform: uppercase;
    margin: 0; }
  @media (max-width: 767px) {
    .visual__member .button {
      padding-left: 12px;
      padding-right: 12px; } }
  .visual__member .contact-links .has-tooltip__tooltip {
    margin-bottom: 1px; }

@media (max-width: 575px) {
  .page-template-default h2 {
    font-size: 24px; }
  .page-template-default h3 {
    font-size: 22px; } }

@media (max-width: 375px) {
  .page-template-default h3 {
    font-size: 20px; } }

.visual--subpages {
  font-size: 16px; }
  @media (min-width: 992px) {
    .visual--subpages {
      font-size: 18px; } }
  .visual--subpages .container.container-small {
    max-width: 1040px; }
  @media (min-width: 1600px) {
    .visual--subpages .visual__content {
      min-height: inherit; } }
  @media (min-width: 992px) {
    .visual--subpages p {
      margin: 0 0 25px; } }
  @media (min-width: 1440px) {
    .visual--subpages p {
      margin: 0 0 30px; } }
  .visual--subpages p:last-child {
    margin-bottom: 0; }
  .visual--subpages .button {
    color: #fff;
    background: #b6978c; }
    .visual--subpages .button:hover, .visual--subpages .button:focus {
      background: #a88376;
      border-color: #a88376; }

.visual--subpages h2, .content-section h2 {
  font-size: 27px; }
  @media (max-width: 575px) {
    .visual--subpages h2, .content-section h2 {
      font-size: 24px !important; } }
  @media (min-width: 992px) {
    .visual--subpages h2, .content-section h2 {
      font-size: 42px; } }
  @media (min-width: 1440px) {
    .visual--subpages h2, .content-section h2 {
      font-size: 50px; } }

/* Testimonials Page styles */
.testimonials--subpage {
  padding: 50px 0; }
  @media (min-width: 992px) {
    .testimonials--subpage {
      padding: 60px 0; } }
  @media (min-width: 1440px) {
    .testimonials--subpage {
      padding: 80px 0; } }
  .testimonials--subpage .testimonials__row {
    display: block; }
  .testimonials--subpage .section-head {
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
    overflow: hidden;
    margin: 0 0 40px; }
    @media (min-width: 768px) {
      .testimonials--subpage .section-head {
        margin: 0 0 60px; } }
    @media (max-width: 375px) {
      .testimonials--subpage .section-head h2 {
        font-size: 25px; } }
  .testimonials--subpage .testimonials__wrap {
    padding: 0 !important;
    max-width: 850px;
    margin: 0 auto; }
  .testimonials--subpage .slick-track {
    display: flex;
    align-items: center; }
    .testimonials--subpage .slick-track:after, .testimonials--subpage .slick-track:before {
      display: none; }
  .testimonials--subpage .testimonialsSliderSingle:not(.slick-initialized) {
    margin: 0; }
    .testimonials--subpage .testimonialsSliderSingle:not(.slick-initialized) .slick-slide + .slick-slide {
      display: none; }
  .testimonials--subpage .testimonials__item {
    position: relative;
    min-height: inherit;
    height: auto;
    float: none; }
    .testimonials--subpage .testimonials__item blockquote {
      display: block;
      text-align: center;
      padding: 0 0 20px !important;
      border: 0 !important;
      margin: 0;
      width: 100%; }
    .testimonials--subpage .testimonials__item i {
      color: #b6978c;
      margin: 0 0 15px;
      font-size: 30px;
      line-height: 1; }
      @media (min-width: 768px) {
        .testimonials--subpage .testimonials__item i {
          margin: 0 0 20px; } }
      @media (min-width: 1440px) {
        .testimonials--subpage .testimonials__item i {
          margin: 0 0 30px;
          font-size: 38px; } }
    .testimonials--subpage .testimonials__item cite {
      align-self: flex-end;
      display: block;
      font-style: normal;
      font-weight: 600;
      text-transform: uppercase;
      width: 100%;
      font-size: 16px;
      margin: 15px 0 0;
      letter-spacing: .5px;
      color: #181d24; }
  .testimonials--subpage .testimonials__item-frame {
    padding: 25px 0 10px !important;
    min-height: inherit !important; }
    @media (min-width: 768px) {
      .testimonials--subpage .testimonials__item-frame {
        padding: 50px 0 35px !important; } }

.testimonialsSliderSingle .slick-dots {
  margin-top: 15px; }
  @media (min-width: 768px) {
    .testimonialsSliderSingle .slick-dots {
      margin-top: 25px; } }
  @media (min-width: 1200px) {
    .testimonialsSliderSingle .slick-dots {
      margin-top: 35px; } }
  .testimonialsSliderSingle .slick-dots > li button:hover {
    background: #b6978c; }
  .testimonialsSliderSingle .slick-dots > li.slick-active button {
    background: #b6978c; }

@media (max-width: 991px) {
  .section-members {
    padding: 50px 0; } }

.section-members .section-head {
  margin: 0 0 30px; }
  @media (min-width: 992px) {
    .section-members .section-head {
      margin: 0 0 45px; } }
  @media (min-width: 1440px) {
    .section-members .section-head {
      margin: 0 0 60px; } }

.entry-content.ihomefinder-holder {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .entry-content.ihomefinder-holder {
      padding: 60px 0; } }
  @media (min-width: 1440px) {
    .entry-content.ihomefinder-holder {
      padding: 80px 0; } }

.supercalc-loaded .entry-content.ihomefinder-holder {
  padding: 0; }

/* Calculator Page Styles (Inner Pages) */
.supercalc-loaded .content > .container {
  max-width: 100%;
  padding: 0; }

.content-section__block.text-center {
  text-align: center; }

.testimonialsSlider .slick-track {
  display: flex; }

.testimonialsSlider .slick-slide {
  height: auto;
  align-items: center; }
  .testimonialsSlider .slick-slide blockquote {
    width: 100%; }

.testimonialsSlider.slick-initialized .slick-slide {
  display: flex; }

.social-wrap h3 {
  text-transform: uppercase; }

/*Preloader style */
.mask {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999999; }
  .mask.mask_free-tool {
    position: absolute;
    z-index: 1;
    display: none; }

.mask__showbox {
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0; }

.mask__loader {
  position: relative;
  margin: 0 auto;
  width: 60px; }

.mask__loader:before {
  content: '';
  display: block;
  padding-top: 100%; }

.mask .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.mask .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #b6978c; }

.mask__caption {
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  position: absolute;
  left: 50%;
  height: 22px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

#wrapper {
  min-height: 100vh; }

/* Section Tools Styles */
.section-tools {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 75px 0; }
  @media (min-width: 1200px) {
    .section-tools {
      padding: 120px 0; } }
  @media (min-width: 1440px) {
    .section-tools {
      padding: 200px 0; } }
  @media (min-width: 1600px) {
    .section-tools {
      padding: 228px 0 281px; } }
  .section-tools .container {
    max-width: 1370px; }
  @media (min-width: 768px) {
    .section-tools .sectionToolsSlider {
      margin: 0 -9999px 0 0; }
      .section-tools .sectionToolsSlider .slick-list {
        padding: 0 9999px 0 0; } }
  .section-tools .sectionToolsSlider:not(.slick-initialized) {
    margin: 0; }
    .section-tools .sectionToolsSlider:not(.slick-initialized) .section-tools__item + .section-tools__item {
      display: none; }
  .section-tools h2 {
    color: #162c43; }
  .section-tools p {
    letter-spacing: -.025em; }
  .section-tools__block {
    position: relative; }
    @media (min-width: 768px) {
      .section-tools__block {
        margin: 0 30px 0 0; } }
    @media (min-width: 992px) {
      .section-tools__block {
        margin: 0 62px 0 0; } }
    @media (min-width: 1280px) {
      .section-tools__block {
        margin: 0; } }
    @media (min-width: 1800px) {
      .section-tools__block {
        margin: 0 42px 0 0; } }
  .section-tools__item-holder {
    display: flex;
    flex-flow: column-reverse nowrap; }
    @media (min-width: 768px) {
      .section-tools__item-holder {
        flex-flow: row nowrap;
        align-items: flex-start; } }
  .section-tools__item-img {
    margin: 22px 0 0; }
    @media (min-width: 768px) {
      .section-tools__item-img {
        flex-shrink: 0;
        width: 47.128%;
        margin: 0;
        max-width: 607px; } }
    .section-tools__item-img img {
      margin: 0 auto; }
      @media (min-width: 768px) {
        .section-tools__item-img img {
          margin: 0;
          width: 100%;
          height: auto; } }
      @media (max-width: 500px) {
        .section-tools__item-img img {
          width: 100%;
          height: 412px;
          object-fit: cover;
          object-position: center; } }
  @media (min-width: 768px) {
    .section-tools__item-box {
      flex-grow: 1;
      padding: 0 50px 0 30px;
      overflow: hidden;
      align-self: center; } }
  @media (min-width: 992px) {
    .section-tools__item-box {
      padding: 0 40px;
      max-width: 630px; } }
  @media (min-width: 1800px) {
    .section-tools__item-box {
      padding: 0 70px 47px; } }
  @media (min-width: 1900px) {
    .section-tools__item-box {
      padding: 0 90px 47px; } }
  @media (min-width: 992px) {
    .section-tools__item-text {
      max-width: 87%; } }
  @media (min-width: 992px) {
    .section-tools .btn-block {
      padding: 15px 0 0; } }
  @media (min-width: 1440px) {
    .section-tools .btn-block {
      padding: 31px 0 0; } }
  @media (max-width: 767px) {
    .section-tools__arrows {
      display: none; } }
  .section-tools__nav {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 18px;
    max-width: 280px; }
    @media (min-width: 500px) {
      .section-tools__nav {
        max-width: 460px;
        font-size: 14px; } }
    @media (min-width: 768px) {
      .section-tools__nav {
        display: none; } }
    .section-tools__nav-holder {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center; }
      .section-tools__nav-holder .slick-slide {
        width: 140px; }
        @media (min-width: 500px) {
          .section-tools__nav-holder .slick-slide {
            width: 230px; } }
      .section-tools__nav-holder a {
        display: block;
        padding: 11px 15px;
        border-bottom: 1px solid #d5d5d5;
        color: #bebebe; }
      .section-tools__nav-holder .slick-current > a {
        color: #000;
        border-bottom-color: #000; }

/* Section Team Styles */
.section-team {
  position: relative;
  min-height: 394px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background: #181d24;
  text-align: center;
  color: #fff; }
  @media (min-width: 992px) {
    .section-team {
      min-height: 600px; } }
  @media (min-width: 1200px) {
    .section-team {
      min-height: 777px; } }
  .section-team h2, .section-team h3 {
    color: inherit; }
  @media (min-width: 500px) and (max-width: 767px) {
    .section-team h2 {
      margin: 0 0 12px; } }
  @media (min-width: 1600px) {
    .section-team h2 {
      margin-bottom: 30px; } }
  .section-team p {
    letter-spacing: -.025em; }
  .section-team__frame {
    width: 100%;
    position: relative;
    z-index: 50;
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-team__holder {
    max-width: 470px;
    margin: 0 auto;
    padding: 17px 10px 0; }
    @media (min-width: 768px) {
      .section-team__holder {
        padding: 0; } }
    @media (min-width: 992px) {
      .section-team__holder {
        max-width: 608px; } }
    @media (min-width: 1200px) {
      .section-team__holder {
        margin-bottom: 27px;
        max-width: 718px; } }
  .section-team__bg {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    background: #181d24;
    right: 0;
    bottom: 0; }
    .section-team__bg img {
      object-fit: cover;
      object-position: 50% 0;
      opacity: .4;
      width: 100%;
      height: 100%; }
  .section-team__logo {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 60;
    transform: translateY(-50%);
    width: 80px;
    display: none; }
    @media (min-width: 768px) {
      .section-team__logo {
        left: 20px;
        display: block; } }
    @media (min-width: 992px) {
      .section-team__logo {
        left: 40px;
        width: 119px; } }
    @media (min-width: 1200px) {
      .section-team__logo {
        left: 69px;
        top: calc(50% - 11px); } }
  .section-team .btn-block {
    padding: 5px 0 0; }
    @media (min-width: 992px) {
      .section-team .btn-block {
        padding: 9px 0 0; } }

/* Section Testimonials Styles */
.section-testimonials {
  position: relative;
  padding: 41px 0 50px;
  text-align: center; }
  @media (min-width: 768px) {
    .section-testimonials {
      text-align: left; } }
  @media (min-width: 1200px) {
    .section-testimonials {
      padding: 120px 0; } }
  @media (min-width: 1440px) {
    .section-testimonials {
      padding: 200px 0; } }
  @media (min-width: 1600px) {
    .section-testimonials {
      padding: 232px 0; } }
  .section-testimonials .container {
    max-width: 1370px; }
  @media (min-width: 768px) {
    .section-testimonials__frame {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; } }
  .section-testimonials__holder {
    display: flex;
    flex-flow: column-reverse nowrap; }
    @media (min-width: 768px) {
      .section-testimonials__holder {
        flex-grow: 1;
        max-width: 1000px;
        width: calc(100% - 110px);
        flex-flow: row nowrap; } }
    @media (min-width: 992px) {
      .section-testimonials__holder {
        width: calc(100% - 160px); } }
    @media (min-width: 1600px) {
      .section-testimonials__holder {
        width: calc(100% - 200px); } }
  .section-testimonials__img {
    margin: 42px auto 0;
    max-width: 570px;
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .section-testimonials__img {
        width: 57%;
        flex-shrink: 0;
        z-index: 50;
        margin: 0 5% 0 0;
        max-width: inherit; } }
    @media (min-width: 992px) {
      .section-testimonials__img {
        width: 50%; } }
    @media (min-width: 1280px) {
      .section-testimonials__img {
        width: 57.8%; } }
    @media (min-width: 1800px) {
      .section-testimonials__img {
        margin: 0 7.25% 0 0; } }
    .section-testimonials__img img {
      margin: 0 auto; }
      @media (min-width: 768px) {
        .section-testimonials__img img {
          margin: 0;
          width: 100%;
          height: auto; } }
      @media (max-width: 500px) {
        .section-testimonials__img img {
          width: 100%;
          height: 472px;
          object-fit: cover;
          object-position: center; } }
    .section-testimonials__img:after {
      width: 242px;
      height: 242px;
      position: absolute;
      background: #b6978c;
      bottom: -9.1%;
      left: -20.5%;
      border-radius: 50%;
      z-index: -1;
      content: ""; }
      @media (min-width: 768px) {
        .section-testimonials__img:after {
          width: 150px;
          bottom: -11%;
          left: -20%;
          height: 150px; } }
      @media (min-width: 992px) {
        .section-testimonials__img:after {
          width: 230px;
          height: 230px; } }
      @media (min-width: 1440px) {
        .section-testimonials__img:after {
          width: 297px;
          height: 297px; } }
  .section-testimonials__slider-area {
    position: relative;
    z-index: 50; }
    @media (min-width: 768px) {
      .section-testimonials__slider-area {
        width: 45%;
        padding: 30px 0 20px; } }
    @media (min-width: 1280px) {
      .section-testimonials__slider-area {
        width: 37.2%; } }
    @media (min-width: 1600px) {
      .section-testimonials__slider-area {
        padding: 79px 0 60px; } }
    @media (min-width: 1800px) {
      .section-testimonials__slider-area {
        width: 34.95%; } }
  .section-testimonials__slides {
    position: static; }
    .section-testimonials__slides .slick-track {
      display: flex;
      align-items: center; }
  .section-testimonials h2 {
    margin: 0 0 12px; }
    @media (min-width: 768px) {
      .section-testimonials h2 {
        margin: 0 0 30px -30%; } }
    @media (min-width: 1280px) {
      .section-testimonials h2 {
        margin: 0 0 15px -38%; } }
    @media (min-width: 1440px) {
      .section-testimonials h2 {
        margin-bottom: 35px; } }
    @media (min-width: 1600px) {
      .section-testimonials h2 {
        margin-bottom: 54px; } }
    @media (max-width: 767px) {
      .section-testimonials h2 br {
        display: none; } }
  .section-testimonials__img-small {
    display: none; }
    @media (min-width: 768px) {
      .section-testimonials__img-small {
        flex-shrink: 0;
        display: block;
        width: 100px;
        margin: 0 0 0 10px; } }
    @media (min-width: 992px) {
      .section-testimonials__img-small {
        width: 150px; } }
    @media (min-width: 1280px) {
      .section-testimonials__img-small {
        margin: 0 -24px 0 10px; } }
    @media (min-width: 1600px) {
      .section-testimonials__img-small {
        width: 190px; } }
  .section-testimonials blockquote {
    margin: 0; }
    .section-testimonials blockquote q {
      quotes: none;
      display: block;
      margin: 0 0 15px;
      letter-spacing: -.025em; }
      @media (min-width: 992px) {
        .section-testimonials blockquote q {
          margin: 0 0 30px; } }
      @media (min-width: 1280px) {
        .section-testimonials blockquote q {
          margin: 0 0 20px; } }
      @media (min-width: 1600px) {
        .section-testimonials blockquote q {
          margin: 0 0 44px; } }
    .section-testimonials blockquote cite {
      display: block;
      font-style: normal;
      font-size: 15px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: #181d24; }
      @media (min-width: 500px) and (max-width: 767px) {
        .section-testimonials blockquote cite {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .section-testimonials blockquote cite {
          font-size: 16px; } }
      @media (min-width: 1600px) {
        .section-testimonials blockquote cite {
          font-size: 18px;
          margin: 0 0 0 7px; } }
      .section-testimonials blockquote cite strong {
        display: block;
        font-weight: 500; }
  .section-testimonials .slick-dots {
    padding: 20px 0 0; }
    @media (min-width: 768px) {
      .section-testimonials .slick-dots {
        position: absolute;
        left: 0;
        padding: 0;
        justify-content: flex-start;
        bottom: 5px; } }
    @media (min-width: 1600px) {
      .section-testimonials .slick-dots {
        bottom: 23px;
        padding: 0 0 0 7px; } }

/* Section CTA Styles */
.section-cta {
  position: relative;
  text-align: center;
  padding: 50px 0 80px; }
  @media (min-width: 768px) {
    .section-cta {
      padding: 120px 0 150px; } }
  @media (min-width: 1200px) {
    .section-cta {
      padding: 150px 0 210px; } }
  @media (min-width: 1600px) {
    .section-cta {
      padding: 177px 0 289px; } }
  .section-cta .container {
    max-width: 1640px; }
  .subpage .section-cta {
    padding: 50px 0; }
    @media (min-width: 768px) {
      .subpage .section-cta {
        padding: 50px 0 103px; } }
    @media (min-width: 992px) {
      .subpage .section-cta {
        padding: 60px 0 138px; } }
    @media (min-width: 1200px) {
      .subpage .section-cta {
        padding-bottom: 150px; } }
    @media (min-width: 1440px) {
      .subpage .section-cta {
        padding: 80px 0 193px; } }
  .section-cta__frame {
    display: flex;
    align-items: center; }
  .section-cta__img-left, .section-cta__img-right {
    display: none; }
    @media (min-width: 768px) {
      .section-cta__img-left, .section-cta__img-right {
        flex-shrink: 0;
        width: 180px;
        display: block;
        position: relative; } }
    @media (min-width: 992px) {
      .section-cta__img-left, .section-cta__img-right {
        width: 260px; } }
    @media (min-width: 1200px) {
      .section-cta__img-left, .section-cta__img-right {
        width: 300px; } }
    @media (min-width: 1440px) {
      .section-cta__img-left, .section-cta__img-right {
        width: 378px; } }
    .section-cta__img-left img, .section-cta__img-right img {
      width: 100%; }
  @media (min-width: 1600px) {
    .section-cta__img-left {
      margin-left: -24px; } }
  @media (min-width: 768px) {
    .section-cta__img-small {
      position: absolute;
      right: -10%;
      bottom: -24.1%;
      width: 110px; } }
  @media (min-width: 992px) {
    .section-cta__img-small {
      width: 150px; } }
  @media (min-width: 1200px) {
    .section-cta__img-small {
      width: 199px;
      right: -20%; } }
  .section-cta__img-small img {
    width: 100%; }
  .section-cta__holder {
    flex-grow: 1;
    overflow: hidden; }
    @media (min-width: 768px) {
      .section-cta__holder {
        padding: 40px; } }
    @media (min-width: 1600px) {
      .section-cta__holder {
        padding-top: 97px; } }
  .section-cta h2 {
    margin: 0 0 20px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .section-cta h2 {
        font-size: 35px; } }
    @media (min-width: 1600px) {
      .section-cta h2 {
        margin: 0 0 42px; } }

/* Visual Mortgage Styles */
.visual--centered .visual__row {
  flex-grow: inherit; }

.visual--mortgage {
  text-align: center;
  color: #181d24; }
  @media (min-width: 992px) {
    .visual--mortgage {
      text-align: left; } }
  .visual--mortgage .container-small {
    max-width: 1370px; }
  @media (min-width: 1440px) {
    .visual--mortgage .visual__content {
      min-height: inherit; } }
  .visual--mortgage .btn {
    display: block; }
  .visual--mortgage h1 {
    line-height: 1;
    margin: 0 0 15px;
    text-transform: none;
    letter-spacing: -1px; }
    @media (min-width: 1440px) {
      .visual--mortgage h1 {
        margin: 0 0 23px;
        font-size: 80px; } }
  .visual--mortgage .visual__head {
    position: relative;
    margin: 0 0 20px; }
    @media (min-width: 992px) {
      .visual--mortgage .visual__head {
        margin: 0 0 39px; } }
  .visual--mortgage .visual__block {
    width: 100%;
    padding: 0 0 20px; }
    @media (min-width: 500px) {
      .visual--mortgage .visual__block {
        padding-bottom: 40px; } }
    @media (min-width: 768px) {
      .visual--mortgage .visual__block {
        padding-bottom: 90px; } }
    @media (min-width: 992px) {
      .visual--mortgage .visual__block {
        padding: 0 0 30px; } }
  .visual--mortgage .visual__row {
    align-items: center;
    justify-content: space-around; }
    @media (min-width: 1280px) {
      .visual--mortgage .visual__row {
        justify-content: space-between; } }
  .visual--mortgage .visual__content {
    padding: 0 20px; }
    @media (min-width: 576px) {
      .visual--mortgage .visual__content {
        max-width: 500px;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      .visual--mortgage .visual__content {
        margin: 0;
        max-width: 507px;
        padding-bottom: 35px; } }
    .visual--mortgage .visual__content .visual__agent {
      display: block; }
      @media (min-width: 992px) {
        .visual--mortgage .visual__content .visual__agent {
          display: none; } }
  .visual--mortgage .subtitle {
    display: block;
    position: relative;
    font-weight: 400;
    vertical-align: top;
    text-transform: none;
    max-width: 100%;
    margin: 0 0 20px;
    font-size: 16px;
    letter-spacing: 0.07px; }
    @media (min-width: 500px) {
      .visual--mortgage .subtitle {
        margin: 0 0 22px;
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .visual--mortgage .subtitle {
        font-size: 18px; } }
  .visual--mortgage .visual__tools {
    position: relative;
    background: none;
    text-align: inherit;
    border: 0;
    padding: 0; }
    .visual--mortgage .visual__tools .subtitle {
      margin: 0 0 18px;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.8px;
      padding: 0;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .visual--mortgage .visual__tools .subtitle {
          margin: 0 0 26px; } }
      @media (min-width: 1440px) {
        .visual--mortgage .visual__tools .subtitle {
          font-size: 18px; } }
    .visual--mortgage .visual__tools .subtext {
      display: inline-block;
      font-size: 14px;
      margin: 0 0 17px;
      position: relative; }
      @media (min-width: 500px) {
        .visual--mortgage .visual__tools .subtext {
          padding-right: 30px; } }
      @media (min-width: 1200px) {
        .visual--mortgage .visual__tools .subtext {
          font-size: 18px;
          margin: 0 0 18px; } }
      .visual--mortgage .visual__tools .subtext i {
        font-size: 110%;
        position: relative;
        top: 7px; }
        @media (min-width: 500px) {
          .visual--mortgage .visual__tools .subtext i {
            position: absolute;
            right: 0; } }
  @media (min-width: 992px) {
    .visual--mortgage .visual__btns {
      max-width: inherit;
      margin: 0; } }
  .visual--mortgage .visual__btns .button.button-lg {
    display: block;
    max-width: 445px; }
    @media (min-width: 992px) {
      .visual--mortgage .visual__btns .button.button-lg {
        padding: 21px 20px;
        max-width: 490px; } }
  .visual--mortgage .visual__link-holder {
    font-size: 14px; }
    @media (min-width: 1200px) {
      .visual--mortgage .visual__link-holder {
        font-size: 14px;
        margin: 0 -9px 0 0; } }
  .visual--mortgage .visual__link {
    text-decoration: underline;
    display: inline-block;
    vertical-align: top;
    color: #181d24;
    font-weight: 400; }
    .visual--mortgage .visual__link:hover, .visual--mortgage .visual__link:focus {
      color: #b6978c; }
  .visual--mortgage .visual__meta {
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 10;
    width: auto;
    font-size: 9px;
    color: #fff;
    padding: 0 19px 0 0; }
    @media (min-width: 500px) {
      .visual--mortgage .visual__meta {
        font-size: 10px;
        bottom: -38px;
        width: auto; } }
    @media (min-width: 992px) {
      .visual--mortgage .visual__meta {
        font-size: 12px;
        bottom: -43px; } }
    @media (min-width: 1280px) {
      .visual--mortgage .visual__meta {
        padding: 0;
        letter-spacing: .05em; } }
    .visual--mortgage .visual__meta ul {
      margin: 0 -5px;
      padding: 0;
      list-style: none;
      justify-content: space-around;
      display: flex;
      flex-flow: row wrap;
      align-items: center; }
      @media (min-width: 500px) {
        .visual--mortgage .visual__meta ul {
          margin: 0 -10px;
          padding-right: 28px; } }
      @media (min-width: 992px) {
        .visual--mortgage .visual__meta ul {
          margin: 0 -10px;
          padding-right: 41px; } }
      @media (min-width: 1280px) {
        .visual--mortgage .visual__meta ul {
          padding: 0; } }
      @media (min-width: 1440px) {
        .visual--mortgage .visual__meta ul {
          margin: 0 -15px;
          padding: 0 15px; } }
      .visual--mortgage .visual__meta ul li {
        padding: 0 6px;
        position: relative; }
        @media (min-width: 500px) {
          .visual--mortgage .visual__meta ul li {
            padding: 0 10px; } }
        @media (min-width: 1440px) {
          .visual--mortgage .visual__meta ul li {
            padding: 0 15px; } }
        .visual--mortgage .visual__meta ul li + li:before {
          position: absolute;
          left: 0;
          top: 50%;
          width: 1px;
          height: 12px;
          content: '';
          background: #3d4652;
          transform: translateY(-50%); }
          @media (min-width: 500px) {
            .visual--mortgage .visual__meta ul li + li:before {
              height: 14px; } }
          @media (min-width: 992px) {
            .visual--mortgage .visual__meta ul li + li:before {
              left: -1px;
              width: 2px;
              height: 20px; } }
        .visual--mortgage .visual__meta ul li a {
          color: inherit;
          display: flex;
          align-items: center;
          position: relative; }
          .visual--mortgage .visual__meta ul li a strong {
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.2px;
            transition: opacity 0.25s ease-in-out; }
          .visual--mortgage .visual__meta ul li a i {
            flex-shrink: 0;
            margin: 0 3px 0 0;
            line-height: 20px;
            transition: opacity 0.25s ease-in-out; }
            @media (min-width: 500px) {
              .visual--mortgage .visual__meta ul li a i {
                margin: 0 5px 0 0; } }
            @media (min-width: 992px) {
              .visual--mortgage .visual__meta ul li a i {
                margin: 0 9px 0 0; } }
            @media (min-width: 1280px) {
              .visual--mortgage .visual__meta ul li a i {
                font-size: 15px; } }
            @media (min-width: 1440px) {
              .visual--mortgage .visual__meta ul li a i {
                font-size: 18px; } }
            .visual--mortgage .visual__meta ul li a i.icon-phone {
              font-size: 12px;
              margin-top: -2px; }
              @media (min-width: 500px) {
                .visual--mortgage .visual__meta ul li a i.icon-phone {
                  font-size: 14px; } }
              @media (min-width: 992px) {
                .visual--mortgage .visual__meta ul li a i.icon-phone {
                  font-size: 17px; } }
              @media (min-width: 1280px) {
                .visual--mortgage .visual__meta ul li a i.icon-phone {
                  font-size: 19px; } }
              @media (min-width: 1440px) {
                .visual--mortgage .visual__meta ul li a i.icon-phone {
                  font-size: 21px; } }
          .visual--mortgage .visual__meta ul li a:hover i,
          .visual--mortgage .visual__meta ul li a:hover .visual__meta-text, .visual--mortgage .visual__meta ul li a:focus i,
          .visual--mortgage .visual__meta ul li a:focus .visual__meta-text {
            opacity: 0.75; }
          .visual--mortgage .visual__meta ul li a:hover .visual__meta-tooltip, .visual--mortgage .visual__meta ul li a:focus .visual__meta-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) scaleY(1); }
    .visual--mortgage .visual__meta-tooltip {
      position: absolute;
      left: 50%;
      top: 100%;
      transform: translateX(-50%) scaleY(0);
      background: #181d24;
      color: #fff;
      font-size: 12px;
      transition: all .2s ease-in-out;
      line-height: 1.5;
      padding: 8px 15px;
      min-width: 162px;
      border: 1px solid #181d24;
      visibility: hidden;
      text-align: center;
      z-index: 10;
      opacity: 0;
      border-radius: 20px;
      margin-top: 10px; }
      .visual--mortgage .visual__meta-tooltip span {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        z-index: 10; }
      .visual--mortgage .visual__meta-tooltip:before {
        width: 10px;
        height: 10px;
        content: "";
        border: 1px solid #181d24;
        background: #181d24;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        bottom: 100%;
        margin-bottom: -6px; }
  .visual--mortgage--center h1 {
    margin-left: 0;
    margin-right: 0; }
  .visual--mortgage--center .visual__agent {
    display: none; }
  @media (min-width: 576px) {
    .visual--mortgage--center .visual__head:after {
      left: 50%;
      transform: translateX(-50%); } }
  @media (min-width: 576px) {
    .visual--mortgage--center .subtitle {
      text-align: center; } }
  .visual--mortgage--center .visual__content {
    margin: 0 auto;
    text-align: center;
    min-height: inherit; }
    @media (min-width: 768px) {
      .visual--mortgage--center .visual__content {
        max-width: 520px; } }
    @media (min-width: 992px) {
      .visual--mortgage--center .visual__content {
        max-width: 520px; } }
    @media (min-width: 1200px) {
      .visual--mortgage--center .visual__content {
        max-width: 700px; } }
    @media (min-width: 576px) {
      .visual--mortgage--center .visual__content .visual__info {
        justify-content: center; } }
    .visual--mortgage--center .visual__content .visual__agent {
      display: none; }
  .visual--mortgage--center .visual__tools-list {
    text-align: center;
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 992px) {
      .visual--mortgage--center .visual__tools-list {
        margin-right: auto;
        margin-left: auto;
        justify-content: center; } }
  @media (min-width: 992px) {
    .visual--mortgage--center .visual__btns {
      max-width: 490px;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .visual--mortgage--center .visual__block {
      padding: 0 0 50px; } }
  @media (min-width: 1200px) {
    .visual--mortgage--center .visual__block {
      padding: 0; } }

.visual__info {
  margin: 0 -10px 0 -12px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.59;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-weight: 400;
  justify-content: center; }
  @media (min-width: 992px) {
    .visual__info {
      margin: 0 -13px; } }
  @media (min-width: 992px) {
    .visual__info {
      justify-content: flex-start; } }
  @media (min-width: 1440px) {
    .visual__info {
      font-size: 16px; } }
  .visual__info > li {
    position: relative;
    width: 100%;
    padding: 0 10px 0 12px; }
    @media (min-width: 500px) {
      .visual__info > li {
        width: auto; } }
    @media (min-width: 992px) {
      .visual__info > li {
        padding: 0 13px; } }
    @media (min-width: 500px) {
      .visual__info > li:before {
        position: absolute;
        left: 0;
        top: 5px;
        bottom: 3px;
        background: #181d24;
        content: "";
        width: 1px; } }
    .visual__info > li:first-child:before {
      display: none; }
  .visual__info-category {
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    letter-spacing: .05em; }

.visual__tools {
  margin: 0 0 29px;
  text-align: center;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.12);
  padding: 20px 20px 5px; }
  @media (min-width: 500px) {
    .visual__tools {
      padding: 21px 20px 30px; } }
  .visual__tools-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    margin: 0 0 13px; }
    @media (min-width: 992px) {
      .visual__tools-icon {
        margin: 0 0 8px; } }
    .visual__tools-icon .fill-primary {
      fill: #ac835f; }
    .visual__tools-icon .fill-secondary {
      fill: #181d24; }
    .visual__tools-icon .fill-white {
      fill: #fff; }
    .visual__tools-icon tspan {
      white-space: pre; }
    .visual__tools-icon .text-fill {
      font-size: 20px;
      font-weight: 600;
      font-family: "Work Sans", "Helvetica", sans-serif; }
    .visual__tools-icon img {
      max-height: 100%;
      width: auto;
      display: block; }
  .visual__tools-list {
    display: inline-flex;
    flex-flow: row wrap;
    padding: 0;
    color: #181d24;
    list-style: none;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    max-width: inherit;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 -7px; }
    @media (min-width: 500px) {
      .visual__tools-list {
        display: flex;
        padding-right: 2px;
        margin-bottom: 25px; } }
    .visual__tools-list > li {
      padding: 0 7px 15px;
      display: flex;
      width: 100%;
      border: 0; }
      @media (min-width: 500px) {
        .visual__tools-list > li {
          width: 33.33%;
          padding-bottom: 0; } }
      .visual__tools-list > li > a {
        display: block;
        padding: 15px 0;
        width: 100%;
        letter-spacing: .025em;
        background: #fff;
        color: inherit;
        border: 1px solid #ddd; }
        @media (min-width: 500px) {
          .visual__tools-list > li > a {
            padding: 23px 5px 29px; } }
        .visual__tools-list > li > a:hover, .visual__tools-list > li > a:focus {
          color: #b6978c; }
        .visual__tools-list > li > a strong {
          font-weight: 600; }

.visual__agent {
  width: 100%;
  max-width: 250px;
  flex-shrink: 0;
  position: relative;
  margin: 70px auto 90px;
  padding: 0 20px;
  display: none; }
  @media (min-width: 500px) {
    .visual__agent {
      max-width: 369px;
      left: -20px;
      margin: 90px auto 120px; } }
  @media (min-width: 992px) {
    .visual__agent {
      width: 40%;
      margin: 0 70px 70px 70px;
      padding: 0;
      left: 0;
      max-width: inherit;
      display: flex; } }
  @media (min-width: 1280px) {
    .visual__agent {
      width: 38.5%;
      margin: 77px -45px 70px 0; } }
  @media (min-width: 1440px) {
    .visual__agent {
      width: 37.5%;
      margin: 77px -30px 135px 0; } }
  @media (min-width: 1600px) {
    .visual__agent {
      margin-right: 0; } }
  @media (min-width: 1800px) {
    .visual__agent {
      margin-right: 70px; } }
  .visual__agent-small {
    position: absolute;
    right: -20px;
    top: -52px;
    width: 30%;
    z-index: -1; }
    @media (min-width: 500px) {
      .visual__agent-small {
        width: 34%;
        right: -69px; } }
    @media (min-width: 992px) {
      .visual__agent-small {
        right: -50px;
        top: -48px;
        width: 30%; } }
    @media (min-width: 1280px) {
      .visual__agent-small {
        right: -72px;
        top: -76px;
        width: 36.9%;
        max-width: 183px; } }
    @media (min-width: 1440px) {
      .visual__agent-small {
        right: -17%; } }
    .visual__agent-small img {
      width: 100%;
      height: auto;
      display: block; }
  .visual__agent-smallcompany {
    position: absolute;
    left: -20px;
    bottom: -40px;
    width: 35%;
    max-width: 225px;
    z-index: -1; }
    @media (min-width: 500px) {
      .visual__agent-smallcompany {
        width: 38%;
        left: -26px;
        bottom: -70px; } }
    @media (min-width: 992px) {
      .visual__agent-smallcompany {
        width: 34%;
        left: -12%;
        bottom: -70px; } }
    @media (min-width: 1280px) {
      .visual__agent-smallcompany {
        width: 40%;
        left: -16%;
        bottom: -100px; } }
    @media (min-width: 1440px) {
      .visual__agent-smallcompany {
        bottom: -100px; } }
    @media (min-width: 1600px) {
      .visual__agent-smallcompany {
        width: 40%;
        left: -16%; } }
    @media (min-width: 1700px) {
      .visual__agent-smallcompany {
        width: 45%;
        left: -22%; } }
  .visual__agent-main {
    width: 100%;
    overflow: hidden;
    min-height: 237px;
    max-height: 237px;
    height: 237px; }
    @media (min-width: 500px) {
      .visual__agent-main {
        min-height: 372px;
        max-height: 372px;
        height: 372px; } }
    @media (min-width: 992px) {
      .visual__agent-main {
        min-height: 449px;
        max-height: 564px;
        height: auto; } }
    @media (min-width: 1280px) {
      .visual__agent-main {
        min-height: 390px;
        max-height: 458px; } }
    @media (min-width: 1440px) {
      .visual__agent-main {
        min-height: 458px;
        max-height: 526px; } }
    @media (min-width: 1600px) {
      .visual__agent-main {
        min-height: 475px;
        max-height: 560px; } }
    @media (min-width: 1800px) {
      .visual__agent-main {
        min-height: 497px;
        max-height: 564px; } }
    .visual__agent-main img {
      width: 100%;
      height: 100%;
      max-width: inherit;
      display: block;
      object-fit: cover;
      object-position: center top; }
  .visual__agent .circle {
    width: 240px;
    height: 240px;
    background: #b6978c;
    right: -20px;
    bottom: -60px;
    position: absolute;
    border-radius: 100%;
    z-index: -2; }
    @media (min-width: 500px) {
      .visual__agent .circle {
        width: 390px;
        height: 390px;
        right: -58px;
        bottom: -65px; } }
    @media (min-width: 992px) {
      .visual__agent .circle {
        width: 420px;
        height: 420px;
        right: -40px;
        bottom: -85px; } }
    @media (min-width: 1280px) {
      .visual__agent .circle {
        width: 420px;
        height: 420px;
        right: -90px;
        bottom: -100px; } }
    @media (min-width: 1440px) {
      .visual__agent .circle {
        right: -20%;
        bottom: -137px; } }
    @media (min-width: 1600px) {
      .visual__agent .circle {
        width: 420px;
        height: 420px;
        right: -22.9%; } }
    @media (min-width: 1700px) {
      .visual__agent .circle {
        width: 470px;
        height: 470px; } }
    @media (min-width: 1879px) {
      .visual__agent .circle {
        width: 546px;
        height: 546px; } }
    .visual__agent .circle:before {
      width: 108%;
      height: 108%;
      position: absolute;
      left: -4%;
      top: -4%;
      border-radius: 100%;
      content: '';
      border: 1px solid #b6978c; }

/* Section About Styles */
.section-about {
  position: relative;
  padding: 41px 0 50px;
  text-align: center; }
  @media (min-width: 768px) {
    .section-about {
      text-align: left; } }
  @media (min-width: 1200px) {
    .section-about {
      padding: 120px 0; } }
  @media (min-width: 1440px) {
    .section-about {
      padding: 120px 0 160px; } }
  .section-about .container {
    max-width: 1370px; }
  @media (min-width: 768px) {
    .section-about__frame {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; } }
  .section-about__holder {
    display: flex;
    align-items: center;
    flex-flow: column-reverse nowrap; }
    @media (min-width: 768px) {
      .section-about__holder {
        flex-grow: 1;
        width: calc(100% - 110px);
        flex-flow: row nowrap; } }
    @media (min-width: 992px) {
      .section-about__holder {
        width: calc(100% - 160px); } }
    @media (min-width: 1600px) {
      .section-about__holder {
        width: calc(100% - 200px); } }
  .section-about__img {
    margin: 42px auto 0;
    max-width: 570px;
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .section-about__img {
        width: 48%;
        flex-shrink: 0;
        z-index: 50;
        margin: 0 3% 0 0;
        max-width: inherit; } }
    @media (min-width: 992px) {
      .section-about__img {
        width: 50%;
        margin: 0 3% 0 0; } }
    @media (min-width: 1280px) {
      .section-about__img {
        width: 49.8%;
        margin: 0 4% 0 0; } }
    @media (min-width: 1800px) {
      .section-about__img {
        margin: 0 6.55% 0 0; } }
    .section-about__img img {
      margin: 0 auto; }
      @media (min-width: 768px) {
        .section-about__img img {
          margin: 0;
          width: 100%;
          height: auto; } }
      @media (max-width: 500px) {
        .section-about__img img {
          width: 100%;
          height: 472px;
          object-fit: cover;
          object-position: center; } }
    .section-about__img:after {
      width: 242px;
      height: 242px;
      position: absolute;
      background: #b6978c;
      bottom: -9.1%;
      left: -20.5%;
      border-radius: 50%;
      z-index: -1;
      content: ""; }
      @media (min-width: 768px) {
        .section-about__img:after {
          width: 150px;
          bottom: -11%;
          left: -20%;
          height: 150px; } }
      @media (min-width: 992px) {
        .section-about__img:after {
          width: 230px;
          height: 230px; } }
      @media (min-width: 1440px) {
        .section-about__img:after {
          width: 297px;
          height: 297px; } }
  @media (min-width: 992px) {
    .section-about__content {
      padding-right: 3%; } }
  @media (min-width: 1280px) {
    .section-about__content {
      padding-right: 4%; } }
  @media (min-width: 1800px) {
    .section-about__content {
      padding-right: 6.6%; } }
  .section-about h2 {
    margin: 0 0 12px; }
    @media (min-width: 768px) {
      .section-about h2 {
        margin: 0 0 15px;
        max-width: 300px; } }
    @media (min-width: 1800px) {
      .section-about h2 {
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .section-about h2 br {
        display: none; } }
  .section-about p {
    letter-spacing: -0.4px;
    margin: 0 0 15px; }
    @media (min-width: 1280px) {
      .section-about p {
        font-size: 14px; } }
    @media (min-width: 1440px) {
      .section-about p {
        font-size: 16px; } }
    @media (min-width: 1800px) {
      .section-about p {
        margin: 0 0 22px; } }
  .section-about .btn-block {
    padding: 19px 0 0; }
  .section-about__img-small {
    display: none; }
    @media (min-width: 768px) {
      .section-about__img-small {
        flex-shrink: 0;
        width: 100px;
        margin: 0 0 0 10px; } }
    @media (min-width: 992px) {
      .section-about__img-small {
        width: 150px;
        display: block; } }
    @media (min-width: 1280px) {
      .section-about__img-small {
        margin: 0 -24px 0 10px; } }
    @media (min-width: 1600px) {
      .section-about__img-small {
        width: 190px; } }
