body {
  padding: 0;
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.the-content ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none; }
  .the-content ul li {
    padding-left: 1.5em;
    margin-bottom: 5px;
    list-style: none;
    position: relative; }
    .the-content ul li:before {
      content: '•';
      font-size: 25px;
      position: absolute;
      left: 0;
      top: 0; }
    .the-content ul li ul li:before {
      content: '○';
      font-size: 16px; }
  .the-content ol {
    padding: 0;
    margin: 0 0 20px;
    counter-reset: top-level-ol-counter;
    list-style: none; }
  .the-content ol > li {
    padding-left: 1.5em;
    margin-bottom: 5px;
    list-style: none;
    counter-increment: top-level-ol-counter;
    position: relative; }
    .the-content ol > li:before {
      content: counter(top-level-ol-counter);
      position: absolute;
      top: 0;
      left: 0; }
    .the-content ol > li ol {
      padding-top: 10px;
      padding-bottom: 0;
      counter-reset: child-level-ol-counter; }
    .the-content ol > li li {
      padding-left: 1.5em;
      position: relative;
      counter-increment: child-level-ol-counter; }
      .the-content ol > li li:before {
        content: counter(child-level-ol-counter,lower-roman); }
  .the-content .gallery {
    padding: 40px 0; }

.gfield.gform_validation_container {
  display: none; }
  .gfield.gfield_error input, .gfield.gfield_error textarea {
    color: darkred; }
  .gfield input, .gfield textarea {
    border: 0; }

.gform_confirmation_message {
  color: darkgreen; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

.alignright {
  float: right; }

.aligncenter {
  margin: 0 auto;
  display: block; }

.alignleft {
  float: left; }

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

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

.text-right {
  text-align: right; }

.bold, strong, b {
  font-weight: bold; }

.undo-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none; }

.undo-li {
  margin-bottom: 0;
  list-style: none;
  list-style-type: none; }

.undo-p {
  margin: 0; }
/*a {
 outline: 0;
 text-decoration: none;
 }
 a:visited {
 outline: 0;
 color: inherit;
 text-decoration: none;
 }
 a:focus {
 outline: 0;
 color: inherit;
 text-decoration: none;
 }
 a:active {
 outline: 0;
 color: inherit;
 text-decoration: none;
 }
 a:hover {
 text-decoration: none;
 }*/
a {
  text-decoration: none; }

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

svg {
  max-height: 100%; }

.clearfix:after, .cf:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.flat-left {
  padding-left: 0; }

.flat-right {
  padding-right: 0; }

.flat-both {
  padding-left: 0;
  padding-right: 0; }

.flat-top {
  padding-top: 0; }

.flat-bottom {
  padding-bottom: 0; }

.flat-vertical {
  padding-top: 0;
  padding-bottom: 0; }

.flat-all {
  padding: 0; }

.fleft {
  float: left; }

.fright {
  float: right; }

.float-none {
  float: none !important; }

.mfp-arrow::after, .mfp-arrow::before {
  display: none !important; }

.mfp-arrow-right {
  background: url("../fw/core/assets/images/chevron-right.svg") no-repeat center center !important;
  background-size: 30px 30px !important; }

.mfp-arrow-left {
  background: url("../fw/core/assets/images/chevron-left.svg") no-repeat center center !important;
  background-size: 30px 30px !important; }

.r {
  display: flex;
  flex-wrap: wrap; }

.gallery-columns-1 dl {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.gallery-columns-2 dl {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.gallery-columns-3 dl {
  width: 33.3333333333%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.gallery-columns-4 dl {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.gallery-columns-5 dl {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.gallery-columns-6 dl {
  width: 16.6666666667%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.gallery-columns-7 dl {
  width: 14.2857142857%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.gallery-columns-8 dl {
  width: 12.5%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.gallery-columns-9 dl {
  width: 11.1111111111%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

html, body {
  font: 400 14px 'Miriam Libre', sans-serif;
  color: black;
  overflow-x: hidden; }

strong {
  font-weight: 700; }

.btn, .formy input[type="submit"], .formy button {
  font: 700 15px 'Miriam Libre', sans-serif;
  color: white;
  padding: 20px 25px;
  display: inline-block;
  border-radius: 3px;
  background: #2d68c4;
  transition: background-color 200ms; }
  .btn:link, .formy input[type="submit"]:link, .formy button:link {
    color: white; }
  .btn:visited, .formy input[type="submit"]:visited, .formy button:visited {
    color: white; }
  .btn:hover, .formy input[type="submit"]:hover, .formy button:hover {
    background: #1f4786; }
  .btn.white, section.f.banner .desc .btn, section.f.banner .desc .formy input[type="submit"], .formy section.f.banner .desc input[type="submit"], section.f.banner .desc .formy button, .formy section.f.banner .desc button, .formy input[type="submit"].white, .formy button.white {
    color: #2d68c4;
    background: white; }
  .btn.white:hover, section.f.banner .desc .btn:hover, section.f.banner .desc .formy input[type="submit"]:hover, .formy section.f.banner .desc input[type="submit"]:hover, section.f.banner .desc .formy button:hover, .formy section.f.banner .desc button:hover, .formy input[type="submit"].white:hover, .formy button.white:hover {
    background: #eee; }
  .btn.red, .formy input[type="submit"].red, .formy button.red {
    color: white;
    background: #e34f4f; }

.wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

header {
  height: 200px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  background: white;
  transition: height 200ms; }
  header.shrink {
    height: 110px; }
  header.no-hamburger .logo-col {
    padding: 0 40px;
    display: flex;
    align-items: center;
    background: #fff; }
  header.no-hamburger .menu-col {
    display: flex;
    align-items: center; }
    header.no-hamburger .menu-col .pages {
      display: flex; }
      header.no-hamburger .menu-col .pages .page {
        padding: 0 10px;
        position: relative; }
        header.no-hamburger .menu-col .pages .page:hover > ul {
          display: block; }
        header.no-hamburger .menu-col .pages .page ul {
          width: 190px;
          padding: 10px;
          position: absolute;
          top: 100%;
          left: 10px;
          z-index: 500;
          border-radius: 3px;
          background: #f6f7f4;
          display: none; }
          header.no-hamburger .menu-col .pages .page ul li {
            margin-bottom: 15px; }
            header.no-hamburger .menu-col .pages .page ul li:last-of-type {
              margin-bottom: 0; }
            header.no-hamburger .menu-col .pages .page ul li a {
              font: 400 14px 'Miriam Libre', sans-serif; }
              header.no-hamburger .menu-col .pages .page ul li a:hover {
                color: #fff; }
      header.no-hamburger .menu-col .pages a {
        font: 600 18px 'Miriam Libre', sans-serif;
        color: #2d68c4; }
  header.no-hamburger .ham {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    display: none; }
    header.no-hamburger .ham svg {
      width: 100%;
      height: 100%;
      cursor: pointer; }
      header.no-hamburger .ham svg path {
        fill: #2d68c4; }
  header.with-hamburger .menu-col {
    width: 33.3333%;
    padding-left: 30px;
    display: flex;
    align-items: center; }
  header.with-hamburger .ham {
    width: 30px;
    height: 30px; }
    header.with-hamburger .ham svg {
      width: 100%;
      height: 100%;
      cursor: pointer; }
      header.with-hamburger .ham svg path {
        fill: #2d68c4; }
  header.with-hamburger .logo-col {
    width: 33.3333%;
    display: flex;
    align-items: center;
    justify-content: center; }
    header.with-hamburger .logo-col img {
      max-width: 250px; }
  header.with-hamburger .social-col {
    width: 33.3333%;
    display: flex;
    justify-content: flex-end; }
  header .social-col {
    display: flex;
    align-items: center; }
  header .social-col .phone {
    font: 700 24px 'Miriam Libre', sans-serif;
    color: #2a2a2a; }
  header .social-col .networks {
    padding: 0 20px;
    display: flex;
    align-items: center; }
    header .social-col .networks a {
      display: flex; }
  header .social-col svg {
    width: 40px;
    margin: 0 5px;
    height: 40px; }
    header .social-col svg path {
      fill: #2d68c4; }

.lang-switcher {
  padding-left: 10px; }
  .lang-switcher a {
    font: 600 18px 'Miriam Libre', sans-serif;
    color: #2a2a2a;
    text-transform: uppercase; }
  .lang-switcher a:hover {
    text-decoration: underline; }

#flex.p {
  padding-top: 200px; }
  #flex .f-title-bar {
    display: flex;
    justify-content: space-between; }
  #flex .f-title {
    margin-bottom: 50px;
    font: 700 22px 'Miriam Libre', sans-serif;
    color: #2d68c4; }
  #flex .f-title.white {
    color: white; }
  #flex .video {
    padding: 20px; }
  #flex .video iframe {
    width: 100% !important; }

section.f.banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  section.f.banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 104, 196, 0.6);
    z-index: 1; }
  section.f.banner.natural {
    padding: 180px 0; }
  section.f.banner.full {
    min-height: 100vh;
    display: flex;
    align-items: center; }
  section.f.banner.no-overlay:after {
    display: none; }
  section.f.banner .desc {
    position: relative;
    z-index: 2; }
    section.f.banner .desc h1, section.f.banner .desc h2, section.f.banner .desc h3, section.f.banner .desc h4, section.f.banner .desc h5, section.f.banner .desc h6 {
      margin-bottom: 30px;
      font: 700 38px 'Miriam Libre', sans-serif;
      color: white; }
    section.f.search {
      padding: 100px 0;
      overflow: hidden;
      position: relative;
      background: #f6f7f4; }
  section.f.search.with-photo {
    padding: 0; }
    section.f.search.with-photo .wrap {
      display: flex;
      justify-content: space-between; }
    section.f.search.with-photo form {
      width: 65%;
      padding: 100px 25px 100px 0; }
    section.f.search.with-photo .photo {
      display: flex;
      align-items: flex-end;
      width: 34%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
  section.f.search form#search {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap; }
    section.f.search form#search .search-title {
      margin-bottom: 20px;
      font: 600 22px 'Miriam Libre', sans-serif;
      color: #2d68c4;
      padding-left: 15px; }
    section.f.search form#search .fieldset {
      width: 100%;
      margin-bottom: 20px; }
    section.f.search form#search .fieldset-1 {
      display: flex;
      flex-wrap: wrap; }
      section.f.search form#search .fieldset-1 .field {
        width: 50%;
        margin-bottom: 0;
        padding: 0 10px; }
    section.f.search form#search .has-range-slider {
      width: 100%; }
    section.f.search form#search .advanced-fields {
      display: none; }
    section.f.search form#search .controls {
      display: flex;
      flex-wrap: wrap; }
      section.f.search form#search .controls .submit-col {
        display: flex;
        height: 60px; }
        section.f.search form#search .controls .submit-col button {
          margin: 0 10px; }
      section.f.search form#search .controls .advanced-toggle-col, section.f.search form#search .controls .reset-col {
        display: none; }
  section.f.search #sticky-rates {
    position: absolute;
    top: 0;
    right: 20px; }
    section.f.search #sticky-rates.stuck .rates {
      top: 110px;
      right: 20px;
      position: fixed;
      z-index: 50010; }
    section.f.search #sticky-rates.show {
      visibility: visible;
      pointer-events: all;
      opacity: 1; }
    section.f.search #sticky-rates .wrap {
      padding: 0; }
    section.f.search #sticky-rates .rates-table {
      width: 100%; }
    section.f.search #sticky-rates .rates {
      width: 260px; }
      section.f.search #sticky-rates .rates .btn, section.f.search #sticky-rates .rates .formy input[type="submit"], .formy section.f.search #sticky-rates .rates input[type="submit"], section.f.search #sticky-rates .rates .formy button, .formy section.f.search #sticky-rates .rates button {
        display: block; }
  section.f.properties {
    padding: 100px 0; }
  section.f.properties.bg-grey {
    background: #f6f7f4; }
  section.f.properties .property-block {
    height: 100%; }
  section.f.text {
    padding: 100px 0;
    background: #f6f7f4; }
  section.f.text.spacing-small {
    padding: 0; }
  section.f.text.spacing-med {
    padding: 50px; }
  section.f.text.spacing-large {
    padding: 100px; }
  section.f.text.bg-white {
    background: white; }
  section.f.text[data-cols="1"] .row {
    display: block; }
    section.f.text[data-cols="1"] .col {
      max-width: 750px;
      margin: 0 auto; }
  section.f.partners {
    padding: 100px 0; }
  section.f.partners .partners-title {
    margin-bottom: 50px;
    font: 700 30px 'Miriam Libre', sans-serif;
    color: #2d68c4;
    text-align: center; }
  section.f.partners.small .row {
    text-align: center; }
    section.f.partners.small ._col {
      padding: 0 15px; }
  section.f.partners ._col {
    text-align: center; }
  section.f.partners img {
    max-width: 200px;
    filter: grayscale(100%); }
  section.f.partners .owl-item {
    height: 150px; }
  section.f.partners .item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  section.f.partners .owl-carousel {
    cursor: grab; }
  section.f.partners .owl-nav, section.f.partners .owl-dots {
    display: none; }
  section.f.testimonials-and-blog {
    padding: 100px 0;
    background: #2d68c4; }
  section.f.testimonials-and-blog .solo-blog-posts {
    display: flex;
    margin: 0 -15px; }
  section.f.testimonials-and-blog .testimonial-controls {
    padding: 50px 0 30px; }
  section.f.slidetoggle {
    padding: 20px 0; }
  section.f.slidetoggle[data-bg="grey"] {
    background: #f6f7f4; }
    section.f.slidetoggle[data-bg="grey"] .the-content {
      background: white; }
  section.f.slidetoggle[data-bg="white"] {
    background: white; }
    section.f.slidetoggle[data-bg="white"] .the-content {
      background: #f6f7f4; }
  section.f.slidetoggle.first-slidetoggle {
    padding-top: 100px; }
  section.f.slidetoggle.last-slidetoggle {
    padding-bottom: 100px; }
  section.f.slidetoggle .slidetoggle-item {
    max-width: 750px;
    margin: 0 auto; }
    section.f.slidetoggle .slidetoggle-item .title {
      padding: 10px 20px;
      font: 16px 'Miriam Libre', sans-serif;
      color: white;
      cursor: pointer;
      position: relative;
      background: #2d68c4; }
      section.f.slidetoggle .slidetoggle-item .title:after {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        top: 14px;
        right: 15px;
        background-image: url('../images/chevron-down-white.svg');
        background-position: right center;
        background-size: 100%;
        background-repeat: no-repeat;
        transition: transform 200ms; }
      section.f.slidetoggle .slidetoggle-item .title.open:after {
        transform: rotate(180deg); }
    section.f.slidetoggle .slidetoggle-item .the-content {
      padding: 20px;
      display: none; }
  section.f.c2a {
    padding: 20px 0; }
  section.f.c2a[data-bg="grey"] {
    background: #f6f7f4; }
    section.f.c2a[data-bg="grey"] .c2a-item {
      background: white; }
  section.f.c2a[data-bg="white"] {
    background: white; }
    section.f.c2a[data-bg="white"] .c2a-item {
      background: #f6f7f4; }
  section.f.c2a .c2a-item {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
    display: flex; }
    section.f.c2a .c2a-item .left {
      width: 70%; }
    section.f.c2a .c2a-item .right {
      width: 30%;
      display: flex;
      align-items: center;
      justify-content: center; }
    section.f.c2a .c2a-item .title {
      margin-bottom: 20px;
      font: 700 20px 'Miriam Libre', sans-serif;
      color: #2d68c4; }
  section.f.icons {
    padding: 40px 0; }
  section.f.icons[data-bg="grey"] {
    background: #f6f7f4; }
  section.f.icons[data-bg="white"] {
    background: white; }
  section.f.icons .group-title {
    margin-bottom: 40px;
    font: 700 24px 'Miriam Libre', sans-serif;
    color: #2d68c4;
    text-align: center; }
  section.f.icons .wrap {
    display: flex;
    justify-content: center; }
  section.f.icons .icon {
    padding: 0 10px;
    text-align: center; }
    section.f.icons .icon a {
      display: block;
      height: 100%; }
    section.f.icons .icon .title {
      margin-bottom: 20px;
      font: 700 18px 'Miriam Libre', sans-serif;
      color: #2d68c4;
      text-align: center; }
    section.f.icons .icon img {
      max-width: 80px;
      max-height: 60px;
      margin-bottom: 20px; }
  section.f.rates {
    padding: 40px 0; }
  section.f.rates .rates-table {
    max-width: 500px;
    margin: 0 auto;
    border: 2px solid #d9d9d9;
    border-radius: 15px; }
  section.f.image {
    padding: 40px 0; }
  section.f.image.bg-grey {
    background: #f6f7f4; }
  section.f.image.bg-white {
    background: white; }
  section.f.image img {
    width: 100%; }
  section.f.left-image-right-text {
    display: flex; }
  section.f.left-image-right-text .image {
    width: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  section.f.left-image-right-text .the-content {
    width: 65%;
    padding: 100px 50px;
    background: #f6f7f4; }
  section.f.formy {
    padding: 20px 0; }

.the-content h1 {
  margin-bottom: 25px;
  font: 700 34px 'Miriam Libre', sans-serif;
  color: #2d68c4; }
  .the-content h2 {
    margin-bottom: 5px;
    font: 700 30px 'Miriam Libre', sans-serif;
    color: #2d68c4; }
  .the-content h3 {
    margin-bottom: 25px;
    font: 700 22px 'Miriam Libre', sans-serif;
    color: #2a2a2a; }
  .the-content h4 {
    margin-bottom: 15px;
    font: 700 18px 'Miriam Libre', sans-serif;
    color: #2d68c4; }
  .the-content h5 {
    margin-bottom: 15px;
    font: 700 16px 'Miriam Libre', sans-serif;
    color: #2d68c4; }
  .the-content h6 {
    margin-bottom: 15px;
    font: 700 16px 'Miriam Libre', sans-serif;
    color: #2a2a2a; }
  .the-content p {
    margin-bottom: 15px;
    font: 400 14px/1.7em 'Miriam Libre', sans-serif;
    color: black; }
  .the-content table {
    width: 100%; }
  .the-content table tr:first-of-type th {
    font-weight: 600; }
  .the-content table tr:nth-of-type(even) td {
    background: #e8eae4; }
    .the-content table tr td, .the-content table tr th {
      padding: 15px;
      font: 400 14px 'Miriam Libre', sans-serif;
      border-radius: 3px;
      background: white; }
      .the-content table tr td p, .the-content table tr th p {
        margin-bottom: 0; }
  .the-content table td.commas span:after {
    content: ','; }
    .the-content table td.commas span:last-of-type:after {
      content: ''; }
  .the-content ul li:before {
    top: -7px; }
    .the-content ul li li:before {
      top: -2px; }

footer {
  padding: 100px 0;
  background: #f6f7f4; }
  footer nav {
    padding: 0 50px;
    margin-bottom: 30px; }
  footer nav > ul {
    display: flex;
    justify-content: center; }
  footer nav .page {
    padding: 0 10px; }
    footer nav .page ul a {
      font: 400 16px 'Miriam Libre', sans-serif; }
  footer nav a {
    font: 700 18px 'Miriam Libre', sans-serif;
    color: #a9a9a9; }
    footer nav a:hover {
      color: #2d68c4; }
  footer .controls {
    margin-bottom: 50px;
    text-align: center; }
  footer address {
    text-align: center; }
  footer address p {
    margin-bottom: 5px; }
  footer address .name {
    font: 700 17px 'Miriam Libre', sans-serif;
    color: #2a2a2a; }
  footer address .title {
    font: 400 16px 'Miriam Libre', sans-serif;
    color: #2a2a2a; }
  footer address .location {
    font: 400 14px 'Miriam Libre', sans-serif;
    color: #2a2a2a; }
  footer address .contact a {
    font: 400 14px 'Miriam Libre', sans-serif;
    color: #2d68c4; }
    footer address .contact a:hover {
      text-decoration: underline; }
      footer address .contact a:hover:after {
        text-decoration: none !important; }
    footer address .contact a:after {
      content: '•';
      margin-left: 5px;
      color: #a9a9a9; }
    footer address .contact a:last-of-type:after {
      display: none; }
  footer .networks {
    padding: 30px 20px 0;
    text-align: center; }
  footer .networks .social-networks {
    justify-content: center; }
  footer .networks svg {
    width: 40px;
    margin: 0 5px;
    height: 40px; }
    footer .networks svg path {
      fill: #2d68c4; }

.testimonial-cards {
  height: 500px;
  margin-right: 20px;
  cursor: pointer;
  position: relative; }
  .testimonial-cards .card {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 20%;
    user-select: none;
    -webkit-user-select: none;
    transition: all 400ms;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.2); }
  .testimonial-cards .card-1 {
    z-index: 3; }
  .testimonial-cards .card-2 {
    transform: translateX(18%) scale(0.9, 0.9);
    z-index: 2; }
  .testimonial-cards .card-3 {
    transform: translateX(34%) scale(0.8, 0.8);
    z-index: 1; }
  .testimonial-cards .testimonial.card {
    padding: 50px;
    border-radius: 15px;
    overflow-y: hidden;
    background: white; }
  .testimonial-cards .testimonial.card .person {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font: 700 18px 'Miriam Libre', sans-serif;
    color: #2a2a2a;
    text-align: center;
    position: relative; }
    .testimonial-cards .testimonial.card .person:after {
      content: '';
      width: 60px;
      height: 2px;
      margin-left: -30px;
      position: absolute;
      left: 50%;
      bottom: 0;
      background: #a9a9a9; }
  .testimonial-cards .testimonial.card .the-content {
    margin-bottom: 50px;
    font: 18px/1.6em 'Miriam Libre', sans-serif;
    color: #a9a9a9; }
  .testimonial-cards .testimonial.card .click {
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font: 400 15px 'Miriam Libre', sans-serif;
    color: white;
    text-align: center;
    background: #2a2a2a; }
    .testimonial-cards .testimonial.card .click span {
      position: relative; }
    .testimonial-cards .testimonial.card .click span:after {
      content: '';
      width: 12px;
      height: 12px;
      margin-top: -6px;
      position: absolute;
      right: -20px;
      top: 50%;
      background-image: url('../images/arrow-right-white.svg');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto; }

.blog-archive-block {
  padding-bottom: 60px;
  position: relative; }
  .blog-archive-block.white .inner:after {
    background: #1f4786; }
  .blog-archive-block.white .title, .blog-archive-block.white time, .blog-archive-block.white .link, .blog-archive-block.white .excerpt, .blog-archive-block.white .excerpt p, .blog-archive-block.white .excerpt h1, .blog-archive-block.white .excerpt h2, .blog-archive-block.white .excerpt h3, .blog-archive-block.white .excerpt h4, .blog-archive-block.white .excerpt h5, .blog-archive-block.white .excerpt h6 {
    color: white; }
  .blog-archive-block.box .inner {
    height: 100%;
    padding-top: 20px;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    position: relative; }
    .blog-archive-block.box .inner:after {
      display: none; }
  .blog-archive-block.box .title {
    text-align: center;
    color: #2a2a2a; }
  .blog-archive-block.box time {
    text-align: center;
    color: #2a2a2a; }
  .blog-archive-block.box .image {
    margin-bottom: 0; }
  .blog-archive-block.box .excerpt {
    margin-bottom: 60px;
    padding: 20px;
    color: #2a2a2a; }
  .blog-archive-block.box .controls {
    padding: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0; }
    .blog-archive-block.box .controls .btn, .blog-archive-block.box .controls .formy input[type="submit"], .formy .blog-archive-block.box .controls input[type="submit"], .blog-archive-block.box .controls .formy button, .formy .blog-archive-block.box .controls button {
      padding: 11px 17px; }
  .blog-archive-block .inner {
    position: relative; }
  .blog-archive-block .inner:after {
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -25px;
    background: #f6f7f4; }
  .blog-archive-block .title {
    margin-bottom: 2px;
    font: 700 18px 'Miriam Libre', sans-serif;
    color: black; }
  .blog-archive-block time {
    margin-bottom: 20px;
    font: 400 12px 'Miriam Libre', sans-serif;
    color: black;
    display: block; }
  .blog-archive-block .image {
    margin-bottom: 15px; }
  .blog-archive-block .excerpt {
    margin-bottom: 20px;
    font: 400 14px 'Miriam Libre', sans-serif;
    color: black; }
  .blog-archive-block .link {
    font: 700 15px 'Miriam Libre', sans-serif;
    color: #2d68c4; }

.inside-page {
  padding-top: 200px;
  padding-bottom: 100px; }

.page-title {
  margin-bottom: 50px;
  font: 700 30px 'Miriam Libre', sans-serif;
  color: #2d68c4; }

section.grey {
  background: #f6f7f4; }

._404 {
  padding: 200px 0; }

#blog-archive-page {
  padding-top: 300px; }
  #blog-archive-page .blog-posts {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
  #blog-archive-page .blog-posts .blog-archive-block {
    width: 50%;
    padding: 0 10px 50px; }
    #blog-archive-page .blog-posts .blog-archive-block:after {
      left: 10px; }

.loading-svg {
  content: '';
  width: 44px;
  height: 44px;
  margin-left: -22px;
  position: absolute;
  left: 50%;
  bottom: -50px; }
  .loading-svg circle {
    stroke: #2d68c4; }

#contact-page {
  padding-top: 300px;
  overflow: hidden; }
  #contact-page .wrap {
    display: flex;
    flex-wrap: wrap; }
  #contact-page .info-col {
    width: 50%;
    padding-bottom: 50px;
    position: relative; }
  #contact-page .info-col:after {
    content: '';
    position: absolute;
    top: -5000px;
    left: -5000px;
    right: 0;
    bottom: -5000px;
    z-index: -1;
    background: #f6f7f4; }
  #contact-page .info .name {
    font: 400 22px 'Miriam Libre', sans-serif;
    color: #2a2a2a; }
  #contact-page .info .title {
    margin-bottom: 15px;
    font: 400 16px 'Miriam Libre', sans-serif;
    color: #2a2a2a; }
  #contact-page .info address {
    margin-bottom: 15px;
    font: 400 14px 'Miriam Libre', sans-serif;
    color: #2a2a2a; }
  #contact-page .info .tel {
    margin-bottom: 5px;
    font: 400 18px 'Miriam Libre', sans-serif; }
    #contact-page .info .tel a {
      color: #2d68c4; }
  #contact-page .info .email {
    padding-top: 15px;
    font: 400 18px 'Miriam Libre', sans-serif; }
    #contact-page .info .email a {
      color: #2d68c4; }
  #contact-page .form-col {
    width: 50%;
    padding-left: 50px;
    padding-right: 20px; }
  #contact-page .networks {
    padding-top: 20px; }
  #contact-page .other-content {
    padding-top: 30px; }

#property-archive-page {
  padding-top: 200px;
  padding-bottom: 0; }

.search-layout {
  display: flex;
  flex-wrap: wrap; }
  .search-layout .search-results .list-results {
    display: flex; }
  .search-layout .search-results .pagination {
    display: block; }
  .search-layout .search-results .no-results {
    display: none; }
  .search-layout[data-view="list"] {
    position: relative; }
  .search-layout[data-view="list"] .list-view {
    display: block; }
  .search-layout[data-view="list"] .map-view {
    display: none; }
  .search-layout[data-view="map"] {
    position: relative; }
  .search-layout[data-view="map"] .list-view {
    display: none; }
  .search-layout[data-view="map"] .map-view {
    height: calc(100vh - 200px);
    display: block;
    position: relative; }
    .search-layout[data-view="map"] .map-view #gmap {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .search-layout.loading .search-content {
    position: relative;
    min-height: 400px; }
    .search-layout.loading .search-content:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 30px;
      margin-top: -15px;
      margin-left: -15px;
      background-image: url("../images/loading.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .search-layout.loading .search-content .search-results .list-results, .search-layout.loading .search-content .search-results .pagination {
      display: none; }
  .search-layout.has-no-results .no-results {
    display: block; }
  .search-layout.has-no-results .list-results, .search-layout.has-no-results .pagination {
    display: none; }
  .search-layout .search-sidebar {
    width: 375px;
    padding: 25px;
    position: relative;
    background: #f6f7f4; }
  .search-layout .search-sidebar .views {
    display: flex;
    margin-bottom: 20px; }
    .search-layout .search-sidebar .views .view-btn {
      width: 50%; }
    .search-layout .search-sidebar .views .view-btn:first-of-type {
      padding-right: 10px; }
    .search-layout .search-sidebar .views .view-btn:last-of-type {
      padding-left: 10px; }
    .search-layout .search-sidebar .views .view-btn .btn, .search-layout .search-sidebar .views .view-btn .formy input[type="submit"], .formy .search-layout .search-sidebar .views .view-btn input[type="submit"], .search-layout .search-sidebar .views .view-btn .formy button, .formy .search-layout .search-sidebar .views .view-btn button {
      width: 100%;
      text-align: center;
      cursor: pointer; }
  .search-layout .search-sidebar .field {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
  .search-layout .search-sidebar ._2, .search-layout .search-sidebar ._3 {
    display: block; }
    .search-layout .search-sidebar ._2 .field, .search-layout .search-sidebar ._3 .field {
      width: auto;
      margin-right: 10px;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      display: inline-block; }
  .search-layout .search-sidebar .has-range-slider {
    padding-left: 10px;
    padding-right: 18px; }
  .search-layout .search-sidebar .save-as-alert-btn {
    padding-top: 20px; }
  .search-layout .search-sidebar .filters-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -50px;
    top: 130px;
    cursor: pointer; }
    .search-layout .search-sidebar .filters-btn circle {
      fill: #2d68c4; }
  .search-layout .list-view {
    max-width: 1000px;
    padding: 80px; }
  .search-layout .map-view {
    display: none; }
  .search-layout .search-content {
    width: calc(100% - 375px);
    flex-grow: 1;
    position: relative; }
  .search-layout .search-content.loading .list-view {
    display: none; }
    .search-layout .search-content.loading .map-view {
      display: none; }
    .search-layout .search-content.loading .loading-svg {
      display: block; }
  .search-layout .search-content .loading-svg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 100px;
    left: 50%;
    display: none; }
  .search-layout .search-content .sidebar-underlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    background: black;
    transition: opacity 200ms;
    z-index: 2; }
  .search-layout .property-block {
    height: 100%;
    margin-bottom: 0; }
  .search-layout .col-lg-4 {
    margin-bottom: 30px; }

#save-as-alert-modal form#save-as-alert.success .success-message {
  display: block; }
  #save-as-alert-modal form#save-as-alert.success input, #save-as-alert-modal form#save-as-alert.success button {
    display: none; }
  #save-as-alert-modal .title {
    margin-bottom: 20px;
    font: 600 18px 'Miriam Libre', sans-serif;
    color: #2d68c4; }
  #save-as-alert-modal input {
    margin-bottom: 20px; }

.formy.dark input[type="text"], .formy.dark input[type="tel"], .formy.dark input[type="email"], .formy.dark select, .formy.dark textarea {
  background: #f6f7f4; }
  .formy.dark select, .formy.dark option {
    color: #2a2a2a; }
  .formy.in-modal {
    padding: 50px; }
  .formy .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
  .formy .gform_footer {
    margin: 0 -5px; }
  .formy .gfield, .formy .field {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px; }
  .formy .gfield.error input, .formy .field.error input {
    border-color: red; }
  .formy .gfield_checkbox {
    display: flex;
    flex-wrap: wrap; }
  .formy .gfield_checkbox li {
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 10px; }
  .formy .gfield_description {
    margin-bottom: 10px;
    font: 600 14px 'Miriam Libre', sans-serif; }
  .formy .validation_error {
    margin-bottom: 20px;
    font: 500 14px 'Miriam Libre', sans-serif;
    color: red; }
  .formy .ginput_container_fileupload .gform_drop_instructions {
    display: block; }
  .formy label {
    display: none; }
  .formy .left {
    width: calc(50% - 5px);
    float: left; }
  .formy .right {
    width: calc(50% - 5px);
    float: right;
    clear: right; }
  .formy input, .formy textarea {
    width: 100%;
    padding: 13px;
    border-radius: 3px;
    border: none;
    font: 700 14px 'Miriam Libre', sans-serif;
    color: black; }
  .formy input:focus, .formy textarea:focus {
    outline: none;
    border-color: #2d68c4; }
  .formy select {
    width: 100%;
    padding: 15px;
    background: #2d68c4;
    font: 600 14px 'Miriam Libre', sans-serif;
    color: white;
    border: none;
    border-radius: 3px; }
  .formy select:focus {
    outline: none; }
  .formy select option {
    padding: 10px;
    color: white;
    border: none;
    background: white; }
  .formy input[type="radio"], .formy input[type="checkbox"] {
    display: none; }
  .formy .gfield_radio {
    margin-bottom: 20px; }
  .formy .gfield_radio li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
  .formy .gfield_radio li input:checked + label:after {
    display: block; }
  .formy .gfield_radio li label {
    font: 600 14px 'Miriam Libre', sans-serif;
    color: white;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    position: relative;
    cursor: pointer; }
  .formy .gfield_radio li label:before {
    content: '';
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #2d68c4; }
  .formy .gfield_radio li label:after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 100%;
    background: black;
    display: none; }
  .formy .gfield_checkbox li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
  .formy .gfield_checkbox li input:checked + label:after {
    display: block; }
  .formy .gfield_checkbox li label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: 400;
    cursor: pointer; }
  .formy .gfield_checkbox li label:before {
    content: '';
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #2d68c4; }
  .formy .gfield_checkbox li label:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/check.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    display: none; }
  .formy input[type="submit"], .formy button {
    width: auto;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
    box-shadow: none;
    overflow: hidden;
    border: none;
    border-radius: 3px; }
  .formy input[type="submit"]:focus, .formy button:focus {
    outline: none; }
  .formy button[type="reset"] {
    color: #c10000;
    border: 1px solid #c10000;
    background: none; }
  .formy button[type="reset"]:hover {
    color: white;
    background: #c10000; }
  .formy .error-message {
    margin-bottom: 10px;
    color: red;
    display: none; }
  .formy .success-message {
    margin-bottom: 10px;
    color: green;
    display: none; }
  .formy .validation_message {
    display: none; }
  .formy .gfield_error input, .formy .gfield_error textarea {
    border-color: red; }
  .formy .fieldset {
    padding: 0;
    border: none; }
  .formy .has-range-slider {
    padding: 15px 16px 30px 8px; }
  .formy .has-range-slider .range-label {
    margin-bottom: 12px;
    font: 600 14px 'Miriam Libre', sans-serif; }
  .formy .range-slider {
    height: 6px;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    background: none; }
  .formy .range-slider .noUi-connect {
    border: none;
    background: #e5e6eb; }
  .formy .range-slider .noUi-handle {
    width: 25px;
    height: 25px;
    top: -9px;
    cursor: grab;
    border-radius: 100%;
    box-shadow: none;
    border: none;
    background: #2d68c4; }
  .formy .range-slider .noUi-handle:before, .formy .range-slider .noUi-handle:after {
    display: none; }
  .formy .range-slider .noUi-handle:focus {
    outline: none; }
  .formy .range-slider .noUi-handle .price-tooltip {
    width: auto;
    height: auto;
    position: absolute;
    top: 32px;
    left: 50%;
    font: 500 14px 'Miriam Libre', sans-serif;
    white-space: nowrap;
    transform: translateX(-50%);
    background: none; }
  .formy .range-slider .noUi-handle .price-tooltip span {
    padding: 0 10px; }
  .formy .range-input {
    display: none; }
  .formy select.chosen, .formy .mobile-label {
    display: none; }
  .formy .chosen-container {
    width: 100% !important;
    display: block;
    padding: 5px 10px;
    position: relative;
    border-radius: 3px;
    background: #2d68c4; }
  .formy .chosen-container:after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid white; }
  .formy .chosen-container .default {
    font: 600 14px 'Miriam Libre', sans-serif;
    color: white !important; }
  .formy .chosen-container .chosen-single {
    height: 100%;
    padding: 0;
    line-height: inherit;
    font: 600 14px 'Miriam Libre', sans-serif;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    background: none; }
  .formy .chosen-container .chosen-choices {
    border: none;
    box-shadow: none;
    background: none; }
  .formy .chosen-container .chosen-choices .search-choice {
    margin: 5px 10px 5px 0;
    padding: 5px 22px 5px 10px;
    font: 600 12px 'Miriam Libre', sans-serif;
    color: #2d68c4;
    border: none;
    border-radius: 3px;
    display: inline-block;
    background: white;
    box-shadow: none; }
  .formy .chosen-container .chosen-choices .search-choice .search-choice-close {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    top: 50%;
    right: 6px;
    background-image: url('../images/x.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center; }
    .formy .chosen-container .chosen-choices .search-choice .search-choice-close:hover {
      background-image: url('../images/x.svg');
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center center; }
  .formy .chosen-container .chosen-choices .search-field {
    margin: 5px 0 0; }
  .formy .chosen-container .chosen-choices .search-field .chosen-search-input {
    margin-bottom: 4px; }
  .formy .chosen-container .chosen-drop {
    margin: 5px 0 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 3px;
    overflow: hidden;
    border: none;
    background: white; }
  .formy .chosen-container .chosen-drop .chosen-results .disabled-result {
    display: none; }
  .formy .chosen-container .chosen-drop .chosen-results .active-result {
    padding: 10px 15px;
    font: 500 12px 'Miriam Libre', sans-serif; }
  .formy .chosen-container .chosen-drop .chosen-results .result-selected {
    padding: 10px 15px;
    font: 500 12px 'Miriam Libre', sans-serif;
    opacity: 0.5; }
  .formy .chosen-container .chosen-drop .chosen-results .highlighted {
    color: white;
    background: #2d68c4; }
  .formy .chosen-container .chosen-drop .chosen-results .no-results {
    display: none; }
  .formy .chosen-container input {
    box-shadow: none; }
  .formy .box-checkbox {
    user-select: none; }
  .formy .box-checkbox label {
    display: block;
    padding: 10px 10px 10px 35px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    background: white; }
  .formy .box-checkbox .off {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 2;
    background: #eaebeb; }
  .formy .box-checkbox .on {
    width: 18px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -10px;
    background-image: url('../images/check2.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 85%;
    z-index: 2;
    display: none; }
  .formy .box-checkbox .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    background: #2d68c4;
    z-index: 1;
    display: none; }
  .formy .box-checkbox .label {
    font: 700 12px 'Miriam Libre', sans-serif;
    position: relative;
    z-index: 2; }
  .formy .box-checkbox input[type="checkbox"]:checked ~ .off, .formy .box-checkbox input[type="radio"]:checked ~ .off {
    display: none; }
  .formy .box-checkbox input[type="checkbox"]:checked ~ .on, .formy .box-checkbox input[type="radio"]:checked ~ .on {
    display: block; }
  .formy .box-checkbox input[type="checkbox"]:checked ~ .bg, .formy .box-checkbox input[type="radio"]:checked ~ .bg {
    display: block; }
  .formy .box-checkbox input[type="checkbox"]:checked ~ span, .formy .box-checkbox input[type="radio"]:checked ~ span {
    color: white; }
  .formy ._2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .formy ._2 .field {
    width: calc(50% - 20px);
    margin: 0 10px 10px; }
  .formy ._3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .formy ._3 .field {
    width: calc(33.3333% - 20px);
    margin: 0 10px 10px; }
  .formy .field.disabled .box-checkbox {
    opacity: 0.5;
    cursor: default; }
  .formy .field.hide {
    display: none; }
  .formy .field.sector-hidden {
    display: none; }
  .formy .field.buy-rent-hidden {
    display: none !important; }
  .formy select {
    background: white; }
  .formy select option {
    background: white; }
  .formy legend {
    margin: 0 0 15px 0;
    padding: 0;
    font: 600 14px 'Miriam Libre', sans-serif; }
  .formy .form-row {
    margin: 0 -5px 10px;
    display: flex;
    justify-content: space-between; }
  .formy .form-row input, .formy .form-row textarea {
    margin: 0 5px;
    flex-grow: 1; }
  .formy textarea {
    min-height: 200px; }
  .formy .ginput_container_select .chosen-container {
    padding: 10px 14px !important;
    background: #f6f7f4 !important; }
  .formy .ginput_container_select .chosen-container:after {
    border-top-color: #a9a9a9 !important; }
  .formy .chosen-container {
    padding: 15px 10px; }
  .formy .chosen-container .chosen-single {
    color: #2a2a2a !important; }

.property-block {
  margin-bottom: 30px;
  box-shadow: 0 0 19px 2px #f9f9f9;
  border-radius: 15px;
  overflow-y: hidden;
  background: white; }
  .property-block .image {
    height: 200px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .property-block .image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    align-items: flex-end;
    z-index: 1; }
  .property-block .image .sold-banner {
    padding: 10px 40px;
    border-radius: 50px;
    color: white;
    font: 600 18px 'Miriam Libre', sans-serif;
    background: #2d68c4; }
  .property-block .info {
    padding: 25px;
    background: white; }
  .property-block .price-row {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between; }
  .property-block .price {
    padding-bottom: 15px;
    font: 600 24px 'Miriam Libre', sans-serif;
    color: #2d68c4;
    position: relative; }
  .property-block .price:after {
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d9d9d9; }
  .property-block .price .rent-frequency {
    font: 14px 'Miriam Libre', sans-serif; }
  .property-block .price-units {
    font-size: 13px; }
  .property-block address {
    font: 700 14px 'Miriam Libre', sans-serif;
    color: #2a2a2a; }
  .property-block address strong {
    display: block; }
  .property-block .single-btn {
    padding-top: 20px; }
  .property-block .single-btn .btn, .property-block .single-btn .formy input[type="submit"], .formy .property-block .single-btn input[type="submit"], .property-block .single-btn .formy button, .formy .property-block .single-btn button {
    width: 100%; }

.property-meta {
  padding: 30px 0 0;
  display: flex;
  justify-content: center; }
  .property-meta .icon {
    width: 25%;
    text-align: center; }
  .property-meta .icon img {
    height: 25px; }
  .property-meta .icon svg {
    height: 20px; }
  .property-meta .icon svg path, .property-meta .icon svg polygon {
    fill: #2d68c4; }
  .property-meta .icon span {
    padding-top: 10px;
    display: block;
    font: 400 12px 'Miriam Libre', sans-serif; }

#agents-page {
  padding-top: 300px;
  background: #f6f7f4; }
  #agents-page + footer {
    background: white; }
  #agents-page .col {
    margin-bottom: 20px; }
  #agents-page .agent-block {
    height: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative; }
  #agents-page .agent-block .inner {
    padding-bottom: 50px; }
  #agents-page .agent-block .more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.agent-block {
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  background: white; }
  .agent-block .inner {
    padding: 20px; }
  .agent-block .source {
    margin-bottom: 10px;
    text-align: center;
    font: 400 16px 'Miriam Libre', sans-serif; }
  .agent-block .top-row {
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
  .agent-block .top-row .photo {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .agent-block .top-row .name {
    padding-left: 20px;
    font: 18px 'Miriam Libre', sans-serif;
    color: #2a2a2a; }
  .agent-block .top-row .name strong {
    display: block; }
  .agent-block .profession {
    margin-bottom: 20px;
    text-align: center; }
  .agent-block .phone, .agent-block .email {
    margin-bottom: 5px;
    font: 600 18px 'Miriam Libre', sans-serif;
    text-align: center; }
  .agent-block .phone a, .agent-block .email a {
    color: #2d68c4; }
  .agent-block .phone a:hover, .agent-block .email a:hover {
    text-decoration: underline; }
  .agent-block .email {
    font-size: 14px !important; }
  .agent-block .contact-btn {
    margin-bottom: 20px; }
  .agent-block .contact-btn .btn, .agent-block .contact-btn .formy input[type="submit"], .formy .agent-block .contact-btn input[type="submit"], .agent-block .contact-btn .formy button, .formy .agent-block .contact-btn button {
    width: 100%;
    text-align: center; }
  .agent-block .more {
    width: 100%;
    display: block;
    padding: 15px;
    font: 600 14px 'Miriam Libre', sans-serif;
    color: white;
    text-align: center;
    background: #2d68c4; }

#single-agent-page .agent-profile {
  padding: 80px 0 40px;
  background: #f6f7f4; }
  #single-agent-page .agent-profile .top-row {
    margin-bottom: 50px;
    display: flex;
    align-items: center; }
  #single-agent-page .agent-profile .photo {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #single-agent-page .agent-profile .bio {
    margin-bottom: 50px; }
  #single-agent-page .agent-profile .meta {
    padding-left: 20px; }
  #single-agent-page .agent-profile .name {
    margin-bottom: 20px;
    font: 600 30px 'Miriam Libre', sans-serif;
    color: #2d68c4; }
  #single-agent-page .agent-profile .profession {
    margin-bottom: 10px; }
  #single-agent-page .agent-profile .phone, #single-agent-page .agent-profile .email {
    margin-bottom: 5px;
    font: 600 18px 'Miriam Libre', sans-serif; }
  #single-agent-page .agent-profile .phone a, #single-agent-page .agent-profile .email a {
    color: #2d68c4; }
  #single-agent-page .agent-profile .phone a:hover, #single-agent-page .agent-profile .email a:hover {
    text-decoration: underline; }
  #single-agent-page .agent-profile .society-name {
    margin-bottom: 10px; }
  #single-agent-page .fields {
    margin-bottom: 50px; }
  #single-agent-page .fields h2 {
    margin-bottom: 20px;
    color: #2d68c4; }
  #single-agent-page .fields .field-list p {
    font: 14px 'Miriam Libre', sans-serif;
    display: inline-block; }
  #single-agent-page .fields .field-list p:after {
    content: ', '; }
  #single-agent-page .fields .field-list p:last-of-type:after {
    content: ''; }
  #single-agent-page .social-networks {
    margin-bottom: 40px; }
  #single-agent-page .agent-properties {
    padding: 80px 0; }
  #single-agent-page .agent-properties .col {
    margin-bottom: 30px; }
  #single-agent-page .agent-properties h2 {
    color: #2d68c4;
    margin-bottom: 50px; }
  #single-agent-page .agent-properties .property-block {
    height: 100%;
    margin-bottom: 0; }

#single-property-page {
  background: #f6f7f4; }
  #single-property-page .media {
    display: flex;
    padding: 20px;
    margin-bottom: 100px; }
  #single-property-page .media .photos {
    width: calc(100% - 430px);
    height: 700px;
    border-radius: 12px;
    overflow: hidden;
    position: relative; }
  #single-property-page .media .photos .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #single-property-page .media .photos .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #single-property-page .media .photos .featured {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #single-property-page .media .photos .btn, #single-property-page .media .photos .formy input[type="submit"], .formy #single-property-page .media .photos input[type="submit"], #single-property-page .media .photos .formy button, .formy #single-property-page .media .photos button {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 2; }
  #single-property-page .media .photos .all-photos {
    display: none; }
  #single-property-page .media .meta {
    width: 430px;
    padding-left: 20px; }
  #single-property-page .media .meta .metabox {
    height: 100%;
    padding: 20px 20px 100px 20px;
    position: relative;
    border-radius: 12px;
    background: white; }
  #single-property-page .media .meta .metabox .controls .btn, #single-property-page .media .meta .metabox .controls .formy input[type="submit"], .formy #single-property-page .media .meta .metabox .controls input[type="submit"], #single-property-page .media .meta .metabox .controls .formy button, .formy #single-property-page .media .meta .metabox .controls button {
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }
    #single-property-page .media .meta .metabox .controls .halfs {
      display: flex;
      justify-content: space-between; }
      #single-property-page .media .meta .metabox .controls .halfs .btn, #single-property-page .media .meta .metabox .controls .halfs .formy input[type="submit"], .formy #single-property-page .media .meta .metabox .controls .halfs input[type="submit"], #single-property-page .media .meta .metabox .controls .halfs .formy button, .formy #single-property-page .media .meta .metabox .controls .halfs button {
        width: calc(50% - 5px); }
  #single-property-page .media .meta .metabox .price {
    margin-bottom: 20px;
    padding: 20px 0;
    font: 600 24px 'Miriam Libre', sans-serif;
    color: #2d68c4;
    position: relative; }
    #single-property-page .media .meta .metabox .price:before {
      content: '';
      width: 60px;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #d9d9d9; }
    #single-property-page .media .meta .metabox .price .rent-frequency {
      font: 14px 'Miriam Libre', sans-serif; }
  #single-property-page .media .meta .metabox .address-row {
    margin-bottom: 20px; }
  #single-property-page .media .meta .metabox address {
    font-weight: 600; }
    #single-property-page .media .meta .metabox address strong {
      display: block; }
  #single-property-page .media .meta .metabox .type {
    margin-bottom: 20px; }
  #single-property-page .media .meta .metabox .short-desc {
    padding: 20px 0; }
  #single-property-page .media .meta .metabox .social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0; }
    #single-property-page .media .meta .metabox .social .icon {
      width: 40px;
      height: 40px;
      margin-right: 10px; }
      #single-property-page .media .meta .metabox .social .icon:last-child {
        margin-right: 0; }
      #single-property-page .media .meta .metabox .social .icon svg path {
        fill: #2d68c4; }
  #single-property-page .media .meta .metabox .property-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px; }
    #single-property-page .media .meta .metabox .property-meta span {
      font-weight: 600; }
  #single-property-page .details .wrap {
    display: flex; }
  #single-property-page .details .left {
    width: calc(100% - 320px);
    padding-right: 50px; }
  #single-property-page .details .right {
    width: 320px; }
  #single-property-page .details .box {
    margin-bottom: 50px; }
  #single-property-page .details .addendum p {
    margin-bottom: 0; }
  #single-property-page .evaluation {
    margin-bottom: 30px; }
  #single-property-page .evaluation p {
    margin-bottom: 18px;
    font-size: 18px; }
  #single-property-page .occupation-delay {
    margin-bottom: 50px; }

#agent-contact-modal {
  display: none;
  width: 100%;
  max-width: 600px;
  padding: 0 0 40px 0;
  text-align: justify;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  #agent-contact-modal .fancybox-close-small {
    top: 15px; }
  #agent-contact-modal .content-header {
    border-bottom: 1px solid #eee;
    padding: 20px; }
  #agent-contact-modal .content-scroll {
    max-height: calc(100vh - 200px);
    overflow: auto;
    padding: 40px 20px 0 20px; }
  #agent-contact-modal .gform_confirmation_message {
    position: relative;
    top: 20px; }

.rates-table {
  border-radius: 12px;
  overflow: hidden;
  background: white; }
  .rates-table .inner {
    padding: 20px; }
  .rates-table .title {
    padding: 0 20px 20px;
    margin-bottom: 20px;
    font: 600 18px 'Miriam Libre', sans-serif;
    color: #2a2a2a;
    text-align: center;
    position: relative; }
  .rates-table .title:before {
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    left: calc(50% - 30px);
    bottom: 0;
    background: #d9d9d9; }
  .rates-table ul li {
    padding: 10px 15px;
    margin-bottom: 2px;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    background: #f7f7f7; }
  .rates-table .btn, .rates-table .formy input[type="submit"], .formy .rates-table input[type="submit"], .rates-table .formy button, .formy .rates-table button {
    width: 100%;
    display: block;
    padding: 15px;
    font: 600 14px 'Miriam Libre', sans-serif;
    color: white;
    text-align: center;
    background: #2d68c4; }

.two-col {
  display: flex; }
  .two-col .-col {
    width: 50%; }
  .two-col .-col:first-of-type {
    background: #f6f7f4; }

.social-networks {
  display: flex; }
  .social-networks svg {
    width: 30px;
    height: 30px;
    margin-right: 15px; }
  .social-networks svg path, .social-networks svg polygon {
    fill: #2d68c4 !important; }

#mobile-menu {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 500;
  background: white;
  display: none;
  transition: all 200ms; }
  #mobile-menu .close {
    width: 35px;
    height: 35px;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer; }
  #mobile-menu a:link {
    color: #2d68c4; }
  #mobile-menu ul li {
    margin-bottom: 20px;
    font: 600 18px 'Miriam Libre', sans-serif; }
  #mobile-menu ul li li {
    padding-left: 20px;
    font-weight: 400; }

#fb-chat {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 5000; }
  #fb-chat svg {
    width: 100%;
    height: 100%; }
  #fb-chat path {
    fill: #09f; }
  #fb-chat polygon {
    fill: white; }

#sticky-rates-toggle {
  padding: 10px;
  position: fixed;
  top: 65%;
  right: 0;
  color: #2d68c4;
  font: 600 14px 'Miriam Libre', sans-serif;
  border: 2px solid #d9d9d9;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: white;
  cursor: pointer;
  display: none;
  z-index: 99999; }
  #sticky-rates-toggle.hide {
    display: none !important; }

nav#primary-slideout {
  width: 350px;
  padding: 45px;
  position: fixed;
  top: 200px;
  left: 0;
  bottom: 0;
  background: #d9d9d9;
  overflow-y: auto;
  transition: all 200ms;
  transform: translateX(-100%); }
  nav#primary-slideout.show {
    transform: translateX(0); }
  nav#primary-slideout.shrink {
    top: 110px; }
  nav#primary-slideout li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #414141;
    font: 600 18px 'Miriam Libre', sans-serif;
    color: #2d68c4; }
  nav#primary-slideout li a:hover {
    color: white; }
  nav#primary-slideout li ul a {
    padding-left: 20px;
    font-size: 14px; }

.single-blog-post-content {
  padding: 50px 0; }

.solo-map-modal {
  position: fixed;
  top: 10%;
  left: 15%;
  right: 15%;
  bottom: 10%;
  display: none;
  z-index: 99999;
  background: white;
  box-shadow: 0 0 0 #eee; }
  .solo-map-modal.show {
    display: block; }
  .solo-map-modal > div {
    width: 100%;
    height: 100%; }
  .solo-map-modal #single-property-map {
    position: relative;
    z-index: 3; }
  .solo-map-modal .under {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.7;
    cursor: pointer;
    z-index: 2; }

form#search .chosen-container {
  padding: 5px 10px; }
  form#search ._2 .field {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.pagination {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  /*li:nth-of-type(1),
   li:nth-of-type(2),
   li:nth-of-type(3),
   li:nth-of-type(4),
   li:nth-last-of-type(1),
   li:nth-last-of-type(2),
   li:nth-last-of-type(3),
   li:nth-last-of-type(4)
   {
   display: inline-flex;
   }*/ }
  .pagination li {
    width: 30px;
    height: 30px;
    margin: 0 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 14px 'Miriam Libre', sans-serif;
    color: black;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #2d68c4;
    border-left: 1px solid #2d68c4;
    border-bottom: 1px solid #2d68c4;
    border-right: 1px solid #2d68c4;
    border-radius: 3px; }
  .pagination li:hover {
    background: #f6f7f4; }
  .pagination li.active {
    background: #f6f7f4; }
  .pagination li.dots-item {
    width: 20px;
    cursor: default;
    border: none; }
  .pagination li.dots-item:hover {
    background: white; }

body.page-template-properties #fb-chat {
  display: none; }

#gmap .popup-tip-anchor {
  width: 375px;
  height: 0;
  position: absolute; }
  #gmap .popup-bubble-anchor {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0; }
  #gmap .popup-bubble-anchor:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white; }
  #gmap .popup-bubble-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
    overflow-y: auto;
    background-color: white;
    transform: translate(-50%, -100%);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5); }
  #gmap .bubble-inner {
    width: 100%;
    display: flex; }
  #gmap .bubble-inner .thumb {
    width: 40%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #gmap .bubble-inner .meta {
    width: 60%;
    padding: 25px; }
  #gmap .bubble-inner .meta .price {
    margin-bottom: 15px;
    font: 600 20px 'Miriam Libre', sans-serif;
    color: black; }
  #gmap .bubble-inner .meta .city {
    margin-bottom: 4px;
    font: 600 12px 'Miriam Libre', sans-serif;
    color: black; }
  #gmap .bubble-inner .meta .street {
    margin-bottom: 4px;
    font: 12px 'Miriam Libre', sans-serif;
    color: black; }

@media print {
  header, #fb-chat {
    display: none !important; } }

@media (max-width: 1600px) {
  .search.with-sticky-rates #sticky-rates {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
    .search.with-sticky-rates #sticky-rates .rates {
      top: 110px;
      right: 20px;
      position: fixed;
      z-index: 50010; }

  #sticky-rates-toggle {
    display: block; } }

@media (max-width: 1300px) {
  header.no-hamburger .menu-col {
    display: none; }
    header.no-hamburger .ham {
      display: block; }

  header.with-hamburger {
    justify-content: initial; }
    header.with-hamburger .menu-col {
      width: auto; }
    header.with-hamburger .logo-col {
      width: auto;
      padding-left: 30px;
      justify-content: flex-start; }
    header.with-hamburger .social-col {
      width: auto;
      margin-left: auto; }

  #mobile-menu.show {
    display: block; }

  nav#primary-slideout {
    display: none !important; }

  .search-layout .search-sidebar {
    width: 300px; }
    .search-layout .search-content {
      width: calc(100% - 300px); }
      .search-layout .search-content .list-view {
        padding: 40px; } }

@media (max-width: 1024px) {
  .formy .mobile-label {
    display: block;
    margin-bottom: 5px; }
    .formy select.chosen {
      display: block;
      width: 100% !important;
      padding: 5px;
      position: relative;
      border-radius: 3px;
      background: #2d68c4;
      -webkit-appearance: none;
      margin-bottom: 5px;
      height: 40px; }
      .formy select.chosen option {
        background: transparent; } }

@media (max-width: 992px) {
  header.no-hamburger {
    height: 100px; }
    header.no-hamburger .logo-col img {
      max-width: 100px; }

  header.with-hamburger {
    height: 100px; }

  section.f.testimonials-and-blog .testimonial-cards {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 50px; }
    section.f.testimonials-and-blog .solo-blog-posts {
      flex-wrap: wrap; }
      section.f.testimonials-and-blog .solo-blog-posts .blog-archive-block {
        width: 100%; }

  .inside-page {
    padding-top: 100px; }

  #single-property-page .media {
    flex-wrap: wrap; }
    #single-property-page .media .photos {
      width: 100%;
      margin-bottom: 20px; }
    #single-property-page .media .meta {
      width: 100%;
      padding-left: 0; }

  footer nav > ul {
    display: block;
    text-align: center; }
    footer nav > ul li {
      width: auto;
      display: inline-block; }
      footer nav > ul li ul {
        display: none; }

  #flex.p {
    padding-top: 0; }

  .mobile-menu {
    top: 100px; }

  .single-blog-post-content {
    padding: 120px 15px 0; }

  #agents-page {
    padding-top: 120px; }

  #property-archive-page {
    padding-top: 100px !important; }

  #blog-archive-page {
    padding-top: 120px; }

  #single-property-page .media .photos {
    height: 50vh; }

  #contact-page {
    padding-top: 120px; } }

@media (max-width: 767px) {
  header .logo-col {
    padding: 0 5px; }
    header .ham {
      width: 30px;
      height: 30px; }
    header .social-col .phone {
      font-size: 14px; }
      header .social-col .networks {
        padding-right: 5px;
        padding-left: 5px; }
        header .social-col .networks svg {
          width: 20px;
          height: 20px;
          margin: 0 2px; }

  header.no-hamburger .logo-col {
    padding: 0 10px;
    width: 120px; }
    header.no-hamburger .social-col {
      justify-content: flex-end;
      padding: 0 10px;
      width: calc(100% - 120px); }
    header.no-hamburger .ham {
      width: 25px;
      height: 25px; }

  header.with-hamburger {
    flex-wrap: wrap;
    justify-content: space-between; }
    header.with-hamburger .social-col {
      order: 2;
      padding-left: 0;
      margin-left: 0;
      padding-left: 10px;
      justify-content: flex-start; }
    header.with-hamburger .menu-col {
      order: 1;
      padding-left: 15px !important; }
    header.with-hamburger .logo-col {
      order: 3;
      padding-left: 10px; }
      header.with-hamburger .logo-col img {
        max-height: 69px;
        max-width: 160px; }

  .formy .field {
    width: 100% !important; }

  #contact-page .info-col {
    width: 100%; }
    #contact-page .info-col:after {
      bottom: 0;
      right: -5000px; }
    #contact-page .form-col {
      padding: 50px 15px 0 15px;
      width: 100%; }

  #property-archive-page {
    padding-top: 100px;
    overflow: hidden; }

  .search-layout {
    display: block; }
    .search-layout.mobile-open-sidebar .search-sidebar {
      transform: translateX(0) !important; }
    .search-layout.mobile-open-sidebar .sidebar-underlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.6;
      pointer-events: all; }
    .search-layout[data-view="list"] .search-sidebar, .search-layout[data-view="map"] .search-sidebar {
      position: absolute;
      width: 75vw;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
      z-index: 90;
      transform: translateX(100%);
      transition: transform 300ms; }
    .search-layout[data-view="list"] .filter-toggle, .search-layout[data-view="map"] .filter-toggle {
      display: block; }
    .search-layout .search-content {
      width: 100%; }
    .search-layout .list-view {
      padding: 50px 15px; }
    .search-layout .list-view .list-results .col {
      width: 100%; }

  #single-property-page .details .wrap {
    flex-wrap: wrap; }
    #single-property-page .details .left {
      width: 100%;
      padding-right: 0; }
    #single-property-page .details .right {
      width: 100%; }

  section.f.c2a .c2a-item {
    flex-wrap: wrap; }
    section.f.c2a .c2a-item .left {
      width: 100%; }
    section.f.c2a .c2a-item .right {
      width: 100%;
      padding-top: 10px;
      justify-content: flex-start; }
    section.f.search.with-photo .wrap {
      padding: 0;
      flex-wrap: wrap; }
      section.f.search.with-photo .wrap form {
        width: 100%;
        padding: 25px 15px; }
      section.f.search.with-photo .wrap .photo {
        width: 100%; }
    section.f.left-image-right-text {
      flex-wrap: wrap; }
    section.f.left-image-right-text .image {
      width: 100%;
      height: 150px; }
    section.f.left-image-right-text .the-content {
      width: 100%;
      padding: 25px; }
    section.f.properties .f-title-bar {
      flex-wrap: wrap; }
    section.f.properties .f-title-bar .f-title {
      width: 100%;
      margin-bottom: 20px !important; }
    section.f.properties .f-title-bar .controls {
      width: 100%;
      margin-bottom: 20px; }
    section.f.text {
      padding: 50px 20px !important; }
    section.f.icons .wrap {
      flex-wrap: wrap; }
    section.f.icons .wrap .icon {
      margin-bottom: 40px; }

  #sticky-rates-toggle {
    top: auto;
    bottom: 80px; }

  .solo-map-modal {
    top: 20%;
    bottom: 20%;
    left: 0;
    right: 0; }

  #search .controls .set {
    flex-wrap: wrap; }
    #search .controls button, #search .controls .save-as-alert-btn {
      width: 100% !important;
      margin: 0 10px 10px !important;
      text-align: center; }
    #search .controls .btn, #search .controls .formy input[type="submit"], .formy #search .controls input[type="submit"], #search .controls .formy button, .formy #search .controls button {
      width: 100%;
      text-align: center; } }
