@charset "UTF-8";
#tab-1 {
  opacity: 1;
}

#tab-01 {
  opacity: 1;
}

@-webkit-keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-moz-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes fancybox-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fancybox-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-moz-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  0% {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fancybox-zoomInUp {
  0% {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    -moz-transform: scale(0.97) translate3d(0, 16px, 0);
         transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
         transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  0% {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    -moz-transform: scale(0.97) translate3d(0, 16px, 0);
         transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
         transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-moz-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    -moz-transform: scale(0.97) translate3d(0, 16px, 0);
         transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    -moz-transform: scale(0.97) translate3d(0, 16px, 0);
         transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-moz-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
         transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
         transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@-moz-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
         transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
         transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../fonts/Lato-Regular.woff2) format("woff2"), url(../../fonts/Lato-Regular.woff) format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../fonts/Lato-Bold.woff2) format("woff2"), url(../../fonts/Lato-Bold.woff) format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../fonts/Lato-Black.woff2) format("woff2"), url(../../fonts/Lato-Black.woff) format("woff");
}
@font-face {
  font-family: "CreteRound";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../fonts/CreteRound-Regular.woff2) format("woff2"), url(../../fonts/CreteRound-Regular.woff) format("woff");
}
@font-face {
  font-family: "CreteRound";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../../fonts/CreteRound-Italic.woff2) format("woff2"), url(../../fonts/CreteRound-Italic.woff) format("woff");
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../fonts/Merriweather-Regular.woff2) format("woff2"), url(../../fonts/Merriweather-Regular.woff) format("woff");
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../fonts/Merriweather-Bold.woff2) format("woff2"), url(../../fonts/Merriweather-Bold.woff) format("woff");
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../fonts/Merriweather-Black.woff2) format("woff2"), url(../../fonts/Merriweather-Black.woff) format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../fonts/Raleway-Regular.woff2) format("woff2"), url(../../fonts/Raleway-Regular.woff) format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../../fonts/Raleway-SemiBold.woff2) format("woff2"), url(../../fonts/Raleway-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../fonts/Raleway-Bold.woff2) format("woff2"), url(../../fonts/Raleway-Bold.woff) format("woff");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../../fonts/Raleway-ExtraBold.woff2) format("woff2"), url(../../fonts/Raleway-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "DINCondensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../fonts/DINCondensed-Bold.woff2) format("woff2"), url(../../fonts/DINCondensed-Bold.woff) format("woff");
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: var(--rem-base);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: constant(safe-area-inset);
  padding: env(safe-area-inset);
}

body {
  margin: 0;
  color: var(--base-text-color);
  font: var(--base-font-size)/var(--base-line-height) "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

.slick-slide.slick-loading img,
[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  /*color:var(--base-link-color);*/
  color: #525a29;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all var(--animation-duration) var(--animation-timing-function);
  -moz-transition: all var(--animation-duration) var(--animation-timing-function);
  transition: all var(--animation-duration) var(--animation-timing-function);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -5px;
}

sub {
  bottom: -0.25em;
  top: 5px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
  border-top: 1px solid lightgray;
}

kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1.2em;
}

legend,
td,
th {
  padding: 0;
}

.topbartext {
  text-align: center;
  background-color: #aa2f2f;
  color: white;
  font-weight: bold;
  width: 100%;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.carousel *,
.carousel :after,
.carousel :before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
       box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: -webkit-calc(0.5rem + 22px);
  margin-bottom: -moz-calc(0.5rem + 22px);
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after,
.nav a:hover,
.page-footer .footer-nav ul li a:hover {
  opacity: 1;
}

.carousel__button,
.carousel__dots,
.fancybox__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
       transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
       box-sizing: inherit;
}

.fancybox__container :focus {
  outline: 0;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: -webkit-calc(0.5rem + 22px);
  margin-bottom: -moz-calc(0.5rem + 22px);
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
}

.fancybox__content,
.fancybox__slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
     -moz-box-flex: 0;
          flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  -webkit-align-self: center;
          align-self: center;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fancybox__caption {
  -webkit-align-self: center;
          align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: -webkit-calc(env(safe-area-inset-top, 0) + 8px);
  top: -moz-calc(env(safe-area-inset-top, 0) + 8px);
  top: calc(env(safe-area-inset-top, 0) + 8px);
  right: -webkit-calc(env(safe-area-inset-right, 0) + 8px);
  right: -moz-calc(env(safe-area-inset-right, 0) + 8px);
  right: calc(env(safe-area-inset-right, 0) + 8px);
  z-index: 40;
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button,
.slick-slide.dragging img {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  -moz-animation: fancybox-rotate 2s linear infinite;
       animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -moz-transform-origin: center center;
       transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  -moz-animation: fancybox-dash 1.5s ease-in-out infinite;
       animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  -moz-animation: 0.15s ease backwards fancybox-fadeIn;
       animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  -moz-animation: 0.15s ease both fancybox-fadeOut;
       animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  -moz-animation: 0.15s ease both fancybox-fadeIn;
       animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  -moz-animation: 0.1s ease both fancybox-fadeOut;
       animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  -moz-animation: 0.2s ease both fancybox-zoomInUp;
       animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  -moz-animation: 0.15s ease both fancybox-zoomOutDown;
       animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  -moz-animation: 0.15s ease both fancybox-throwOutUp;
       animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  -moz-animation: 0.15s ease both fancybox-throwOutDown;
       animation: 0.15s ease both fancybox-throwOutDown;
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
       transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: 0 0;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  max-width: 100%;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: 0 0;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  position: relative;
  padding: 0 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  -moz-animation: 0.15s ease-in backwards fancybox-fadeIn;
       animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: -webkit-calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  padding-top: -moz-calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  background: -moz-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  -moz-animation: 0.15s ease-in backwards fancybox-fadeIn;
       animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar,
.fancybox__toolbar__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
       transform: translateX(-50%);
}

.fancybox__toolbar__items--right,
.forminator-description span {
  margin-left: auto;
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
       transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  -moz-transform-origin: 0;
       transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
       transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-moz-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2),
.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  /*touch-action:manipulation;*/
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.forminator-col.forminator-col-4 .forminator-row[data-multiple=true],
.slick-initialized .slick-slide,
label {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  /*display:none;*/
  display: block;
}

.properties.v2 .property-block_img {
  position: relative;
  overflow: hidden;
}

.properties.v2 .property-block_img:before {
  content: "";
  display: block;
  width: 100%;
}

.btn,
.forminator-button-submit {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-style: solid;
  -webkit-transition: all var(--animation-duration) var(--animation-timing-function);
  -moz-transition: all var(--animation-duration) var(--animation-timing-function);
  transition: all var(--animation-duration) var(--animation-timing-function);
  text-transform: uppercase;
  font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 800;
  letter-spacing: 0.1rem;
  padding: 12px var(--btn-x) 15px;
  font-size: var(--btn-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: 1.1;
  color: #fff;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

/*NEW REEL PROPERTIES*/
/* The Modal (background) */
.modalprops {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 11; /* Sit on top */
  left: 0;
  top: 0;
  padding-top: 15px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-contentprops {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 5px;
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
  border-radius: 10px;
}

/* The Close Button */
.close {
  color: white;
  background-color: #525a29;
  float: right;
  font-size: 15px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*Gallery*/
/* Hide the images by default */
.mySlidesx {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prevx,
.nextx {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.nextx {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevx:hover,
.nextx:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.rowp {
  overflow: scroll;
  height: 400px;
}

.rowp:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.columnp {
  float: left;
  width: 20%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 1;
}

/*.active,*/
.demo:hover {
  opacity: 0.6;
}

.grid-containerp {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: #fff;
  padding: 5px;
}

.grid-itemp {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0);
  /*padding: 20px;*/
  font-size: 30px;
  text-align: center;
}

.photobutton {
  background-color: #525a29;
  margin-bottom: 5%;
  margin-top: 2%;
  border-style: none;
  color: white;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 0.9em;
}

@media (min-width: 768px) {
  .photobutton {
    display: none;
  }
}
/*NEW REEL PROPERTIES*/
.btn:hover,
.forminator-button-submit:hover {
  color: var(--accent-color);
  background-color: transparent;
  border-color: var(--accent-color);
  text-decoration: none;
  opacity: 1;
}

.btn-outline {
  color: #767676;
  background-color: transparent;
  background-image: none;
  border-color: #767676;
}

.btn-outline:hover {
  color: #fff;
  background-color: #767676;
  border-color: #767676;
}

.btn-sm {
  padding: var(--btn-sm-y) var(--btn-sm-x);
  font-size: var(--btn-sm-fz);
  border-radius: var(--btn-sm-r);
  border-width: var(--btn-sm-b);
  line-height: 1.1;
  min-height: 40px;
}

.btn-xs {
  padding: var(--btn-xs-y) var(--btn-xs-x);
  font-size: var(--btn-xs-fz);
  border-radius: var(--btn-xs-r);
  border-width: var(--btn-xs-b);
  line-height: 1.1;
}

.btn-yellow {
  color: #fff;
  background-color: #ffb034;
  border-color: #ffb034;
  letter-spacing: normal;
}

.btn-yellow:hover {
  color: #ffb034;
  background-color: transparent;
  border-color: #ffb034;
}

.btn-blue,
.btn-blue:hover {
  color: #fff;
  background-color: #357ab2;
  border-color: #357ab2;
}

.btn-blue:hover {
  color: #357ab2;
  background-color: transparent;
}

.btn-link,
.btn-link:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-link {
  color: var(--accent-color);
  -webkit-transition: all var(--animation-duration) var(--animation-timing-function);
  -moz-transition: all var(--animation-duration) var(--animation-timing-function);
  transition: all var(--animation-duration) var(--animation-timing-function);
}

.btn-link:hover {
  color: var(--accent-color-dark);
  text-decoration: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 15px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

#search_block p:after,
#search_block:after,
.commentlist .comment-author:after,
.entry:after,
.navigation-single:after,
.post-password-form p:after,
.post-password-form:after,
.search-form p:after,
.search-form:after,
.widget:after {
  content: "";
  display: block;
  clear: both;
}

.properties.v2 .property-block_img img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}

fieldset,
form {
  border: 0;
  display: block;
  padding: 0;
  margin: 0 0 var(--vertical-rhythm) 0;
  color: var(--base-text-color);
}

label {
  font-weight: 700;
  font-size: var(--label-fz);
  line-height: 1.2;
  color: var(--label-color);
  margin: 0 0 13px;
  font-family: "Raleway";
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

label a {
  text-decoration: underline;
}

label a:hover {
  text-decoration: none;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
  max-width: 100%;
  width: 100%;
}

input[type=date],
input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  padding: 15px 16px;
  font-size: 16px;
  border-radius: var(--input-radius);
  border-width: var(--btn-b);
  line-height: normal;
  color: var(--input-color);
  background-color: var(--input-bg-color);
  border-color: var(--input-border-color);
  border-style: solid;
  border-width: 2px;
  text-align: left;
  -webkit-appearance: none;
  outline: 0;
  min-height: 50px;
}

input[type=file] {
  width: 100%;
}

textarea {
  max-width: 100%;
}

input[type=date]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  border-width: 2px;
  border-style: solid;
  border-color: var(--input-focus-border-color);
}

input[type=date]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=file]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input[type=date]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=file]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=url]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}

input[type=date]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=file]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input[type=date]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=file]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

input[type=date]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

textarea {
  resize: none;
  vertical-align: top;
  width: 100%;
  height: 250px;
}

button[type=submit],
.notify-btn button[type=button],
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 13px 16px 16px;
  font-size: var(--btn-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: 1.1;
  color: #fff;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  border-style: solid;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 50px;
  letter-spacing: 0.1em;
}

button[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: var(--accent-color);
  background-color: transparent;
  border-color: var(--accent-color);
}

input[type=reset] {
  margin-bottom: 13px;
}

iframe,
input[type=file] {
  max-width: 100%;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.frm_required {
  font-size: xx-large;
  color: red;
}

.frm_primary_label {
  font-weight: 700;
  font-size: var(--label-fz);
  line-height: 1.2;
  color: var(--label-color);
  margin: 0 0 13px;
  font-family: "Raleway";
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#field_lgfoj_line2 {
  display: none;
}

.forminator-error-message {
  display: block;
  padding: 5px var(--input-x);
  font-size: var(--label-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: normal;
  background-color: var(--error-bg-color);
  margin-top: 5px;
}

.forminator-error,
.forminator-error-message,
.forminator-required {
  color: var(--error-color);
}

.forminator-description {
  font-size: var(--label-fz);
  color: var(--label-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 5px;
}

.forminator-response-message:not(:last-child) {
  margin-bottom: var(--vertical-rhythm);
}

.forminator-response-message.forminator-accessible {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}

.forminator-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 -webkit-calc(var(--form-col-gutter) * -1) var(--form-row-margin);
  margin: 0 -moz-calc(var(--form-col-gutter) * -1) var(--form-row-margin);
  margin: 0 calc(var(--form-col-gutter) * -1) var(--form-row-margin);
}

.forminator-row:last-child {
  margin-bottom: 0;
}

.forminator-col {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  padding: 0 var(--form-col-gutter);
}

.forminator-col.forminator-col-4 .forminator-row[data-multiple=true] .forminator-col:not(:last-child) {
  margin-bottom: var(--form-row-margin);
}

.forminator-input {
  width: 100%;
  display: block;
  max-width: unset;
  min-width: unset;
}

.forminator-input-with-icon,
.forminator-input-with-suffix {
  position: relative;
}

.forminator-input-with-icon .forminator-icon-calendar {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 15px;
  line-height: 1;
  color: var(--input-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
}

.forminator-input-with-icon .forminator-icon-calendar:before,
.forminator-uploaded-file--delete .forminator-icon-close:before {
  display: inline-block;
  vertical-align: top;
}

.forminator-input-with-icon .forminator-datepicker {
  padding-left: 35px;
}

.forminator-input-with-suffix .forminator-input {
  padding-right: 60px;
}

.forminator-input-with-suffix .forminator-suffix {
  font-size: var(--label-fz);
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
}

.intl-tel-input.forminator-phone,
.jcf-checkbox.jcf-checked span,
.jcf-radio.jcf-checked span {
  display: block;
}

.forminator-checkbox,
.forminator-option,
.forminator-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.forminator-checkbox-inline,
.forminator-option-inline,
.forminator-radio-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}

.forminator-checkbox-inline:not(:last-child),
.forminator-option-inline:not(:last-child),
.forminator-radio-inline:not(:last-child) {
  margin-right: 1em;
}

.forminator-checkbox .jcf-checkbox,
.forminator-checkbox .jcf-radio,
.forminator-option .jcf-checkbox,
.forminator-option .jcf-radio,
.forminator-radio .jcf-checkbox,
.forminator-radio .jcf-radio {
  -webkit-align-self: flex-start;
          align-self: flex-start;
}

.forminator-checkbox span,
.forminator-option span,
.forminator-radio span {
  pointer-events: all;
}

.forminator-multiselect {
  padding: 8px;
  border: 1px solid var(--input-border-color);
}

.forminator-multiselect .forminator-option {
  font-weight: 400;
  padding: var(--btn-y) -webkit-calc(var(--input-x) - 8px);
  padding: var(--btn-y) -moz-calc(var(--input-x) - 8px);
  padding: var(--btn-y) calc(var(--input-x) - 8px);
  font-size: var(--btn-fz);
  border-width: var(--btn-b);
  line-height: normal;
  color: var(--input-color);
  background-color: var(--input-bg-color);
  border-color: var(--input-border-color);
  pointer-events: all;
  border-radius: var(--input-radius);
}

.content-box dl dd:last-of-type,
.content-box dl dt:last-of-type,
.forminator-multiselect .forminator-option:last-of-type {
  margin-bottom: 0;
}

.forminator-multiselect .forminator-option.jcf-label-active {
  color: #fff;
  background-color: var(--brand-color);
}

.forminator-multiselect .jcf-checkbox {
  display: none;
}

.forminator-signature {
  position: relative;
  font-size: var(--btn-fz);
  background-color: var(--input-bg-color);
  border: 1px solid var(--input-border-color);
  border-radius: var(--input-radius);
  padding: var(--btn-y) var(--input-x);
}

.forminator-signature .forminator-signature--container + div {
  position: absolute !important;
  top: 7px;
  right: 7px;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}

.forminator-signature .forminator-signature--container + div img {
  width: auto;
  height: auto;
}

.forminator-calendar {
  border: 1px solid var(--form-theme-color);
  border-radius: var(--input-radius);
  background-color: #fbfbfb;
  overflow: hidden;
}

.forminator-calendar .ui-datepicker-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background-color: #e6e6e6;
  padding: 10px;
}

.forminator-calendar .ui-datepicker-next,
.forminator-calendar .ui-datepicker-prev {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  background-color: var(--form-theme-color);
  border-radius: var(--input-radius);
  cursor: pointer;
}

.forminator-calendar .ui-datepicker-next .ui-icon,
.forminator-calendar .ui-datepicker-prev .ui-icon {
  font-size: 0;
  line-height: 0;
}

.forminator-calendar .ui-datepicker-next .ui-icon:before,
.forminator-calendar .ui-datepicker-prev .ui-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 13px;
  background-size: 100% auto;
  margin: -6.5px 0 0 -3.5px;
}

.forminator-calendar .ui-datepicker-prev {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

.forminator-calendar .ui-datepicker-prev .ui-icon:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNzkuMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjc5LjIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzkuMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI3Mi40LDUwNS4yYzkuMS05LjEsOS4xLTIzLjgsMC0zMi45TDU2LjEsMjU2TDI3Mi40LDM5LjdjOS4xLTkuMSw5LjEtMjMuOCwwLTMyLjljLTkuMS05LjEtMjMuOC05LjEtMzIuOSwwCglMNi44LDIzOS41QzIuNCwyNDMuOSwwLDI0OS44LDAsMjU2YzAsNi4yLDIuNSwxMi4xLDYuOCwxNi41bDIzMi43LDIzMi43QzI0OC42LDUxNC4zLDI2My4zLDUxNC4zLDI3Mi40LDUwNS4yeiIvPgo8L3N2Zz4K);
}

.forminator-calendar .ui-datepicker-next {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

.forminator-calendar .ui-datepicker-next .ui-icon:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNzkuMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjc5LjIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzkuMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTYuOCw2LjhjLTkuMSw5LjEtOS4xLDIzLjgsMCwzMi45TDIyMy4xLDI1Nkw2LjgsNDcyLjNjLTkuMSw5LjEtOS4xLDIzLjgsMCwzMi45czIzLjgsOS4xLDMyLjksMGwyMzIuNy0yMzIuNwoJYzQuNC00LjQsNi44LTEwLjMsNi44LTE2LjVzLTIuNS0xMi4xLTYuOC0xNi41TDM5LjcsNi44QzMwLjYtMi4zLDE1LjktMi4zLDYuOCw2Ljh6Ii8+Cjwvc3ZnPgo=);
}

.forminator-calendar .ui-datepicker-title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  padding: 0 10px;
  margin: 0 -5px;
}

.forminator-calendar .ui-datepicker-month,
.forminator-calendar .ui-datepicker-year {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  color: var(--input-color);
  border: 1px solid var(--form-theme-color);
  border-radius: var(--input-radius);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  font-size: 13px;
  line-height: normal;
  height: 28px;
  padding: 0 5px;
  margin: 0 5px;
}

.forminator-calendar .ui-datepicker-calendar {
  font-size: 13px;
  margin-bottom: 0;
}

.forminator-calendar .ui-datepicker-calendar thead {
  background-color: #f8f8f8;
}

.forminator-calendar .ui-datepicker-calendar tbody {
  background-color: #fdfdfd;
}

.forminator-calendar .ui-datepicker-calendar tbody tr:first-child td {
  padding-top: 15px;
}

.forminator-calendar .ui-datepicker-calendar tbody tr:last-child td {
  padding-bottom: 15px;
}

.forminator-calendar .ui-datepicker-calendar td,
.forminator-calendar .ui-datepicker-calendar th {
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 5px;
}

.forminator-calendar .ui-datepicker-calendar td:first-child,
.forminator-calendar .ui-datepicker-calendar th:first-child {
  padding-left: 10px;
}

.forminator-calendar .ui-datepicker-calendar td:last-child,
.forminator-calendar .ui-datepicker-calendar th:last-child {
  padding-right: 10px;
}

.forminator-calendar .ui-datepicker-calendar td {
  font-size: 1em;
}

.forminator-calendar .ui-datepicker-calendar th {
  font-size: 0.92em;
  color: #333;
}

.forminator-calendar .ui-datepicker-calendar .ui-state-default {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #777;
  padding: 2px;
  border-radius: var(--input-radius);
}

.forminator-calendar .ui-datepicker-calendar .ui-state-default.ui-state-active {
  color: #fff;
  background-color: var(--form-theme-color);
  border-color: var(--form-theme-color);
}

.forminator-calendar .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
  border-color: var(--form-theme-color);
  color: var(--form-theme-color);
}

.forminator-uploaded-files {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 0 0;
  margin: -10px;
}

.forminator-uploaded-file {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
     -moz-box-flex: 0;
          flex: 0 0 120px;
  padding: 10px;
}

.forminator-uploaded-file--content {
  position: relative;
}

.forminator-uploaded-file--size,
.forminator-uploaded-file--title {
  word-break: break-all;
  margin-bottom: 0.5em;
}

.forminator-uploaded-file--size {
  font-size: var(--label-fz);
}

#content .row-col .post-content .entry-content p:last-child,
#content .row-post .post-content .entry-content p:last-child,
.forminator-uploaded-file--size:last-child,
.forminator-uploaded-file--title:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}

.forminator-uploaded-file--title {
  font-weight: 700;
  font-size: var(--label-fz);
}

.forminator-uploaded-file--size {
  font-size: -webkit-calc(var(--label-fz) * 0.9);
  font-size: -moz-calc(var(--label-fz) * 0.9);
  font-size: calc(var(--label-fz) * 0.9);
}

.forminator-uploaded-file--delete {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  width: 18px;
  height: 18px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 100%;
  overflow: hidden;
  background-color: transparent;
}

.forminator-uploaded-file--delete .forminator-icon-close {
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

.forminator-img-preview {
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.jcf-checkbox,
.jcf-radio,
.jcf-select {
  display: inline-block;
  position: relative;
  border: 1px solid var(--input-border-color);
}

.jcf-checkbox {
  vertical-align: middle;
  overflow: hidden;
  cursor: default;
  background: var(--input-bg-color);
  margin: 0 0.5em 0 0;
  height: var(--checkbox-size);
  width: var(--checkbox-size);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--checkbox-size);
     -moz-box-flex: 0;
          flex: 0 0 var(--checkbox-size);
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 6px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -5px;
  border: 3px solid #fff;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
       transform: rotate(-45deg);
}

.jcf-checkbox.jcf-checked {
  border-color: var(--form-theme-color);
  background-color: var(--form-theme-color);
}

.jcf-radio,
.jcf-select {
  background: #fff;
}

.jcf-radio {
  vertical-align: middle;
  overflow: hidden;
  cursor: default;
  border-radius: 50%;
  margin: 0 0.5em 0 0;
  height: var(--radio-size);
  width: var(--radio-size);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--radio-size);
     -moz-box-flex: 0;
          flex: 0 0 var(--radio-size);
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: var(--form-theme-color);
  border-radius: 100%;
}

.jcf-checkbox input[type=checkbox],
.jcf-radio input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-select {
  vertical-align: top;
  min-width: 0;
  width: 100%;
  font-size: var(--btn-fz);
  border-radius: var(--input-radius);
  border-width: var(--btn-b);
  line-height: 1.2;
  padding: 14px 24px 14px 16px;
  min-height: 50px;
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
       transform: rotate(180deg);
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  min-height: 1.2em;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 20px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-select .jcf-select-opener:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 13px;
  height: 7px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSIyNzkuM3B4IiB2aWV3Qm94PSIwIDAgNTEyIDI3OS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgMjc5LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTUwNS4yLDYuOGMtOS4xLTkuMS0yMy44LTkuMS0zMi45LDBMMjU2LDIyMy4xTDM5LjcsNi44Yy05LjEtOS4xLTIzLjgtOS4xLTMyLjksMGMtOS4xLDkuMS05LjEsMjMuOCwwLDMyLjlsMjMyLjcsMjMyLjcKCWM0LjQsNC40LDEwLjMsNi44LDE2LjUsNi44czEyLjEtMi41LDE2LjUtNi44TDUwNS4yLDM5LjdDNTE0LjMsMzAuNiw1MTQuMywxNS45LDUwNS4yLDYuOHoiLz4KPC9zdmc+Cg==);
  background-size: 100% auto;
  margin-top: -3.5px;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid var(--input-border-color);
}

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

.jcf-list,
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}

.jcf-list {
  position: relative;
  background: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.jcf-list .jcf-list-content {
  overflow: auto;
}

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

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  display: block;
  padding: 14px 16px;
  color: var(--input-color);
  height: 1%;
  cursor: pointer;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: 700;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.jcf-list-box .jcf-selected,
.jcf-select-drop .jcf-hover {
  background: #f7f7f7;
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  color: var(--h1-h6-color);
  line-height: 1.2;
}

.h a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-size: inherit;
}

.h1,
h1 {
  font-size: var(--h1);
  margin: 0 0 0.3em;
}

.h2,
h2 {
  font-size: var(--h2);
  margin: 0 0 0.4em;
}

.h3,
h3 {
  font-size: var(--h3);
  margin: 0 0 0.5em;
}

.h4,
h4 {
  font-size: var(--h4);
  margin: 0 0 0.6em;
}

.h5,
h5 {
  font-size: var(--h5);
  margin: 0 0 0.7em;
}

.h6,
h6 {
  font-size: var(--h6);
  margin: 0 0 0.8em;
}

ol,
p,
ul {
  margin-top: 0;
}

p {
  margin-bottom: 1.2em;
}

a:hover {
  opacity: 0.8;
}

ol,
ul {
  padding-left: 0;
}

ol,
ol li,
ul,
ul li {
  list-style: none;
}

#sidebar ol:not([class]),
#sidebar ul:not([class]),
.entry ol:not([class]),
.entry ul:not([class]),
ol.list-style,
ul.list-style {
  --line-height-li: var(--base-line-height, 1.2);
  margin: 0 0 1.2em;
  color: var(--base-text-color);
}

#sidebar ol:not([class]) li,
#sidebar ul:not([class]) li,
.entry ol:not([class]) li,
.entry ul:not([class]) li,
ol.list-style li,
ul.list-style li {
  line-height: var(--line-height-li);
  padding-left: 20px;
  position: relative;
}

#sidebar ol:not([class]) li + li,
#sidebar ul:not([class]) li + li,
.entry ol:not([class]) li + li,
.entry ul:not([class]) li + li,
ol.list-style li + li,
ul.list-style li + li {
  margin-top: 10px;
}

#sidebar ol:not([class]) ol,
#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ol,
#sidebar ul:not([class]) ul,
.entry ol:not([class]) ol,
.entry ol:not([class]) ul,
.entry ul:not([class]) ol,
.entry ul:not([class]) ul,
ol.list-style ol,
ol.list-style ul,
ul.list-style ol,
ul.list-style ul {
  margin-bottom: 0;
  margin-top: 10px;
}

#sidebar ul:not([class]) > li,
.entry ul:not([class]) > li,
ul.list-style > li {
  padding-left: 15px;
}

#sidebar ul:not([class]) > li:before,
.entry ul:not([class]) > li:before,
ul.list-style > li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: -webkit-calc(0.5em * var(--line-height-li));
  top: -moz-calc(0.5em * var(--line-height-li));
  top: calc(0.5em * var(--line-height-li));
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
  background-color: currentColor;
}

#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
  counter-reset: list;
}

#sidebar ol:not([class]) > li,
.entry ol:not([class]) > li,
ol.list-style > li {
  padding-left: 22px;
}

#sidebar ol:not([class]) > li:before,
.entry ol:not([class]) > li:before,
ol.list-style > li:before {
  content: counter(list) ".";
  counter-increment: list;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

table th {
  text-align: left;
}

table td + td,
table th + th {
  text-align: center;
}

blockquote,
table td,
table th {
  color: var(--base-text-color);
}

table td,
table th {
  font-size: var(--base-font-size);
  padding: 10px 15px;
  border-bottom: 1px solid #979797;
}

pre {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

blockquote {
  font-size: 25px;
  background: 0 0;
  border-left: 6px solid #ececec;
  padding: 5px 0 5px 28px;
}

blockquote,
dl {
  margin: 0 0 1.2em;
}

dl dt {
  float: left;
  clear: left;
  font-weight: 700;
  padding: 10px 5px;
}

dl dd {
  margin-left: 0;
  padding: 10px 0;
}

* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
       box-sizing: inherit;
  max-height: 1000000px;
}

.resize-active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.resize-active *,
.resize-active :after,
.resize-active :before {
  -webkit-transition: inherit !important;
  -moz-transition: inherit !important;
  transition: inherit !important;
}

.container,
html #branda-cookie-notice .cookie-notice-container {
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: -webkit-calc(1200px + var(--gutter) * 2);
  max-width: -moz-calc(1200px + var(--gutter) * 2);
  max-width: calc(1200px + var(--gutter) * 2);
}

body,
html {
  height: 100%;
}

.wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.main {
  position: relative;
  z-index: 1;
}

header.page-header,
.breadcrumb,
.green-line {
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

header.page-header,
.breadcrumb {
  background-color: #fff;
}

.aerial-satellite-view {
  text-align: center;
}

#aerial-satellite {
  text-align: center;
  margin-top: 2%;
}

@media (min-width: 768px) {
  .wrapper {
    padding: 0 !important;
  }
  header.page-header,
  .breadcrumb,
  .green-line {
    position: static;
  }
}
.footer,
.header,
.main {
  min-width: 0;
}

.nav li:after,
.nav li:before,
.sm-show {
  display: none;
}

@media (max-width: 767px) {
  header.page-header {
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
}
.header-menu-wrapper {
  color: var(--base-text-color);
  position: relative;
  z-index: 2;
  background: #fff;
}

.header-menu-wrapper .container,
.header-menu-wrapper html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .header-menu-wrapper .cookie-notice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.header-menu-wrapper_top {
  background: #f9f9f9;
  padding: 3px 0;
}

.header-menu-wrapper_top .container,
.header-menu-wrapper_top html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .header-menu-wrapper_top .cookie-notice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.header-menu-wrapper_main {
  padding: 10px 0;
}

.header-menu-wrapper_main .contact-info {
  margin-left: auto;
  /*margin-right:15px;*/
  margin-right: 1px;
}

.page-header .logo {
  display: block;
  margin-right: 45px;
}

.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.contact-info li {
  margin-right: 36px;
}

.contact-info li:last-child,
.nav li:last-child,
.page-footer .footer-nav_holder .footer-nav:last-child,
.social li:last-child {
  margin-right: 0;
}

.contact-info li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #666;
}

.contact-info li a img {
  margin-right: 10px;
}

.page-footer {
  background: #2f2e2b;
}

.page-footer_main {
  padding: 60px 0 50px;
}

.contact-info li a,
.page-footer_main .container,
.page-footer_main html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .page-footer_main .cookie-notice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.page-footer_copyright {
  padding: 32px 0;
  background: #262522;
  color: #fff;
}

.page-footer_copyright .container,
.page-footer_copyright html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .page-footer_copyright .cookie-notice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.page-footer_copyright p {
  margin-bottom: 0;
  letter-spacing: 0.03em;
}

.page-footer .footer-block h6 {
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}

.page-footer .footer-block:nth-child(1) {
  margin-right: 110px;
}

.page-footer .footer-block:nth-child(2) {
  margin-right: 70px;
}

.page-footer .footer-block:nth-child(3) {
  margin-right: -85px;
}

.page-footer .footer-nav_holder .footer-nav {
  margin-right: 50px;
  margin-left: 7px;
}

.page-footer .footer-nav ul {
  margin: 0;
  padding: 0;
}

.page-footer .footer-nav ul li {
  margin-bottom: 8px;
}

.nav .has-mega-menu .mega-menu li,
.nav ul,
.page-footer .footer-nav ul li a,
.page-footer .footer-nav_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.page-footer .footer-nav ul li a {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.nav a:after,
.page-footer .footer-nav ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.page-footer .footer-nav ul li a:after {
  left: 23px;
  background: #fff;
}

.page-footer .footer-nav ul li a:hover:after {
  width: -webkit-calc(100% - 23px);
  width: -moz-calc(100% - 23px);
  width: calc(100% - 23px);
}

.page-footer .footer-nav ul li a img {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 7px 15px 0 0;
}

.nav-opener {
  display: none;
  width: 42px;
  height: 30px;
  position: relative;
  background-color: transparent;
  outline: 0;
  border: 0;
  background: #525a29;
  border-radius: 4px;
}

.nav-drop,
.nav-opener span,
.nav-opener:after,
.nav-opener:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
       transform: translateX(-50%);
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
  background-color: #fff;
  border-radius: 3px;
  width: 18px;
  right: 0;
  height: 2px;
  margin-top: -1.5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-opener span {
  top: 50%;
}

.nav-opener:before {
  content: "";
  top: 29%;
}

.nav-opener:after {
  content: "";
  top: 72%;
}

.nav-opener:hover {
  opacity: 0.9;
}

.nav-drop {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.nav-active {
  overflow: hidden;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg) translateX(0);
  -ms-transform: rotate(45deg) translateX(0);
  -moz-transform: rotate(45deg) translateX(0);
       transform: rotate(45deg) translateX(0);
  top: 50%;
  left: 30%;
}

.nav-active .nav-opener:after {
  top: 50%;
  left: 30%;
  -webkit-transform: rotate(-45deg) translateX(0);
  -ms-transform: rotate(-45deg) translateX(0);
  -moz-transform: rotate(-45deg) translateX(0);
       transform: rotate(-45deg) translateX(0);
}

.nav {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

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

.nav a,
.nav li {
  position: relative;
}

.nav li {
  padding: 0;
  margin: 0 27px 0 0;
}

.nav li > ul {
  position: absolute;
  display: none;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.nav li > ul a {
  color: inherit;
}

.nav li > ul .sub-arrow {
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent var(--base-text-color);
}

.nav li.nav-sm-reverse > ul:before {
  left: auto;
  right: 17px;
}

.nav a {
  display: block;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5B7450;
  padding: 5px;
}

.nav a:after {
  left: 5px;
  background: #5B7450;
}

.nav a:hover:after {
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
}

.nav a.has-submenu {
  padding-right: 25px;
}

.nav a .sub-arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin: 0;
  border-width: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
  border-style: solid dashed dashed;
  border-color: var(--base-text-color) transparent transparent transparent;
}

.nav .has-mega-menu {
  position: static !important;
}

.nav .has-mega-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}

.nav .has-mega-menu .mega-menu .col {
  width: 33.33%;
  padding: 15px;
}

.nav .has-mega-menu .mega-menu .col ul {
  position: static;
  display: block;
  margin: 0;
  padding: 0 0 0 20px;
  background: 0 0;
}

.nav .has-mega-menu .mega-menu .col li {
  color: inherit;
  display: list-item;
  list-style-type: disc;
  margin: 0 0 0.5em;
}

.nav .has-mega-menu .mega-menu .col a {
  color: inherit;
  display: inline;
  padding: 0;
}

.nav .has-mega-menu .mega-menu .col a:hover {
  opacity: 0.7;
  background: 0 0;
}

.current-menu-item > a {
  opacity: 0.7;
}

.widget {
  margin-bottom: var(--vertical-rhythm);
}

.widget select {
  min-width: inherit;
  width: 100%;
}

#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0;
}

#wp-calendar caption {
  padding: 10px;
}

#wp-calendar td,
#wp-calendar th {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td {
  background: 0 0;
}

.comment-form p {
  overflow: hidden;
  padding: 0 12px 24px;
  margin: 0;
}

.comment-form label {
  display: block;
  padding: 0 0 5px;
  font-weight: 700;
}

.comment-form input:not([type=submit]),
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
  background: 0 0;
  border: 1px solid #e2e2e2;
  outline: 0;
}

.comment-form input:not([type=submit]):focus,
.comment-form textarea:focus {
  border: 1px solid #2b2e38;
}

.comment-form textarea {
  width: 100%;
  margin: 0;
  height: 115px;
}

.comment-form input[type=submit] {
  display: block;
  float: none;
  width: 100%;
  background: #2b2e38;
  border: 1px solid #2b2e38;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 11px;
}

.comment-form input[type=submit]:hover {
  background: 0 0;
  color: #2b2e38;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 33.3%;
  float: left;
}

#content .row-col .post-img a,
#content .row-post .post-img a,
.post-password-form label {
  display: block;
}

#search_block,
.post-password-form,
.search-form {
  margin: 0 0 1.2em;
}

#search_block input,
.post-password-form input,
.search-form input {
  float: left;
}

#search_block input[type=password],
#search_block input[type=search],
#search_block input[type=text],
.post-password-form input[type=password],
.post-password-form input[type=search],
.post-password-form input[type=text],
.search-form input[type=password],
.search-form input[type=search],
.search-form input[type=text] {
  border-radius: 5px;
  margin: 0 4px 0 0;
  width: 144px;
  min-width: auto;
}

#search_block [type=submit],
.post-password-form [type=submit],
.search-form [type=submit] {
  padding: var(--btn-y) var(--input-x);
  font-size: var(--btn-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: 1.2;
  color: #fff;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-style: solid;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
}

#search_block [type=submit]:hover,
.post-password-form [type=submit]:hover,
.search-form [type=submit]:hover {
  color: var(--base-text-color);
  background-color: transparent;
  border-color: var(--accent-color-dark);
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.commentlist {
  margin: 0 0 var(--vertical-rhythm);
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 var(--vertical-rhythm) 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

#respond,
.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: var(--vertical-rhythm);
}

.widget_calendar #prev {
  padding-left: 5px;
  text-align: left;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

#calendar_wrap table a {
  font-size: inherit;
}

.navigation,
.navigation-comments,
.pagination {
  border-top: 1px solid #eaeaea;
  padding: 30px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--base-text-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 10px;
  color: #637b8c;
}

.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
  background: 0 0;
  color: #ccc;
}

#sidebar .widget ul li .date:hover,
#sidebar .widget ul li .url:hover,
.navigation .al a:active,
.navigation .al a:hover,
.navigation .ar a:active,
.navigation .ar a:hover,
.navigation .next a:active,
.navigation .next a:hover,
.navigation .page-numbers:active,
.navigation .page-numbers:hover,
.navigation .prev a:active,
.navigation .prev a:hover,
.navigation-comments .al a:active,
.navigation-comments .al a:hover,
.navigation-comments .ar a:active,
.navigation-comments .ar a:hover,
.navigation-comments .next a:active,
.navigation-comments .next a:hover,
.navigation-comments .page-numbers:active,
.navigation-comments .page-numbers:hover,
.navigation-comments .prev a:active,
.navigation-comments .prev a:hover,
.pagination .al a:active,
.pagination .al a:hover,
.pagination .ar a:active,
.pagination .ar a:hover,
.pagination .next a:active,
.pagination .next a:hover,
.pagination .page-numbers:active,
.pagination .page-numbers:hover,
.pagination .prev a:active,
.pagination .prev a:hover {
  color: var(--brand-color-dark);
}

.navigation .page-numbers span,
.navigation-comments .page-numbers span,
.pagination .page-numbers span {
  line-height: 0.9;
  height: 16px;
}

.navigation .current,
.navigation-comments .current,
.pagination .current {
  color: #ccc;
}

.navigation .prev,
.navigation-comments .prev,
.pagination .prev {
  margin-right: auto;
  padding: 10px 0;
}

.navigation .prev span,
.navigation-comments .prev span,
.pagination .prev span {
  margin-right: 5px;
}

.navigation .next,
.navigation-comments .next,
.pagination .next {
  margin-left: auto;
  padding: 10px 0;
}

.navigation .next span,
.navigation-comments .next span,
.pagination .next span {
  margin-left: 5px;
}

.navigation .al.disabled,
.navigation .ar.disabled,
.navigation .next.disabled,
.navigation .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled {
  pointer-events: none;
}

.navigation .al a,
.navigation .ar a,
.navigation .next a,
.navigation .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.pagination .al a,
.pagination .ar a,
.pagination .next a,
.pagination .prev a {
  color: var(--brand-color);
}

.navigation .al a span,
.navigation .ar a span,
.navigation .next a span,
.navigation .prev a span,
.navigation-comments .al a span,
.navigation-comments .ar a span,
.navigation-comments .next a span,
.navigation-comments .prev a span,
.pagination .al a span,
.pagination .ar a span,
.pagination .next a span,
.pagination .prev a span {
  line-height: 1.4;
}

.navigation-single {
  margin-bottom: var(--vertical-rhythm);
}

.navigation-single .next,
.navigation-single .prev {
  vertical-align: middle;
  max-width: 50%;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.navigation-single .prev {
  float: left;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 5px;
  display: block;
}

.navigation-single .next {
  float: right;
}

img.border {
  padding: 5px;
  border: 1px solid #ccc;
}

.wp-caption {
  clear: both;
  max-width: 100%;
  text-align: center;
}

.wp-caption,
.wp-caption.alignnone {
  margin: 0 0 1.2em;
}

.wp-caption img {
  padding: 0;
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 100%;
  margin: 0 0 10px;
}

.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter,
figure.aligncenter {
  margin: 0 auto var(--vertical-rhythm);
  text-align: center;
}

code,
img.aligncenter,
pre {
  display: block;
  margin: 0 auto 20px;
}

img.no-margin {
  margin: 0;
}

.aligncenter {
  margin: 5px auto 20px;
}

.alignleft {
  float: left;
  margin: 0 var(--vertical-rhythm) var(--vertical-rhythm) 0;
}

.alignright {
  float: right;
  margin: 0 0 var(--vertical-rhythm) var(--vertical-rhythm);
}

img.wp-smiley {
  padding: 0;
  border: 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignnone,
.posts-list .entry p,
.title h1,
a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fluid-iframe {
  display: block;
  position: relative;
  padding-bottom: 60%;
}

.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mejs-container {
  margin-bottom: var(--vertical-rhythm);
}

.wp-caption .wp-caption-text {
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.24;
  margin: 0 0 12px;
}

.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
  height: auto;
}

.al,
.ar {
  max-width: 50%;
}

.al,
.navigation .next {
  float: left;
  padding-right: 10px;
}

.al a,
.ar a,
.navigation .next a,
.navigation .prev a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.al a span,
.navigation .next a span {
  margin-right: 5px;
}

.ar,
.navigation .prev {
  float: right;
  padding-left: 10px;
}

.ar a,
.navigation .prev a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.ar a span,
.navigation .prev a span {
  margin-left: 5px;
}

.posts-list .post {
  margin: 0 0 60px;
}

.title {
  margin-bottom: 1.2em;
  text-transform: uppercase;
}

.post .postmetadata,
.post .title {
  margin-bottom: 10px;
}

.textwidget p {
  padding: 0 0 10px;
}

.center {
  text-align: center;
}

#sidebar .widget ul li:before,
.hidden,
blockquote p + p:after,
blockquote p + p:before,
blockquote q + p:after,
blockquote q + p:before,
code br {
  display: none;
}

code,
pre {
  font-family: mono-space, monospace;
  border: 1px solid #eee;
  padding: 15px 20px;
  margin: 0 0 1.2em;
  overflow: auto;
  white-space: pre;
  font-size: 12px;
  line-height: 20px;
}

code {
  background: #f6f6f6;
  border-top: 0;
  border-bottom: 0;
}

abbr,
acronym,
span.caps {
  cursor: help;
}

abbr,
acronym {
  border-bottom: 1px dashed #dfcfba;
}

blockquote cite {
  display: block;
  padding-top: 5px;
  font-weight: 700;
  font-size: 17px;
  color: #637b8c;
}

blockquote p:before,
q:before {
  content: open-quote;
}

blockquote p:after,
q:after {
  content: close-quote;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clear {
  clear: both;
  line-height: 0;
}

.page-link {
  padding: 0 0 15px;
}

.comments {
  clear: both;
}

#respond {
  margin: 20px 0;
}

#respond .comment-reply-title small {
  font-size: 12px;
  font-weight: 400;
}

#comments,
#reply-title {
  margin: 20px 0;
  font-weight: 700;
  font-size: 28px;
  color: var(--base-text-color);
}

.commentlist {
  margin-left: -2em;
  padding: 0;
  text-align: justify;
  line-height: 1.5em;
}

.commentlist .comment {
  padding: 1.2em 0 0 2em;
}

.commentlist + .comment {
  padding-top: 1.2em;
}

.commentlist .commentlist {
  padding: 0;
}

.commentlist .comment-author {
  margin-bottom: 0.5em;
}

.commentlist .comment-author b {
  font-size: 19px;
  line-height: 1.5;
  color: var(--base-text-color);
}

.commentlist .comment-content {
  font-family: inherit;
  line-height: 1.4;
  color: var(--base-text-color);
  padding-left: 67px;
  margin-top: -26px;
}

.commentlist .comment-metadata {
  margin-bottom: 2em;
  margin-top: -30px;
  padding-left: 67px;
  text-decoration: underline;
}

.commentlist .comment-author img {
  float: left;
  margin: 0 1.2em 4px 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.comment .comment-respond {
  margin-left: 20px;
}

.comment-body,
.commentlist #respond {
  margin: 0 0 20px;
}

.comment-body .reply {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--base-text-color);
  padding-left: 67px;
  margin-top: -5px;
}

.comment-body .reply a {
  color: inherit;
}

.comment-body .reply a:hover {
  opacity: 0.7;
}

.parent.comment .comment {
  margin-left: 30px;
}

.comment-author.vcard {
  margin-bottom: 10px;
}

.post .title h3 {
  margin-bottom: 1em;
}

.divider {
  height: 80px;
}

.wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  color: #d93c3c;
}

html div.wpcf7-response-output {
  border: 2px solid #398f14;
  padding: 5px 15px;
  margin: 5px 0;
}

html div.wpcf7-response-output.wpcf7-validation-errors {
  border-color: red;
}

.error input:not([type=submit]) {
  border-color: red !important;
}

.widget .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
}

.gallery-item a:focus img,
.gallery-item a:hover img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-item img {
  -webkit-transition: -webkit-filter var(--animation-duration) ease-in;
  transition: -webkit-filter var(--animation-duration) ease-in;
  -moz-transition: filter var(--animation-duration) ease-in;
  transition: filter var(--animation-duration) ease-in;
  transition: filter var(--animation-duration) ease-in, -webkit-filter var(--animation-duration) ease-in;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.comment-form .comment-form-cookies-consent {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.comment-form .comment-form-cookies-consent input[type=checkbox] {
  width: auto;
  margin: 4px 10px 0 0;
}

#content {
  padding: 40px 0 20px;
  overflow: hidden;
}

#content .content-holder {
  margin: 0 267px 0 0;
  padding: 0 40px 0 0;
}

#content .row-col,
#content .row-post,
.comment-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

#content .row-post {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;
}

#content .row-post .post {
  width: 50%;
  margin: 0 0 55px;
  padding: 0 20px;
}

#content .row-post .post-img {
  margin-bottom: 14px;
  overflow: hidden;
}

#content .row-col .post-img a:hover img,
#content .row-post .post-img a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
       transform: scale(1.1);
}

#content .row-col .post-img img,
#content .row-post .post-img img {
  width: 100%;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
       transform-origin: center bottom;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#content .row-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

#content .row-col .post {
  margin: 0 0 40px;
  width: 100%;
}

#content .row-col .post-img {
  margin-bottom: 0;
  overflow: hidden;
  margin-right: 20px;
  max-width: 376px;
  float: left;
}

#content .entry-content strong {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
  color: var(--base-text-color);
  margin-bottom: 16px;
  display: inline-block;
}

#content .entry-category {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}

#content .entry-title h1,
#content .entry-title h3 {
  margin-bottom: 3px;
}

#content .meta {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

#content strong,
.connect-block .blockquote-block .dots.visible {
  display: inline-block;
}

.featuresico {
  padding-bottom: 3%;
  font-weight: bold;
  width: 100%;
  float: left;
}

#sidebar {
  float: right;
  width: 267px;
  margin: 40px 0 0 40px;
  padding: 27px 25px;
}

#sidebar .widget {
  margin-bottom: 45px;
}

#sidebar .widget:last-child,
#sidebar .widget:last-child ul,
.info-block p:last-child,
.list-arrow li:last-child,
.notify .img-box:last-child,
.notify .img-text p:last-child {
  margin-bottom: 0;
}

#sidebar .widget h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #dedede;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 21px;
}

#sidebar .widget ul li {
  font-size: 18px;
  line-height: 26px;
  padding-left: 0;
}

#sidebar .widget ul li a {
  color: #2b2e38;
}

#sidebar .widget ul li a:hover {
  color: #4c5263;
}

#sidebar .widget ul li .date {
  font-family: inherit;
  font-style: normal;
  font-size: 15px;
  line-height: 21px;
  color: #637b8c;
}

#sidebar .widget ul li .url {
  color: #637b8c;
}

#sidebar .widget_recent_posts ul li a {
  display: block;
}

#sidebar .widget h3,
#sidebar .widget_recent_comments ul li {
  font-size: 16px;
  line-height: 23px;
}

#sidebar .widget_search input[type=search] {
  width: 144px;
}

.block {
  width: 100%;
  background: #f9f9f9;
  float: left;
  padding: 0 20px;
}

.block form {
  margin: 0 -12px;
}

.block #respond {
  width: 100%;
  margin: 0;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1em;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 50%;
  margin: 0;
  padding: 0 1em 2em;
  text-align: left;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.content-area {
  padding-top: 20px;
}

.form-allowed-tags code {
  white-space: pre-line;
}

.hentry > img {
  margin-bottom: 16px;
}

.page-site-header {
  margin-top: 40px;
  position: relative;
}

.page-site-header:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
}

.page-site-header img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.entry {
  width: 100%;
}

html #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:first-child {
  padding-left: 5px;
}

html #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:last-child {
  padding-right: 5px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.social,
.social li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.social {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

.social li {
  margin-right: 11px;
  max-height: 18px;
}

.social li a {
  max-height: 18px;
}

.green-line-wrapper {
  background: #525a29;
}

.green-line {
  background: #525a29;
  min-height: 40px;
  font-family: "Raleway";
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.green-line p {
  padding: 5px 0;
}

.hero {
  position: relative;
  color: #fff;
  padding: 50px 0 60px;
}

.hero_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero .container,
.hero html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .hero .cookie-notice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.hero_content {
  max-width: 618px;
  font-size: 18px;
  letter-spacing: 0.02rem;
}

.hero_btn {
  margin-top: -30px;
}

.hero-btn {
  padding: 12px 24px;
  font-family: "Raleway";
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.notify {
  /*padding:40px 0;*/
}

.notify .img-text {
  text-align: center;
  padding-bottom: 0px;
  color: #525a29;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  font-family: "DINCondensed";
}

.notify .img-text p span {
  text-transform: uppercase;
}

.notify .img-text p a {
  color: #525a29;
}

.notify .img-box {
  margin-bottom: 62px;
}

.notify .gray-box {
  width: 100%;
  height: 405px;
  background: #efefef;
  margin-bottom: 45px;
}

.notify .info-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  margin-bottom: 60px;
}

.form-notify_group button,
.map-box img {
  width: 100%;
}

.img-box {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-block {
  letter-spacing: 0.02rem;
  color: #666;
}

.info-block h5 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06rem;
  margin-bottom: 14px;
}

.info-block h5 img {
  margin-right: 19px;
}

.featured {
  padding: 23px 0 50px;
}

.featured-heading,
.info-block h5,
.list-arrow li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.featured-heading {
  margin-bottom: 32px;
  letter-spacing: 0.06rem;
}

.featured-heading img,
.list-arrow li img {
  margin-right: 15px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.featured-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}

.featured-block_img {
  margin-bottom: 24px;
  width: 100%;
  height: 210px;
  display: block;
}

.featured-block_img img {
  width: 100%;
  height: 100%;
  max-height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

.featured-block_title {
  display: block;
}

.featured-block_title h3 {
  font-weight: 900;
  letter-spacing: 0.06rem;
  margin-bottom: 8px;
  font-size: 1.4em;
}

.featured-block_subtitle,
.link {
  font-family: "CreteRound";
  font-style: italic;
  font-weight: 400;
}

.featured-block_subtitle {
  color: #666;
  margin-bottom: 21px;
  display: inline-block;
}

.featured-block_content .text {
  color: #666;
  letter-spacing: 0.02rem;
}

.featured-block_content .text p {
  margin-bottom: 17px;
}

.featured-block_content .list-arrow {
  margin: 0 0 32px 10px;
}

.link {
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;
       text-decoration-line: underline;
  color: #525a29;
}

.link:hover {
  text-decoration: none;
}

.list-arrow {
  padding: 0;
  margin: 0;
}

.list-arrow li {
  margin-bottom: 8px;
}

.list-arrow li img {
  margin-right: 14px;
}

.green-line p,
.list-arrow li p {
  margin-bottom: 0;
}

.intro {
  background: var(--base-text-color);
  color: #fff;
  /*padding: 8px 0;*/
  padding: 1px 0 2%;
}

.intro_title {
  color: #fff;
  letter-spacing: 0.12rem;
  line-height: 1.55;
}

.intro_content .text p:last-child,
.intro_title:last-child {
  margin-bottom: 0;
}

.intro_content {
  display: grid;
  grid-gap: 87px;
  grid-template-columns: 788px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.intro_content .text {
  letter-spacing: 0.02rem;
}

.intro_content .text p {
  margin-bottom: 26px;
}

.intro_content._full {
  grid-template-columns: 100% auto;
}

.intro._default {
  padding: 1px 0 20px;
}

.intro._community .container,
.intro._community html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .intro._community .cookie-notice-container {
  position: relative;
}

.intro._community .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .intro._community .container {
    display: block;
  }
  .intro._community .intro_title_wrapper p {
    text-align: center;
  }
}
.intro_title {
  line-height: 125%;
  padding: 0 0 0 0;
  text-align: left;
  margin-bottom: 0%;
  margin-top: 2%;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.8em;
}

.intro._community {
  line-height: 125%;
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
}

.intro._community .intro_title_wrapper p {
  line-height: 125%;
  margin: 5px 0 0;
}

@media (max-width: 767px) {
  .intro._community .intro_title_wrapper {
    margin: 0 0 20px;
    width: 100%;
  }
}
.intro._community .intro_content {
  display: block;
  margin-bottom: 1%;
  margin-top: 1%;
}

@media (max-width: 767px) {
  .intro._community .intro_content {
    width: 100%;
  }
}
.intro._community .intro_content .green-box {
  display: block;
  max-width: 100%;
  position: static;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  white-space: nowrap;
}

.intro._community .green-box {
  position: absolute;
  right: var(--gutter);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
  max-width: 460px;
}

.green-box {
  color: #fff;
  background: #525a29;
  border-radius: 5px;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 20px;
}

.green-box h6 {
  color: #fff;
  line-height: 1.25;
  margin: 0;
}

.section-content {
  padding: 15px 0 1px;
}

.section-content .info-boxes {
  margin: 33px 0 40px;
}

.section-content .check-box {
  margin-bottom: 35px;
}

.section-content .credit-plan,
.section-content .credit-plan_list {
  margin-bottom: 52px;
}

.section-content .credit-plan_text {
  padding-bottom: 8px;
}

.content-box {
  display: grid;
  grid-gap: 64px;
  grid-template-columns: 788px auto;
  letter-spacing: 0.02rem;
}

.content-box p {
  margin-bottom: 27px;
}

.content-box dl {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.content-box dl:first-of-type {
  /*padding:10px 0 0;*/
}

.content-box dl:last-of-type {
  margin: 0 0 55px;
}

.content-box dl dt {
  padding: 0;
  width: 34px;
  /*margin-bottom:12px;*/
}

.content-box dl dt span {
  display: inline-block;
  margin: 0 0px;
}

.content-box dl dd {
  padding: 0;
  width: -webkit-calc(100% - 34px);
  width: -moz-calc(100% - 34px);
  width: calc(100% - 34px);
  /*margin-bottom:12px;*/
}

.content-box .card-block {
  margin-bottom: 24px;
}

.card-block_heading {
  background: #f7f7f7;
  padding: 12px 20px;
}

.card-block_heading h4 {
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 1.6;
  color: #5B7450;
  margin-bottom: 0;
}

.card-block_content {
  border: 1px solid #f7f7f7;
  border-radius: 0 0 5px 5px;
  padding: 5px;
  letter-spacing: 0.02rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.card-block_content .image {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-right: 24px;
}

.card-block_content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
}

.card-block_content p:last-child {
  margin-bottom: 0;
}

.connect-block h6 {
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--base-text-color);
  margin-bottom: 7px;
}

.connect-block .social-block {
  padding-bottom: 30px;
  margin-bottom: 32px;
  border-bottom: 1px solid #f1f1f1;
}

.connect-block .blockquote-block {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "CreteRound";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05rem;
}

.connect-block .blockquote-block p {
  margin-bottom: 5px;
}

.connect-block .blockquote-block .dots,
.fancybox__content > .carousel__button.is-close svg,
.slider-gallery-nav .slick-track:after,
.slider-gallery-nav .slick-track:before,
.tabs_controls._mobile li a:after {
  display: none;
}

.connect-block .blockquote-block cite {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  color: #666;
  font-size: 16px;
  letter-spacing: normal;
}

.social-block {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.social-block li {
  margin-right: 10px;
}

.social-block li:last-child {
  margin-right: 0;
}

.social-block li a {
  border-radius: 50px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.social-block li a.facebook {
  background: #1877f2;
}

.social-block li a.twitter {
  background: #1da1f2;
}

.foreclosure {
  padding: 60px 0 100px;
}

.foreclosure-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
  margin-bottom: 60px;
}

.foreclosure-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

.foreclosure-block_img {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 241px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.foreclosure-block_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.foreclosure-block_content {
  padding: 20px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.foreclosure-block_title {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  letter-spacing: 0.02rem;
}

.foreclosure-block_title h3 {
  margin-bottom: 7px;
}

.foreclosure-block_subtitle {
  letter-spacing: 0.01em;
  color: #666;
  margin-bottom: 38px;
  display: inline-block;
}

.foreclosure-block_wrap {
  letter-spacing: 0.02rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}

.foreclosure-block_wrap p {
  margin: 0 15px 0 0;
}

.foreclosure-block_wrap p span {
  text-decoration: line-through;
}

.notify-form {
  background: #f7f7f7;
  padding: 40px 48px;
}

.notify-form_title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Lato";
  font-weight: 900;
  margin-bottom: 20px;
}

.notify-form_text {
  color: #666;
  letter-spacing: 0.01em;
}

.notify-form_text p {
  margin-bottom: 35px;
}

.form-notify {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.form-notify_heading {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-notify_group:nth-child(1) {
  max-width: 517px;
  width: 100%;
  margin-right: 20px;
}

.form-notify_group:nth-child(2) {
  max-width: 389px;
  width: 100%;
  margin-right: 32px;
}

.form-notify_group:nth-child(3) {
  max-width: 146px;
  width: 100%;
}

.form-notify_group.full {
  max-width: 100%;
}

.coming {
  padding: 60px 0 100px;
}

.coming-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 28px;
}

.coming-block {
  background: #f7f7f7;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 716px auto;
  grid-gap: 32px;
  padding: 23px 32px;
}

.coming-block_heading {
  text-align: center;
  font-family: "Lato";
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #666;
  font-size: 20px;
  margin-bottom: 20px;
}

.coming-block_img {
  margin-bottom: 20px;
  position: relative;
  height: 241px;
  overflow: hidden;
}

.coming-block_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.coming-block_img .overlay {
  position: absolute;
  background: #f7f7f7;
  padding: 10px 16px;
  bottom: 20px;
  left: 20px;
  letter-spacing: 0.03em;
  color: #525a29;
  font-weight: 800;
}

.coming-block_img .overlay p {
  margin-bottom: 0;
}

.coming-block_text {
  letter-spacing: 0.02rem;
}

.coming-block_text p:last-child,
.plan-block_heading h3:last-child,
.plan-block_list li:last-child {
  margin-bottom: 0;
}

.coming-block .form-notify {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.coming-block .form-notify_heading {
  margin: 44px 0 20px;
}

.coming-block .form-notify_group,
.tabs_controls._mobile li {
  margin-right: 0;
}

.coming-block .form-notify_group:nth-child(1) {
  margin-bottom: 16px;
}

.coming-block .form-notify_group:nth-child(2) {
  margin-bottom: 37px;
}

.coming-block .form-notify_group input {
  border-radius: 5px;
}

.coming-block .form-notify_group button {
  font-size: 16px;
}

.properties {
  padding: 40px 0 100px;
}

.properties.v2 {
  padding: 65px 0;
  font-family: "Lato";
}

.properties.v2 .properties-list .btn,
.properties.v2 .properties-list .forminator-button-submit {
  max-width: 212px;
  padding: 15px 20px;
  width: 100%;
}

.properties.v2 .property-block_content h2 {
  font-family: inherit;
  font-size: 32px;
  margin-bottom: 7px;
}

.properties.v2 .property-block_content h3 {
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 15px;
  color: #666;
}

.properties.v2 .property-block_top h5 {
  font-family: inherit;
  font-size: 20px;
}

.properties.v2 .property-block_img {
  height: auto;
}

.properties.v2 .property-block_img:before {
  padding-top: 66.93%;
}

.properties-nav {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 40px;
}

.properties-nav_item.active .property-box {
  background: #525a29;
}

.plan-block._popular .plan-block_heading span,
.properties-nav_item.active .property-box_title,
.property-box:hover .property-box_title {
  color: #fff;
}

.properties-list {
  display: grid;
  grid-gap: 40px 35px;
  grid-template-columns: repeat(3, 1fr);
}

.properties .map-box {
  margin-bottom: 45px;
}

.property-box,
.property-box_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.property-box {
  background: #f7f7f7;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  text-align: center;
  padding: 39px 15px 21px;
}

.property-box:hover {
  background: #525a29;
  opacity: 1;
}

.property-box:hover .property-box_icon svg path {
  fill: #fff;
}

.property-box_icon {
  height: 83px;
  width: 89px;
  margin-bottom: 7px;
}

.property-box_icon img,
.property-box_icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.property-box_icon svg path,
.property-box_title {
  -webkit-transition: all var(--animation-duration);
  -moz-transition: all var(--animation-duration);
  transition: all var(--animation-duration);
}

.property-box_title {
  text-align: center;
  letter-spacing: 0.03em;
  margin: 0;
  color: #666;
  font-weight: 700;
}

.property-block {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  position: relative;
}

.breadcrumb li:after,
.property-block_like {
  position: absolute;
  background-position: center;
}

.property-block_like {
  top: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background-color: #ffb034;
  background-image: url("data:image/svg+xml,%3Csvg width='55' height='56' viewBox='0 0 55 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect åwidth='55' height='56' rx='5' fill='%23FFB034'/%3E%3Cpath d='M27.8528 19.9031L27.5001 20.2558L27.1472 19.9029C25.928 18.6837 24.2744 17.9987 22.5501 17.9987C20.8259 17.9987 19.1722 18.6837 17.953 19.9029C16.7338 21.1221 16.0488 22.7757 16.0488 24.5C16.0488 26.2242 16.7338 27.8779 17.953 29.0971L19.013 30.1571L26.793 37.9371C27.1835 38.3276 27.8167 38.3276 28.2072 37.9371L35.9872 30.1571L37.0471 29.0973C37.0471 29.0972 37.0472 29.0972 37.0472 29.0971C37.6511 28.4935 38.1301 27.7769 38.4569 26.9881C38.7837 26.1993 38.9519 25.3538 38.9519 24.5C38.9519 23.6461 38.7837 22.8007 38.4569 22.0118C38.1301 21.2232 37.6511 20.5066 37.0474 19.9031C36.4438 19.2991 35.7271 18.8201 34.9383 18.4932C34.1495 18.1664 33.304 17.9982 32.4501 17.9982C31.5963 17.9982 30.7508 18.1664 29.962 18.4932C29.1732 18.8201 28.4566 19.2991 27.853 19.9029C27.853 19.9029 27.8529 19.903 27.8528 19.9031Z' fill='white' stroke='%23FFB034' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border-radius: 5px;
  z-index: 2;
}

.property-block_img {
  display: block;
  height: 230px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.property-block_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.property-block_content,
.property-block_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.property-block_top {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 0px;
}

.property-block_content {
  padding: 10px 20px 15px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.property-block_title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.property-block_title h5 {
  margin: 0 20px 0 0;
}

.property-block_subtitle {
  color: #666;
  margin-bottom: 12px;
  display: inline-block;
}

.property-block_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.property-block_wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}

.property-block_wrap .list-arrow {
  margin-left: 7px;
}

.breadcrumb {
  /*
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    */
  margin: 0;
  padding: 2px 0 7px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .single-property .breadcrumb {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.breadcrumb li {
  float: left;
  font-weight: 600;
  font-size: 12px;
  color: #525a29;
  position: relative;
  padding-right: 13px;
  margin-right: 4px;
}

.breadcrumb li:after {
  content: "";
  background-image: url(../../images/icons/ico-arrow-right-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 0;
  width: 8px;
  height: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li a {
  font-weight: 600;
  font-size: 12px;
  color: #525a29;
}

.properties-content {
  padding: 20px 0 100px;
}

.properties-content .properties-info {
  color: #5B7450;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  margin: 0 0 25px;
  text-align: center;
}

.properties-content .video-block {
  margin: 0 0 28px;
}

.properties-content_holder .text {
  padding-bottom: 60px;
  letter-spacing: 0.023rem;
}

.properties-content_holder .text p {
  margin-bottom: 28px;
}

.properties-content_holder .read-more,
.view-photos {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
}

.properties-content_holder .read-more {
  font-family: "Lato";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02rem;
  color: var(--base-text-color);
  margin: 0 auto;
}

.properties-content .descr {
  letter-spacing: 0.02rem;
  padding-bottom: 28px;
}

.properties-content .direction-form {
  margin-bottom: 27px;
  margin-top: 50px;
}

.view-photos {
  margin: 0 auto 30px;
  font-size: 14px;
  padding: 11px 18px;
}

.video-block {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}

.video-block iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}

.plan-wrapper {
  display: block;
  /*margin-bottom: 105px;*/
}

.plan {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
}

.plan-block {
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  padding: 0 0 71px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

.plan-block_heading {
  padding: 37px 15px 39px;
}

.plan-block_heading h3 {
  color: #666;
}

.plan-block_heading h3,
.plan-block_heading span,
.plan-block_list li {
  text-align: center;
  letter-spacing: 0.01em;
}

.plan-block_list {
  margin: 0 0 8px;
  padding: 0;
}

.plan-block_list li {
  margin-bottom: 8px;
}

.plan-block_bottom {
  text-align: center;
  letter-spacing: 0.01em;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.plan-block_bottom p {
  margin-bottom: 5px;
}

.contact-box_text p:last-child,
.plan-block_bottom p:last-child {
  margin-bottom: 0;
}

.plan-block_valid {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #aaa;
  position: absolute;
  bottom: 23px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
       transform: translateX(-50%);
}

.plan-block._popular {
  background: #fff;
  -webkit-box-shadow: 0 4px 26px rgba(0, 0, 0, 0.11);
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.11);
  margin-top: -38px;
  height: -webkit-calc(100% + 75px);
  height: -moz-calc(100% + 75px);
  height: calc(100% + 75px);
  border: 0;
}

.plan-block._popular .plan-block_heading {
  background: #f4b43d;
  color: #fff;
  padding-bottom: 26px;
  padding-top: 42px;
}

.plan-block._popular .plan-block_heading h3 {
  color: #fff;
  margin-bottom: 6px;
}

.plan-block._popular .plan-block_list {
  padding-top: 41px;
}

/*Membership*/
.plan-wrapper_membership {
  display: block;
}

.membershipheading {
  padding: 27px 15px 19px;
}

.membership_popular {
  background-color: #f4b43d;
  color: white;
  margin-top: -20px;
  padding: 7px 15px 19px;
}

.linedivbasic {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 9%;
}

.linediv {
  margin-left: 15%;
  margin-right: 15%;
}

.plan-block_disclaimer {
  color: #aaa;
  text-align: center;
  left: 50%;
  width: 100%;
}

.plan-block_nodisclaimer {
  color: #f7f7f7;
  text-align: center;
  left: 50%;
  width: 100%;
}

.plan-block_membership {
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.cta-button_membership {
  margin-top: 5%;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #525a29;
  padding-top: 8px;
  padding-bottom: 8px;
  color: white;
}

.populartitle {
  background-color: #525a29;
  position: relative;
  top: -20px;
  padding: 6px 18px;
  border-radius: 10px;
  font-size: 0.8em;
  color: white;
}

.plan_member {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
}

/*Property Page*/
.plan-block_list ul {
  margin-top: 5%;
}

.plan-tract_list ul {
  padding-bottom: 5%;
}

.premium_membership {
  background-color: #f4b43d;
  margin-top: 15%;
}

.spacebot_tract {
  padding-bottom: 5%;
}

@media (max-width: 600px) {
  .popular_diamond {
    margin-left: 10%;
    width: 80%;
    margin-right: 10%;
  }
  .plan_member {
    display: none;
  }
  .plan-block_list ul {
    margin-top: 0%;
  }
  .premium_membership {
    background-color: #f4b43d;
    margin-top: 0;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .plan_member {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
  }
  .popular_diamond {
    margin-top: 10%;
  }
  .linedivbasic {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 5%;
  }
}
/*Membership*/
#greenbuttabs {
  background-color: #525a29;
  padding: 8px;
  border-radius: 5px;
  color: white;
}

#greenbuttabs a {
  color: white;
}

#greenbutpdf {
  padding: 1px;
  color: #525a29;
  text-decoration: underline;
  font-weight: 900;
  font-size: 1.1em;
  font-style: italic;
}

#greenbutpdf a {
  color: #525a29;
}

#greenbutpdf a.active {
  color: #525a29;
}

/*Tract Page*/
.contactboxtpage {
  width: 100%;
  margin-bottom: 5%;
  float: left;
  background-color: #f6fafa;
  padding: 1% 5% 5% 5%;
  border-radius: 10px;
}

.cta-button_fast_form {
  margin-top: 5%;
  width: 80%;
  background-color: #525a29;
  padding-top: 2px;
  padding-bottom: 2px;
  color: white;
  font-weight: bolder;
  margin-left: 20%;
  border-radius: 6px;
  border: 0;
}

.label-fast_form {
  width: 20%;
  float: left;
  padding-top: 9px;
}

#datasendfastform {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
}

.contactboxtpagemob {
  width: 100%;
  margin-bottom: 5%;
  float: none;
  background-color: #f6fafa;
  padding: 1% 5% 5% 5%;
  border-radius: 10px;
}

.cta-button_fast_form {
  margin-top: 5%;
  width: 80%;
  background-color: #525a29;
  padding-top: 2px;
  padding-bottom: 2px;
  color: white;
  font-weight: bolder;
  margin-left: 20%;
  border-radius: 6px;
  border: 0;
}

.label-fast_form {
  width: 20%;
  float: left;
  padding-top: 9px;
}

#datasendfastformmob {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
}

@media (min-width: 767px) {
  .contactboxtpagemob {
    display: none;
  }
  .contactboxpage {
    display: none;
  }
}
.tabs_controls,
.tabs_controls._mobile li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.tabs_controls {
  border-bottom: 1px solid #f1f1f1;
  margin: 0 0 32px;
  padding-bottom: 23px;
}

.tabs_controls_wrapper {
  margin: 0 -webkit-calc(var(--gutter) * -1) 20px;
  margin: 0 -moz-calc(var(--gutter) * -1) 20px;
  margin: 0 calc(var(--gutter) * -1) 20px;
}

.tabs_controls._mobile {
  background: var(--base-text-color);
  left: 0;
  margin: 0;
  padding: 0 var(--gutter);
  width: 100%;
  z-index: 10;
}

.tabs_controls._mobile.active {
  position: fixed;
}

.tabs_controls._mobile li a {
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.02rem;
  line-height: 125%;
  padding: 10px 12px;
}

.tabs_controls._mobile li a img {
  margin-right: 7px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.tabs_controls._mobile li a.active {
  color: #fff;
  background: #5B7450;
}

.tabs_controls li {
  margin-right: 24px;
}

.tabs_controls li:last-child {
  margin-right: 0;
}

.tabs_controls li a {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ed910c;
  position: relative;
}

.tabs_controls li a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #525a29;
  left: 0;
  bottom: -28px;
  opacity: 0;
}

.tabs_controls li a.active {
  color: #525a29;
}

.tabs .tab.active,
.tabs_controls li a.active:after {
  opacity: 1;
}

.tabs_content {
  overflow: hidden;
  position: relative;
  margin-bottom: 27px;
}

.tabs_content .map-box {
  /*	margin-bottom:68px;*/
}

.tabs .tab {
  overflow: hidden;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.table {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  margin: 0;
}

.table thead tr {
  background: #3d3c39;
}

.table thead tr th {
  border: 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06rem;
  color: #fff;
  text-align: center;
  padding: 9px 14px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.table thead tr th:first-child {
  border-right: none;
  width: 188px;
}

.table thead tr th:last-child {
  border-right: none;
  width: 190px;
}

.table thead tr th:nth-child(3) {
  width: 242px;
}

.table thead tr th:nth-child(4) {
  width: 205px;
}

.table thead tr th:nth-child(5) {
  width: 186px;
}

.table tbody tr {
  background: #f5f5f5;
  position: relative;
}

.table tbody tr:nth-child(odd) {
  background: #f0f0f0;
}

.table tbody tr td {
  border: 1px solid #ddd;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06rem;
  padding: 0px 4px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.table tbody tr td:first-child {
  border-right: none;
}

.table tbody tr td:last-child {
  border-right: none;
}

.table tbody tr td:nth-child(3) {
  padding: 7px 7px;
}

.table tbody tr td a.td-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.table tbody tr td a.detail,
.table tbody tr td a.price {
  font-family: "Lato";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  /*text-transform:uppercase;*/
  color: #fff;
  padding: 0px 0px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  min-height: 1px;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px #000;
}

.table tbody tr td a.price {
  background: #ffb034;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.table tbody tr td a.price._zero {
  background: #d8c4c3;
}

.table tbody tr td a.detail {
  /*background:#357ab2;*/
  background: #1265a8;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

#soldstcl {
  color: red;
}

.direction-form {
  letter-spacing: 0.02rem;
}

.form-direct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 0;
}

.form-direct_group:first-child {
  width: 388px;
  margin-right: 12px;
}

.form-direct_group:last-child {
  width: 320px;
}

.form-direct_group button {
  background: #edeef0;
  border-radius: 5px;
  color: #666;
  border-color: #edeef0;
}

.contact-box {
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 42px 45px 37px;
}

.contact-box_text h3 {
  letter-spacing: 0.02rem;
  color: #666;
}

.contact-box .btn,
.contact-box .forminator-button-submit {
  min-width: 220px;
}

/* Modal Plat Map */
/* The Modal (background) */
.modalx {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentx {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.closex {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closex:hover,
.closex:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Plat Map */
#gallery-content,
.modal {
  display: none;
  max-width: 582px;
  width: 100%;
  padding: 62px 20px 20px;
}

.modal {
  padding: 52px 43px 40px 40px;
}

.modal_title {
  text-align: center;
  font-family: "Raleway";
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #525a29;
  margin-bottom: 35px;
}

.modal_text {
  letter-spacing: 0.02rem;
}

.modal_text p {
  margin-bottom: 27px;
}

.modal_text p:last-child {
  margin-bottom: 35px;
}

.modal_video {
  height: 284px;
  margin-bottom: 27px;
}

.modal_video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.modal_form {
  margin: 0;
}

.modal_form .form_group {
  margin-bottom: 24px;
}

.modal_form .form_group._submit {
  padding-top: 16px;
  margin: 0;
}

.modal_btn .btn,
.modal_btn .forminator-button-submit,
.modal_form .form_group button,
.popup {
  width: 100%;
}

.popup {
  display: none;
  max-width: 582px;
  padding: 0;
}

.popup_heading {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.01em;
  color: #666;
  padding: 20px 40px;
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
}

.popup_content {
  padding: 28px 40px 40px;
}

.popup_content p {
  margin-bottom: 36px;
}

.popup_content .contact-boxes {
  padding: 0 25px;
  margin-bottom: 24px;
}

.popup_content .fb-message {
  margin-bottom: 10px;
}

.popup_content .fb-link {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  display: block;
}

.popup_text {
  font-weight: 400;
  letter-spacing: 0.02em;
}

.fancybox__slide {
  padding: 48px 15px;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: 0;
}

.fancybox__content > .carousel__button.is-close {
  top: 21px;
  right: 21px;
  width: 24px;
  height: 24px;
}

.fancybox__content > .carousel__button.is-close:after {
  position: absolute;
  content: "";
  background-image: url(../../images/icons/ico-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
       transform: translateX(-50%) translateY(-50%);
}

.slider-gallery {
  margin-bottom: 16px;
}

.slider-gallery_slide {
  width: 542px;
  height: 304px;
  overflow: hidden;
}

.slider-gallery-nav_slide img,
.slider-gallery_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
  z-index: 1;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
}

.slider-gallery .slick-arrow:focus {
  border: 0;
}

.slider-gallery .slick-arrow:hover {
  opacity: 0.7;
}

.slider-gallery .slick-arrow.slick-disabled {
  background: rgba(255, 255, 255, 0.5);
}

.slider-gallery .slick-arrow.slick-disabled:hover {
  opacity: 1;
}

.slider-gallery .slick-arrow.slick-prev {
  left: 20px;
}

.slider-gallery .slick-arrow.slick-next {
  right: 20px;
}

.slider-gallery-nav .slick-list {
  padding: 0 !important;
}

.slider-gallery-nav .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
       transform: translate3d(0, 0, 0) !important;
  width: 100% !important;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(5, 1fr);
}

.slider-gallery-nav_slide {
  width: 104px !important;
  height: 104px;
  position: relative;
  cursor: pointer;
}

.slider-gallery-nav_slide.slick-current:after {
  position: absolute;
  content: "";
  background: rgba(196, 196, 196, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contact-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}

.contact-blk,
.contact-blk_ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.contact-blk {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  text-align: center;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #525a29;
  padding: 57px 10px 50px;
}

.contact-blk:hover {
  opacity: 1;
  border: 1px solid #525a29;
}

.contact-blk_ico {
  min-height: 46px;
  max-height: 46px;
  margin-bottom: 22px;
}

.contact-blk p:last-child,
.credit-plan_list li:last-child,
.plan-box_bottom p:last-child,
.plan-box_list li:last-child {
  margin-bottom: 0;
}

.contact-blk p span {
  font-family: "Open Sans";
  font-weight: 600;
  display: block;
  text-transform: none;
}

.fb-link,
.fb-message {
  font-family: "Open Sans";
  font-size: 14px;
  color: #525a29;
}

.fb-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-weight: 700;
}

.credit-plan_list li img,
.fb-message img {
  margin-right: 8px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.fb-link {
  font-style: normal;
  font-weight: 400;
}

.slider-photos {
  margin-bottom: 8px;
}

.slider-photos_slide {
  height: 444px;
  overflow: hidden;
}

.slider-photos-nav_slide img,
.slider-photos_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-photos-nav {
  margin-bottom: 42px;
}

.slider-photos-nav .slick-list {
  padding: 0 5% 0 0 !important;
  margin-left: -4px;
}

.slider-photos-nav_slide {
  width: 100%;
  height: 118px;
  padding: 0 4px;
  cursor: pointer;
}

.info-boxes {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(2, 1fr);
}

.box-info {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  padding: 35px 50px 20px;
}

.box-info_title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02rem;
  margin-bottom: 23px;
  text-align: center;
}

.box-info_btn {
  min-width: 275px;
  color: #fff;
}

.box-info_btn:hover {
  color: #fff;
  opacity: 0.8;
}

.box-info_btn._blue {
  background: #357ab2;
  border-color: #357ab2;
}

.box-info_btn._orange {
  background: #e4833d;
  border-color: #e4833d;
}

.box-info_btn._green {
  background: #7fbf61;
  border-color: #7fbf61;
}

.check-box,
.credit-plan_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-weight: 700;
}

.check-box {
  background: #efefef;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px;
  min-height: 72px;
}

.check-box p,
.plan-box_heading p {
  margin: 0;
}

.credit-plan {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(4, 1fr);
}

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

.credit-plan_list li {
  font-family: "Raleway";
  font-size: 16px;
  margin-bottom: 13px;
}

.credit-plan_list li img {
  margin-right: 10px;
}

.credit-plan_list li,
.credit-plan_text {
  text-align: center;
  letter-spacing: 0.02rem;
}

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

.plan-box_heading {
  text-align: center;
  background: #525a29;
  color: #fff;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 15px;
}

.plan-box_heading._popular {
  background: #f4b43d;
}

.plan-box_content {
  background: #efefef;
  padding: 1px 1px 30px;
}

.plan-box_content .price {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.02rem;
  /*margin-bottom:36px;*/
}

.plan-box_content .price span {
  font-size: 18px;
}

.plan-box_list {
  margin: 0 0 12px;
  padding: 0;
}

.plan-box_bottom,
.plan-box_list li {
  font-family: "Raleway";
  font-size: 16px;
  text-align: center;
}

.plan-box_list li {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02rem;
  margin-bottom: 8px;
}

.plan-box_bottom {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.plan-box_bottom p {
  margin-bottom: 6px;
}

.info-payment-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  background: #e3f0f8;
  border: 1px solid #ceebf3;
  border-radius: 5px;
  padding: 15px 22px;
  color: #4f829d;
  min-height: 60px;
  letter-spacing: 0.013rem;
}

.info-payment-box img {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 2px 14px 0 0;
}

.info-payment-box p,
.popup-wrapper form,
.save-form form {
  margin-bottom: 0;
}

.payment {
  padding: 40px 0 52px;
}

.payment .info-payment-box {
  margin-bottom: 46px;
}

.payment_title {
  font-size: 32px;
  margin-bottom: 33px;
}

.payment-form,
.payment-form_row {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(2, 1fr);
}

.payment-form_row {
  gap: 10px;
}

.payment-form_group {
  margin-bottom: 24px;
}

.payment-form_group._submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.payment-form_group._submit p {
  margin-bottom: 0;
  letter-spacing: 0.02em;
  color: #000;
  margin-right: 30px;
}

.payment-form_group._submit button {
  width: 118px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.payment-form_group .info {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  padding-top: 12px;
}

.payment-form input::-webkit-inner-spin-button,
.payment-form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.payment-form input[type=number] {
  -moz-appearance: textfield;
}

.account {
  padding: 56px 0 78px;
}

.account_holder {
  display: grid;
  gap: 35px;
  grid-template-columns: 377px auto;
}

.login-form {
  padding: 40px 32px 32px;
  background: #f7f7f7;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  margin: 0;
}

.login-form_title {
  font-weight: 400;
  margin-bottom: 32px;
}

.login-form_group {
  margin-bottom: 24px;
}

.login-form_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.login-form_row .forgot {
  font-weight: 700;
  font-size: 14px;
  color: #525a29;
}

.login-form button {
  width: 105px;
}

.register-form {
  margin: 0;
}

.register-form_title {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 40px;
  margin-top: 4px;
}

.register-form_row {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(2, 1fr);
}

.blog-block_content .text p,
.register-form_group {
  margin-bottom: 24px;
}

.register-form button {
  background: #101010;
  min-width: 247px;
  margin-top: 24px;
}

.register-form button:hover {
  color: #101010;
  border-color: #101010;
}

.blog {
  padding: 50px 0 100px;
}

.blog-list {
  display: grid;
  gap: 30px 35px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 44px;
}

.blog-list_holder .load-more {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  background: #101010;
  border-color: #101010;
  min-width: 247px;
}

.blog-list_holder .load-more:hover {
  background: 0 0;
  color: #101010;
}

.blog-list_title {
  font-weight: 400;
  margin-bottom: 25px;
}

.blog-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
  background: #fff;
}

.blog-block_img {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.blog-block-main_img img,
.blog-block_img img,
.blog-datail_holder .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.blog-block_content {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 24px 20px 20px;
}

.blog-block_content .date {
  font-size: 14px;
  letter-spacing: normal;
  color: #666;
}

.blog-block_content .text {
  color: var(--base-text-color);
  font-weight: 700;
  font-size: 20px;
}

.blog-block-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 36px;
}

.blog-block-main_img {
  width: 583px;
  height: 583px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 35px;
}

.blog-block-main_img img,
.blog-datail_holder .blog-img img {
  border-radius: 5px;
}

.blog-block-main_content {
  margin-top: 16px;
}

.blog-block-main_content .text {
  letter-spacing: 0.01em;
  color: var(--base-text-color);
  padding-bottom: 32px;
}

.date {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #666;
}

.blog-title {
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: none;
  font-size: 48px;
  line-height: 1.4;
  color: var(--base-text-color);
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: inline-block;
}

.blog-datail {
  padding: 67px 0 55px;
}

.blog-datail_holder .blog-title {
  margin-bottom: 44px;
}

.blog-datail_holder .blog-img {
  width: 100%;
  height: 583px;
  overflow: hidden;
  margin-bottom: 65px;
}

.blog-datail_holder .blog-text {
  letter-spacing: 0.02rem;
  padding-bottom: 70px;
}

.blog-datail_holder .blog-text p {
  margin-bottom: 28px;
}

.favorites-empty {
  text-align: center;
  padding: 12rem 0 14rem;
}

.favorites-empty .btn,
.favorites-empty .forminator-button-submit {
  font-size: 14px;
}

.favorites-empty h1 {
  font-size: 3.2rem;
  line-height: 1.55;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.favorites-empty .container,
.favorites-empty html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .favorites-empty .cookie-notice-container {
  max-width: 720px;
  position: relative;
  padding-top: 170px;
}

.favorites-empty .container:before,
.favorites-empty html #branda-cookie-notice .cookie-notice-container:before,
html #branda-cookie-notice .favorites-empty .cookie-notice-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 375px;
  height: 165px;
  background-image: url("data:image/svg+xml,%3Csvg width='376' height='169' viewBox='0 0 376 169' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M188 99C107.878 99 37.8559 127.116 0 169H376C338.144 127.116 268.122 99 188 99Z' fill='url(%23paint0_linear_413_10941)'/%3E%3Cpath d='M169 101V22.4906C169 12.2785 177.279 4 187.491 4V4C197.703 4 205.981 12.2785 205.981 22.4906V43.3959H206.776C213.267 43.3959 218.528 38.1341 218.528 31.6433V30.1266C218.528 24.4735 223.111 19.8908 228.764 19.8908V19.8908C234.417 19.8908 239 24.4735 239 30.1266V40.4164C239 51.7523 229.81 60.942 218.474 60.942H205.981V101' stroke='%23EDEDED' stroke-width='8'/%3E%3Cpath d='M166 62.55H162.403C157.557 62.55 153.628 58.6213 153.628 53.775V52.814C153.628 48.4984 150.129 45 145.814 45V45C141.498 45 138 48.4984 138 52.814V58.5C138 65.9558 144.044 72 151.5 72H166' stroke='%23EDEDED' stroke-width='8'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_413_10941' x1='188' y1='99' x2='188' y2='169' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C4C4C4'/%3E%3Cstop offset='1' stop-color='%23C4C4C4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.save-form {
  padding: 30px 20px 25px;
}

.popup-wrapper,
.save-form {
  background: #efefef;
  margin-bottom: 22px;
}

.popup-wrapper h2,
.popup-wrapper h4,
.save-form h2,
.save-form h4 {
  font-family: "Raleway";
  color: #525a29;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.popup-wrapper h4,
.save-form h4 {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 30px;
}

.save-form p {
  color: #666;
}

.popup-wrapper p,
.save-form p {
  font-size: 16px;
}

.popup-wrapper label + label,
.save-form label + label {
  margin-top: 25px;
}

.popup-wrapper label span,
.save-form label span {
  display: block;
  margin-bottom: 12px;
}

.popup-wrapper input:not([type=submit]),
.save-form input:not([type=submit]) {
  font-weight: 400;
}

.save-form input[type=submit] {
  margin-top: 10px;
  width: 100%;
}

.popup-wrapper input[type=submit] {
  width: 100%;
  margin-top: 30px;
}

.popup-wrapper {
  padding: 55px 49px 45px;
  max-width: 582px;
}

.popup-wrapper p {
  color: #333;
}

.popup-wrapper form {
  padding-top: 20px;
}

@media (min-width: 30em) {
  .gallery {
    margin: 0 -0.5em;
  }
  .gallery-item {
    padding: 0 0.5em 1.8em;
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.333%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media (min-width: 568px) {
  .map-box img.mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
  .green-line p,
  .intro._blog-detail,
  .notify .gray-box,
  .section-content .view-photos {
    display: none;
  }
  .properties-nav_item:first-child {
    display: none;
  }
  .properties-content_holder .read-more,
  .tabs-mobile,
  .tabs_content .map-box._mobile,
  .tabs_controls._mobile,
  .view-photos span.mobile {
    display: none;
  }
}
@media (min-width: 48em) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
  .fancybox__slide {
    padding: 64px 100px;
  }
  .carousel__button.is-close,
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
  .fancybox__toolbar {
    padding: 8px;
  }
}
@media (min-width: 1024px) {
  .header-menu-wrapper_main .contact-info {
    display: none;
  }
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.333%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media (min-width: 1366px) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
@media (max-width: 1365px) {
  .page-footer_main .container,
  .page-footer_main html #branda-cookie-notice .cookie-notice-container,
  html #branda-cookie-notice .page-footer_main .cookie-notice-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }
  .page-footer .footer-block:nth-child(1),
  .page-footer .footer-block:nth-child(2) {
    margin-right: 35px;
  }
  .page-footer .footer-block:nth-child(3) {
    margin-right: 0;
  }
  .page-footer .footer-nav_holder .footer-nav {
    margin-right: 35px;
  }
  .box-info_btn {
    min-width: 100%;
  }
}
@media (max-width: 1199px) {
  .page-footer .footer-block:nth-child(1),
  .page-footer .footer-block:nth-child(2) {
    margin-right: 15px;
  }
  .page-footer .footer-nav_holder .footer-nav {
    margin-right: 15px;
  }
  .intro_content {
    grid-template-columns: 60% auto;
    grid-gap: 50px;
  }
  .content-box {
    grid-gap: 35px;
    grid-template-columns: 65% auto;
  }
  .form-notify_group:nth-child(2) {
    margin-right: 20px;
  }
  .coming-block {
    grid-template-columns: 650px auto;
    grid-gap: 20px;
  }
  .coming-block .form-notify_group:nth-child(2) {
    margin-right: 0;
  }
  .slider-photos-nav_slide {
    height: 90px;
  }
  .box-info {
    padding: 35px 30px 20px;
  }
  .payment_title {
    font-size: 24px;
  }
  .blog-title {
    font-size: 36px;
  }
}
@media (max-width: 1080px) {
  #sidebar {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: -webkit-calc(var(--rem-base) - 1.5px);
    font-size: -moz-calc(var(--rem-base) - 1.5px);
    font-size: calc(var(--rem-base) - 1.5px);
  }
}
@media (min-width: 1024px) {
  .header-menu-wrapper_top {
    /*position: fixed;*/
    width: 100%;
    z-index: 999;
  }
}
@media (max-width: 1023px) {
  .header-menu-wrapper_top {
    display: none;
  }
  .header-menu-wrapper_main {
    padding: 11px 0;
  }
  .page-header .logo {
    max-width: 65px;
  }
  .contact-info li {
    margin-right: 1px;
    position: relative;
    margin-left: 3px;
  }
  .contact-info li:first-child:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 14px;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
         transform: translateY(-50%);
    background: #525a29;
  }
  .contact-info li a {
    font-weight: 400;
  }
  .contact-info li a img {
    margin-right: 1px;
  }
  .page-footer_main .container,
  .page-footer_main html #branda-cookie-notice .cookie-notice-container,
  html #branda-cookie-notice .page-footer_main .cookie-notice-container {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
  .page-footer .footer-block:nth-child(1) {
    width: 100%;
    margin: 0 0 50px;
  }
  .page-footer .footer-block:nth-child(2) {
    margin-right: 63px;
  }
  .page-footer .footer-nav_holder .footer-nav {
    margin-right: 75px;
  }
  .nav .has-mega-menu .mega-menu li,
  .nav ul,
  .nav-opener {
    display: block;
  }
  .nav-drop {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    height: 1200px;
  }
  .nav-active .nav-drop {
    max-height: 4000px;
    background-color: black;
  }
  .nav-active .nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  .nav {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    height: -webkit-calc(100vh - 150px);
    height: -moz-calc(100vh - 150px);
    height: calc(100vh - 150px);
  }
  .nav ul {
    max-height: 100%;
    overflow: auto;
    background: #fff;
  }
  .nav li {
    margin: 0;
  }
  .nav li > ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
  }
  .nav a {
    padding: 10px var(--gutter);
  }
  .nav a:after {
    display: none;
  }
  .nav a:hover {
    background: #5B7450;
    color: #fff;
  }
  .nav a.highlighted .sub-arrow:before {
    content: "-";
  }
  .nav a .sub-arrow {
    width: 25px;
    height: 25px;
    right: 15px;
    border: 0;
    background-color: #adadad;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0;
  }
  .nav a .sub-arrow:before {
    content: "+";
    color: #fff;
  }
  .nav .has-mega-menu .mega-menu .col {
    width: 100%;
  }
  .comment-form input:not([type=submit]),
  .comment-form textarea {
    width: 100%;
  }
  img.alignleft,
  img.alignright {
    max-width: 50%;
  }
  .divider {
    height: 40px;
  }
  #wpadminbar {
    display: none !important;
  }
  :root {
    margin-top: 0 !important;
  }
  .admin-bar .main-header {
    margin-top: 0 !important;
  }
  .green-line {
    min-height: 30px;
  }
  .hero .container,
  .hero html #branda-cookie-notice .cookie-notice-container,
  html #branda-cookie-notice .hero .cookie-notice-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .hero_btn {
    margin-top: 0;
  }
  .notify .info-box {
    grid-gap: 20px;
  }
  .featured-block_img {
    height: 150px;
  }
  .foreclosure-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .notify-form {
    padding: 30px;
  }
  .coming-block {
    padding: 20px;
    grid-template-columns: 60% auto;
  }
  .coming-block_img .overlay {
    bottom: 14px;
    left: 13px;
  }
  .properties-nav {
    grid-template-columns: repeat(3, 1fr);
  }
  .plan,
  .properties-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .plan {
    grid-gap: 16px;
  }
  .plan-block._popular {
    height: 100%;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
  }
  .tabs_content .map-box {
    margin-bottom: 40px;
  }
  .table thead tr th:nth-child(3) {
    width: 190px;
  }
  .contact-box {
    padding: 28px 24px;
  }
  .contact-boxes {
    gap: 30px;
  }
  .slider-photos-nav_slide {
    height: 75px;
    padding: 0 2px;
  }
  .box-info {
    padding: 35px 34px 24px;
  }
  .box-info_btn {
    max-width: 275px;
    min-width: 275px;
    padding: 15px 8px;
  }
  .check-box {
    font-size: 16px;
  }
  .payment_title {
    min-height: 58px;
  }
  .account_holder,
  .payment-form {
    gap: 20px;
  }
  .register-form_title {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 27px;
    margin-top: 14px;
  }
  .register-form_row {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .blog {
    padding: 15px 0 60px;
  }
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .blog-block-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .blog-block-main_img {
    width: 100%;
    height: 450px;
  }
  .blog-block-main_content .text {
    padding-bottom: 2px;
  }
  .blog-title {
    margin-bottom: 17px;
  }
  .blog-datail_holder .blog-title {
    margin-bottom: 25px;
  }
  .blog-datail_holder .blog-img {
    width: 100%;
    height: 450px;
    margin-bottom: 35px;
  }
  .blog-datail_holder .blog-text {
    padding-bottom: 30px;
  }
}
@media (max-width: 1000px) {
  #content .row-post {
    margin: 0 -10px;
  }
  #content .row-post .post {
    padding: 0 10px;
  }
  .block {
    padding-bottom: 30px;
  }
  #content,
  #sidebar {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  #content {
    padding: 20px 0;
  }
  #sidebar {
    padding: 20px;
  }
  #wp-calendar {
    max-width: 320px;
  }
  .page-site-header {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
  .main > .container,
  html #branda-cookie-notice .main > .cookie-notice-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  html {
    font-size: -webkit-calc(var(--rem-base) - 2px);
    font-size: -moz-calc(var(--rem-base) - 2px);
    font-size: calc(var(--rem-base) - 2px);
  }
  #calendar_wrap table td,
  #calendar_wrap table th {
    font-size: 15px;
  }
  .properties.v2 .property-block_top h5 {
    font-size: 18px;
  }
  .properties.v2 .property-block_subtitle {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .property-block_like {
    top: 15px;
    right: 15px;
  }
  .favorites-empty h1 {
    font-size: 24px;
  }
  .favorites-empty .container,
  .favorites-empty html #branda-cookie-notice .cookie-notice-container,
  html #branda-cookie-notice .favorites-empty .cookie-notice-container {
    padding-top: 180px;
    padding-bottom: 40px;
  }
  .popup-wrapper p,
  .save-form p {
    font-size: 14px;
  }
  .popup-wrapper {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .forminator-row {
    display: block;
  }
  .forminator-col:not(:last-child) {
    margin-bottom: var(--form-row-margin);
  }
  .widget ul {
    padding-left: 0;
  }
  .navigation .page-numbers,
  .navigation-comments .page-numbers,
  .pagination .page-numbers {
    padding: 8px 15px;
  }
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
  .posts-list .post {
    margin: 0 0 20px;
  }
  .commentlist {
    margin-left: 0;
  }
  .commentlist .comment {
    padding: 0;
  }
  .divider,
  .notify .img-box {
    display: none;
  }
  #sidebar,
  .payment-form_group._submit button {
    width: 100%;
  }
  .hero {
    padding: 32px 0 50px;
  }
  .hero_content p:first-child {
    font-size: 16px;
  }
  .notify {
    /*padding:50px 0 20px;*/
    padding: 20px 0 20px;
  }
  /*Fix banners positions -> home page*/
  .img-text p {
    margin-bottom: 0px;
  }
  .notify .info-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 48px 35px;
    margin-bottom: 50px;
  }
  .featured {
    padding: 23px 0 102px;
  }
  .featured-heading {
    margin-bottom: 28px;
  }
  .featured-heading img {
    margin-right: 20px;
  }
  .featured-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 52px 35px;
  }
  .featured-block_img {
    margin-bottom: 18px;
    height: 191px;
  }
  .featured-block_content .list-arrow {
    margin: 0 0 28px 10px;
  }
  .intro_title {
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
    display: none;
  }
  .intro_content {
    grid-template-columns: repeat(1, 1fr);
  }
  .intro_content .text p.mb-sm-0 {
    margin-bottom: 0;
  }
  .intro._default {
    padding: 30px 0 28px;
  }
  .intro .hidden-sm,
  .intro._box .intro_content .text {
    display: none;
  }
  .intro._box {
    background: 0 0;
    padding: 16px 0;
  }
  .intro._community .green-box {
    padding: 15px 10px;
    position: relative;
    max-width: 100%;
    right: 0;
    top: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
  }
  .green-box h6 {
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 700;
  }
  .section-content {
    padding: 15px 0 1px;
  }
  .section-content .info-boxes {
    margin: 15px 0 40px;
  }
  .section-content .check-box {
    margin-bottom: 24px;
  }
  .section-content .credit-plan {
    margin-bottom: 32px;
  }
  .section-content._properties {
    padding: 0 0 74px;
  }
  .content-box {
    grid-template-columns: 100%;
  }
  .content-box dl {
    margin: 0 0 15px;
  }
  .content-box dl:first-of-type {
    padding: 0px 0 0;
  }
  .content-box dl:last-of-type {
    margin: 0 0 33px;
  }
  .content-box ._sidebar {
    display: none;
  }
  .card-block_content {
    display: block;
  }
  .card-block_content .image {
    float: left;
    margin: 0 24px 10px 0;
  }
  .foreclosure {
    padding: 15px 0 0;
  }
  .foreclosure-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    margin-bottom: 40px;
  }
  .foreclosure-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .foreclosure-block_img {
    height: 180px;
  }
  .foreclosure-block_title h3 {
    font-size: 20px;
  }
  .foreclosure-block_subtitle {
    margin-bottom: 18px;
  }
  .foreclosure-block_wrap,
  .form-notify_group button {
    font-size: 14px;
  }
  .foreclosure-block_wrap .btn,
  .foreclosure-block_wrap .forminator-button-submit {
    letter-spacing: 0.15rem;
    font-size: 14px;
  }
  .notify-form {
    padding: 40px var(--gutter) 52px;
    margin: 0 -webkit-calc(var(--gutter) * -1);
    margin: 0 -moz-calc(var(--gutter) * -1);
    margin: 0 calc(var(--gutter) * -1);
  }
  .notify-form_title {
    line-height: 125%;
    margin-bottom: 15px;
  }
  .notify-form_text p {
    margin-bottom: 25px;
  }
  .form-notify {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .form-notify_group:nth-child(1) {
    max-width: 100%;
    margin: 0 0 20px;
  }
  .form-notify_group:nth-child(2) {
    max-width: 100%;
    margin: 0 0 30px;
  }
  .form-notify_group:nth-child(3) {
    max-width: 100%;
  }
  .coming {
    padding: 0 0 100px;
  }
  .coming-list {
    grid-gap: 16px;
  }
  .coming-block {
    grid-template-columns: repeat(1, 1fr);
    padding: 27px var(--gutter) 16px;
    margin: 0 -webkit-calc(var(--gutter) * -1);
    margin: 0 -moz-calc(var(--gutter) * -1);
    margin: 0 calc(var(--gutter) * -1);
  }
  .coming-block_heading {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .coming-block_img {
    font-size: 13px;
    height: 184px;
    margin-bottom: 16px;
  }
  .coming-block .form-notify_heading {
    margin: 9px 0 20px;
  }
  .properties {
    padding: 0 0 100px;
  }
  .properties-nav {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 13px;
    margin-bottom: 20px;
  }
  .properties-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .property-box {
    padding: 11px 15px;
    border-radius: 0;
    background: #525a29;
  }
  .property-box_icon {
    display: none;
  }
  .property-box_title {
    color: #fff;
  }
  .property-block_content {
    padding: 20px 11px;
  }
  .property-block_title h5 {
    margin: 0 10px 0 0;
  }
  .property-block_wrap .list-arrow li {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .property-block_wrap .list-arrow li:last-child {
    margin-bottom: 0;
  }
  .properties-content {
    padding: 20px 0 100px;
  }
  .properties-content .video-block {
    margin: 0 0 13px;
  }
  .properties-content_holder {
    padding-bottom: 40px;
  }
  .properties-content_holder .text {
    padding-bottom: 0;
  }
  .properties-content_holder .hidden-sm,
  .view-photos span.desktop {
    display: none;
  }
  .properties-content .descr {
    padding-bottom: 40px;
  }
  .properties-content .direction-form {
    margin-bottom: 60px;
  }
  .properties-content .direction-form p {
    margin-bottom: 17px;
  }
  .view-photos {
    display: none;
    /*border:0;
        text-decoration:underline;
        width:100vh;
        max-width:calc(100% + var(--gutter)*2);
        margin:0 calc(var(--gutter)*-1) 24px;
        font-weight:500;
        font-size:12px;
        text-align:center;
        text-transform:uppercase;
        border-radius:0;
        font-family:"Lato","Arial","Helvetica Neue","Helvetica",sans-serif;
        letter-spacing:normal;
        padding:18px 10px 14px;
        margin-bottom:21px;*/
  }
  .view-photos,
  .view-photos:hover {
    background: #eaeaea;
    color: var(--base-text-color);
  }
  .plan {
    margin-bottom: 23px;
  }
  .plan.hidden,
  .plan-wrapper.hidden,
  .tabs_controls._desktop {
    display: none;
  }
  .plan-block {
    padding: 0 0 17px;
  }
  .plan-block_heading {
    padding: 26px 15px 20px;
  }
  .contact-box_text h3,
  .plan-block_heading h3 {
    font-size: 18px;
  }
  .plan-block_list {
    margin: 0 0 27px;
  }
  .plan-block_bottom,
  .plan-block_list li {
    font-size: 16px;
  }
  .plan-block_bottom p {
    margin-bottom: 8px;
  }
  .plan-block_valid {
    font-size: 12px;
    position: relative;
    bottom: inherit;
    left: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
         transform: none;
    margin: 12px 0 0;
  }
  .plan-block._popular .plan-block_heading {
    padding: 16px 15px 11px;
  }
  .plan-block._popular .plan-block_heading h3 {
    margin-bottom: 0;
    line-height: 0.9;
  }
  .plan-block._popular .plan-block_heading span {
    font-weight: 400;
    font-size: 12px;
  }
  .plan-block._popular .plan-block_list {
    padding-top: 12px;
  }
  .tabs_content {
    margin-bottom: 33px;
  }
  .tabs_content .map-box {
    display: none;
    margin-bottom: 0;
  }
  .tabs_content .map-box._mobile {
    display: block;
    width: 100%;
    margin: 0;
  }
  .tabs-desktop {
    display: none;
  }
  .table {
    border: 0;
  }
  .table thead tr th {
    padding: 9px 5px;
  }
  .table thead tr th:first-child {
    width: 100px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .table thead tr th:last-child {
    width: auto;
  }
  .table thead tr th:nth-child(3) {
    width: auto;
  }
  .table thead tr th:nth-child(4),
  .table thead tr th:nth-child(5) {
    display: none;
  }
  .table tbody tr td:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .table tbody tr td:nth-child(3) {
    padding: 10px 14px;
  }
  .table tbody tr td:nth-child(4),
  .table tbody tr td:nth-child(5) {
    display: none;
  }
  .contact-box,
  .form-direct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }
  .form-direct_group:first-child {
    margin: 0 0 16px;
    width: 100%;
  }
  .form-direct_group:last-child {
    width: 100%;
  }
  .form-direct_group button {
    width: 100%;
    font-size: 16px;
  }
  .contact-box_text {
    padding-bottom: 18px;
  }
  .modal {
    padding: 52px 16px 36px;
  }
  .modal_title {
    margin-bottom: 15px;
  }
  .modal_text {
    font-size: 14px;
  }
  .modal_text p {
    margin-bottom: 20px;
  }
  .modal_text p:last-child {
    margin-bottom: 20px;
  }
  .popup_content,
  .popup_heading {
    padding: 20px 16px;
  }
  .popup_content .contact-boxes {
    padding: 0;
  }
  .popup_text {
    font-size: 14px;
  }
  .fancybox__slide {
    padding: 30px 15px;
  }
  .contact-boxes {
    gap: 11px;
  }
  .slider-photos_holder {
    display: none;
  }
  .info-boxes {
    gap: 11px;
    grid-template-columns: repeat(1, 1fr);
  }
  .box-info_btn {
    letter-spacing: 0.1em;
  }
  .credit-plan {
    gap: 20px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .plan-box_heading {
    padding: 5px 1px 5px;
  }
  .plan-box_content {
    padding: 1px 1px 4px;
    min-height: 270px;
  }
  .plan-box_content .price {
    margin-bottom: 2px;
  }
  .plan-box_list {
    margin: 0 0 24px;
  }
  .info-payment-box {
    padding: 19px 22px;
  }
  .info-payment-box img {
    margin: -2px 14px 0 0;
  }
  .payment {
    padding: 20px 0 52px;
  }
  .payment .info-payment-box {
    margin-bottom: 23px;
  }
  .payment_title {
    min-height: auto;
    line-height: 1.6;
    margin-bottom: 21px;
  }
  .payment-form,
  .payment-form_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 17px;
  }
  .payment-form_row {
    gap: 0;
  }
  .payment-form_group._submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding-top: 17px;
  }
  .payment-form_group._submit p {
    margin: 0 0 25px;
  }
  .account {
    padding: 0 0 78px;
  }
  .account_holder {
    grid-template-columns: repeat(1, 1fr);
  }
  .login-form {
    margin: 0 -webkit-calc(var(--gutter) * -1);
    margin: 0 -moz-calc(var(--gutter) * -1);
    margin: 0 calc(var(--gutter) * -1);
    padding: 26px var(--gutter) 32px;
  }
  .register-form button {
    margin-top: 14px;
    width: 100%;
  }
  .blog-block-main_content .text span,
  .blog-list_holder .load-more {
    display: none;
  }
  .blog-list_title {
    font-size: 20px;
  }
  .blog-block-main_content .btn,
  .blog-block-main_content .forminator-button-submit,
  .blog-block_content .btn,
  .blog-block_content .forminator-button-submit {
    min-width: 154px;
  }
  .blog-block-main {
    margin-bottom: 55px;
  }
  .blog-block-main_img {
    height: 343px;
    margin: 0 0 26px;
  }
  .blog-block-main_content {
    margin: 0;
  }
  .blog-title {
    font-size: 24px;
  }
  .blog-datail {
    padding: 17px 0 55px;
  }
  .blog-datail_holder .blog-img {
    height: 343px;
    margin: 0 0 16px;
  }
  .blog-datail_holder .blog-text {
    line-height: 1.62;
    padding-bottom: 13px;
  }
}
@media (max-width: 667px) {
  html {
    font-size: -webkit-calc(var(--rem-base) - 2.5px);
    font-size: -moz-calc(var(--rem-base) - 2.5px);
    font-size: calc(var(--rem-base) - 2.5px);
  }
  table th {
    padding: 10px 5px;
  }
  .navigation .page-numbers,
  .navigation-comments .page-numbers,
  .pagination .page-numbers,
  table td {
    padding: 7px 5px;
  }
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    float: none;
  }
  img.alignright {
    float: right;
    margin: 0 0 10px var(--vertical-rhythm);
  }
  img.alignleft {
    float: left;
    margin: 0 var(--vertical-rhythm) 10px 0;
  }
  .alignleft,
  .alignright {
    float: none;
    margin: 0 auto 10px;
  }
  #content .row-post {
    margin: 0;
  }
  #content .row-post .post {
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
  }
  #content .row-col .post {
    margin: 0 0 20px;
  }
  #content .row-col .post-img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #content .meta {
    margin: 0 0 15px;
  }
  input[type=reset] + input[type=submit] {
    margin-top: 10px;
  }
}
@media (max-width: 666px) {
  .btn-sm {
    min-height: 38px;
  }
  .page-footer_main {
    padding: 48px 0 32px;
  }
  .page-footer_copyright {
    padding: 25px 0;
  }
  .page-footer_copyright .container,
  .page-footer_copyright html #branda-cookie-notice .cookie-notice-container,
  html #branda-cookie-notice .page-footer_copyright .cookie-notice-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .page-footer_copyright .social {
    margin-bottom: 14px;
  }
  .page-footer .footer-block {
    width: 100%;
    margin: 0 0 40px;
  }
  .page-footer .footer-block:nth-child(1) {
    margin: 0 0 40px;
  }
  .page-footer .footer-block:nth-child(3) {
    margin: 0;
  }
  .page-footer .footer-nav_holder {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #wp-calendar,
  .page-footer .footer-nav_holder .footer-nav {
    width: 100%;
  }
  .comment-body .reply {
    padding-bottom: 0;
  }
  .parent.comment .comment {
    margin-left: 5%;
  }
  .slider-gallery {
    margin-bottom: 12px;
  }
  .slider-gallery-nav_slide {
    width: 100% !important;
    height: 100%;
  }
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
@media (max-width: 567px) {
  html #branda-cookie-notice .cookie-notice-container .branda-cn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .hero_btn {
    width: 100%;
  }
  .hero_btn .hero-btn {
    width: 100%;
    font-size: 16px;
  }
  .map-box {
    margin: 0 -webkit-calc(var(--gutter) * -1);
    margin: 0 -moz-calc(var(--gutter) * -1);
    margin: 0 calc(var(--gutter) * -1);
  }
  .map-box img.desktop {
    display: none;
  }
  .properties .map-box {
    margin-bottom: 0;
  }
  .table thead tr th:first-child {
    width: 54px;
  }
  .table thead tr th:last-child {
    width: 120px;
  }
  .table thead tr th:nth-child(2) {
    width: 91px;
  }
  .table thead tr th:nth-child(3) {
    width: 113px;
  }
  .contact-box .btn,
  .contact-box .forminator-button-submit,
  .contact-box_item {
    width: 100%;
  }
  .slider-gallery_slide {
    height: 170px;
  }
  .plan-box_content .price {
    font-size: 36px;
  }
  .plan-box_bottom,
  .plan-box_list li {
    font-size: 14px;
  }
  .blog-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .sm-show {
    display: block;
  }
  .properties.v2 {
    padding: 15px 0 100px;
  }
}
@media (max-width: 479px) {
  .forminator-uploaded-file {
    width: 33.3333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
            flex: 1 1 auto;
  }
  .card-block_content .image {
    width: 114px;
    height: 114px;
    margin: 0 10px 10px 0;
  }
  .foreclosure-block_img {
    height: 115px;
  }
  .modal_video {
    height: 176px;
    margin-bottom: 20px;
  }
  .slider-gallery-nav .slick-track {
    grid-gap: 2px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 375px) {
  html {
    overflow-x: hidden;
    font-size: -webkit-calc(var(--rem-base) - 3px);
    font-size: -moz-calc(var(--rem-base) - 3px);
    font-size: calc(var(--rem-base) - 3px);
  }
  #calendar_wrap table td,
  #calendar_wrap table th {
    font-size: 14px;
  }
  .product-thumb {
    padding: 5px;
  }
  .favorites-empty .btn,
  .favorites-empty .forminator-button-submit {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .box-info_btn {
    max-width: 255px;
    min-width: 255px;
  }
}
@media (min-width: 768px) and (max-width: 849px) {
  figure.alignleft {
    float: none;
  }
  figure.alignright {
    float: none;
    margin-left: 0;
  }
}
/* featured property section */
.pi-featured-properties {
  padding: 3rem 3rem;
}

.pi-featured-properties h2 {
  text-align: center;
}

.mountains_bg {
  right: 0;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: visible;
  top: 0px;
  margin-top: 8rem;
}

.mountains_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.pi-features .container {
  padding: 0rem 4rem 0rem 4rem;
}

.pi-features_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}

.pi-features-box_container {
  background: #ffffff;
  border-radius: 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  gap: 10px;
  max-width: 485px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 2rem 2rem 2rem 0rem;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.pi-features-box_container h4 {
  font-family: Lato;
  font-weight: 800;
}

.pi-features-box_icon {
  width: 45%;
}

.pi-features-box_container img {
  max-width: 120px;
}

.pi-features_gap,
.pi-about_gap {
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

/* map section */
.pi-map .map-box {
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  border-radius: 20px 20px;
  position: relative;
}

.pi-map_directions {
  position: relative;
  background-color: #fff;
  max-width: 1200px;
  padding: 1rem 2rem;
  margin: 0 auto;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
}

.pi-map_directions p {
  margin-bottom: 0px;
}

.pi-map_directions h3 {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #5B7450;
}

.pi-properties {
  background: #ffffff;
  border-radius: 20px 0px 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 3rem 3rem;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

/* testimonials section */
.pi-featured-testimonials {
  margin-top: 3rem;
  background: #5B7450;
  padding: 2rem 3rem;
  text-align: center;
}

.pi-featured-testimonials .flex-column {
  gap: 20px;
  margin-bottom: 2rem;
}

.pi-featured-testimonials h2 {
  color: #fff;
  margin-bottom: 3rem;
}

.pi-testimonials {
  border-radius: 8px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  background: white;
  text-align: left;
  padding: 3rem 4rem;
}

.pi-testimonials svg.bi.bi-quote {
  width: 45px;
  height: 45px;
  margin-left: -2rem;
  fill: #c4cdc0;
}

.pi-testimonials span {
  float: right;
  font-weight: 800;
  color: #5B7450;
}

/* media queries */
@media (min-width: 769px) {
  .pi-features_newprop {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin-top: 10rem;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.state-page {
  display: block;
  color: #000;
}

.tax-state .properties.state .properties-list .property-block #popup-notify-contact-sold-button,
.tax-state .properties.state .properties-list .property-block #property-avail-btn,
.tax-state .properties.state .properties-list .property-block #property-new-btn {
  margin-left: auto;
}
.tax-state .properties.state .properties-list .property-block .property-block_wrap .btn.btn-outline {
  color: #FFF;
  background: #036297;
}
.tax-state .properties.state .properties-list .property-block .property-block_wrap .btn.btn-outline:hover {
  background: #0594e1;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 600px) {
  .property-template-single-property-tract .plan-wrapper_membership {
    display: none;
  }
}
.property-template-single-property-tract .plan-wrapper_membership h2 {
  margin-bottom: 50px;
}
.property-template-single-property-tract .plan-wrapper_membership #planPanel.active {
  display: grid;
}
@media (max-width: 600px) {
  .property-template-single-property-tract .plan-wrapper_membership #planPanel.active {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 600px) {
  .property-template-single-property-tract h2.mobile-expander.plan-expander-mobile {
    display: none;
  }
}
.property-template-single-property-tract #planPanelMobile.active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.property-template-single-property-tract .sb-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .sb-desktop {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .property-template-single-property-tract .bs-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .property-template-single-property-tract .bs-container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
}
.property-template-single-property-tract .w-100 {
  width: 100%;
}
.property-template-single-property-tract .w-50 {
  width: 50%;
}
.property-template-single-property-tract .h-100 {
  height: 100%;
}
.property-template-single-property-tract .h-50 {
  height: 50%;
}
.property-template-single-property-tract h2 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.property-template-single-property-tract h2.mobile-expander {
  margin-top: 10px;
}
.property-template-single-property-tract h2.mobile-expander i {
  display: none;
  margin-left: auto;
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .property-template-single-property-tract h2.mobile-expander i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.property-template-single-property-tract h2.mobile-expander.active i {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (max-width: 992px) {
  .property-template-single-property-tract h2.mobile-expander {
    padding-bottom: 10px;
    border-bottom: 1px solid #5B7450;
    font-size: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
.property-template-single-property-tract .mobile-panel {
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.6s ease-out;
  -moz-transition: max-height 0.3s ease-in-out, opacity 0.6s ease-out;
  transition: max-height 0.3s ease-in-out, opacity 0.6s ease-out;
}
@media (max-width: 992px) {
  .property-template-single-property-tract .mobile-panel {
    max-height: 0;
    opacity: 0;
    position: relative;
    z-index: -1;
  }
}
.property-template-single-property-tract .mobile-panel.active {
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.6s ease-out;
  -moz-transition: max-height 0.3s ease-in-out, opacity 0.6s ease-out;
  transition: max-height 0.3s ease-in-out, opacity 0.6s ease-out;
}
@media (max-width: 992px) {
  .property-template-single-property-tract .mobile-panel.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    max-height: 10000px;
    opacity: 1;
    z-index: 1;
  }
}
.property-template-single-property-tract .mobile-panel#mapPanel, .property-template-single-property-tract .mobile-panel#mapPanelB {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.property-template-single-property-tract .btn-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  background: #5B7450;
  padding: 9px 33px;
  color: #FFF;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.property-template-single-property-tract .btn-green:hover {
  opacity: 1;
  background: #92ab87;
}
.property-template-single-property-tract .btn-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  background: #036297;
  padding: 9px 33px;
  color: #FFF;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.property-template-single-property-tract .btn-blue:hover {
  opacity: 1;
  background: #0594e1;
}
.property-template-single-property-tract .btn-blue#call-deposit-button {
  max-height: 80px;
  margin: 15px 0;
  padding: 9px 15px;
}
.property-template-single-property-tract .btn-green-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  border: 1px solid #5B7450;
  color: #5B7450;
  background: transparent;
  padding: 9px 33px;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.property-template-single-property-tract .btn-green-outline:hover {
  opacity: 1;
  background: #5B7450;
  color: #fff;
}
.property-template-single-property-tract #indicator-box .availability {
  max-width: 120px;
  border-radius: 20px;
  background: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 31px;
  width: auto;
  padding: 0 15px;
  margin-left: 0;
  margin-right: auto;
}
.property-template-single-property-tract #indicator-box .availability i {
  font-size: 8px;
  margin-right: 10px;
}
.property-template-single-property-tract #indicator-box .availability i.green {
  color: #5B7450;
}
.property-template-single-property-tract #indicator-box .availability i.red {
  color: #c00;
}
.property-template-single-property-tract #indicator-box .availability i.orange {
  color: #e67300;
}
.property-template-single-property-tract #indicator-box .availability span {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .gallery-hero .hero-photos {
  margin-top: 15px;
  margin-bottom: 40px;
}
.property-template-single-property-tract .gallery-hero .hero-photos .main-photo {
  overflow: hidden;
  width: 100%;
  max-height: 376px;
  height: auto;
  border-radius: 5px;
  position: relative;
}
.property-template-single-property-tract .gallery-hero .hero-photos .main-photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768.6px) {
  .property-template-single-property-tract .gallery-hero .hero-photos .main-photo img.mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .property-template-single-property-tract .gallery-hero .hero-photos .main-photo img.desktop {
    display: none;
  }
}
.property-template-single-property-tract .gallery-hero .hero-photos .main-photo .mobile-image-count {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  width: 61px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 7px;
  right: 7px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .property-template-single-property-tract .gallery-hero .hero-photos .main-photo .mobile-image-count {
    display: none;
  }
}
.property-template-single-property-tract .gallery-hero .hero-photos .grid-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .gallery-hero .hero-photos .grid-photos {
    display: none;
  }
}
.property-template-single-property-tract .gallery-hero .hero-photos .grid-photos .row {
  height: 50%;
}
.property-template-single-property-tract .gallery-hero .hero-photos .grid-photos .row.top-row .grid-photo {
  padding: 0 0 6px 0;
}
.property-template-single-property-tract .gallery-hero .hero-photos .grid-photos .row.bottom-row .grid-photo {
  padding: 6px 0 0 0;
}
.property-template-single-property-tract .gallery-hero .hero-photos .grid-photos .row .grid-photo {
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.property-template-single-property-tract .gallery-hero .hero-photos .grid-photos .row .grid-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.property-template-single-property-tract .gallery-hero .hero-photos .grid-photos .row .grid-photo.lastone {
  position: relative;
  cursor: pointer;
}
.property-template-single-property-tract .gallery-hero .hero-photos .grid-photos .row .grid-photo.lastone img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 5;
}
.property-template-single-property-tract .gallery-hero .hero-photos .grid-photos .row .grid-photo .show-photo-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.property-template-single-property-tract .gallery-hero .hero-photos .grid-photos .row .grid-photo .show-photo-modal .overtext {
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22.8px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  max-width: 50%;
}
.property-template-single-property-tract #photoModal {
  display: none;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  padding-top: 15px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.property-template-single-property-tract #photoModal .modal-contentprops {
  background-color: #fefefe;
  margin: 3vh auto 0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 5px;
  border: 1px solid #888;
  width: 90%;
  max-width: 850px;
  border-radius: 10px;
  position: relative;
}
.property-template-single-property-tract #photoModal .modal-contentprops .containerreelprop .mySlidesx img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}
.property-template-single-property-tract #photoModal .modal-contentprops .containerreelprop .arrowsp {
  text-shadow: 1px 2px 3px #222;
  width: 99%;
  position: absolute;
  margin-bottom: 1%;
  top: 40%;
}
.property-template-single-property-tract #photoModal .modal-contentprops .containerreelprop .gal-row {
  height: 200px;
}
.property-template-single-property-tract #photoModal .close {
  color: white;
  background-color: #525a29;
  float: right;
  font-size: 15px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}
.property-template-single-property-tract .content-box {
  position: relative;
}
.property-template-single-property-tract .content-box.single-tract-content {
  margin-bottom: 100px;
  display: grid;
  grid-gap: 96px;
  grid-template-columns: 877px auto;
}
@media (max-width: 1330px) {
  .property-template-single-property-tract .content-box.single-tract-content {
    grid-gap: 60px;
    grid-template-columns: 786px auto;
  }
}
@media (max-width: 1200px) {
  .property-template-single-property-tract .content-box.single-tract-content {
    grid-gap: 40px;
    grid-template-columns: 650px auto;
  }
}
@media (max-width: 992px) {
  .property-template-single-property-tract .content-box.single-tract-content {
    grid-gap: 40px;
    grid-template-columns: 60% auto;
  }
}
@media (max-width: 992px) {
  .property-template-single-property-tract .content-box.single-tract-content {
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-green {
    border-radius: 20px;
    background: #036297;
  }
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-green:hover {
    background: #0594e1;
  }
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-green-outline {
    color: #036297;
    border-radius: 20px;
    border: 1px solid #036297;
  }
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-green-outline:hover {
    color: #fff;
    background: #036297;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .title-box h1.tract-title {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .title-box h1.tract-title {
    font-size: 24px;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .title-box .availability {
  border-radius: 20px;
  background: #F1F1F1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 31px;
  width: auto;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .title-box .availability i {
  font-size: 8px;
  margin-right: 10px;
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .title-box .availability i.green {
  color: #5B7450;
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .title-box .availability i.red {
  color: #cc0000;
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .title-box .availability i.orange {
  color: #e67300;
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .title-box .availability span {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .tract-info {
  color: #3d3c38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .tract-info {
    font-size: 20px;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .tract-info strong {
  color: #3d3c38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .tract-info strong {
    font-size: 20px;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  padding-top: 10px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 992px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-wrapper {
    display: none !important;
  }
}
@media (max-width: 1060px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-wrapper {
    position: relative;
    left: -15px;
  }
}
@media (max-width: 992px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-wrapper {
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-wrapper a {
  width: 100%;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-wrapper a {
    width: 100%;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-wrapper a.btn-green {
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-wrapper a.btn-green {
    margin-right: 16px;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-wrapper a.btn-green-outline i {
  margin-right: 6px;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .btn-wrapper a.btn-green-outline {
    margin-right: 16px;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .plan-info {
  color: #036297;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 23.4px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px; /* 111.111% */
  margin-top: 12px;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .plan-info {
    font-size: 18px;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .plan-info span.total {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 17.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 149.425% */
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .plan-info span.total {
    display: block;
    font-size: 17px;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .plan-info > div {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 132%;
}
@media screen and (max-width: 992px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .plan-info > div {
    font-size: 24px;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .plan-info .in-full {
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  margin-top: 3px;
}
@media screen and (max-width: 992px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .plan-info .in-full {
    font-size: 18px;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper h1.tract-title {
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper h1.tract-title {
    font-size: 22px;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .plan-anchor {
  margin-top: 8px;
  margin-bottom: 30px;
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 17.4px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px; /* 149.425% */
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  width: auto;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .intro_title_wrapper .plan-anchor {
    display: none;
  }
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .plan-anchor:hover i {
  margin-left: 10px;
}
.property-template-single-property-tract .content-box .content-left .intro_title_wrapper .plan-anchor i {
  font-size: 15px;
  margin-left: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.property-template-single-property-tract .content-box .content-left .property-features {
  margin-bottom: 20px;
}
.property-template-single-property-tract .content-box .content-left .property-features h2 {
  margin-bottom: 30px;
}
.property-template-single-property-tract .content-box .content-left .property-features #featurePanel .feature-icons {
  margin-bottom: 20px;
}
.property-template-single-property-tract .content-box .content-left .property-features .single-feat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  color: #000;
  font-family: Lato;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
  margin-bottom: 8px;
}
.property-template-single-property-tract .content-box .content-left .property-features .single-feat .feature-icon {
  width: 33px;
  height: 33px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 6px;
}
.property-template-single-property-tract .content-box .content-left .sb-mobile {
  display: none;
  padding: 0 15px;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .sb-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.property-template-single-property-tract .content-box .content-left .sb-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .sb-desktop {
    display: none;
  }
}
.property-template-single-property-tract .content-box .content-left .shadow-box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  background: #FFF;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 19px 40px 35px;
}
.property-template-single-property-tract .content-box .content-left .shadow-box .inner-sb {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.property-template-single-property-tract .content-box .content-left .shadow-box .inner-sb h3 {
  width: 100%;
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 23.4px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.property-template-single-property-tract .content-box .content-left .shadow-box .inner-sb .sb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 5px 0;
}
.property-template-single-property-tract .content-box .content-left .shadow-box .inner-sb .sb-item .sb-image {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
.property-template-single-property-tract .content-box .content-left .shadow-box .inner-sb .sb-item .sb-text {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  display: block;
  width: 100%;
}
.property-template-single-property-tract .content-box .content-left .shadow-box .inner-sb .btn-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .shadow-box .inner-sb .btn-col {
    margin-top: 15px;
  }
}
.property-template-single-property-tract .content-box .content-left .shadow-box .inner-sb .btn-col .btn-green {
  width: 100%;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .shadow-box .inner-sb .btn-col .btn-green {
    border-radius: 20px;
    background: #036297;
  }
  .property-template-single-property-tract .content-box .content-left .shadow-box .inner-sb .btn-col .btn-green:hover {
    background: #0594e1;
  }
}
.property-template-single-property-tract .content-box .content-left .shadow-box .inner-sb .btn-col .link-sub {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
  text-align: center;
}
.property-template-single-property-tract .content-box .content-left .tract-property-video {
  margin-top: 45px;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .property-template-single-property-tract .content-box .content-left .tract-property-video {
    max-width: 735px;
  }
}
.property-template-single-property-tract .content-box .content-left .tract-property-video h2 {
  margin-bottom: 20px;
}
.property-template-single-property-tract .content-box .content-left .tract-property-video iframe {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 413px;
}
@media (max-width: 992px) {
  .property-template-single-property-tract .content-box .content-left .tract-property-video iframe {
    max-height: unset;
  }
}
@media (min-width: 992px) {
  .property-template-single-property-tract .content-box .content-left .map-section {
    max-width: 735px;
  }
}
.property-template-single-property-tract .content-box .content-left .map-section h2 {
  margin-bottom: 21px;
}
.property-template-single-property-tract .content-box .content-left .map-section .maps-row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.property-template-single-property-tract .content-box .content-left .map-section .maps-row iframe,
.property-template-single-property-tract .content-box .content-left .map-section .maps-row .notify-map-poly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
          flex: 1 0 auto;
  width: 100%;
  min-width: 461px;
  margin-bottom: 20px;
  padding: 0;
}
.property-template-single-property-tract .content-box .content-left .map-section .maps-row iframe .container,
.property-template-single-property-tract .content-box .content-left .map-section .maps-row .notify-map-poly .container {
  padding: 0;
}
.property-template-single-property-tract .content-box .content-left .map-section .maps-row iframe #map-poly,
.property-template-single-property-tract .content-box .content-left .map-section .maps-row .notify-map-poly #map-poly {
  max-height: 413px;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .map-section .maps-row iframe,
  .property-template-single-property-tract .content-box .content-left .map-section .maps-row .notify-map-poly {
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
  }
}
.property-template-single-property-tract .content-box .content-left .map-section .maps-row .resizer {
  width: 5px;
  cursor: ew-resize;
  height: 100%;
}
.property-template-single-property-tract .content-box .content-left .map-section .maps-row .map-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
          flex: 1 0 auto;
  width: 100%;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.property-template-single-property-tract .content-box .content-left .map-section .maps-row .map-image .map-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-top: 10px;
}
.property-template-single-property-tract .content-box .content-left .map-section .maps-row .map-image .map-buttons button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 15px;
}
.property-template-single-property-tract .content-box .content-left .map-section .maps-row .map-image .map-buttons button.btn-green {
  border: none;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box .content-left .map-section .maps-row .map-image .map-buttons {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .property-template-single-property-tract .content-box .content-left .map-section .maps-row .map-image .map-buttons button {
    width: 100%;
    margin-bottom: 10px;
  }
}
.property-template-single-property-tract .content-box .content-left .map-section .links-row a {
  display: block;
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 23.4px; /* 167.143% */
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-bottom: 12px;
}
.property-template-single-property-tract .content-box .content-left .map-section .links-row #tractDirections {
  max-height: 0;
  opacity: 0;
  height: auto;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.property-template-single-property-tract .content-box .content-left .map-section .links-row #tractDirections.open {
  max-height: 350px;
  opacity: 1;
}
.property-template-single-property-tract .content-box .content-left .map-section .links-row #tractDirections .form-direct_group input#saddr {
  border-radius: 5px;
  border: 0.5px solid #BEBDBD;
  background: #FFF;
  color: #333;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-height: 36px;
  min-height: 36px;
}
.property-template-single-property-tract .content-box .content-left .map-section .links-row #tractDirections .form-direct_group input[type=submit] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  border: 1px solid #5B7450;
  color: #5B7450;
  background: transparent;
  padding: 9px 33px;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  max-height: 36px;
  min-height: 36px;
}
.property-template-single-property-tract .content-box .content-left .map-section .links-row #tractDirections .form-direct_group input[type=submit]:hover {
  opacity: 1;
  background: #5B7450;
  color: #fff;
}
.property-template-single-property-tract .content-box .content-left .faq-section {
  margin-top: 40px;
}
.property-template-single-property-tract .content-box .content-left .faq-section h2 {
  margin-bottom: 20px;
}
.property-template-single-property-tract .content-box .content-left .faq-section .important-docs strong {
  font-size: 19px;
}
.property-template-single-property-tract .content-box .content-left .faq-section .faq-panel p {
  border-bottom: 1px solid #5B7450;
}
.property-template-single-property-tract .content-box .content-left .faq-section .faq-panel h3.faq-sub {
  margin: 30px 0 10px;
  font-size: 19px;
}
.property-template-single-property-tract .content-box .content-left .faq-section .faq-panel .faq-item {
  margin-bottom: 8px;
  border-bottom: 1px solid #5B7450;
}
.property-template-single-property-tract .content-box .content-left .faq-section .faq-panel .faq-item .faq-answer {
  padding: 15px;
}
.property-template-single-property-tract .content-box .content-left .faq-section .faq-panel .faq-item .faq-answer > p {
  margin-bottom: 5px;
}
.property-template-single-property-tract .content-box .content-left .faq-section .faq-panel .faq-item .faq-answer > p a {
  text-decoration: underline;
}
.property-template-single-property-tract .content-box .content-left .faq-section .faq-panel .faq-question {
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.property-template-single-property-tract .content-box .content-left .faq-section .faq-panel .faq-question:after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  margin-left: auto;
  margin-right: 15px;
}
.property-template-single-property-tract .content-box .content-left .faq-section .faq-panel .faq-question.active::after {
  content: "\f068";
}
.property-template-single-property-tract .content-box .content-left .faq-section .faq-panel .faq-answer {
  padding: 10px;
  background: transparent;
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  padding-left: 11px;
  padding-bottom: 25px;
  height: auto;
  max-height: 1px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
}
.property-template-single-property-tract .content-box .content-left .faq-section .faq-panel .faq-answer.active {
  max-height: 1000px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.property-template-single-property-tract .content-box .content-left .faq-section .faq-panel .faq-answer > p {
  border: none;
}
.property-template-single-property-tract .content-box #tractSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .property-template-single-property-tract .content-box #tractSidebar {
    display: none;
  }
  .property-template-single-property-tract .content-box #tractSidebar.mobile-form-open {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100vw;
    max-height: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
  .property-template-single-property-tract .content-box #tractSidebar.mobile-form-open .sticky-sidebar {
    max-width: 70%;
    min-width: 277px;
    margin-left: auto;
    margin-right: auto;
  }
  .property-template-single-property-tract .content-box #tractSidebar.mobile-form-open .sticky-sidebar .close-btn {
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    cursor: pointer;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .property-template-single-property-tract .content-box #tractSidebar.mobile-form-open .sticky-sidebar {
    max-width: 90%;
  }
  .property-template-single-property-tract .content-box #tractSidebar.mobile-form-open .sticky-sidebar .close-btn {
    color: #000;
    position: relative;
    top: 40px;
    right: 10px;
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .property-template-single-property-tract .content-box #tractSidebar.mobile-form-open .sticky-sidebar .form-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .property-template-single-property-tract .content-box #tractSidebar.mobile-form-open .sticky-sidebar .sidebar-buttons {
    max-width: 70%;
    min-width: 277px;
    margin-left: auto;
    margin-right: auto;
  }
  .property-template-single-property-tract .content-box #tractSidebar.mobile-form-open .btn-green-outline {
    background: #fff;
  }
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .close-btn {
  display: none;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper {
  height: auto;
  margin-left: auto;
  max-width: 277px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
  padding: 16px 28px 30px;
  margin-top: 10px;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top .emp-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -o-object-fit: contain;
     object-fit: contain;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top .emp-row img {
  width: 74px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top .emp-row .fe-info {
  margin-left: auto;
  margin-right: auto;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top .emp-row .fe-info .name {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top .emp-row .fe-info .ccl {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3px;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top .emp-row .fe-info .phone {
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top h4 {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 18px;
  margin-bottom: 3px;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top p.subtext {
  color: #818181;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field {
  margin-bottom: 10px;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .frm_error {
  font-size: 12px;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field label.frm_primary_label {
  text-transform: none;
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field label.frm_primary_label span {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input {
  height: 28px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 5px;
  border: 0.5px solid #BEBDBD;
  background: #FFF;
  color: #333;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input::-webkit-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input::-moz-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input:-ms-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input::placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select,
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select {
  height: 28px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 5px;
  border: 0.5px solid #BEBDBD;
  background: #FFF;
  color: #333;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select::-webkit-input-placeholder, .property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select::-webkit-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select::-moz-placeholder, .property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select::-moz-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select:-ms-input-placeholder, .property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select:-ms-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select::placeholder,
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select::placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea {
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 5px;
  border: 0.5px solid #BEBDBD;
  background: #FFF;
  color: #333;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 65px;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea::-webkit-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea::-moz-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea:-ms-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea::placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field {
    margin-bottom: 4px;
  }
  .property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input {
    height: 24px;
    min-height: 24px;
  }
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  background: #036297;
  padding: 9px 33px;
  color: #FFF;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-transform: none;
  font-size: 12px;
  min-height: unset;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover {
  opacity: 1;
  background: #0594e1;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .sidebar-btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  color: #5B7450;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .content-box #tractSidebar .sticky-sidebar .sidebar-btns a i {
  margin-right: 5px;
}
.property-template-single-property-tract .twrap {
  position: relative;
}
.property-template-single-property-tract .full-width-testimonials {
  margin-bottom: 45px;
  background: #5B7450;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100vw;
  padding: 65px 15px 80px;
  width: -webkit-calc(100vw - 16px);
  width: -moz-calc(100vw - 16px);
  width: calc(100vw - 16px);
  margin-left: -webkit-calc(-50vw + 50% + 8px);
  margin-left: -moz-calc(-50vw + 50% + 8px);
  margin-left: calc(-50vw + 50% + 8px);
}
.property-template-single-property-tract .full-width-testimonials h3 {
  color: #FFF;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .property-template-single-property-tract .full-width-testimonials .t-wrapper .testimonial-col:first-of-type, .property-template-single-property-tract .full-width-testimonials .t-wrapper .testimonial-col:last-of-type {
    display: none;
  }
}
.property-template-single-property-tract .full-width-testimonials .t-wrapper .testimonial-inner {
  border-radius: 20px;
  background: #FFF;
  padding: 60px 40px 25px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin: 0 18px;
}
.property-template-single-property-tract .full-width-testimonials .t-wrapper .testimonial-inner .quote-left {
  position: absolute;
  top: 20px;
  left: 20px;
}
.property-template-single-property-tract .full-width-testimonials .t-wrapper .testimonial-inner p {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-single-property-tract .full-width-testimonials .t-wrapper .testimonial-inner .name {
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-left: auto;
}
.property-template-single-property-tract .plan-wrapper_membership h2 {
  margin-bottom: 50px;
}
.property-template-single-property-tract #mobile-footer {
  display: none;
}
@media (max-width: 992px) {
  .property-template-single-property-tract #mobile-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
  }
  .property-template-single-property-tract #mobile-footer a.btn-green-square {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border-radius: 0;
    background: #5B7450;
    padding: 9px 33px;
    color: #FFF;
    height: 50px;
    line-height: 1;
    text-align: center;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .property-template-single-property-tract #mobile-footer a.btn-green-square:hover {
    opacity: 1;
    background: #92ab87;
  }
}
@media screen and (max-width: 992px) {
  .property-template-single-property-tract #mobile-footer a#openMobileForm {
    border-left: 2px solid #000;
  }
}
@media (max-width: 992px) {
  .property-template-single-property-tract #chat-widget-container {
    bottom: 50px !important;
  }
}
.property-template-single-property-tract #form_reservetractform2 #call-now-button {
  display: none;
}
@media (max-width: 768px) {
  .property-template-single-property-tract #form_reservetractform2 #frm_field_322_container label {
    font-size: 12px;
  }
  .property-template-single-property-tract #form_reservetractform2 #frm_field_322_container .frm_description {
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .property-template-single-property-tract #form_reservetractform2 #frm_field_243_container .frm_submit {
    margin-top: 5px;
  }
}
@media screen and (max-width: 992px) {
  .property-template-single-property-tract body > .jcf-select-drop {
    z-index: 99999;
  }
}

.page-template-dreamproperty-2024 ui-widget-slide-ccl > div {
  background-color: #525a29;
}
.page-template-dreamproperty-2024 .selectdiv {
  width: 25%;
  float: left;
  margin-left: 4%;
  text-align: center;
  margin-right: 4%;
}
.page-template-dreamproperty-2024 #price {
  border-style: none;
  text-align: center;
}
.page-template-dreamproperty-2024 #topoptions {
  width: 100%;
  float: left;
  margin-bottom: 1%;
}
.page-template-dreamproperty-2024 #sort {
  width: 100%;
  float: left;
  margin-top: 2%;
}
@media (max-width: 640px) {
  .page-template-dreamproperty-2024 #topoptions {
    width: 100%;
    float: left;
    margin-bottom: 3%;
    margin-top: 3%;
  }
  .page-template-dreamproperty-2024 #priceSlider {
    width: 95%;
  }
}
.page-template-dreamproperty-2024 .dropdown-check-list {
  display: inline-block;
}
.page-template-dreamproperty-2024 .dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
}
.page-template-dreamproperty-2024 .dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page-template-dreamproperty-2024 .dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}
.page-template-dreamproperty-2024 .dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}
.page-template-dreamproperty-2024 .dropdown-check-list ul.items li {
  list-style: none;
}
.page-template-dreamproperty-2024 .dropdown-check-list.visible .anchor {
  color: black;
}
.page-template-dreamproperty-2024 .dropdown-check-list.visible .items {
  display: block;
  text-align: left;
}
.page-template-dreamproperty-2024 .jcf-select-drop .jcf-select-drop-content .jcf-list-content {
  min-height: 200px;
}
.page-template-dreamproperty-2024 .jcf-select-drop .jcf-select-drop-content .jcf-list-content > ul > li > span.jcf-option.jcf-disabled {
  display: none;
}
@media (min-width: 1395.5px) {
  .page-template-dreamproperty-2024 .bs-container {
    max-width: 1395px;
  }
}
@media (min-width: 1330.5px) {
  .page-template-dreamproperty-2024 .bs-container {
    max-width: 1330px;
  }
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .page-template-dreamproperty-2024 .bs-container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-template-dreamproperty-2024 .bs-container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
}
.page-template-dreamproperty-2024 main#dreamProperty .btn-green {
  border-radius: 20px;
  background: #5B7450;
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.page-template-dreamproperty-2024 main#dreamProperty .btn-green:hover {
  opacity: 1;
  background: #92ab87;
}
.page-template-dreamproperty-2024 main#dreamProperty .btn-green-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  border: 1px solid #5B7450;
  color: #5B7450;
  background: transparent;
  padding: 9px 33px;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.page-template-dreamproperty-2024 main#dreamProperty .btn-green-outline:hover {
  opacity: 1;
  background: #5B7450;
  color: #fff;
}
.page-template-dreamproperty-2024 main#dreamProperty .pagination {
  border: none !important;
  text-transform: none;
}
.page-template-dreamproperty-2024 main#dreamProperty .pagination .btn-blue {
  width: 20%;
  min-width: 200px;
  padding: 9px 15px;
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  border-radius: 20px;
  background: #036297;
  text-transform: none;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  max-height: 43px;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.page-template-dreamproperty-2024 main#dreamProperty .pagination .btn-blue:hover {
  opacity: 1;
  background: #0594e1;
}
.page-template-dreamproperty-2024 main#dreamProperty .pagination #moreresults {
  margin-left: auto;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer {
  position: relative;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .dream-prop-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .dream-prop-hero .background {
  background: rgba(57, 90, 41, 0.8);
  position: absolute;
  height: 360px;
  width: 100vw;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .dream-prop-hero .background img {
  max-width: 100vw;
  width: 100vw;
  height: auto;
  opacity: 0.25;
  -webkit-filter: sepia(100%) hue-rotate(59deg) saturate(100%);
          filter: sepia(100%) hue-rotate(59deg) saturate(100%);
}
@media (max-width: 992px) {
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .dream-prop-hero .background img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .dream-prop-hero .text-wrap {
  position: relative;
  z-index: 1;
  padding: 50px 0 30px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .dream-prop-hero .text-wrap h1 {
  color: #FFF;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .dream-prop-hero .text-wrap h2 {
  color: #FFF;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .dream-prop-hero .text-wrap h1 > span, .page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .dream-prop-hero .text-wrap h2 > span {
  color: #f4b43d !important;
}
@media (max-width: 992px) {
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .dream-prop-hero .text-wrap {
    padding: 25px 15px 30px;
  }
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .dream-prop-hero .text-wrap h1 {
    font-size: 24px;
    font-weight: 300;
  }
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .dream-prop-hero .text-wrap h2 {
    font-size: 14px;
    font-weight: 300;
  }
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form {
  position: relative;
  margin-bottom: 60px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
          justify-content: space-evenly;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
  padding: 44px 15px 70px;
  position: relative;
  z-index: 1;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper > div {
  margin: 15px 10px;
}
@media (max-width: 992px) {
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper > div {
    margin: 15px 10px;
    width: 100%;
    max-width: 500px !important;
  }
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper label {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  margin-bottom: 7px;
  letter-spacing: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper input {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper span.jcf-select {
  border-radius: 5px;
  border: 1px solid #BEBDBD;
  background: #FFF;
  max-height: 28px;
  min-height: 28px;
  line-height: 14px;
  padding: 7px 15px;
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper span.jcf-select .jcf-select-opener::before {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 11px;
  height: 6px;
  margin-top: -3.5px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .state-input {
  min-width: 99px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .county-input {
  min-width: 99px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .price-input {
  min-width: 150px;
  max-width: 196px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .price-input .price-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .price-input .price-range #priceLow {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .price-input .price-range #priceHigh {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .acreage-input {
  min-width: 99px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .features-input {
  min-width: 260px;
  max-width: 317px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .features-input .features-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  border-radius: 5px;
  border: 1px solid #BEBDBD;
  background: #FFF;
  padding: 7px 15px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .features-input .features-border label {
  text-transform: none;
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .features-input .features-border label .jcf-checkbox {
  margin-right: 4px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .submit-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: -28px;
  width: 100%;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .submit-btn-wrap #filterSubmit {
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 20px;
  background: #036297;
  height: 54px;
  max-width: 320px;
  width: 100%;
  text-transform: none;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .submit-btn-wrap .spin-wrap {
  position: relative;
  height: 54px;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .submit-btn-wrap .spin-wrap i {
  color: #fff;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: absolute;
  right: 16px;
  z-index: 5;
  font-size: 22px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer #filterContainer .filter-row #filter-form .submit-btn-wrap .spin-wrap i.hidden {
  display: none;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box {
  display: grid;
  grid-gap: 0;
  grid-template-columns: auto 0;
  margin-top: 25px;
}
@media (max-width: 992px) {
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box {
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .sort-row {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .sort-row.hidden {
  opacity: 0;
}
@media (max-width: 992px) {
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .sort-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .sort-row .sort-wrapper {
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .sort-row .sort-wrapper #sort {
    margin-top: 0;
    width: auto;
  }
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .sort-row .matchcount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .sort-row .sort-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .sort-row .sort-wrapper .sorter {
  text-wrap: nowrap;
  margin-right: 6px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .sort-row .sort-wrapper #sort .jcf-select {
  border-radius: 5px;
  border: 1px solid #BEBDBD;
  background: #FFF;
  max-height: 28px;
  min-height: 28px;
  width: 160px;
  line-height: 14px;
  padding: 3px 12px 3px 9px;
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .sort-row .sort-wrapper #sort .jcf-select .jcf-select-text {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .sort-row .sort-wrapper #sort .jcf-select .jcf-select-opener::before {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 11px;
  height: 6px;
  margin-top: -3.5px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row .notify-form-newsletter {
  background: #f7f7f7;
  padding: 40px 48px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row .notify-form_title {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row .notify-form_title {
    font-size: 28px;
  }
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row .notify-form_text,
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row .notify-form_text p {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.4px; /* 157% */
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row .notify-form_text,
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row .notify-form_text p {
    font-size: 18px;
    line-height: 22px;
  }
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row .form-notify {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row .form-notify_heading {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row .form-notify_group:nth-child(1) {
  max-width: 517px;
  width: 100%;
  margin-right: 20px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row .form-notify_group:nth-child(2) {
  max-width: 389px;
  width: 100%;
  margin-right: 32px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row .form-notify_group:nth-child(3) {
  max-width: 146px;
  width: 100%;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row .form-notify_group.full {
  max-width: 100%;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  grid-gap: initial;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_form_field {
  width: 100%;
  height: 54px;
  margin-right: 20px;
  grid-column: initial;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 -webkit-calc(25% - 30px);
     -moz-box-flex: 1;
          flex: 1 0 calc(25% - 30px);
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_form_field {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
            flex: 1 0 100%;
    max-width: 100%;
  }
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_form_field .frm-g-recaptcha {
  -webkit-transform: scale(0.67);
     -moz-transform: scale(0.67);
      -ms-transform: scale(0.67);
          transform: scale(0.67);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (max-width: 768px) {
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_form_field .frm-g-recaptcha {
    -webkit-transform: scale(0.75);
       -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_submit {
  margin-top: 0;
  min-width: 130px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
     -moz-box-flex: 1;
          flex: 1 0 25%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
}
@media (max-width: 768px) {
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_submit {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
            flex: 1 0 100%;
    max-width: 100%;
  }
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
  max-width: 300px;
  border-radius: 20px;
  background: #5B7450;
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-transform: none;
  min-height: unset;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover {
  opacity: 1;
  background: #92ab87;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter {
    display: none;
  }
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter.mobile-form-open {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100vw;
    max-height: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter.mobile-form-open .sticky-sidebar {
    max-width: 70%;
    min-width: 277px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter.mobile-form-open .sticky-sidebar .close-btn {
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    cursor: pointer;
  }
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter.mobile-form-open .sticky-sidebar .form-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter.mobile-form-open .sticky-sidebar .sidebar-buttons {
    max-width: 70%;
    min-width: 277px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter.mobile-form-open .btn-green-outline {
    background: #fff;
  }
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar {
  margin-top: 55px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .close-btn {
  display: none;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper {
  height: auto;
  margin-left: auto;
  max-width: 277px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
  padding: 16px 28px 30px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper .form-top .emp-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper .form-top .emp-row img {
  width: 74px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper .form-top .emp-row .fe-info {
  margin-left: auto;
  margin-right: auto;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper .form-top .emp-row .fe-info .name {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper .form-top .emp-row .fe-info .ccl {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper .form-top .emp-row .fe-info .phone a {
  color: #036297;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper .form-top .emp-row .fe-info .phone .i {
  color: #036297;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(20deg);
     -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper .form-top h4 {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 18px;
  margin-bottom: 3px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper .form-top p.subtext {
  color: #818181;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field label.frm_primary_label {
  text-transform: none;
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field label.frm_primary_label span {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input {
  height: 28px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 5px;
  border: 0.5px solid #BEBDBD;
  background: #FFF;
  color: #333;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input::-webkit-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input::-moz-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input:-ms-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input::placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select,
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select {
  height: 28px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 5px;
  border: 0.5px solid #BEBDBD;
  background: #FFF;
  color: #333;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select::-webkit-input-placeholder, .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select::-webkit-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select::-moz-placeholder, .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select::-moz-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select:-ms-input-placeholder, .page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select:-ms-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select::placeholder,
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select::placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea {
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 5px;
  border: 0.5px solid #BEBDBD;
  background: #FFF;
  color: #333;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 100px;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea::-webkit-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea::-moz-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea:-ms-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea::placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  background: #036297;
  padding: 9px 33px;
  color: #FFF;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-transform: none;
  font-size: 12px;
  min-height: unset;
}
.page-template-dreamproperty-2024 main#dreamProperty .properties-outer .content-box #sidebarOuter .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover {
  opacity: 1;
  background: #0594e1;
}

#mapModal {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 100%;
  max-height: 470px;
  max-width: 675px;
}
@media (max-width: 992px) {
  #mapModal {
    max-height: 95vh;
  }
}
#mapModal.show {
  opacity: 1;
  display: block;
  position: fixed;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 30px 40px 15px;
  width: 95%;
  z-index: 9999;
  border: 3px solid #ccc;
  -webkit-box-shadow: 1px 1px 6px 1px #666;
          box-shadow: 1px 1px 6px 1px #666;
  border-radius: 5px;
  height: auto;
  max-height: 100%;
}
@media (max-width: 992px) {
  #mapModal.show {
    padding: 20px 15px;
  }
}
#mapModal .close-map {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
#mapModal iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

#mapModalBG.show {
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  z-index: 9999;
}

#available-properties .spin-wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: auto;
  max-height: 300px;
}
#available-properties .spin-wrap i {
  color: #036297;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
  font-size: 50px;
}
#available-properties .spin-wrap i.hidden {
  display: none;
}
#available-properties .spin-wrap p {
  color: #036297;
  font-weight: 600;
  margin-top: 20px;
  font-size: 24px;
}

.btn-blue {
  width: 20%;
  min-width: 200px;
  padding: 9px 15px;
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  border-radius: 20px;
  background: #036297;
  text-transform: none;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  max-height: 43px;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.btn-blue:hover {
  opacity: 1;
  background: #0594e1;
}

.newsletter-row {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .newsletter-row {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.newsletter-row .notify-form-newsletter {
  background: #f7f7f7;
  padding: 40px 48px;
}
.newsletter-row .notify-form_title {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .newsletter-row .notify-form_title {
    font-size: 28px;
  }
}
.newsletter-row .notify-form_text,
.newsletter-row .notify-form_text p {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.4px; /* 157% */
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .newsletter-row .notify-form_text,
  .newsletter-row .notify-form_text p {
    font-size: 18px;
    line-height: 22px;
  }
}
.newsletter-row .form-notify {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.newsletter-row .form-notify_heading {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.newsletter-row .form-notify_group:nth-child(1) {
  max-width: 517px;
  width: 100%;
  margin-right: 20px;
}
.newsletter-row .form-notify_group:nth-child(2) {
  max-width: 389px;
  width: 100%;
  margin-right: 32px;
}
.newsletter-row .form-notify_group:nth-child(3) {
  max-width: 146px;
  width: 100%;
}
.newsletter-row .form-notify_group.full {
  max-width: 100%;
}
.newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  grid-gap: initial;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_form_field {
  width: 100%;
  height: 54px;
  margin-right: 20px;
  grid-column: initial;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 -webkit-calc(25% - 30px);
     -moz-box-flex: 1;
          flex: 1 0 calc(25% - 30px);
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_form_field {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
            flex: 1 0 100%;
    max-width: 100%;
  }
}
.newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_form_field .frm-g-recaptcha {
  -webkit-transform: scale(0.67);
     -moz-transform: scale(0.67);
      -ms-transform: scale(0.67);
          transform: scale(0.67);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (max-width: 768px) {
  .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_form_field .frm-g-recaptcha {
    -webkit-transform: scale(0.75);
       -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_form_field .frm_error {
  color: #ff0000;
  margin-left: 5px;
  line-height: normal;
  font-size: 14px;
}
.newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_submit {
  margin-top: 0;
  min-width: 130px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
     -moz-box-flex: 1;
          flex: 1 0 25%;
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
}
@media (max-width: 768px) {
  .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_submit {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
            flex: 1 0 100%;
    max-width: 100%;
  }
}
.newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
  max-width: 300px;
  border-radius: 20px;
  background: #5B7450;
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-transform: none;
  min-height: unset;
}
.newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover {
  opacity: 1;
  background: #92ab87;
}

@media (min-width: 1200px) and (max-width: 1330px) {
  .property-template-default.single-property .bs-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .property-template-default.single-property .bs-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100vw;
  }
}
.property-template-default.single-property .w-100 {
  width: 100%;
}
.property-template-default.single-property .w-50 {
  width: 50%;
}
.property-template-default.single-property .h-100 {
  height: 100%;
}
.property-template-default.single-property .h-50 {
  height: 50%;
}
.property-template-default.single-property h2 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.property-template-default.single-property h2.mobile-expander {
  margin-top: 10px;
}
.property-template-default.single-property h2.mobile-expander i {
  display: none;
  margin-left: auto;
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .property-template-default.single-property h2.mobile-expander i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.property-template-default.single-property h2.mobile-expander.active i {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (max-width: 992px) {
  .property-template-default.single-property h2.mobile-expander {
    padding-bottom: 10px;
    border-bottom: 1px solid #5B7450;
    font-size: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
.property-template-default.single-property .mobile-panel {
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.6s ease-out;
  -moz-transition: max-height 0.3s ease-in-out, opacity 0.6s ease-out;
  transition: max-height 0.3s ease-in-out, opacity 0.6s ease-out;
}
@media (max-width: 992px) {
  .property-template-default.single-property .mobile-panel {
    max-height: 0;
    opacity: 0;
    position: relative;
    z-index: -1;
  }
}
.property-template-default.single-property .mobile-panel.active {
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.6s ease-out;
  -moz-transition: max-height 0.3s ease-in-out, opacity 0.6s ease-out;
  transition: max-height 0.3s ease-in-out, opacity 0.6s ease-out;
}
@media (max-width: 992px) {
  .property-template-default.single-property .mobile-panel.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    max-height: 10000px;
    opacity: 1;
    z-index: 1;
  }
}
.property-template-default.single-property .mobile-panel#mapPanel, .property-template-default.single-property .mobile-panel#mapPanelB {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.property-template-default.single-property .mobile-panel#mapPanel .notify-map-poly, .property-template-default.single-property .mobile-panel#mapPanelB .notify-map-poly {
  padding-left: 8px;
  padding-right: 0;
}
.property-template-default.single-property .mobile-panel#mapPanel .notify-map-poly .container, .property-template-default.single-property .mobile-panel#mapPanelB .notify-map-poly .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .property-template-default.single-property .mobile-panel#videoPanel {
    padding-right: 7px;
  }
}
.property-template-default.single-property .btn-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  background: #5B7450;
  padding: 9px 33px;
  color: #FFF;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.property-template-default.single-property .btn-green:hover {
  opacity: 1;
  background: #92ab87;
}
.property-template-default.single-property .btn-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  background: #036297;
  padding: 9px 33px;
  color: #FFF;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.property-template-default.single-property .btn-blue:hover {
  opacity: 1;
  background: #0594e1;
}
.property-template-default.single-property .btn-green-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  border: 1px solid #5B7450;
  color: #5B7450;
  background: transparent;
  padding: 9px 33px;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.property-template-default.single-property .btn-green-outline:hover {
  opacity: 1;
  background: #5B7450;
  color: #fff;
}
.property-template-default.single-property .gallery-hero .hero-photos {
  margin-top: 15px;
  margin-bottom: 40px;
}
.property-template-default.single-property .gallery-hero .hero-photos .main-photo {
  overflow: hidden;
  width: 100%;
  max-height: 376px;
  height: auto;
  border-radius: 5px;
  position: relative;
}
.property-template-default.single-property .gallery-hero .hero-photos .main-photo .show-gallery-modal {
  cursor: pointer;
}
.property-template-default.single-property .gallery-hero .hero-photos .main-photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768.6px) {
  .property-template-default.single-property .gallery-hero .hero-photos .main-photo img.mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .property-template-default.single-property .gallery-hero .hero-photos .main-photo img.desktop {
    display: none;
  }
}
.property-template-default.single-property .gallery-hero .hero-photos .main-photo .mobile-image-count {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  width: 61px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 7px;
  right: 7px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .property-template-default.single-property .gallery-hero .hero-photos .main-photo .mobile-image-count {
    display: none;
  }
}
.property-template-default.single-property .gallery-hero .hero-photos .grid-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 768px) {
  .property-template-default.single-property .gallery-hero .hero-photos .grid-photos {
    display: none;
  }
}
.property-template-default.single-property .gallery-hero .hero-photos .grid-photos .row {
  height: 50%;
}
.property-template-default.single-property .gallery-hero .hero-photos .grid-photos .row.top-row .grid-photo {
  padding: 0 0 6px 0;
}
.property-template-default.single-property .gallery-hero .hero-photos .grid-photos .row.bottom-row .grid-photo {
  padding: 6px 0 0 0;
}
.property-template-default.single-property .gallery-hero .hero-photos .grid-photos .row .grid-photo {
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.property-template-default.single-property .gallery-hero .hero-photos .grid-photos .row .grid-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.property-template-default.single-property .gallery-hero .hero-photos .grid-photos .row .grid-photo.lastone {
  position: relative;
  cursor: pointer;
}
.property-template-default.single-property .gallery-hero .hero-photos .grid-photos .row .grid-photo.lastone img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 5;
}
.property-template-default.single-property .gallery-hero .hero-photos .grid-photos .row .grid-photo .show-photo-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.property-template-default.single-property .gallery-hero .hero-photos .grid-photos .row .grid-photo .show-photo-modal .overtext {
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22.8px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  max-width: 50%;
}
.property-template-default.single-property #photoModal {
  display: none;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  padding-top: 15px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.property-template-default.single-property #photoModal .modal-contentprops {
  background-color: #fefefe;
  margin: 3vh auto 0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 5px;
  border: 1px solid #888;
  width: 90%;
  max-width: 850px;
  border-radius: 10px;
}
.property-template-default.single-property #photoModal .modal-contentprops .containerreelprop .arrowsp {
  text-shadow: 1px 2px 3px #222;
}
.property-template-default.single-property #photoModal .modal-contentprops .containerreelprop .gal-row {
  height: 200px;
}
.property-template-default.single-property #photoModal .close {
  color: white;
  background-color: #525a29;
  float: right;
  font-size: 15px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}
.property-template-default.single-property .content-box {
  position: relative;
  max-width: 100vw;
}
.property-template-default.single-property .content-box.single-tract-content {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.property-template-default.single-property .content-box .content-left {
  max-width: -webkit-calc(100vw - 30px);
  max-width: -moz-calc(100vw - 30px);
  max-width: calc(100vw - 30px);
  padding: 0 15px;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left {
    max-width: -webkit-calc(100vw - 10px);
    max-width: -moz-calc(100vw - 10px);
    max-width: calc(100vw - 10px);
  }
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .btn-green {
    border-radius: 20px;
    background: #036297;
  }
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .btn-green:hover {
    background: #0594e1;
  }
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .btn-green-outline {
    color: #036297;
    border-radius: 20px;
    border: 1px solid #036297;
  }
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .btn-green-outline:hover {
    color: #fff;
    background: #036297;
  }
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .title-box h1.tract-title {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .title-box h1.tract-title {
    font-size: 24px;
  }
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .title-box .availability {
  border-radius: 20px;
  background: #F1F1F1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 31px;
  width: auto;
  padding: 0 15px;
  margin-left: auto;
  margin-right: 15px;
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .title-box .availability i {
  font-size: 8px;
  margin-right: 10px;
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .title-box .availability i.green {
  color: #5B7450;
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .title-box .availability i.red {
  color: #cc0000;
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .title-box .availability i.orange {
  color: #e67300;
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .title-box .availability span {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .tract-info {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .tract-info {
    font-size: 18px;
  }
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .btn-wrapper a {
  width: 100%;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .btn-wrapper a {
    width: -webkit-calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: calc(50% - 8px);
  }
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .btn-wrapper a.btn-green {
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .btn-wrapper a.btn-green {
    margin-right: 16px;
  }
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .btn-wrapper a.btn-green-outline i {
  margin-right: 6px;
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .plan-info {
  color: #036297;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 23.4px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px; /* 111.111% */
  margin-top: 12px;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .plan-info {
    font-size: 18px;
  }
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .plan-info span.total {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 17.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 149.425% */
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .plan-info span.total {
    display: block;
    font-size: 17px;
  }
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .plan-anchor {
  margin-top: 8px;
  margin-bottom: 30px;
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 17.4px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px; /* 149.425% */
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  width: auto;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .plan-anchor {
    display: none;
  }
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .plan-anchor:hover i {
  margin-left: 10px;
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .plan-anchor i {
  font-size: 15px;
  margin-left: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.property-template-default.single-property .content-box .content-left #propertyPricing {
  margin-top: 45px;
  margin-bottom: 35px;
}
@media screen and (max-width: 992px) {
  .property-template-default.single-property .content-box .content-left #propertyPricing {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
.property-template-default.single-property .content-box .content-left #propertyPricing #pricingPanel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.property-template-default.single-property .content-box .content-left #propertyPricing #pricingPanel .pricing-table-head {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.property-template-default.single-property .content-box .content-left #propertyPricing #pricingPanel .pricing-table-head .table-style #show-table._active,
.property-template-default.single-property .content-box .content-left #propertyPricing #pricingPanel .pricing-table-head .table-style #show-grid._active {
  background-color: #5B7450;
}
.property-template-default.single-property .content-box .content-left #propertyPricing #table-layout.hidden-by-cro {
  display: none !important;
}
.property-template-default.single-property .content-box .content-left #propertyPricing #table-layout .table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left #propertyPricing #table-layout .table thead .feature-header,
  .property-template-default.single-property .content-box .content-left #propertyPricing #table-layout .table tbody .feature-cell,
  .property-template-default.single-property .content-box .content-left #propertyPricing #table-layout .table thead .table-payment,
  .property-template-default.single-property .content-box .content-left #propertyPricing #table-layout .table tbody .payment-cell,
  .property-template-default.single-property .content-box .content-left #propertyPricing #table-layout .table thead .table-block,
  .property-template-default.single-property .content-box .content-left #propertyPricing #table-layout .table tbody .block-cell,
  .property-template-default.single-property .content-box .content-left #propertyPricing #table-layout .table thead .table-unit,
  .property-template-default.single-property .content-box .content-left #propertyPricing #table-layout .table tbody .unit-cell {
    display: none;
  }
}
.property-template-default.single-property .content-box .content-left #propertyPricing #table-layout .table tbody tr td a.price.price-green {
  background: #5B7450;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left #propertyPricing #table-layout .table tbody tr td a.price {
    margin: 1px 0;
  }
}
.property-template-default.single-property .content-box .content-left #propertyPricing #table-layout .table tbody tr td.table-reserve-button a {
  padding: 1px 0;
}
.property-template-default.single-property .content-box .content-left #propertyPricing #table-layout .table tbody tr td .table-feature-img {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.property-template-default.single-property .content-box .content-left #propertyPricing #grid-layout .properties-list .properties-list_item .property-block .property-block_content {
  padding: 15px 10px 25px;
}
.property-template-default.single-property .content-box .content-left #propertyPricing #grid-layout .properties-list .properties-list_item .property-block .property-block_content .property-grid-block_top .property-grid-block_title h6 {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-right: 10px;
}
.property-template-default.single-property .content-box .content-left #propertyPricing #grid-layout .properties-list .properties-list_item .property-block .property-block_content .property-grid-block_top h6.monthly {
  color: #5B7450;
  font-size: 16px;
}
.property-template-default.single-property .content-box .content-left #propertyPricing #grid-layout .properties-list .properties-list_item .property-block .property-block_content .property-grid-block_top .btn {
  font-size: 12px;
  text-transform: none;
  padding: 5px 7px;
  margin-left: auto;
}
.property-template-default.single-property .content-box .content-left #propertyPricing #grid-layout .properties-list .properties-list_item .property-block .property-block_content .property-grid-block_top .btn:hover {
  color: #fff;
}
.property-template-default.single-property .content-box .content-left .sb-mobile {
  display: none;
  padding: 0 15px;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .sb-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.property-template-default.single-property .content-box .content-left .sb-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.property-template-default.single-property .content-box .content-left .shadow-box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  background: #FFF;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 19px 40px 35px;
}
.property-template-default.single-property .content-box .content-left .shadow-box .inner-sb {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.property-template-default.single-property .content-box .content-left .shadow-box .inner-sb h3 {
  width: 100%;
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 23.4px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.property-template-default.single-property .content-box .content-left .shadow-box .inner-sb .sb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 5px 0;
}
.property-template-default.single-property .content-box .content-left .shadow-box .inner-sb .sb-item .sb-image {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
.property-template-default.single-property .content-box .content-left .shadow-box .inner-sb .sb-item .sb-text {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  display: block;
  width: 100%;
}
.property-template-default.single-property .content-box .content-left .shadow-box .inner-sb .btn-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .shadow-box .inner-sb .btn-col {
    margin-top: 15px;
  }
}
.property-template-default.single-property .content-box .content-left .shadow-box .inner-sb .btn-col .btn-green {
  width: 100%;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .shadow-box .inner-sb .btn-col .btn-green {
    border-radius: 20px;
    background: #036297;
  }
  .property-template-default.single-property .content-box .content-left .shadow-box .inner-sb .btn-col .btn-green:hover {
    background: #0594e1;
  }
}
.property-template-default.single-property .content-box .content-left .shadow-box .inner-sb .btn-col .link-sub {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
  text-align: center;
}
.property-template-default.single-property .content-box .content-left .tract-property-video {
  margin-top: 45px;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .property-template-default.single-property .content-box .content-left .tract-property-video {
    max-width: 735px;
  }
}
.property-template-default.single-property .content-box .content-left .tract-property-video h2 {
  margin-bottom: 20px;
}
.property-template-default.single-property .content-box .content-left .tract-property-video iframe {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 413px;
}
@media (max-width: 992px) {
  .property-template-default.single-property .content-box .content-left .tract-property-video iframe {
    max-height: unset;
  }
}
@media (min-width: 992px) {
  .property-template-default.single-property .content-box .content-left .map-section {
    max-width: 735px;
  }
}
.property-template-default.single-property .content-box .content-left .map-section h2 {
  margin-bottom: 21px;
}
.property-template-default.single-property .content-box .content-left .map-section .maps-row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.property-template-default.single-property .content-box .content-left .map-section .maps-row #map-poly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
          flex: 1 0 auto;
  width: 100%;
  min-width: 461px;
  margin-bottom: 20px;
  max-height: 400px;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .map-section .maps-row #map-poly {
    width: 100%;
    min-width: unset;
    max-height: 80vh;
  }
}
.property-template-default.single-property .content-box .content-left .map-section .maps-row .resizer {
  width: 5px;
  cursor: ew-resize;
  height: 100%;
}
.property-template-default.single-property .content-box .content-left .map-section .maps-row .map-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
          flex: 1 0 auto;
  width: 100%;
  margin-left: auto;
}
.property-template-default.single-property .content-box .content-left .map-section .maps-row .map-image img {
  padding: 0;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .map-section .maps-row .map-image img {
    padding: 0;
  }
}
.property-template-default.single-property .content-box .content-left .map-section .maps-row .map-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-top: 10px;
}
.property-template-default.single-property .content-box .content-left .map-section .maps-row .map-buttons button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 15px;
}
.property-template-default.single-property .content-box .content-left .map-section .maps-row .map-buttons button.btn-green {
  border: none;
}
@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .map-section .maps-row .map-buttons {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .property-template-default.single-property .content-box .content-left .map-section .maps-row .map-buttons button {
    width: 100%;
    margin-bottom: 10px;
  }
}
.property-template-default.single-property .content-box .content-left .map-section .links-row a {
  display: block;
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 23.4px; /* 167.143% */
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-bottom: 12px;
}
.property-template-default.single-property .content-box .content-left .map-section .links-row #tractDirections {
  max-height: 0;
  opacity: 0;
  height: auto;
  display: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.property-template-default.single-property .content-box .content-left .map-section .links-row #tractDirections.open {
  max-height: 350px;
  opacity: 1;
  display: block;
}
.property-template-default.single-property .content-box .content-left .map-section .links-row #tractDirections .form-direct_group input#saddr {
  border-radius: 5px;
  border: 0.5px solid #BEBDBD;
  background: #FFF;
  color: #333;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-height: 36px;
  min-height: 36px;
}
.property-template-default.single-property .content-box .content-left .map-section .links-row #tractDirections .form-direct_group input[type=submit] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  border: 1px solid #5B7450;
  color: #5B7450;
  background: transparent;
  padding: 9px 33px;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  max-height: 36px;
  min-height: 36px;
}
.property-template-default.single-property .content-box .content-left .map-section .links-row #tractDirections .form-direct_group input[type=submit]:hover {
  opacity: 1;
  background: #5B7450;
  color: #fff;
}
.property-template-default.single-property .content-box .content-left .faq-section {
  margin-top: 40px;
}
.property-template-default.single-property .content-box .content-left .faq-section h2 {
  margin-bottom: 20px;
}
.property-template-default.single-property .content-box .content-left .faq-section .important-docs strong {
  font-size: 19px;
}
.property-template-default.single-property .content-box .content-left .faq-section .faq-panel p {
  border-bottom: 1px solid #5B7450;
}
.property-template-default.single-property .content-box .content-left .faq-section .faq-panel h3.faq-sub {
  margin: 30px 0 10px;
  font-size: 19px;
}
.property-template-default.single-property .content-box .content-left .faq-section .faq-panel .faq-item {
  margin-bottom: 8px;
  border-bottom: 1px solid #5B7450;
}
.property-template-default.single-property .content-box .content-left .faq-section .faq-panel .faq-item .faq-answer {
  padding: 15px;
}
.property-template-default.single-property .content-box .content-left .faq-section .faq-panel .faq-item .faq-answer > p {
  margin-bottom: 5px;
}
.property-template-default.single-property .content-box .content-left .faq-section .faq-panel .faq-item .faq-answer > p a {
  text-decoration: underline;
}
.property-template-default.single-property .content-box .content-left .faq-section .faq-panel .faq-question {
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.property-template-default.single-property .content-box .content-left .faq-section .faq-panel .faq-question:after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  margin-left: auto;
  margin-right: 15px;
}
.property-template-default.single-property .content-box .content-left .faq-section .faq-panel .faq-question.active::after {
  content: "\f068";
}
.property-template-default.single-property .content-box .content-left .faq-section .faq-panel .faq-answer {
  padding: 10px;
  background: transparent;
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  padding-left: 11px;
  padding-bottom: 25px;
  height: auto;
  max-height: 1px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
}
.property-template-default.single-property .content-box .content-left .faq-section .faq-panel .faq-answer.active {
  max-height: 1000px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.property-template-default.single-property .content-box .content-left .faq-section .faq-panel .faq-answer > p {
  border: none;
}
.property-template-default.single-property .content-box #tractSidebar {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .property-template-default.single-property .content-box #tractSidebar {
    display: none;
  }
  .property-template-default.single-property .content-box #tractSidebar.mobile-form-open {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100vw;
    max-height: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
  .property-template-default.single-property .content-box #tractSidebar.mobile-form-open .sticky-sidebar {
    max-width: 450px;
    width: 100%;
    min-width: 277px;
    margin-left: auto;
    margin-right: auto;
  }
  .property-template-default.single-property .content-box #tractSidebar.mobile-form-open .sticky-sidebar .close-btn {
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    cursor: pointer;
  }
  .property-template-default.single-property .content-box #tractSidebar.mobile-form-open .sticky-sidebar .form-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .property-template-default.single-property .content-box #tractSidebar.mobile-form-open .sticky-sidebar .sidebar-buttons {
    max-width: 70%;
    min-width: 277px;
    margin-left: auto;
    margin-right: auto;
  }
  .property-template-default.single-property .content-box #tractSidebar.mobile-form-open .btn-green-outline {
    background: #fff;
  }
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .close-btn {
  display: none;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper {
  height: auto;
  margin-left: auto;
  max-width: 277px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
  padding: 16px 28px 30px;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top .emp-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -o-object-fit: contain;
     object-fit: contain;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top .emp-row img {
  width: 74px;
  height: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top .emp-row .fe-info {
  margin-left: auto;
  margin-right: auto;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top .emp-row .fe-info .name {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top .emp-row .fe-info .ccl {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3px;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top .emp-row .fe-info .phone {
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top h4 {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 18px;
  margin-bottom: 3px;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper .form-top p.subtext {
  color: #818181;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field label.frm_primary_label {
  text-transform: none;
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field label.frm_primary_label span {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input {
  height: 28px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 5px;
  border: 0.5px solid #BEBDBD;
  background: #FFF;
  color: #333;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input::-webkit-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input::-moz-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input:-ms-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field input::placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select,
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select {
  height: 28px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 5px;
  border: 0.5px solid #BEBDBD;
  background: #FFF;
  color: #333;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select::-webkit-input-placeholder, .property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select::-webkit-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select::-moz-placeholder, .property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select::-moz-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select:-ms-input-placeholder, .property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select:-ms-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field select::placeholder,
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field .jcf-select::placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea {
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 5px;
  border: 0.5px solid #BEBDBD;
  background: #FFF;
  color: #333;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 100px;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea::-webkit-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea::-moz-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea:-ms-input-placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_form_field textarea::placeholder {
  color: #BEBDBD;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  background: #036297;
  padding: 9px 33px;
  color: #FFF;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-transform: none;
  font-size: 12px;
  min-height: unset;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .form-wrapper form .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover {
  opacity: 1;
  background: #0594e1;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .sidebar-btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  color: #5B7450;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .content-box #tractSidebar .sticky-sidebar .sidebar-btns a i {
  margin-right: 5px;
}
.property-template-default.single-property .twrap {
  position: relative;
}
.property-template-default.single-property .full-width-testimonials {
  margin-bottom: 45px;
  background: #5B7450;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100vw;
  padding: 65px 15px 80px;
  width: -webkit-calc(100vw - 16px);
  width: -moz-calc(100vw - 16px);
  width: calc(100vw - 16px);
  margin-left: -webkit-calc(-50vw + 50% + 8px);
  margin-left: -moz-calc(-50vw + 50% + 8px);
  margin-left: calc(-50vw + 50% + 8px);
}
.property-template-default.single-property .full-width-testimonials h3 {
  color: #FFF;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .property-template-default.single-property .full-width-testimonials .t-wrapper .testimonial-col:first-of-type, .property-template-default.single-property .full-width-testimonials .t-wrapper .testimonial-col:last-of-type {
    display: none;
  }
}
.property-template-default.single-property .full-width-testimonials .t-wrapper .testimonial-inner {
  border-radius: 20px;
  background: #FFF;
  padding: 60px 40px 25px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin: 0 18px;
}
.property-template-default.single-property .full-width-testimonials .t-wrapper .testimonial-inner .quote-left {
  position: absolute;
  top: 20px;
  left: 20px;
}
.property-template-default.single-property .full-width-testimonials .t-wrapper .testimonial-inner p {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-template-default.single-property .full-width-testimonials .t-wrapper .testimonial-inner .name {
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-left: auto;
}
@media (max-width: 600px) {
  .property-template-default.single-property .plan-wrapper .plan-disc {
    display: none;
  }
}
@media (min-width: 600px) {
  .property-template-default.single-property .plan-wrapper .plan-disc-mobile {
    display: none;
  }
}
.property-template-default.single-property .plan-wrapper .plan-disc.hide,
.property-template-default.single-property .plan-wrapper .plan-disc-mobile.hide {
  display: none;
}
@media (max-width: 600px) {
  .property-template-default.single-property .plan-wrapper_membership {
    display: none;
  }
}
.property-template-default.single-property .plan-wrapper_membership h2 {
  margin-bottom: 50px;
}
.property-template-default.single-property .plan-wrapper_membership #planPanel.active {
  display: grid;
}
@media (max-width: 600px) {
  .property-template-default.single-property .plan-wrapper_membership #planPanel.active {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 600px) {
  .property-template-default.single-property h2.mobile-expander.plan-expander-mobile {
    display: none;
  }
}
.property-template-default.single-property #planPanelMobile.active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.property-template-default.single-property #mobile-footer {
  display: none;
}
@media (max-width: 992px) {
  .property-template-default.single-property #mobile-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
  }
  .property-template-default.single-property #mobile-footer a.btn-green-square {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border-radius: 0;
    background: #5B7450;
    padding: 9px 33px;
    color: #FFF;
    height: 50px;
    line-height: 1;
    text-align: center;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .property-template-default.single-property #mobile-footer a.btn-green-square:hover {
    opacity: 1;
    background: #92ab87;
  }
}
@media (max-width: 992px) {
  .property-template-default.single-property #chat-widget-container {
    bottom: 50px !important;
  }
}

.urgency-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 10px 0;
  padding: 15px;
  background-color: #FFF;
  border-radius: 4px;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.07));
  margin-left: auto;
  margin-right: -15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-left: 3px solid transparent;
  border: 1px solid rgba(0, 0, 0, 0.22);
  text-decoration: none;
  color: inherit;
}
.urgency-banner:hover {
  text-decoration: none;
  color: inherit;
  -webkit-transform: translateY(-3px);
     -moz-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.12));
}
.urgency-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.urgency-banner:hover:before {
  opacity: 1;
}
.urgency-banner__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.urgency-banner__icon {
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease;
}
.urgency-banner__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}
.urgency-banner__highlight {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.urgency-banner__details {
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.urgency-banner:hover .urgency-banner__highlight {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.urgency-banner:hover .urgency-banner__icon {
  -webkit-animation: iconEffect 1.5s infinite alternate ease-in-out;
     -moz-animation: iconEffect 1.5s infinite alternate ease-in-out;
          animation: iconEffect 1.5s infinite alternate ease-in-out;
}
.urgency-banner--red .urgency-banner__highlight {
  color: #CC2727;
}
.urgency-banner--red:hover {
  border-left: 5px solid #CC2727;
}
.urgency-banner--red:before {
  background: -webkit-radial-gradient(center, circle, rgba(204, 39, 39, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(center, circle, rgba(204, 39, 39, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(circle at center, rgba(204, 39, 39, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
}
.urgency-banner--blue .urgency-banner__highlight {
  color: #0077BE;
}
.urgency-banner--blue:hover {
  border-left: 5px solid #0077BE;
}
.urgency-banner--blue:before {
  background: -webkit-radial-gradient(center, circle, rgba(0, 119, 190, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(center, circle, rgba(0, 119, 190, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(circle at center, rgba(0, 119, 190, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
}
.urgency-banner--yellow .urgency-banner__highlight {
  color: #F0B000;
}
.urgency-banner--yellow:hover {
  border-left: 5px solid #F0B000;
}
.urgency-banner--yellow:before {
  background: -webkit-radial-gradient(center, circle, rgba(240, 176, 0, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(center, circle, rgba(240, 176, 0, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(circle at center, rgba(240, 176, 0, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
}
.urgency-banner--green .urgency-banner__highlight {
  color: #00A651;
}
.urgency-banner--green:hover {
  border-left: 5px solid #00A651;
}
.urgency-banner--green:before {
  background: -webkit-radial-gradient(center, circle, rgba(0, 166, 81, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(center, circle, rgba(0, 166, 81, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(circle at center, rgba(0, 166, 81, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
}

@-webkit-keyframes iconEffect {
  0% {
    -webkit-transform: scale(1) rotate(-3deg);
            transform: scale(1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.06) rotate(0deg);
            transform: scale(1.06) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(3deg);
            transform: scale(1) rotate(3deg);
  }
}

@-moz-keyframes iconEffect {
  0% {
    -moz-transform: scale(1) rotate(-3deg);
         transform: scale(1) rotate(-3deg);
  }
  50% {
    -moz-transform: scale(1.06) rotate(0deg);
         transform: scale(1.06) rotate(0deg);
  }
  100% {
    -moz-transform: scale(1) rotate(3deg);
         transform: scale(1) rotate(3deg);
  }
}

@keyframes iconEffect {
  0% {
    -webkit-transform: scale(1) rotate(-3deg);
       -moz-transform: scale(1) rotate(-3deg);
            transform: scale(1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.06) rotate(0deg);
       -moz-transform: scale(1.06) rotate(0deg);
            transform: scale(1.06) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(3deg);
       -moz-transform: scale(1) rotate(3deg);
            transform: scale(1) rotate(3deg);
  }
}
@media (max-width: 992px) {
  .urgency-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: auto;
    margin-right: 15px;
  }
}
.property-template-default.single-property .content-box .content-left .intro_title_wrapper .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

@media (max-width: 768px) {
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }
  .urgency-banner {
    margin-left: 0;
    margin-top: 10px;
  }
  .property-template-default.single-property .content-box .content-left .intro_title_wrapper .title-box .availability {
    margin-left: 0;
    margin-top: 8px;
  }
}
body {
  scroll-behavior: smooth;
}

.property-template-default.single-property .content-box .content-left .intro_title_wrapper .title-box .availability {
  margin-left: 20px;
}

/* Homepage styles Fall 2024 */
@media (max-width: 992px) {
  .page-template-home-2024 .wrapper {
    min-height: unset;
  }
}
.page-template-home-2024 .header-menu-wrapper {
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.page-template-home-2024 {
  /*hero section w/ fade-in*/
}
.page-template-home-2024 .hero {
  padding: 50px 0px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-animation: fadeInAnimation ease 2s;
     -moz-animation: fadeInAnimation ease 2s;
          animation: fadeInAnimation ease 2s;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  min-height: 500px; /* Constrain background to hero content */
  max-height: 70vh; /* Prevent background from taking full viewport */
}
.page-template-home-2024 {
  /* page title */
}
.page-template-home-2024 h1 {
  font-weight: 800;
  color: #fff;
}
.page-template-home-2024 h2 {
  color: #5B7450;
}
.page-template-home-2024 .pi-hero_content {
  margin: 100px 0px 0px 0px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  min-height: 400px;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
@media (max-width: 992px) {
  .page-template-home-2024 .pi-hero_content {
    margin: 0 0 25px 0;
    min-height: unset;
  }
}
.page-template-home-2024 .pi-hero_content .header-link {
  text-decoration: underline;
  color: #fff;
}
.page-template-home-2024 .title-container {
  max-width: 600px;
  margin: 0 auto;
}
.page-template-home-2024 .title-container p {
  font-size: 18px;
}
.page-template-home-2024 {
  /* button styles */
}
.page-template-home-2024 a.pi-hero_btn {
  background: #036297;
  border-radius: 8px;
  color: #fff;
  width: auto;
  padding: 1rem 3rem;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.page-template-home-2024 .pi-hero_btn .bi.bi-arrow-right-short,
.page-template-home-2024 .pi-hero_btn_alt .bi.bi-arrow-right-short {
  width: 20px;
  height: 20px;
}
.page-template-home-2024 .pi-hero_btn:hover {
  background: rgba(3, 99, 151, 0.7019607843);
}
.page-template-home-2024 .pi_btn_overlay {
  margin-top: -65px;
  margin-left: 20px;
  position: absolute;
}
.page-template-home-2024 .pi-hero_btn_alt {
  background: white;
  color: #036297;
  padding: 1rem 3rem;
  border-radius: 8px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
@media (max-width: 992px) {
  .page-template-home-2024 .pi-featured-properties {
    padding: 24px 0px 10px;
  }
}
.page-template-home-2024 .land-available {
  margin: 20px 0px 0px 0px;
}
.page-template-home-2024 {
  /* about section */
}
.page-template-home-2024 section.pi-about,
.page-template-home-2024 section.pi-features {
  position: relative;
  padding-block: 20px;
}
.page-template-home-2024 .pi-about .pi-about_gap {
  margin-top: 15px;
}
.page-template-home-2024 .pi-about .pi-about p {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .page-template-home-2024 .pi-about .img.pi-counter {
    width: 70%;
  }
  .page-template-home-2024 .pi-about .pi-about p {
    width: 75%;
    margin-top: 10px;
  }
}
.page-template-home-2024 .pi-about .circle-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
          justify-content: space-evenly;
  max-width: 490px;
  width: 85%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page-template-home-2024 .pi-about .circle-stats {
    width: 100%;
  }
}
.page-template-home-2024 .pi-about .circle-stats .thin-green-circle {
  aspect-ratio: 1/1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  border: 1px solid #5B7450;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 20px;
}
.page-template-home-2024 .pi-about .circle-stats .thin-green-circle.middle {
  margin-left: -15px;
  margin-right: -15px;
}
.page-template-home-2024 .pi-about .circle-stats .thin-green-circle h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #5B7450;
  margin-bottom: 0;
  font-size: 30px;
}
@media screen and (max-width: 400px) {
  .page-template-home-2024 .pi-about .circle-stats .thin-green-circle h4 {
    font-size: 26px;
  }
}
.page-template-home-2024 .pi-about .circle-stats .thin-green-circle h4 span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  margin-top: 1px;
}
.page-template-home-2024 .pi-about img,
.page-template-home-2024 .pi-features_container img,
.page-template-home-2024 .pi-features_newprop img {
  border-radius: 20px;
  width: 100%;
}
.page-template-home-2024 .pi-about-box img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-home-2024 .tree_bg {
  right: 0;
  z-index: -1;
  position: absolute;
  height: 100%;
  overflow: visible;
  top: -50px;
}
.page-template-home-2024 .tree_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-template-home-2024 .header-menu-wrapper {
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.page-template-home-2024 .hero {
  padding: 50px 0px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-animation: fadeInAnimation ease 2s;
  -moz-animation: fadeInAnimation ease 2s;
  animation: fadeInAnimation ease 2s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-template-home-2024 h1 {
  font-weight: 800;
  color: #fff;
}
.page-template-home-2024 h2 {
  color: #5B7450;
}
.page-template-home-2024 .pi-hero_content {
  margin: 100px 0px 0px 0px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  min-height: 400px;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
@media (max-width: 992px) {
  .page-template-home-2024 .pi-hero_content {
    margin: 0 0 25px 0;
    min-height: unset;
  }
}
.page-template-home-2024 .title-container {
  max-width: 600px;
  margin: 0 auto;
}
.page-template-home-2024 .title-container p {
  font-size: 18px;
}
.page-template-home-2024 a.pi-hero_btn {
  background: #036297;
  border-radius: 8px;
  color: #fff;
  width: auto;
  padding: 1rem 3rem;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.page-template-home-2024 .pi-hero_btn .bi.bi-arrow-right-short,
.page-template-home-2024 .pi-hero_btn_alt .bi.bi-arrow-right-short {
  width: 20px;
  height: 20px;
}
.page-template-home-2024 .pi-hero_btn:hover {
  background: rgba(3, 99, 151, 0.7019607843);
}
.page-template-home-2024 .pi_btn_overlay {
  margin-top: -65px;
  margin-left: 20px;
  position: absolute;
}
.page-template-home-2024 .pi-hero_btn_alt {
  background: white;
  color: #036297;
  padding: 1rem 3rem;
  border-radius: 8px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.page-template-home-2024 .land-available {
  margin: 20px 0px 0px 0px;
}
.page-template-home-2024 section.pi-features {
  position: relative;
  padding-block: 4rem;
}
.page-template-home-2024 .pi-about img,
.page-template-home-2024 .pi-features_container img,
.page-template-home-2024 .pi-features_newprop img {
  border-radius: 20px;
  width: 100%;
}
.page-template-home-2024 .pi-about-box img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-template-home-2024 .tree_bg {
  right: 0;
  z-index: -1;
  position: absolute;
  height: 100%;
  overflow: visible;
  top: -50px;
}
.page-template-home-2024 .tree_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-template-home-2024 img.pi-counter {
  width: 70%;
}
.page-template-home-2024 .pi-about p {
  width: 75%;
  margin-top: 10px;
}
.page-template-home-2024 .property-grid .available-properties .slick-list {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-template-home-2024 .pi-hero_content {
    min-height: 350px;
  }
  .page-template-home-2024 img.pi-counter,
  .page-template-home-2024 .pi-about p {
    width: 100%;
  }
  .page-template-home-2024 .pi-about-box:first-of-type {
    margin-top: 20px;
  }
  .page-template-home-2024 .pi-features_newprop img {
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 3/2;
  }
  .page-template-home-2024 .pi-properties {
    border-radius: 20px 20px;
  }
}
.page-template-home-2024 .pi-featured-properties .property-grid.slider {
  height: 450px;
}
@media screen and (max-width: 768px) {
  .page-template-home-2024 .pi-featured-properties .property-grid.slider {
    height: 487px;
  }
}
.page-template-home-2024 .pi-featured-properties .property-grid.slider #available-properties .slick-list .slick-track {
  height: 100%;
}
.page-template-home-2024 #mapModal.show {
  top: 25%;
  z-index: 199999;
}
.page-template-home-2024 #mapModalBG.show {
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: fixed;
  z-index: 99999;
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1000px) {
  .archive.tax-state .main > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.archive.tax-state ui-widget-slide-ccl > div {
  background-color: #525a29;
}
.archive.tax-state .selectdiv {
  width: 25%;
  float: left;
  margin-left: 4%;
  text-align: center;
  margin-right: 4%;
}
.archive.tax-state #price {
  border-style: none;
  text-align: center;
}
.archive.tax-state #topoptions {
  width: 100%;
  float: left;
  margin-bottom: 1%;
}
.archive.tax-state #sort {
  width: 100%;
  float: left;
  margin-top: 2%;
}
@media (max-width: 640px) {
  .archive.tax-state #topoptions {
    width: 100%;
    float: left;
    margin-bottom: 3%;
    margin-top: 3%;
  }
  .archive.tax-state #priceSlider {
    width: 95%;
  }
}
.archive.tax-state .dropdown-check-list {
  display: inline-block;
}
.archive.tax-state .dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
}
.archive.tax-state .dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.archive.tax-state .dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}
.archive.tax-state .dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}
.archive.tax-state .dropdown-check-list ul.items li {
  list-style: none;
}
.archive.tax-state .dropdown-check-list.visible .anchor {
  color: black;
}
.archive.tax-state .dropdown-check-list.visible .items {
  display: block;
  text-align: left;
}
.archive.tax-state .jcf-select-drop .jcf-select-drop-content .jcf-list-content {
  min-height: 200px;
}
.archive.tax-state .jcf-select-drop .jcf-select-drop-content .jcf-list-content > ul > li > span.jcf-option.jcf-disabled {
  display: none;
}
@media (min-width: 1395.5px) {
  .archive.tax-state .bs-container {
    max-width: 1395px;
  }
}
@media (min-width: 1330.5px) {
  .archive.tax-state .bs-container {
    max-width: 1330px;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .archive.tax-state .bs-container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .archive.tax-state .bs-container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    padding-top: 20px;
  }
}
.archive.tax-state main#stateFilterable .btn-green {
  border-radius: 20px;
  background: #5B7450;
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive.tax-state main#stateFilterable .btn-green:hover {
  opacity: 1;
  background: #92ab87;
}
.archive.tax-state main#stateFilterable .btn-green-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  border: 1px solid #5B7450;
  color: #5B7450;
  background: transparent;
  padding: 9px 33px;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive.tax-state main#stateFilterable .btn-green-outline:hover {
  opacity: 1;
  background: #5B7450;
  color: #fff;
}
.archive.tax-state main#stateFilterable .pagination {
  border: none !important;
  text-transform: none;
}
.archive.tax-state main#stateFilterable .pagination .btn-blue {
  width: 20%;
  min-width: 200px;
  padding: 9px 15px;
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  border-radius: 20px;
  background: #036297;
  text-transform: none;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  max-height: 43px;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.archive.tax-state main#stateFilterable .pagination .btn-blue:hover {
  opacity: 1;
  background: #0594e1;
}
.archive.tax-state main#stateFilterable .pagination #moreresults {
  margin-left: auto;
}
.archive.tax-state main#stateFilterable .properties-outer .property-grid .property-item {
  border-radius: 5px;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer {
  position: relative;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .state-map-hero {
  margin-bottom: -70px;
}
@media screen and (max-width: 992px) {
  .archive.tax-state main#stateFilterable .properties-outer #filterContainer .state-map-hero {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .archive.tax-state main#stateFilterable .properties-outer #filterContainer .state-map-hero {
    margin-bottom: 15px;
  }
  .archive.tax-state main#stateFilterable .properties-outer #filterContainer .state-map-hero .notify {
    padding: 0 15px;
  }
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row {
    width: 95%;
    left: 15px;
  }
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form {
  margin-bottom: 0;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
          justify-content: space-evenly;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.07);
  background: #FFF;
  padding: 44px 15px 70px;
  position: relative;
  z-index: 1;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper > div {
  margin: 15px 10px;
}
@media (max-width: 992px) {
  .archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper > div {
    margin: 15px 10px;
    width: 100%;
    max-width: 500px !important;
  }
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper label {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  margin-bottom: 7px;
  letter-spacing: normal;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper input {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper span.jcf-select {
  border-radius: 5px;
  border: 1px solid #BEBDBD;
  background: #FFF;
  max-height: 28px;
  min-height: 28px;
  line-height: 14px;
  padding: 7px 15px;
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper span.jcf-select .jcf-select-opener::before {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 11px;
  height: 6px;
  margin-top: -3.5px;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .state-input {
  min-width: 99px;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .county-input {
  min-width: 99px;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .price-input {
  min-width: 150px;
  max-width: 196px;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .price-input .price-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .price-input .price-range #priceLow {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .price-input .price-range #priceHigh {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .acreage-input {
  min-width: 99px;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .features-input {
  min-width: 260px;
  max-width: 317px;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .features-input .features-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  border-radius: 5px;
  border: 1px solid #BEBDBD;
  background: #FFF;
  padding: 7px 15px;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .features-input .features-border label {
  text-transform: none;
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .filter-options-wrapper .features-input .features-border label .jcf-checkbox {
  margin-right: 4px;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .submit-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: -28px;
  width: 100%;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .submit-btn-wrap #filterSubmit {
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 20px;
  background: #036297;
  height: 54px;
  max-width: 320px;
  width: 100%;
  text-transform: none;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .submit-btn-wrap .spin-wrap {
  position: relative;
  height: 54px;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .submit-btn-wrap .spin-wrap i {
  color: #fff;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: absolute;
  right: 16px;
  z-index: 5;
  font-size: 22px;
}
.archive.tax-state main#stateFilterable .properties-outer #filterContainer .filter-row #filter-form .submit-btn-wrap .spin-wrap i.hidden {
  display: none;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box {
  display: grid;
  grid-gap: 0;
  grid-template-columns: auto 0;
  margin-top: 25px;
}
@media (max-width: 992px) {
  .archive.tax-state main#stateFilterable .properties-outer .content-box {
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row.hidden {
  opacity: 0;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row .bwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
          justify-content: start;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row .bwrap .browsetext {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row .bwrap .browsetext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
@media (max-width: 992px) {
  .archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row .sort-wrapper {
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
  .archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row .sort-wrapper #sort {
    margin-top: 0;
    width: auto;
  }
  .archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row .matchcount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row .sort-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row .sort-wrapper .sorter {
  text-wrap: nowrap;
  margin-right: 6px;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row .sort-wrapper #sort .jcf-select {
  border-radius: 5px;
  border: 1px solid #BEBDBD;
  background: #FFF;
  max-height: 28px;
  min-height: 28px;
  width: 160px;
  line-height: 14px;
  padding: 3px 12px 3px 9px;
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row .sort-wrapper #sort .jcf-select .jcf-select-text {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .sort-row .sort-wrapper #sort .jcf-select .jcf-select-opener::before {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 11px;
  height: 6px;
  margin-top: -3.5px;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row .notify-form-newsletter {
  background: #f7f7f7;
  padding: 40px 48px;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row .notify-form_title {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row .notify-form_title {
    font-size: 28px;
  }
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row .notify-form_text,
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row .notify-form_text p {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.4px; /* 157% */
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row .notify-form_text,
  .archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row .notify-form_text p {
    font-size: 18px;
    line-height: 22px;
  }
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row .form-notify {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row .form-notify_heading {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row .form-notify_group:nth-child(1) {
  max-width: 517px;
  width: 100%;
  margin-right: 20px;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row .form-notify_group:nth-child(2) {
  max-width: 389px;
  width: 100%;
  margin-right: 32px;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row .form-notify_group:nth-child(3) {
  max-width: 146px;
  width: 100%;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row .form-notify_group.full {
  max-width: 100%;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  grid-gap: initial;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_form_field {
  width: 100%;
  height: 54px;
  margin-right: 20px;
  grid-column: initial;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 -webkit-calc(25% - 30px);
     -moz-box-flex: 1;
          flex: 1 0 calc(25% - 30px);
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  .archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_form_field {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
            flex: 1 0 100%;
    max-width: 100%;
  }
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_form_field .frm-g-recaptcha {
  -webkit-transform: scale(0.67);
     -moz-transform: scale(0.67);
      -ms-transform: scale(0.67);
          transform: scale(0.67);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (max-width: 768px) {
  .archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_form_field .frm-g-recaptcha {
    -webkit-transform: scale(0.75);
       -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_submit {
  margin-top: 0;
  min-width: 130px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
     -moz-box-flex: 1;
          flex: 1 0 25%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
}
@media (max-width: 768px) {
  .archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_submit {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
            flex: 1 0 100%;
    max-width: 100%;
  }
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
  max-width: 300px;
  border-radius: 20px;
  background: #5B7450;
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-transform: none;
  min-height: unset;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer .newsletter-row #form_newsletterform .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover {
  opacity: 1;
  background: #92ab87;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer #soldPropSlidedown {
  --bs-gutter-y: 2rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  height: auto;
  max-height: 100000px;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer #soldPropSlidedown.closed {
  max-height: 40px;
  overflow: hidden;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer #soldPropSlidedown #toggleSoldSlidedown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer #soldPropSlidedown #toggleSoldSlidedown hr {
  position: absolute;
  border-bottom: 1px solid #ccc;
  width: 100%;
  z-index: -1;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer #soldPropSlidedown #toggleSoldSlidedown .viewsold {
  padding: 0 15px;
  color: #036297;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #fff;
}
.archive.tax-state main#stateFilterable .properties-outer .content-box #gridContainer #soldPropSlidedown #toggleSoldSlidedown .viewsold i.far {
  color: #036297;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 8px;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .ctitle h2, .archive.tax-state main#stateFilterable .properties-outer .splc-content .ctitle h3 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .ctext .left-text {
  padding-right: 75px;
}
@media screen and (max-width: 992px) {
  .archive.tax-state main#stateFilterable .properties-outer .splc-content .ctext .left-text {
    padding-right: 0;
  }
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .ctext p {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .ctext h3, .archive.tax-state main#stateFilterable .properties-outer .splc-content .ctext h4, .archive.tax-state main#stateFilterable .properties-outer .splc-content .ctext h5, .archive.tax-state main#stateFilterable .properties-outer .splc-content .ctext h6 {
  color: #3D3C38;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .ctext ul {
  list-style: disc;
  -webkit-margin-start: 30px;
     -moz-margin-start: 30px;
          margin-inline-start: 30px;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .ctext ul li {
  list-style: disc;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .ctext .image-side .row img {
  margin-bottom: 65px;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section {
  margin-top: 40px;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section h2 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 20px;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .important-docs strong {
  font-size: 19px;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .faq-panel p {
  border-bottom: 1px solid #5B7450;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .faq-panel h3.faq-sub {
  margin: 30px 0 10px;
  font-size: 19px;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .faq-panel .faq-item {
  margin-bottom: 8px;
  border-bottom: 1px solid #5B7450;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .faq-panel .faq-item .faq-answer {
  padding: 15px;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .faq-panel .faq-item .faq-answer > p {
  margin-bottom: 5px;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .faq-panel .faq-item .faq-answer > p a {
  text-decoration: underline;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .faq-panel:first-child .faq-answer {
  display: block;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .faq-panel .faq-question {
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .faq-panel .faq-question:after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  margin-left: auto;
  margin-right: 15px;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .faq-panel .faq-question.active::after {
  content: "\f068";
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .faq-panel .faq-answer {
  padding: 10px;
  background: transparent;
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  padding-left: 11px;
  padding-bottom: 25px;
  height: auto;
  max-height: 1px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .faq-panel .faq-answer.active {
  max-height: 1000px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.archive.tax-state main#stateFilterable .properties-outer .splc-content .faq-section .faq-panel .faq-answer > p {
  border: none;
}
.archive.tax-state #mapModal {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 100%;
  max-height: 470px;
  max-width: 675px;
}
@media (max-width: 992px) {
  .archive.tax-state #mapModal {
    max-height: 95vh;
  }
}
.archive.tax-state #mapModal.show {
  opacity: 1;
  display: block;
  position: fixed;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 30px 40px 15px;
  width: 95%;
  z-index: 9999;
  border: 3px solid #ccc;
  -webkit-box-shadow: 1px 1px 6px 1px #666;
          box-shadow: 1px 1px 6px 1px #666;
  border-radius: 5px;
  height: auto;
  max-height: 100%;
}
@media (max-width: 992px) {
  .archive.tax-state #mapModal.show {
    padding: 20px 15px;
  }
}
.archive.tax-state #mapModal .close-map {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.archive.tax-state #mapModal #map {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: auto;
  max-height: 70vh;
  padding-top: 20px;
}
.archive.tax-state #mapModal #map img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.archive.tax-state #mapModalBG.show {
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  z-index: 9999;
}

#explore-other-states,
#explore-other-land {
  margin-bottom: 50px;
}
#explore-other-states h2, #explore-other-states h3,
#explore-other-land h2,
#explore-other-land h3 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  #explore-other-states h2, #explore-other-states h3,
  #explore-other-land h2,
  #explore-other-land h3 {
    text-align: center;
  }
}
#explore-other-states .os-row,
#explore-other-land .os-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
#explore-other-states .os-row .other-state-slider,
#explore-other-land .os-row .other-state-slider {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}
#explore-other-states .os-row .other-state-slider a,
#explore-other-land .os-row .other-state-slider a {
  color: #000;
}
#explore-other-states .os-row .other-state-slider a.other-state-item,
#explore-other-land .os-row .other-state-slider a.other-state-item {
  padding: 10px;
}
#explore-other-states .os-row .other-state-slider a.other-state-item img,
#explore-other-land .os-row .other-state-slider a.other-state-item img {
  width: 100%;
  height: auto;
  max-height: 169px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 265/169;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#explore-other-states .os-row .other-state-slider a.other-state-item .statename,
#explore-other-land .os-row .other-state-slider a.other-state-item .statename {
  color: #3D3C38;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#explore-other-states .os-row .other-state-slider a.other-state-item:hover .statename,
#explore-other-land .os-row .other-state-slider a.other-state-item:hover .statename {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#explore-other-states .os-row .other-state-slider a.other-state-item:hover img,
#explore-other-land .os-row .other-state-slider a.other-state-item:hover img {
  -webkit-filter: blur(1.5px);
          filter: blur(1.5px);
}
#explore-other-states .os-row .os-arrows,
#explore-other-land .os-row .os-arrows {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 40%;
}
#explore-other-states .os-row .os-arrows .far,
#explore-other-land .os-row .os-arrows .far {
  color: #5B7450;
  font-size: 30px;
}

.main .foreclosure #frm_form_2_container form .frm_form_fields .frm_fields_container {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  grid-gap: initial;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.main .foreclosure #frm_form_2_container form .frm_form_fields .frm_fields_container .frm_form_field {
  width: 100% !important;
  height: 54px;
  margin-right: 20px !important;
  grid-column: initial;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
     -moz-box-flex: 1;
          flex: 1 0 25%;
  max-width: 300px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
}
@media (max-width: 768px) {
  .main .foreclosure #frm_form_2_container form .frm_form_fields .frm_fields_container .frm_form_field {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
            flex: 1 0 100%;
    max-width: 100% !important;
  }
}
.main .foreclosure #frm_form_2_container form .frm_form_fields .frm_fields_container .frm_form_field .frm-g-recaptcha {
  -webkit-transform: scale(0.67);
     -moz-transform: scale(0.67);
      -ms-transform: scale(0.67);
          transform: scale(0.67);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (max-width: 768px) {
  .main .foreclosure #frm_form_2_container form .frm_form_fields .frm_fields_container .frm_form_field .frm-g-recaptcha {
    -webkit-transform: scale(0.75);
       -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.main .foreclosure #frm_form_2_container form .frm_form_fields .frm_fields_container .frm_form_field .frm_error {
  color: #ff0000;
  margin-left: 5px;
  line-height: normal;
  font-size: 14px;
}
.main .foreclosure #frm_form_2_container form .frm_form_fields .frm_fields_container .frm_submit {
  margin-top: 0;
  min-width: 130px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
     -moz-box-flex: 1;
          flex: 1 0 25%;
  max-width: 300px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
}
@media (max-width: 768px) {
  .main .foreclosure #frm_form_2_container form .frm_form_fields .frm_fields_container .frm_submit {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
            flex: 1 0 100%;
    max-width: 100% !important;
  }
}
.main .foreclosure #frm_form_2_container form .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
  border-radius: 20px;
  background: #5B7450;
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-transform: none;
  min-height: unset;
}
.main .foreclosure #frm_form_2_container form .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover {
  opacity: 1;
  background: #92ab87;
}

@media screen and (max-width: 768px) {
  .page-template-meet-the-team .main .meet-the-team-header .hero-wrapper {
    padding: 35px 15px 15px;
  }
}
.page-template-meet-the-team .main .meet-the-team-main {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .page-template-meet-the-team .main .meet-the-team-main {
    margin-top: 10px;
  }
}
.page-template-meet-the-team .main .meet-the-team-main .tree-background {
  position: absolute;
  top: 136px;
  right: -400px;
  width: 100%;
  height: 100%;
  max-height: 695px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.page-template-meet-the-team .main .meet-the-team-main .tree-background svg {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .page-template-meet-the-team .main .meet-the-team-main .tree-background {
    max-height: 400px;
    right: -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-meet-the-team .main .meet-the-team-main .tree-background {
    width: auto;
    max-height: 460px;
    right: -52%;
  }
}
.page-template-meet-the-team .main .meet-the-team-main .department-outer {
  position: relative;
  z-index: 2;
  padding: 30px 15px 40px;
}
@media screen and (max-width: 992px) {
  .page-template-meet-the-team .main .meet-the-team-main .department-outer {
    padding: 20px 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-meet-the-team .main .meet-the-team-main .department-outer {
    padding: 10px 15px 15px;
  }
}
.page-template-meet-the-team .main .meet-the-team-main .department-outer:first-of-type {
  background-color: transparent !important;
}
.page-template-meet-the-team .main .meet-the-team-main .department-outer:nth-of-type(odd) {
  background-color: #F7F7F7;
}
.page-template-meet-the-team .main .meet-the-team-main .department-outer > .row {
  max-width: 1000px;
  margin: 0 auto;
}
.page-template-meet-the-team .main .meet-the-team-main .department-outer .dept-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.page-template-meet-the-team .main .meet-the-team-main .department-outer .dept-title h2 {
  color: #5B7450;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: auto;
  margin-bottom: 50px;
}
.page-template-meet-the-team .main .meet-the-team-main .department-outer .dept-title h2::after {
  border-bottom: 4px solid #5B7450;
  content: "";
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 10px auto 0;
}
.page-template-meet-the-team .main .meet-the-team-main .department-outer .employee-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.page-template-meet-the-team .main .meet-the-team-main .department-outer .employee-row .employee-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 20px;
  text-align: center;
}
.page-template-meet-the-team .main .meet-the-team-main .department-outer .employee-row .employee-card .emp-image {
  aspect-ratio: 1;
  width: 100%;
  max-width: 205px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.8rem;
}
.page-template-meet-the-team .main .meet-the-team-main .department-outer .employee-row .employee-card .emp-name {
  color: #5B7450;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .page-template-meet-the-team .main .meet-the-team-main .department-outer .employee-row .employee-card .emp-name {
    font-size: 2.6rem;
  }
}
.page-template-meet-the-team .main .meet-the-team-main .department-outer .employee-row .employee-card .emp-title {
  color: #271911;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem; /* 175% */
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .page-template-meet-the-team .main .meet-the-team-main .department-outer .employee-row .employee-card .emp-title {
    font-size: 2.15rem;
  }
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section {
  padding: 50px 15px;
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1232px) {
  .page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row {
    max-width: 100%;
  }
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row.title h2 {
  color: #fff;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
  text-align: center;
  text-transform: none;
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row.cards {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row.cards > div {
  padding: 13px;
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row.cards > div .card-inner {
  border-radius: 8px;
  background: #FFF;
  padding: 20px 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row.cards > div .card-inner img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 126px;
  margin: 0 auto;
  min-height: 126px;
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row.cards > div .card-inner h3 {
  color: #5B7450;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row.cards > div .card-inner .content {
  margin-top: 15px;
  margin-bottom: 40px;
  padding: 0 15px;
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row.cards > div .card-inner .content > * {
  color: #3D3C38;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row.cards > div .card-inner .pi_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin-top: auto;
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row.cards > div .card-inner .pi_btn .pi-hero_btn {
  background: #036297;
  border-radius: 8px;
  color: #fff;
  width: auto;
  padding: 1rem 3rem;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row.cards > div .card-inner .pi_btn .pi-hero_btn .bi.bi-arrow-right-short,
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row.cards > div .card-inner .pi_btn .pi-hero_btn .bi.bi-arrow-right-short {
  width: 20px;
  height: 20px;
}
.page-template-meet-the-team .main .meet-the-team-main .learn-more-section .row.cards > div .card-inner .pi_btn .pi-hero_btn:hover {
  background: rgba(3, 99, 151, 0.7019607843);
}

.page-template-why-buy-with-ccl main.main .text-content p a,
.page-template-why-buy-with-ccl main.main .sec-content p a,
.page-template-why-buy-with-ccl main.main .card-content p a {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.4px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-template-why-buy-with-ccl main.main .hero {
  margin-bottom: 22.5rem;
}
.page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content {
  padding: 90px 0px 150px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content {
    padding: 60px 15px 100px;
  }
}
@media (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content {
    padding: 10px 15px;
  }
}
.page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .title-container h1 {
  color: #FFF;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .title-container h1 {
    font-size: 24px;
  }
}
.page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .title-container .subheading {
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .title-container .subheading {
    font-size: 16px;
  }
}
.page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .title-container .pi_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .title-container .pi_btn .pi-hero_btn {
  background: #036297;
  border-radius: 8px;
  color: #fff;
  width: auto;
  padding: 1rem 3rem;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .title-container .pi_btn .pi-hero_btn .bi.bi-arrow-right-short,
.page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .title-container .pi_btn .pi-hero_btn .bi.bi-arrow-right-short {
  width: 20px;
  height: 20px;
}
.page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .title-container .pi_btn .pi-hero_btn:hover {
  background: rgba(3, 99, 151, 0.7019607843);
}
.page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .hero-center-card {
  max-width: 780px;
  margin: 90px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 1px 4px 20px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 4px 20px 10px rgba(0, 0, 0, 0.08);
  padding: 20px 30px 30px;
  position: absolute;
  bottom: -60%;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .hero-center-card {
    bottom: -68%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .hero-center-card {
    bottom: -155%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 318px) {
  .page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .hero-center-card {
    bottom: -135%;
  }
}
.page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .hero-center-card .logo-top {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-bottom: 15px;
}
.page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .hero-center-card .logo-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .hero-center-card .panel-text h2 {
  color: #5B7450;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 42px */
}
@media screen and (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .hero-center-card .panel-text h2 {
    font-size: 20px;
  }
}
.page-template-why-buy-with-ccl main.main .hero .container .pi-hero_content .hero-center-card .panel-text .content {
  color: #000;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.page-template-why-buy-with-ccl main.main .hero .hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.page-template-why-buy-with-ccl main.main .hero .hero_bg img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 475px;
  max-height: 676px;
  min-width: 100vw;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .hero .hero_bg {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main {
    margin-top: 325px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main {
    margin-top: 350px;
  }
}
@media screen and (max-width: 560px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main {
    margin-top: 425px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top h2,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower h2 {
  color: #000;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  margin-bottom: 55px;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top h2,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top h2,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower h2 {
    font-size: 30px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 100px;
  padding-left: 15px;
  margin-bottom: 20px;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .image-col img,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .image-col img {
  max-width: 456px;
}
@media (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .image-col,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .image-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side.image-left > div:nth-child(1), .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side.image-right > div:nth-child(1),
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side.image-left > div:nth-child(1),
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side.image-right > div:nth-child(1) {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side.image-left > div:nth-child(2), .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side.image-right > div:nth-child(2),
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side.image-left > div:nth-child(2),
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side.image-right > div:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side.image-left > div:nth-child(2) img, .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side.image-right > div:nth-child(2) img,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side.image-left > div:nth-child(2) img,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side.image-right > div:nth-child(2) img {
    max-width: 500px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side.image-left > div:nth-child(2) img, .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side.image-right > div:nth-child(2) img,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side.image-left > div:nth-child(2) img,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side.image-right > div:nth-child(2) img {
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .section-title-wrapper,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .section-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .section-title-wrapper.desktop,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .section-title-wrapper.desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .section-title-wrapper.mobile,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .section-title-wrapper.mobile {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .section-title-wrapper,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .section-title-wrapper {
    margin-top: 30px;
  }
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .section-title-wrapper.desktop,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .section-title-wrapper.desktop {
    display: none;
  }
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .section-title-wrapper.mobile,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .section-title-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .section-title-wrapper .section-num,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .section-title-wrapper .section-num {
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #5B7450;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: auto;
  margin-right: 20px;
  padding-bottom: 5px;
  color: #FFF;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .section-title-wrapper .section-num,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .section-title-wrapper .section-num {
    margin-bottom: 10px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .section-title-wrapper h3,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .section-title-wrapper h3 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 42px */
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .section-title-wrapper h3,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .section-title-wrapper h3 {
    font-size: 22px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .sec-content,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .sec-content {
  padding-left: 40px;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .sec-content h4,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .sec-content h4 {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  position: relative;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .sec-content h4::before,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .sec-content h4::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3E%3Cpath d='M19.1161 0.428109C19.2435 0.298207 19.3954 0.19501 19.5631 0.12456C19.7308 0.0541097 19.9109 0.0178223 20.0927 0.0178223C20.2746 0.0178223 20.4547 0.0541097 20.6224 0.12456C20.7901 0.19501 20.942 0.298207 21.0693 0.428109C21.6029 0.967239 21.6103 1.83843 21.088 2.38688L10.0573 15.4267C9.93204 15.5643 9.78006 15.6748 9.61064 15.7516C9.44122 15.8283 9.25791 15.8697 9.07194 15.8732C8.88596 15.8767 8.70123 15.8422 8.52905 15.7719C8.35686 15.7015 8.20084 15.5968 8.07053 15.464L1.35846 8.66243C1.09959 8.39843 0.95459 8.04344 0.95459 7.67371C0.95459 7.30398 1.09959 6.94899 1.35846 6.685C1.48577 6.55509 1.63772 6.4519 1.80541 6.38145C1.9731 6.311 2.15316 6.27471 2.33504 6.27471C2.51693 6.27471 2.69699 6.311 2.86468 6.38145C3.03237 6.4519 3.18432 6.55509 3.31163 6.685L9.00514 12.455L19.0788 0.46915L19.1161 0.428109Z' fill='%235B7450'/%3E%3C/svg%3E");
  width: 20.52px;
  height: 15.856px;
  fill: #5B7450;
  margin-right: 10px;
  position: absolute;
  left: -35px;
}
@media screen and (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .sec-content h4,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .sec-content h4 {
    font-size: 20px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .sec-content p, .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .sec-content *,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .sec-content p,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .sec-content * {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .sec-content a,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .sec-content a {
  text-decoration: underline;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .sec-content ol,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .sec-content ol {
  -webkit-margin-start: 25px;
     -moz-margin-start: 25px;
          margin-inline-start: 25px;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .sec-content ol li,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .sec-content ol li {
  list-style-type: decimal;
}
@media (min-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side.image-left > div:nth-child(1),
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side.image-left > div:nth-child(1) {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side.image-left > div:nth-child(2),
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side.image-left > div:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side.image-right > div:nth-child(2),
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side.image-right > div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side.image-right > div:nth-child(2),
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side.image-right > div:nth-child(2) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.side-by-side .col-12.col-md-6 img,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.side-by-side .col-12.col-md-6 img {
  width: 455px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.lower-cards,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.lower-cards {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.lower-cards .col-12.col-md-6:nth-child(1),
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.lower-cards .col-12.col-md-6:nth-child(1) {
  padding-right: 45px;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.lower-cards .col-12.col-md-6:nth-child(1),
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.lower-cards .col-12.col-md-6:nth-child(1) {
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.lower-cards .col-12.col-md-6:nth-child(1),
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.lower-cards .col-12.col-md-6:nth-child(1) {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.lower-cards .col-12.col-md-6:nth-child(2),
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.lower-cards .col-12.col-md-6:nth-child(2) {
  padding-left: 45px;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.lower-cards .col-12.col-md-6:nth-child(2),
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.lower-cards .col-12.col-md-6:nth-child(2) {
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.lower-cards .col-12.col-md-6:nth-child(2),
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.lower-cards .col-12.col-md-6:nth-child(2) {
    padding-left: 0px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.lower-cards .col-12.col-md-6 .card-inner,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.lower-cards .col-12.col-md-6 .card-inner {
  border-radius: 20px;
  border: 2px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 1px 4px 20px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 4px 20px 10px rgba(0, 0, 0, 0.08);
  padding: 24px;
  height: 100%;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.lower-cards .col-12.col-md-6 .card-inner h4,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.lower-cards .col-12.col-md-6 .card-inner h4 {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  position: relative;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.lower-cards .col-12.col-md-6 .card-inner h4::before,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.lower-cards .col-12.col-md-6 .card-inner h4::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3E%3Cpath d='M19.1161 0.428109C19.2435 0.298207 19.3954 0.19501 19.5631 0.12456C19.7308 0.0541097 19.9109 0.0178223 20.0927 0.0178223C20.2746 0.0178223 20.4547 0.0541097 20.6224 0.12456C20.7901 0.19501 20.942 0.298207 21.0693 0.428109C21.6029 0.967239 21.6103 1.83843 21.088 2.38688L10.0573 15.4267C9.93204 15.5643 9.78006 15.6748 9.61064 15.7516C9.44122 15.8283 9.25791 15.8697 9.07194 15.8732C8.88596 15.8767 8.70123 15.8422 8.52905 15.7719C8.35686 15.7015 8.20084 15.5968 8.07053 15.464L1.35846 8.66243C1.09959 8.39843 0.95459 8.04344 0.95459 7.67371C0.95459 7.30398 1.09959 6.94899 1.35846 6.685C1.48577 6.55509 1.63772 6.4519 1.80541 6.38145C1.9731 6.311 2.15316 6.27471 2.33504 6.27471C2.51693 6.27471 2.69699 6.311 2.86468 6.38145C3.03237 6.4519 3.18432 6.55509 3.31163 6.685L9.00514 12.455L19.0788 0.46915L19.1161 0.428109Z' fill='%235B7450'/%3E%3C/svg%3E");
  width: 20.52px;
  height: 15.856px;
  fill: #5B7450;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.lower-cards .col-12.col-md-6 .card-inner h4,
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.lower-cards .col-12.col-md-6 .card-inner h4 {
    font-size: 20px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-top .row.lower-cards .col-12.col-md-6 .card-inner .card-content > *,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .content-section-lower .row.lower-cards .col-12.col-md-6 .card-inner .card-content > * {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section {
  background: #F9F9F9;
  padding: 70px 0;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section {
    padding: 30px 0;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 59px;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-title {
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-title .section-num {
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #5B7450;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: auto;
  margin-right: 20px;
  padding-bottom: 5px;
  color: #FFF;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-title .section-num {
    margin-bottom: 10px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-title h3 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 42px */
  margin-bottom: 0;
  width: auto;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-title h3 {
    font-size: 22px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-inner > div {
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-inner > div {
    margin-bottom: 15px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card {
  padding: 25px 20px;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 1px 4px 20px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 4px 20px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card {
    padding: 20px 15px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card img {
  margin-bottom: 15px;
  height: 51px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card img {
    margin: 0 auto 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card h4 {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 120.036%; /* 26.408px */
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card h4 {
    text-align: center;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card .card-content p {
  margin-top: 20px;
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card .card-content p {
    text-align: center;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card .card-content a {
  text-decoration: underline;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .cta-action-section {
  padding: 70px 15px 100px;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .cta-action-section .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .cta-action-section .row .cta-content h2 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .cta-action-section .row .cta-content h2 {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .cta-action-section .row .cta-content {
    margin-bottom: 30px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .cta-action-section .row .cta-content .text-content {
  margin-bottom: 40px;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .cta-action-section .row .cta-content .text-content * {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.4px; /* 157% */
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .cta-action-section .row .cta-content .text-content a {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.4px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .cta-action-section .row .cta-content .pi_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .cta-action-section .row .cta-content .pi_btn .pi-hero_btn {
  background: #036297;
  border-radius: 8px;
  color: #fff;
  width: auto;
  padding: 1rem 3rem;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .cta-action-section .row .cta-content .pi_btn .pi-hero_btn .bi.bi-arrow-right-short,
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .cta-action-section .row .cta-content .pi_btn .pi-hero_btn .bi.bi-arrow-right-short {
  width: 20px;
  height: 20px;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .cta-action-section .row .cta-content .pi_btn .pi-hero_btn:hover {
  background: rgba(3, 99, 151, 0.7019607843);
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section {
  background: #F9F9F9;
  padding: 70px 0;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section {
    padding: 30px 0;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 59px;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-title {
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-title .section-num {
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #5B7450;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: auto;
  margin-right: 20px;
  padding-bottom: 5px;
  color: #FFF;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-title .section-num {
    margin-bottom: 10px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-title h3 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 42px */
  margin-bottom: 0;
  width: auto;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-title h3 {
    font-size: 22px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-inner > div {
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-inner > div {
    margin-bottom: 15px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-inner .single-card {
  padding: 25px 20px;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 1px 4px 20px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 4px 20px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-inner .single-card {
    padding: 20px 15px;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-inner .single-card img {
  margin-bottom: 15px;
  height: 51px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-inner .single-card img {
    margin: 0 auto 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-inner .single-card h4 {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 120.036%; /* 26.408px */
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-inner .single-card h4 {
    text-align: center;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-inner .single-card .card-content p {
  margin-top: 20px;
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-inner .single-card .card-content p {
    text-align: center;
  }
}
.page-template-why-buy-with-ccl main.main .why-buy-ccl-main .one-card-section .one-card-wrapper .row.one-card-inner .single-card .card-content a {
  text-decoration: underline;
}

.page-template-about .pi_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.page-template-about .pi_btn .pi-hero_btn {
  background: #036297;
  border-radius: 8px;
  color: #fff;
  width: auto;
  padding: 1rem 3rem;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.page-template-about .pi_btn .pi-hero_btn .bi.bi-arrow-right-short,
.page-template-about .pi_btn .pi-hero_btn .bi.bi-arrow-right-short {
  width: 20px;
  height: 20px;
}
.page-template-about .pi_btn .pi-hero_btn:hover {
  background: rgba(3, 99, 151, 0.7019607843);
}
@media screen and (max-width: 992px) {
  .page-template-about .global-image-header .hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 20px 15px 10px;
  }
}
.page-template-about .intro-content {
  position: relative;
  z-index: 3;
}
.page-template-about .intro-content .text-content {
  padding-right: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-template-about .intro-content .text-content {
    padding-right: 0;
  }
}
.page-template-about .intro-content .text-content h2, .page-template-about .intro-content .text-content h3, .page-template-about .intro-content .text-content h4, .page-template-about .intro-content .text-content h5, .page-template-about .intro-content .text-content h6 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  border-bottom: 4px solid #5B7450;
  border-spacing: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  padding-bottom: 16px;
  margin-top: 48px;
  margin-bottom: 20px;
}
.page-template-about .intro-content .image-content {
  margin-top: 48px;
}
.page-template-about .intro-content .image-content img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.page-template-about .mid-section {
  margin-top: 30px;
  position: relative;
}
.page-template-about .mid-section .tree-background {
  position: absolute;
  top: -130px;
  right: -37vw;
  width: 100%;
  height: 100%;
  max-height: 695px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.page-template-about .mid-section .tree-background svg {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .page-template-about .mid-section .tree-background {
    max-height: 400px;
    right: -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-about .mid-section .tree-background {
    width: auto;
    max-height: 369px;
    right: -30vw;
    top: -350px;
  }
}
.page-template-about .mid-section h2 {
  position: relative;
  z-index: 2;
  color: #000;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .page-template-about .mid-section h2 {
    font-size: 30px;
  }
}
.page-template-about .mid-section .row.side-by-side {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 80px;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .page-template-about .mid-section .row.side-by-side {
    margin-top: 40px;
    padding-left: 0;
  }
  .page-template-about .mid-section .row.side-by-side .image-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .page-template-about .mid-section .row.side-by-side.image-left > div:nth-child(1), .page-template-about .mid-section .row.side-by-side.image-right > div:nth-child(1) {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }
  .page-template-about .mid-section .row.side-by-side.image-left > div:nth-child(2), .page-template-about .mid-section .row.side-by-side.image-right > div:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
  .page-template-about .mid-section .row.side-by-side.image-left > div:nth-child(2) img, .page-template-about .mid-section .row.side-by-side.image-right > div:nth-child(2) img {
    max-width: 500px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .page-template-about .mid-section .row.side-by-side.image-left > div:nth-child(2) img, .page-template-about .mid-section .row.side-by-side.image-right > div:nth-child(2) img {
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.page-template-about .mid-section .row.side-by-side .section-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .page-template-about .mid-section .row.side-by-side .section-title-wrapper {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;
  }
}
.page-template-about .mid-section .row.side-by-side .section-title-wrapper .section-num {
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #5B7450;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: auto;
  margin-right: 20px;
  padding-bottom: 5px;
  color: #FFF;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .page-template-about .mid-section .row.side-by-side .section-title-wrapper .section-num {
    margin-bottom: 10px;
  }
}
.page-template-about .mid-section .row.side-by-side .section-title-wrapper h3 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 42px */
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-template-about .mid-section .row.side-by-side .section-title-wrapper h3 {
    font-size: 22px;
    text-align: left;
    padding-right: 2%;
  }
}
.page-template-about .mid-section .row.side-by-side .sec-content {
  padding-left: 40px;
}
.page-template-about .mid-section .row.side-by-side .sec-content h4 {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  position: relative;
}
.page-template-about .mid-section .row.side-by-side .sec-content h4::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3E%3Cpath d='M19.1161 0.428109C19.2435 0.298207 19.3954 0.19501 19.5631 0.12456C19.7308 0.0541097 19.9109 0.0178223 20.0927 0.0178223C20.2746 0.0178223 20.4547 0.0541097 20.6224 0.12456C20.7901 0.19501 20.942 0.298207 21.0693 0.428109C21.6029 0.967239 21.6103 1.83843 21.088 2.38688L10.0573 15.4267C9.93204 15.5643 9.78006 15.6748 9.61064 15.7516C9.44122 15.8283 9.25791 15.8697 9.07194 15.8732C8.88596 15.8767 8.70123 15.8422 8.52905 15.7719C8.35686 15.7015 8.20084 15.5968 8.07053 15.464L1.35846 8.66243C1.09959 8.39843 0.95459 8.04344 0.95459 7.67371C0.95459 7.30398 1.09959 6.94899 1.35846 6.685C1.48577 6.55509 1.63772 6.4519 1.80541 6.38145C1.9731 6.311 2.15316 6.27471 2.33504 6.27471C2.51693 6.27471 2.69699 6.311 2.86468 6.38145C3.03237 6.4519 3.18432 6.55509 3.31163 6.685L9.00514 12.455L19.0788 0.46915L19.1161 0.428109Z' fill='%235B7450'/%3E%3C/svg%3E");
  width: 20.52px;
  height: 15.856px;
  fill: #5B7450;
  margin-right: 10px;
  position: absolute;
  left: -35px;
}
@media screen and (max-width: 768px) {
  .page-template-about .mid-section .row.side-by-side .sec-content h4 {
    font-size: 20px;
  }
}
.page-template-about .mid-section .row.side-by-side .sec-content p, .page-template-about .mid-section .row.side-by-side .sec-content * {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.page-template-about .mid-section .row.side-by-side .sec-content a {
  text-decoration: underline;
}
.page-template-about .mid-section .row.side-by-side .sec-content ol {
  -webkit-margin-start: 25px;
     -moz-margin-start: 25px;
          margin-inline-start: 25px;
}
.page-template-about .mid-section .row.side-by-side .sec-content ol li {
  list-style-type: decimal;
}
@media (min-width: 992px) {
  .page-template-about .mid-section .row.side-by-side.image-left > div:nth-child(1) {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }
  .page-template-about .mid-section .row.side-by-side.image-left > div:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
.page-template-about .mid-section .row.side-by-side.image-right > div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .page-template-about .mid-section .row.side-by-side.image-right > div:nth-child(2) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }
}
.page-template-about .mid-section .row.side-by-side .col-12.col-md-6 img {
  width: 455px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
.page-template-about .card-wrapper {
  position: relative;
  z-index: 2;
}
.page-template-about .card-wrapper .card-row .center-card {
  max-width: -webkit-calc(100% - 30px);
  max-width: -moz-calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin: 30px auto 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 1px 4px 20px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 4px 20px 10px rgba(0, 0, 0, 0.08);
  padding: 40px 60px 40px;
  position: relative;
  bottom: -60px;
}
@media screen and (max-width: 992px) {
  .page-template-about .card-wrapper .card-row .center-card {
    bottom: -68%;
    margin: 0 auto;
    padding: 20px;
  }
}
.page-template-about .card-wrapper .card-row .center-card .logo-top {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-bottom: 15px;
}
.page-template-about .card-wrapper .card-row .center-card .logo-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .page-template-about .card-wrapper .card-row .center-card .logo-top {
    display: none;
  }
}
.page-template-about .card-wrapper .card-row .center-card .panel-text h2 {
  color: #5B7450;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 42px */
}
@media screen and (max-width: 768px) {
  .page-template-about .card-wrapper .card-row .center-card .panel-text h2 {
    font-size: 20px;
  }
}
.page-template-about .card-wrapper .card-row .center-card .panel-text .content {
  color: #000;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.page-template-about .card-wrapper .card-row .center-card .panel-text .content a {
  color: #000;
  font-weight: normal;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-template-about .testimonial-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 160px 15px 60px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page-template-about .testimonial-wrapper {
    padding: 35px 15px;
  }
}
.page-template-about .testimonial-wrapper > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .page-template-about .testimonial-wrapper > .row {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-about .testimonial-wrapper > .row {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.page-template-about .testimonial-wrapper .green-bg {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .page-template-about .testimonial-wrapper .green-bg {
    height: 100%;
  }
}
.page-template-about .testimonial-wrapper .green-bg img {
  border: 0;
  max-width: unset;
  max-height: 699px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: auto;
  vertical-align: top;
  position: relative;
  left: -50vw;
  margin-left: 50%;
}
@media screen and (min-width: 768px) {
  .page-template-about .testimonial-wrapper .green-bg img {
    min-height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-about .testimonial-wrapper .green-bg img {
    width: auto;
    height: 100%;
    max-height: -webkit-fill-available;
  }
}
.page-template-about .testimonial-wrapper .testimonial-cards {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 15px 15px 40px;
}
@media screen and (max-width: 768px) {
  .page-template-about .testimonial-wrapper .testimonial-cards {
    display: block !important;
  }
}
.page-template-about .testimonial-wrapper .testimonial-cards h2 {
  color: #FFF;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-template-about .testimonial-wrapper .testimonial-cards .testimonials {
  padding: 15px 21px;
  min-height: 260px;
}
.page-template-about .testimonial-wrapper .testimonial-cards .testimonials:focus, .page-template-about .testimonial-wrapper .testimonial-cards .testimonials:focus-visible {
  outline: none;
}
.page-template-about .testimonial-wrapper .testimonial-cards .testimonials .te-inner {
  border-radius: 20px;
  background: #FFF;
  padding: 60px 40px 20px;
  position: relative;
  height: 100%;
  z-index: 3;
}
.page-template-about .testimonial-wrapper .testimonial-cards .testimonials .te-inner svg.bi-quote {
  width: 54px;
  height: 54px;
  margin-left: 0;
  fill: #c4cdc0;
  position: absolute;
  top: 33px;
  left: 13px;
}
.page-template-about .testimonial-wrapper .testimonial-cards .testimonials .te-inner p {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-about .testimonial-wrapper .testimonial-cards .testimonials .te-inner .pi-testimonial_customer {
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-left: auto;
}
.page-template-about .testimonial-wrapper .pi_btn {
  margin-top: 40px;
}
.page-template-about .testimonial-wrapper .pi_btn .pi-hero_btn {
  background: #036297;
  border-radius: 8px;
  color: #fff;
  width: auto;
  padding: 1rem 3rem;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.page-template-about .testimonial-wrapper .pi_btn .pi-hero_btn .bi.bi-arrow-right-short,
.page-template-about .testimonial-wrapper .pi_btn .pi-hero_btn .bi.bi-arrow-right-short {
  width: 20px;
  height: 20px;
}
.page-template-about .testimonial-wrapper .pi_btn .pi-hero_btn:hover {
  background: rgba(3, 99, 151, 0.7019607843);
}
.page-template-about .our-team-section {
  padding: 70px 15px 40px;
}
@media screen and (max-width: 768px) {
  .page-template-about .our-team-section {
    padding: 40px 15px;
    margin-top: 20px;
  }
}
.page-template-about .our-team-section h2 {
  color: #000;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 67.2px */
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-template-about .our-team-section h2 {
    font-size: 30px;
  }
}
.page-template-about .our-team-section img {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border-radius: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 540.5/347.07;
}
.page-template-about .our-team-section .ots-content {
  margin: 30px auto 0;
  max-width: 820px;
}
.page-template-about .our-team-section .ots-content p {
  color: #000;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .page-template-about .our-team-section .ots-content p {
    text-align: left;
  }
}
.page-template-about .our-team-section .ots-content p a {
  color: #000;
  font-weight: normal;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-template-about .cta-action-section {
  padding: 70px 15px 100px;
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .page-template-about .cta-action-section {
    padding: 30px 15px;
  }
}
.page-template-about .cta-action-section .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-template-about .cta-action-section .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .page-template-about .cta-action-section .row .cta-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
.page-template-about .cta-action-section .row .cta-content h2 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .page-template-about .cta-action-section .row .cta-content h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
  }
}
.page-template-about .cta-action-section .row .cta-content img {
  width: 100%;
  max-width: 495px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 55/49;
}
@media screen and (max-width: 768px) {
  .page-template-about .cta-action-section .row .cta-content img {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.page-template-about .cta-action-section .row .cta-content .text-content {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-template-about .cta-action-section .row .cta-content .text-content {
    margin-bottom: 20px;
  }
}
.page-template-about .cta-action-section .row .cta-content .text-content p, .page-template-about .cta-action-section .row .cta-content .text-content li {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.4px; /* 157% */
}
@media screen and (max-width: 768px) {
  .page-template-about .cta-action-section .row .cta-content .text-content p, .page-template-about .cta-action-section .row .cta-content .text-content li {
    font-size: 18px;
  }
}
.page-template-about .cta-action-section .row .cta-content .text-content ol {
  -webkit-margin-start: 20px;
     -moz-margin-start: 20px;
          margin-inline-start: 20px;
}
.page-template-about .cta-action-section .row .cta-content .text-content ol li {
  list-style-type: decimal;
}
.page-template-about .cta-action-section .row .cta-content .text-content a {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.4px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .page-template-about .cta-action-section .row .cta-content .text-content a {
    font-size: 18px;
  }
}
.page-template-about .cta-action-section .row .cta-content .pi_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page-template-about .cta-action-section .row .cta-content .pi_btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
.page-template-about .cta-action-section .row .cta-content .pi_btn .pi-hero_btn {
  background: #036297;
  border-radius: 8px;
  color: #fff;
  width: auto;
  padding: 1rem 3rem;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.page-template-about .cta-action-section .row .cta-content .pi_btn .pi-hero_btn .bi.bi-arrow-right-short,
.page-template-about .cta-action-section .row .cta-content .pi_btn .pi-hero_btn .bi.bi-arrow-right-short {
  width: 20px;
  height: 20px;
}
.page-template-about .cta-action-section .row .cta-content .pi_btn .pi-hero_btn:hover {
  background: rgba(3, 99, 151, 0.7019607843);
}
.page-template-about .cta-action-section .row .cta-content .below-cta {
  margin-top: 24px;
}
.page-template-about .cta-action-section .row .cta-content .below-cta p {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.page-template-about .cta-action-section .row .cta-content .below-cta a {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.4px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.page-template-how-to-buy .main section.how-to-buy-main .intro-content {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .intro-content {
    margin-bottom: 15px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .intro-content .text-content {
  padding-right: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .intro-content .text-content {
    padding-right: 0;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .intro-content .text-content h2, .page-template-how-to-buy .main section.how-to-buy-main .intro-content .text-content h3, .page-template-how-to-buy .main section.how-to-buy-main .intro-content .text-content h4, .page-template-how-to-buy .main section.how-to-buy-main .intro-content .text-content h5, .page-template-how-to-buy .main section.how-to-buy-main .intro-content .text-content h6 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  padding-bottom: 16px;
  margin-top: 48px;
  margin-bottom: 20px;
}
.page-template-how-to-buy .main section.how-to-buy-main .intro-content .text-content h2:after, .page-template-how-to-buy .main section.how-to-buy-main .intro-content .text-content h3:after, .page-template-how-to-buy .main section.how-to-buy-main .intro-content .text-content h4:after, .page-template-how-to-buy .main section.how-to-buy-main .intro-content .text-content h5:after, .page-template-how-to-buy .main section.how-to-buy-main .intro-content .text-content h6:after {
  content: "";
  border-bottom: 4px solid #5B7450;
  border-spacing: 0 20px;
  width: 159px;
  display: block;
  margin-top: 16px;
}
.page-template-how-to-buy .main section.how-to-buy-main .intro-content .image-content {
  margin-top: 48px;
}
.page-template-how-to-buy .main section.how-to-buy-main .intro-content .image-content img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .intro-content .image-content {
    max-width: 725px;
    margin: 24px auto;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section {
  padding: 90px 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .accordion-section {
    padding: 20px 15px 40px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .tree-background {
  position: absolute;
  top: -11px;
  right: -445px;
  width: 100%;
  height: 100%;
  max-height: 695px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .tree-background svg {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .accordion-section .tree-background {
    max-height: 400px;
    right: -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .accordion-section .tree-background {
    width: auto;
    max-height: 369px;
    right: -30vw;
    top: -130px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row {
  position: relative;
  z-index: 2;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-title h2 {
  color: #000;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 67.2px */
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-title h2 {
    margin-bottom: 25px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .image-col img {
  -webkit-box-shadow: 0px 4px 27.5px 13px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 27.5px 13px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  margin-right: auto;
  max-height: 779px;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 991px) {
  .page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .image-col img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card {
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item {
  padding: 18px 10px;
  border-bottom: 1px solid #EAF0EA;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item:last-child {
  border-bottom: none !important;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .title-row .acc-count {
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #5B7450;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: auto;
  margin-right: 20px;
  padding-bottom: 5px;
  color: #FFF;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .title-row .acc-count {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .title-row h3 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 42px */
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .title-row h3 {
    font-size: 16px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .title-row .chevron {
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item.closed .accordion-text {
  max-height: 0;
  visibility: hidden;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item.closed .title-row {
  margin-bottom: 0;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item.open .title-row .chevron {
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .accordion-text {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 1000px;
  height: auto;
  visibility: visible;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .accordion-text p, .page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .accordion-text li {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .accordion-text ul {
  -webkit-margin-start: 20px;
     -moz-margin-start: 20px;
          margin-inline-start: 20px;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .accordion-text ul li {
  list-style-type: disc;
}
@media screen and (max-width: 991px) {
  .page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .accordion-text ul li {
    margin-bottom: 16px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .accordion-text ol {
  -webkit-margin-start: 20px;
     -moz-margin-start: 20px;
          margin-inline-start: 20px;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .acc-card .acc-item .accordion-text ol li {
  list-style-type: decimal;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .pi_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .pi_btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .pi_btn .pi-hero_btn {
  background: #036297;
  border-radius: 8px;
  color: #fff;
  width: auto;
  padding: 1rem 3rem;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .pi_btn .pi-hero_btn .bi.bi-arrow-right-short,
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .pi_btn .pi-hero_btn .bi.bi-arrow-right-short {
  width: 20px;
  height: 20px;
}
.page-template-how-to-buy .main section.how-to-buy-main .accordion-section .row.acc-content .accordion-content .pi_btn .pi-hero_btn:hover {
  background: rgba(3, 99, 151, 0.7019607843);
}
.page-template-how-to-buy .main section.how-to-buy-main .three-card-section {
  background: #F9F9F9;
  padding: 70px 0;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .three-card-section {
    padding: 30px 0;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 59px;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-title {
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-title .section-num {
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #5B7450;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: auto;
  margin-right: 20px;
  padding-bottom: 5px;
  color: #FFF;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-title .section-num {
    margin-bottom: 10px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-title h3 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 42px */
  margin-bottom: 0;
  width: auto;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-title h3 {
    font-size: 30px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}
.page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-inner > div {
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-inner > div {
    margin-bottom: 15px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card {
  padding: 25px 20px;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 1px 4px 20px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 4px 20px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card {
    padding: 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    max-width: 600px;
    margin: 0 auto;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card img {
  margin-bottom: 15px;
  height: 43px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card img {
    margin-left: auto;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card h4 {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 120.036%; /* 26.408px */
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card h4 {
    text-align: center;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card .card-content p {
  margin-top: 20px;
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card .card-content p {
    text-align: center;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .three-card-section .three-card-wrapper .row.three-card-inner .single-card .card-content a {
  text-decoration: underline;
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper {
  margin-bottom: 40px;
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper h2 {
  margin: 30px auto 20px;
  color: #5B7450;
  text-align: center;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 67.2px */
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper h2 {
    font-size: 30px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 40px;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side {
    margin-top: 20px;
    padding-left: 0;
  }
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .image-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side.image-left > div:nth-child(1), .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side.image-right > div:nth-child(1) {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side.image-left > div:nth-child(2), .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side.image-right > div:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side.image-left > div:nth-child(2) img, .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side.image-right > div:nth-child(2) img {
    max-width: 500px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side.image-left > div:nth-child(2) img, .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side.image-right > div:nth-child(2) img {
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .section-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .section-title-wrapper.desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .section-title-wrapper.mobile {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .section-title-wrapper {
    margin-top: 30px;
  }
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .section-title-wrapper.desktop {
    display: none;
  }
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .section-title-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .section-title-wrapper .section-num {
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #5B7450;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: auto;
  margin-right: 20px;
  padding-bottom: 5px;
  color: #FFF;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .section-title-wrapper .section-num {
    margin-bottom: 10px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .section-title-wrapper h3 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 42px */
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .section-title-wrapper h3 {
    font-size: 22px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .sec-content {
  padding-left: 40px;
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .sec-content h4 {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  position: relative;
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .sec-content h4::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3E%3Cpath d='M19.1161 0.428109C19.2435 0.298207 19.3954 0.19501 19.5631 0.12456C19.7308 0.0541097 19.9109 0.0178223 20.0927 0.0178223C20.2746 0.0178223 20.4547 0.0541097 20.6224 0.12456C20.7901 0.19501 20.942 0.298207 21.0693 0.428109C21.6029 0.967239 21.6103 1.83843 21.088 2.38688L10.0573 15.4267C9.93204 15.5643 9.78006 15.6748 9.61064 15.7516C9.44122 15.8283 9.25791 15.8697 9.07194 15.8732C8.88596 15.8767 8.70123 15.8422 8.52905 15.7719C8.35686 15.7015 8.20084 15.5968 8.07053 15.464L1.35846 8.66243C1.09959 8.39843 0.95459 8.04344 0.95459 7.67371C0.95459 7.30398 1.09959 6.94899 1.35846 6.685C1.48577 6.55509 1.63772 6.4519 1.80541 6.38145C1.9731 6.311 2.15316 6.27471 2.33504 6.27471C2.51693 6.27471 2.69699 6.311 2.86468 6.38145C3.03237 6.4519 3.18432 6.55509 3.31163 6.685L9.00514 12.455L19.0788 0.46915L19.1161 0.428109Z' fill='%235B7450'/%3E%3C/svg%3E");
  width: 20.52px;
  height: 15.856px;
  fill: #5B7450;
  margin-right: 10px;
  position: absolute;
  left: -35px;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .sec-content h4 {
    font-size: 20px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .sec-content p, .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .sec-content * {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .sec-content a {
  text-decoration: underline;
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .sec-content ol {
  -webkit-margin-start: 25px;
     -moz-margin-start: 25px;
          margin-inline-start: 25px;
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .sec-content ol li {
  list-style-type: decimal;
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .sec-content ul li {
  position: relative;
  margin-bottom: 24px;
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .sec-content ul li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3E%3Cpath d='M19.1161 0.428109C19.2435 0.298207 19.3954 0.19501 19.5631 0.12456C19.7308 0.0541097 19.9109 0.0178223 20.0927 0.0178223C20.2746 0.0178223 20.4547 0.0541097 20.6224 0.12456C20.7901 0.19501 20.942 0.298207 21.0693 0.428109C21.6029 0.967239 21.6103 1.83843 21.088 2.38688L10.0573 15.4267C9.93204 15.5643 9.78006 15.6748 9.61064 15.7516C9.44122 15.8283 9.25791 15.8697 9.07194 15.8732C8.88596 15.8767 8.70123 15.8422 8.52905 15.7719C8.35686 15.7015 8.20084 15.5968 8.07053 15.464L1.35846 8.66243C1.09959 8.39843 0.95459 8.04344 0.95459 7.67371C0.95459 7.30398 1.09959 6.94899 1.35846 6.685C1.48577 6.55509 1.63772 6.4519 1.80541 6.38145C1.9731 6.311 2.15316 6.27471 2.33504 6.27471C2.51693 6.27471 2.69699 6.311 2.86468 6.38145C3.03237 6.4519 3.18432 6.55509 3.31163 6.685L9.00514 12.455L19.0788 0.46915L19.1161 0.428109Z' fill='%235B7450'/%3E%3C/svg%3E");
  width: 20.52px;
  height: 15.856px;
  fill: #5B7450;
  margin-right: 10px;
  position: absolute;
  left: -35px;
  display: block;
}
@media screen and (max-width: 991px) {
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .sec-content ul li {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side.image-left > div:nth-child(1) {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side.image-left > div:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side.image-right > div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side.image-right > div:nth-child(2) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .sbs-wrapper .row.side-by-side .col-12.col-md-6 img {
  width: 455px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section {
  padding: 70px 15px 100px;
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section {
    padding: 30px 15px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content {
    margin-bottom: 30px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content h2 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content img {
  width: 100%;
  max-width: 495px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 55/49;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content img {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .text-content {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .text-content {
    margin-bottom: 20px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .text-content p, .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .text-content li {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.4px; /* 157% */
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .text-content p, .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .text-content li {
    font-size: 18px;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .text-content ol {
  -webkit-margin-start: 20px;
     -moz-margin-start: 20px;
          margin-inline-start: 20px;
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .text-content ol li {
  list-style-type: decimal;
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .text-content a {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.4px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .text-content a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .text-content p {
    text-align: center;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .pi_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .pi_btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .pi_btn .pi-hero_btn {
  background: #036297;
  border-radius: 8px;
  color: #fff;
  width: auto;
  padding: 1rem 3rem;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .pi_btn .pi-hero_btn .bi.bi-arrow-right-short,
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .pi_btn .pi-hero_btn .bi.bi-arrow-right-short {
  width: 20px;
  height: 20px;
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .pi_btn .pi-hero_btn:hover {
  background: rgba(3, 99, 151, 0.7019607843);
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .below-cta {
  margin-top: 24px;
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .below-cta p {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .below-cta a {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.4px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .page-template-how-to-buy .main section.how-to-buy-main .cta-action-section .row .cta-content .below-cta p {
    text-align: center;
  }
}

.ma5menu__container .ma5menu__panel ul li {
  text-transform: uppercase;
}

.nav .sub-menu {
  display: none;
  position: absolute;
  top: -webkit-calc(100% - 5px);
  top: -moz-calc(100% - 5px);
  top: calc(100% - 5px);
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #e1e1e1;
  min-width: 250px;
  z-index: 1000;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  border-radius: 3px;
}
.nav .sub-menu a {
  display: block;
  padding: 8px 20px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 1.4;
  position: relative;
  background-color: #f5f5f5;
}
.nav .sub-menu a:hover {
  background-color: #e8e8e8;
  color: #333;
  padding-left: 25px;
}
.nav .sub-menu a.nav-county-link {
  cursor: default;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 800;
  color: #333;
  padding-right: 25px;
}
.nav .sub-menu a.nav-county-link:hover {
  background-color: #f8f8f8;
  padding-left: 20px;
}
.nav .sub-menu a[href="/dream-property/"], .nav .sub-menu a[href="/coming-soon/"] {
  background-color: #fff;
  color: #333;
}
.nav .sub-menu a[href="/dream-property/"]:hover, .nav .sub-menu a[href="/coming-soon/"]:hover {
  background-color: #f8f8f8;
  color: #333;
  padding-left: 25px;
}
.nav .sub-menu a.has-submenu {
  color: #333;
  background-color: #fff;
}
.nav .sub-menu a.has-submenu:hover {
  background-color: #f8f8f8;
  color: #333;
}
.nav .sub-menu a.has-submenu .sub-arrow, .nav .sub-menu a.nav-county-link .sub-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  margin: 0;
  border-width: 4px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #525929;
}
.nav .sub-menu ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #e1e1e1;
  min-width: 200px;
  z-index: 1001;
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 3px;
}
.nav .sub-menu ul a {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333;
  padding: 8px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav .sub-menu ul a:hover {
  background-color: #f8f8f8;
  color: #333;
  padding-left: 25px;
}
.nav li:hover > .sub-menu {
  display: block;
}
.nav .sub-menu li:hover > ul {
  display: block;
}

.header-menu-wrapper .header-menu-wrapper_main .nav-drop .nav ul.header-menu li a.nav-county-link {
  cursor: default;
}

.state-hero {
  max-height: 600px;
  height: auto;
  padding: 20px 0;
  margin-bottom: 15px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .state-hero {
    max-height: unset;
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .state-hero {
    padding: 15px 0 5px;
  }
}
.state-hero .top-text h1 {
  color: #FFF;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .state-hero .top-text h1 {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .state-hero .top-text h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-wrap: balance;
    margin-bottom: 5px;
  }
}
.state-hero .top-text span {
  color: #FFF;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 141%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (max-width: 992px) {
  .state-hero .top-text span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .state-hero .top-text span {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
  }
}
.state-hero .hero-list {
  margin-top: 10px;
}
.state-hero .hero-list ul {
  list-style-type: none;
  padding-left: 10px;
}
.state-hero .hero-list ul li {
  color: #F5F5F5;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .state-hero .hero-list ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.92px */
  }
}
@media (max-width: 768px) {
  .state-hero .hero-list ul li {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.92px */
  }
}
.state-hero .hero-list ul li:before {
  content: none;
}
.state-hero .hero-list ul li img {
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .state-hero .hero-list ul li img {
    width: 18px;
    height: 18px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .state-hero .hero-list ul li img {
    width: 13px;
    height: 13px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
}
.state-hero .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
          align-items: start;
}
.state-hero .img-wrap img {
  max-width: 280px;
  max-height: 219px;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .state-hero .img-wrap img {
    max-width: 100%;
  }
}
.state-hero .form-row {
  position: relative;
}
@media (max-width: 1260px) {
  .state-hero .form-row {
    margin: 0 15px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.state-hero .form-row > .row {
  max-height: 204px;
  position: absolute;
  top: 25px;
  border-radius: 5px;
  background-color: #F5F5F5;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  z-index: 99;
  padding: 26px 60px;
}
@media (max-width: 768px) {
  .state-hero .form-row > .row {
    max-height: 500px;
    padding: 20px 30px;
    top: 0;
  }
}
.state-hero .form-row h3 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 131%;
}
.state-hero .form-row form .frm_fields_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .state-hero .form-row form .frm_fields_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.state-hero .form-row form .frm_fields_container .frm_form_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .state-hero .form-row form .frm_fields_container .frm_form_field {
    margin-bottom: 20px;
  }
}
.state-hero .form-row form .frm_fields_container .frm_form_field .frm_primary_label {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  letter-spacing: normal;
}
.state-hero .form-row form .frm_fields_container .frm_form_field .frm_required {
  font-size: 22px;
}
.state-hero .form-row form .frm_fields_container .frm_form_field input {
  border-radius: 5px;
  border: 0.5px solid #BEBDBD;
  background: #FFF;
  min-height: 50px;
}
.state-hero .form-row form .frm_fields_container .frm_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  width: 100%;
  margin-top: auto;
}
.state-hero .form-row form .frm_fields_container .frm_submit button {
  border-radius: 5px;
  background: #5B7450;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: none;
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}
.state-hero .form-row form .frm_fields_container .frm_submit button:hover {
  background-color: #fff;
  border-color: #5B7450;
  color: #5B7450;
}
.state-hero .form-row form .frm_fields_container .frm__6539dfd59c6b0 {
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.state-hero .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.state-hero .flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.state-hero .flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}
.state-hero .col-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.state-hero .col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
     -moz-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .state-hero .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
.state-hero .col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
     -moz-box-flex: 0;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .state-hero .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.state-hero .col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
     -moz-box-flex: 0;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .state-hero .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}
.state-hero .col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
     -moz-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .state-hero .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.state-hero .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .state-hero .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

#exitIntentBG {
  display: none;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#exitIntentBG.show {
  opacity: 1;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
}

#exitIntentModal {
  max-width: 675px;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#exitIntentModal.show {
  opacity: 1;
  display: block;
  position: fixed;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 30px 40px 15px;
  width: 95%;
  z-index: 9999;
  border: 3px solid #f60606;
  border-radius: 5px;
  height: auto;
  max-height: 100%;
}
@media (max-width: 992px) {
  #exitIntentModal.show {
    padding: 20px 15px;
  }
}
#exitIntentModal .close-eim {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
#exitIntentModal h3 {
  font-family: Roboto, sans-serif;
  font-size: 42px;
  text-align: center;
  color: #000;
}
@media (max-width: 992px) {
  #exitIntentModal h3 {
    font-size: 30px;
  }
}
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.frm_html_container:first-of-type {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.frm_html_container:first-of-type ul li {
  color: rgb(25, 25, 26);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 992px) {
  #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.frm_html_container:first-of-type ul li {
    font-size: 16px;
  }
}
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.frm_html_container:first-of-type ul li::before {
  content: "✔️";
}
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.frm_html_container {
  margin-bottom: 0;
}
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=text],
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=tel],
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=email] {
  height: 45px;
}
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=text]::-webkit-input-placeholder, #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=tel]::-webkit-input-placeholder, #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=email]::-webkit-input-placeholder {
  font-size: 18px;
}
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=text]::-moz-placeholder, #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=tel]::-moz-placeholder, #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=email]::-moz-placeholder {
  font-size: 18px;
}
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=text]:-ms-input-placeholder, #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=tel]:-ms-input-placeholder, #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=email]:-ms-input-placeholder {
  font-size: 18px;
}
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=text]::placeholder,
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=tel]::placeholder,
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=email]::placeholder {
  font-size: 18px;
}
@media (max-width: 992px) {
  #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=text]::-webkit-input-placeholder, #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=tel]::-webkit-input-placeholder, #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=email]::-webkit-input-placeholder {
    font-size: 15px;
  }
  #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=text]::-moz-placeholder, #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=tel]::-moz-placeholder, #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=email]::-moz-placeholder {
    font-size: 15px;
  }
  #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=text]:-ms-input-placeholder, #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=tel]:-ms-input-placeholder, #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=email]:-ms-input-placeholder {
    font-size: 15px;
  }
  #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=text]::placeholder,
  #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=tel]::placeholder,
  #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_form_field input[type=email]::placeholder {
    font-size: 15px;
  }
}
#exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_submit button {
  color: rgb(255, 255, 255);
  background-color: rgb(9, 13, 195);
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 1.5;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px inset;
          box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px inset;
  cursor: pointer;
  letter-spacing: normal;
  border-radius: 12px;
  margin-top: 0;
}
@media (max-width: 992px) {
  #exitIntentModal .frm_forms .frm_form_fields .frm_fields_container .frm_submit button {
    font-size: 20px;
  }
}

.property-grid {
  min-height: 450px;
  margin: 35px 0 20px;
  position: relative;
}
.property-grid .arrows {
  display: none;
}
@media (max-width: 992px) {
  .property-grid .arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100vw;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    height: 26px;
    position: absolute;
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: calc(50% - 25px);
    left: 0;
  }
  .property-grid .arrows i {
    font-size: 25px;
    color: #5B7450;
  }
}
.property-grid .btn-green {
  border-radius: 20px;
  background: #5B7450;
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.property-grid .btn-green:hover {
  opacity: 1;
  background: #92ab87;
}
.property-grid .btn-green-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 20px;
  border: 1px solid #5B7450;
  color: #5B7450;
  background: transparent;
  padding: 9px 33px;
  max-height: 43px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.property-grid .btn-green-outline:hover {
  opacity: 1;
  background: #5B7450;
  color: #fff;
}
.property-grid .btn-blue {
  width: 20%;
  min-width: 200px;
  padding: 9px 15px;
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  border-radius: 20px;
  background: #036297;
  text-transform: none;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  max-height: 43px;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.property-grid .btn-blue:hover {
  opacity: 1;
  background: #0594e1;
}
.property-grid .pagination {
  border: none !important;
  text-transform: none;
}
.property-grid .pagination #moreresults {
  margin-left: auto;
}
.property-grid .available-properties {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-content: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}
@media (max-width: 992px) {
  .property-grid .available-properties {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.property-grid .available-properties > div {
  margin-bottom: 23px;
}
.property-grid .available-properties .lnkpage {
  padding: 5px 10px;
  background-color: #4154f1;
  border-radius: 5px;
  color: white;
  margin-right: 3%;
  font-size: 1.2em;
}
.property-grid .available-properties .lnkpage a {
  color: white;
  font-weight: bold;
}
.property-grid .available-properties .lnkpage a.active {
  color: white;
}
.property-grid .available-properties .slick-slide {
  padding: 0 15px;
}
.property-grid .property-item {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
     -moz-box-pack: stretch;
          justify-content: stretch;
}
.property-grid .property-item .img-gallery {
  height: auto;
  position: relative;
}
.property-grid .property-item .img-gallery .slide {
  height: auto;
  min-height: 204px;
}
.property-grid .property-item .img-gallery .slide img {
  width: 100%;
  height: 100%;
  max-height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-grid .property-item .img-gallery .gallery-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: auto;
  max-height: 205px;
}
.property-grid .property-item .img-gallery .gallery-slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
}
.property-grid .property-item .img-gallery .slide {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.property-grid .property-item .img-gallery .lazyload {
  display: block;
  width: 100%;
  height: auto;
}
.property-grid .property-item .img-gallery .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.property-grid .property-item .img-gallery .gallery-overlay .gallery-link {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
}
.property-grid .property-item .img-gallery .gallery-overlay .feat-pill {
  position: absolute;
  left: 12px;
  top: 12px;
  height: 30px;
  width: 26%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.59);
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.property-grid .property-item .img-gallery .gallery-overlay .gal-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 47%;
  left: 3%;
  width: 94%;
  height: auto;
  z-index: 4;
}
.property-grid .property-item .img-gallery .gallery-overlay .gal-arrows span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.property-grid .property-item .img-gallery .gallery-overlay .gal-arrows span i {
  color: #fff;
  font-size: 29px;
}
.property-grid .property-item .img-gallery .gallery-overlay .gal-indicators {
  position: absolute;
  bottom: 12px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  z-index: 4;
}
.property-grid .property-item .img-gallery .gallery-overlay .gal-indicators .indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.property-grid .property-item .img-gallery .gallery-overlay .gal-indicators .indicator.active {
  background-color: rgba(87, 190, 38, 0.7803921569);
}
.property-grid .property-item .item-lower {
  padding: 18px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.property-grid .property-item .item-lower .title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.property-grid .property-item .item-lower .title-wrap .title-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin-bottom: 5px;
  margin-right: 10px;
}
.property-grid .property-item .item-lower .title-wrap .title-text a.item-title {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.property-grid .property-item .item-lower .title-wrap .title-text .county-state {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-grid .property-item .item-lower .title-wrap .btn-green-outline {
  padding: 9px 10px;
  text-wrap: nowrap;
  font-size: 14px;
}
.property-grid .property-item .item-lower .title-wrap .btn-green-outline i {
  margin-right: 4px;
}
.property-grid .property-item .item-lower .info-wrap {
  margin-bottom: 24px;
}
.property-grid .property-item .item-lower .info-wrap .county-state {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 9px;
}
.property-grid .property-item .item-lower .info-wrap .price {
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}
.property-grid .property-item .item-lower .info-wrap .acreage,
.property-grid .property-item .item-lower .info-wrap .features {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property-grid .property-item .item-lower .info-wrap .acreage::before,
.property-grid .property-item .item-lower .info-wrap .features::before {
  content: "•";
  margin-right: 4px;
}
.property-grid .property-item .item-lower .info-wrap.state-view .acreage,
.property-grid .property-item .item-lower .info-wrap.state-view .features,
.property-grid .property-item .item-lower .info-wrap.state-view .price,
.property-grid .property-item .item-lower .info-wrap.state-view .tracts {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}
.property-grid .property-item .item-lower .info-wrap.state-view .acreage::before,
.property-grid .property-item .item-lower .info-wrap.state-view .features::before,
.property-grid .property-item .item-lower .info-wrap.state-view .price::before,
.property-grid .property-item .item-lower .info-wrap.state-view .tracts::before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  margin-right: 4px;
}
.property-grid .property-item .item-lower .info-wrap.state-view .acreage.nodot::before,
.property-grid .property-item .item-lower .info-wrap.state-view .features.nodot::before,
.property-grid .property-item .item-lower .info-wrap.state-view .price.nodot::before,
.property-grid .property-item .item-lower .info-wrap.state-view .tracts.nodot::before {
  content: "";
}
.property-grid .property-item .item-lower a.btn-green {
  margin-top: auto;
  min-height: 43px;
}
.property-grid .property-item .item-lower.state-prop-view .title-wrap {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.property-grid .property-item .item-lower.state-prop-view .title-wrap .title-text {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: relative;
}
.property-grid .property-item .item-lower.state-prop-view .title-wrap .title-text #property-new-btn {
  background-color: #00d084;
  border-color: #00d084;
  margin-right: 5px;
  margin-left: auto;
  position: absolute;
  right: 0;
}
.property-grid .property-item .item-lower.state-prop-view .title-wrap .title-text .fa-map {
  margin-left: 17px;
}
.property-grid .property-item .item-lower.state-prop-view .info-wrap {
  margin-bottom: 2px;
}
.property-grid .property-item .item-lower.state-prop-view .info-wrap .county-state {
  margin-bottom: 15px;
  display: block;
}
.property-grid .property-item .item-lower.state-prop-view .info-wrap.state-view > .row {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
.property-grid .property-item .item-lower.state-prop-view .btn-gray-outline {
  border-color: #767676;
  color: #767676;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.property-grid .property-item .item-lower.state-prop-view .btn-gray-outline:hover {
  color: #fff;
  background-color: #767676;
}
.property-grid.nonefound {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.property-grid.nonefound .none-found-message {
  width: auto;
}
@media (max-width: 1000px) {
  .tax-land-type .main > .container,
  .page-template-foreclosure-2024 .main > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.tax-land-type .properties,
.page-template-foreclosure-2024 .properties {
  padding-bottom: 40px;
}
.tax-land-type .properties .properties-list .properties-list_item .property-block .property-block_subtitle a,
.page-template-foreclosure-2024 .properties .properties-list .properties-list_item .property-block .property-block_subtitle a {
  text-decoration: none;
  font-weight: 400;
  color: #666;
}
.tax-land-type .land-type-top-content h2, .tax-land-type .land-type-top-content h3,
.page-template-foreclosure-2024 .land-type-top-content h2,
.page-template-foreclosure-2024 .land-type-top-content h3 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .tax-land-type .land-type-top-content h2, .tax-land-type .land-type-top-content h3,
  .page-template-foreclosure-2024 .land-type-top-content h2,
  .page-template-foreclosure-2024 .land-type-top-content h3 {
    text-align: center;
  }
}
.tax-land-type .land-type-top-content img,
.page-template-foreclosure-2024 .land-type-top-content img {
  border-radius: 8px;
}
.tax-land-type .splc-content a,
.page-template-foreclosure-2024 .splc-content a {
  text-decoration: underline;
}
.tax-land-type .splc-content .ctitle h2, .tax-land-type .splc-content .ctitle h3,
.page-template-foreclosure-2024 .splc-content .ctitle h2,
.page-template-foreclosure-2024 .splc-content .ctitle h3 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.tax-land-type .splc-content .ctext .left-text,
.page-template-foreclosure-2024 .splc-content .ctext .left-text {
  padding-right: 75px;
}
@media screen and (max-width: 992px) {
  .tax-land-type .splc-content .ctext .left-text,
  .page-template-foreclosure-2024 .splc-content .ctext .left-text {
    padding-right: 0;
  }
}
.tax-land-type .splc-content .ctext p,
.page-template-foreclosure-2024 .splc-content .ctext p {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.tax-land-type .splc-content .ctext h3, .tax-land-type .splc-content .ctext h4, .tax-land-type .splc-content .ctext h5, .tax-land-type .splc-content .ctext h6,
.page-template-foreclosure-2024 .splc-content .ctext h3,
.page-template-foreclosure-2024 .splc-content .ctext h4,
.page-template-foreclosure-2024 .splc-content .ctext h5,
.page-template-foreclosure-2024 .splc-content .ctext h6 {
  color: #3D3C38;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.tax-land-type .splc-content .ctext ul,
.page-template-foreclosure-2024 .splc-content .ctext ul {
  list-style: disc;
  -webkit-margin-start: 30px;
     -moz-margin-start: 30px;
          margin-inline-start: 30px;
}
.tax-land-type .splc-content .ctext ul li,
.page-template-foreclosure-2024 .splc-content .ctext ul li {
  list-style: disc;
}
.tax-land-type .splc-content .ctext .image-side .row img,
.page-template-foreclosure-2024 .splc-content .ctext .image-side .row img {
  margin-bottom: 65px;
}
@media screen and (max-width: 992px) {
  .tax-land-type .splc-content .ctext .image-side .row img:last-child,
  .page-template-foreclosure-2024 .splc-content .ctext .image-side .row img:last-child {
    margin-bottom: 20px;
  }
}
.tax-land-type .splc-content .faq-section,
.page-template-foreclosure-2024 .splc-content .faq-section {
  margin-top: 40px;
}
.tax-land-type .splc-content .faq-section h2,
.page-template-foreclosure-2024 .splc-content .faq-section h2 {
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 20px;
}
.tax-land-type .splc-content .faq-section .important-docs strong,
.page-template-foreclosure-2024 .splc-content .faq-section .important-docs strong {
  font-size: 19px;
}
.tax-land-type .splc-content .faq-section .faq-panel p,
.page-template-foreclosure-2024 .splc-content .faq-section .faq-panel p {
  border-bottom: 1px solid #5B7450;
}
.tax-land-type .splc-content .faq-section .faq-panel h3.faq-sub,
.page-template-foreclosure-2024 .splc-content .faq-section .faq-panel h3.faq-sub {
  margin: 30px 0 10px;
  font-size: 19px;
}
.tax-land-type .splc-content .faq-section .faq-panel .faq-item,
.page-template-foreclosure-2024 .splc-content .faq-section .faq-panel .faq-item {
  margin-bottom: 8px;
  border-bottom: 1px solid #5B7450;
}
.tax-land-type .splc-content .faq-section .faq-panel .faq-item .faq-answer,
.page-template-foreclosure-2024 .splc-content .faq-section .faq-panel .faq-item .faq-answer {
  padding: 15px;
}
.tax-land-type .splc-content .faq-section .faq-panel .faq-item .faq-answer > p,
.page-template-foreclosure-2024 .splc-content .faq-section .faq-panel .faq-item .faq-answer > p {
  margin-bottom: 5px;
}
.tax-land-type .splc-content .faq-section .faq-panel .faq-item .faq-answer > p a,
.page-template-foreclosure-2024 .splc-content .faq-section .faq-panel .faq-item .faq-answer > p a {
  text-decoration: underline;
}
.tax-land-type .splc-content .faq-section .faq-panel:first-child .faq-answer,
.page-template-foreclosure-2024 .splc-content .faq-section .faq-panel:first-child .faq-answer {
  display: block;
}
.tax-land-type .splc-content .faq-section .faq-panel .faq-question,
.page-template-foreclosure-2024 .splc-content .faq-section .faq-panel .faq-question {
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.tax-land-type .splc-content .faq-section .faq-panel .faq-question:after,
.page-template-foreclosure-2024 .splc-content .faq-section .faq-panel .faq-question:after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  margin-left: auto;
  margin-right: 15px;
}
.tax-land-type .splc-content .faq-section .faq-panel .faq-question.active::after,
.page-template-foreclosure-2024 .splc-content .faq-section .faq-panel .faq-question.active::after {
  content: "\f068";
}
.tax-land-type .splc-content .faq-section .faq-panel .faq-answer,
.page-template-foreclosure-2024 .splc-content .faq-section .faq-panel .faq-answer {
  padding: 10px;
  background: transparent;
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  padding-left: 11px;
  padding-bottom: 25px;
  height: auto;
  max-height: 1px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
}
.tax-land-type .splc-content .faq-section .faq-panel .faq-answer.active,
.page-template-foreclosure-2024 .splc-content .faq-section .faq-panel .faq-answer.active {
  max-height: 1000px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.tax-land-type .splc-content .faq-section .faq-panel .faq-answer > p,
.page-template-foreclosure-2024 .splc-content .faq-section .faq-panel .faq-answer > p {
  border: none;
}
.tax-land-type .blurb-row,
.page-template-foreclosure-2024 .blurb-row {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.tax-land-type .blurb-row .bwrap,
.page-template-foreclosure-2024 .blurb-row .bwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
          justify-content: start;
}
.tax-land-type .blurb-row .bwrap .browsetext,
.page-template-foreclosure-2024 .blurb-row .bwrap .browsetext {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .tax-land-type .blurb-row .bwrap .browsetext,
  .page-template-foreclosure-2024 .blurb-row .bwrap .browsetext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
@media (max-width: 992px) {
  .tax-land-type .blurb-row,
  .page-template-foreclosure-2024 .blurb-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .tax-land-type .blurb-row .sort-wrapper,
  .page-template-foreclosure-2024 .blurb-row .sort-wrapper {
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
  .tax-land-type .blurb-row .sort-wrapper #sort,
  .page-template-foreclosure-2024 .blurb-row .sort-wrapper #sort {
    margin-top: 0;
    width: auto;
  }
  .tax-land-type .blurb-row .matchcount,
  .page-template-foreclosure-2024 .blurb-row .matchcount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
.tax-land-type .blurb-row .sort-wrapper,
.page-template-foreclosure-2024 .blurb-row .sort-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.tax-land-type .blurb-row .sort-wrapper .sorter,
.page-template-foreclosure-2024 .blurb-row .sort-wrapper .sorter {
  text-wrap: nowrap;
  margin-right: 6px;
}
.tax-land-type .blurb-row .sort-wrapper #sort .jcf-select,
.page-template-foreclosure-2024 .blurb-row .sort-wrapper #sort .jcf-select {
  border-radius: 5px;
  border: 1px solid #BEBDBD;
  background: #FFF;
  max-height: 28px;
  min-height: 28px;
  width: 160px;
  line-height: 14px;
  padding: 3px 12px 3px 9px;
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.tax-land-type .blurb-row .sort-wrapper #sort .jcf-select .jcf-select-text,
.page-template-foreclosure-2024 .blurb-row .sort-wrapper #sort .jcf-select .jcf-select-text {
  color: #000;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tax-land-type .blurb-row .sort-wrapper #sort .jcf-select .jcf-select-opener::before,
.page-template-foreclosure-2024 .blurb-row .sort-wrapper #sort .jcf-select .jcf-select-opener::before {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 11px;
  height: 6px;
  margin-top: -3.5px;
}
.tax-land-type #mapModal #map,
.page-template-foreclosure-2024 #mapModal #map {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: auto;
  max-height: 70vh;
}
.tax-land-type #mapModal #map img,
.page-template-foreclosure-2024 #mapModal #map img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-template-properties #mapModal {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 100%;
  max-height: 470px;
  max-width: 675px;
}
@media (max-width: 992px) {
  .page-template-properties #mapModal {
    max-height: 95vh;
  }
}
.page-template-properties #mapModal.show {
  opacity: 1;
  display: block;
  position: fixed;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 30px 40px 15px;
  width: 95%;
  z-index: 9999;
  border: 3px solid #ccc;
  -webkit-box-shadow: 1px 1px 6px 1px #666;
          box-shadow: 1px 1px 6px 1px #666;
  border-radius: 5px;
  height: auto;
  max-height: 100%;
}
@media (max-width: 992px) {
  .page-template-properties #mapModal.show {
    padding: 20px 15px;
  }
}
.page-template-properties #mapModal .close-map {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.page-template-properties #mapModal #map {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: auto;
  max-height: 70vh;
  padding-top: 20px;
}
.page-template-properties #mapModal #map img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-properties #mapModalBG.show {
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  z-index: 9999;
}

#grid-row-layout.hidden-by-default {
  display: none !important;
}
#grid-row-layout {
  margin: 30px 0;
  padding: 0;
  max-width: 100%;
}
#grid-row-layout .pg-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}
#grid-row-layout .pg-row .pgi-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
#grid-row-layout .pg-row .pgi-outer.hidden-item {
  display: none;
}
#grid-row-layout .pg-row .property-wrapper {
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  background: #FFF;
  margin: 15px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
#grid-row-layout .pg-row .property-wrapper.issold {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}
@media screen and (max-width: 767px) {
  #grid-row-layout .pg-row .property-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0 0 4px;
    border-radius: 0;
  }
}
#grid-row-layout .pg-row .pgi-upper {
  position: relative;
}
@media screen and (max-width: 767px) {
  #grid-row-layout .pg-row .pgi-upper {
    width: 25%;
  }
}
#grid-row-layout .pg-row .pgi-upper .availability {
  max-width: 120px;
  border-radius: 20px;
  background: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 31px;
  width: auto;
  padding: 0 15px;
  margin-left: 0;
  margin-right: auto;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  #grid-row-layout .pg-row .pgi-upper .availability {
    display: none;
  }
}
#grid-row-layout .pg-row .pgi-upper .availability i {
  font-size: 8px;
  margin-right: 10px;
}
#grid-row-layout .pg-row .pgi-upper .availability i.green {
  color: #5B7450;
}
#grid-row-layout .pg-row .pgi-upper .availability i.red {
  color: #c00;
}
#grid-row-layout .pg-row .pgi-upper .availability i.orange {
  color: #e67300;
}
#grid-row-layout .pg-row .pgi-upper .availability span {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#grid-row-layout .pg-row .pgi-upper .availability span.green {
  color: #5B7450;
}
#grid-row-layout .pg-row .pgi-upper .availability span.red {
  color: #c00;
}
#grid-row-layout .pg-row .pgi-upper .availability span.orange {
  color: #e67300;
}
#grid-row-layout .pg-row .pgi-upper .pgi-image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #grid-row-layout .pg-row .pgi-upper .pgi-image {
    border-radius: 8px;
  }
}
#grid-row-layout .pg-row .pgi-upper .pgi-image img {
  width: 100%;
  height: 167px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #grid-row-layout .pg-row .pgi-upper .pgi-image img {
    height: auto;
    width: 100%;
    min-width: 82px;
    aspect-ratio: 4/3;
  }
}
#grid-row-layout .pg-row .pgi-lower {
  padding: 15px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #grid-row-layout .pg-row .pgi-lower {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    padding: 0 0 0 7px;
    width: 75%;
  }
}
#grid-row-layout .pg-row .pgi-lower .number-acres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
#grid-row-layout .pg-row .pgi-lower .number-acres p {
  margin: 0;
}
#grid-row-layout .pg-row .pgi-lower .number-acres .tract-num {
  color: #5B7450;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
#grid-row-layout .pg-row .pgi-lower .number-acres .acres {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 23.801px; /* 165.336% */
}
@media screen and (max-width: 767px) {
  #grid-row-layout .pg-row .pgi-lower .number-acres {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    width: 33.3333%;
  }
  #grid-row-layout .pg-row .pgi-lower .number-acres .tract-num {
    color: #000;
    font-size: 1.7rem;
  }
  #grid-row-layout .pg-row .pgi-lower .number-acres .acres {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  #grid-row-layout .pg-row .pgi-lower .pgi-info {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  #grid-row-layout .pg-row .pgi-lower .pgi-info .pgi-title,
  #grid-row-layout .pg-row .pgi-lower .pgi-info .county,
  #grid-row-layout .pg-row .pgi-lower .pgi-info ul.features {
    display: none;
  }
}
#grid-row-layout .pg-row .pgi-lower .pgi-info .pgi-title {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  #grid-row-layout .pg-row .pgi-lower .pgi-info .pgi-title {
    font-size: 1.7rem;
  }
}
#grid-row-layout .pg-row .pgi-lower .pgi-info .county {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #grid-row-layout .pg-row .pgi-lower .pgi-info .county {
    font-size: 1.7rem;
  }
}
#grid-row-layout .pg-row .pgi-lower .pgi-info ul.features {
  list-style: disc;
  -webkit-margin-start: 20px;
     -moz-margin-start: 20px;
          margin-inline-start: 20px;
}
#grid-row-layout .pg-row .pgi-lower .pgi-info ul.features li {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  #grid-row-layout .pg-row .pgi-lower .pgi-info ul.features li {
    font-size: 1.7rem;
  }
}
#grid-row-layout .pg-row .pgi-lower .pgi-pricing {
  margin-top: auto;
}
#grid-row-layout .pg-row .pgi-lower .pgi-pricing a {
  color: #000;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-decoration: underline;
}
#grid-row-layout .pg-row .pgi-lower .pgi-pricing .pricemob {
  display: none;
}
@media screen and (max-width: 767px) {
  #grid-row-layout .pg-row .pgi-lower .pgi-pricing {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    width: 33.3333%;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    padding: 0 4px;
  }
  #grid-row-layout .pg-row .pgi-lower .pgi-pricing a {
    font-size: 1.7rem;
    font-weight: 500;
  }
  #grid-row-layout .pg-row .pgi-lower .pgi-pricing a .startingat {
    display: none;
  }
  #grid-row-layout .pg-row .pgi-lower .pgi-pricing .pricemob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-bottom: 5px;
    color: #000;
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
  }
}
@media screen and (max-width: 767px) {
  #grid-row-layout .pg-row .pgi-lower .cta-orange {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    width: 33.3333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
#grid-row-layout .pg-row .pgi-lower .cta-orange a.btn-orange {
  border-radius: 12.514px;
  background: #FA6400;
  color: #FFF;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 102%; /* 12.851px */
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-top: 15px;
}
#grid-row-layout .pg-row .pgi-lower .cta-orange a.btn-orange svg {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 0;
}
#grid-row-layout .pg-row .pgi-lower .cta-orange a.btn-orange:hover svg {
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  #grid-row-layout .pg-row .pgi-lower .cta-orange a.btn-orange {
    margin-top: 5px;
    min-height: unset;
    padding: 4px;
    font-size: 1.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    text-align: center;
  }
  #grid-row-layout .pg-row .pgi-lower .cta-orange a.btn-orange svg {
    margin-top: 1px;
  }
}
#grid-row-layout .pg-row .pgi-lower .cta-orange .availability.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #grid-row-layout .pg-row .pgi-lower .cta-orange .availability.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
  #grid-row-layout .pg-row .pgi-lower .cta-orange .availability.mobile i {
    font-size: 5px;
    margin-right: 5px;
  }
  #grid-row-layout .pg-row .pgi-lower .cta-orange .availability.mobile span {
    font-size: 1.7rem;
  }
}
#grid-row-layout .show-all-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-top: 20px;
}
#grid-row-layout .show-all-row .see-all-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#grid-row-layout .show-all-row .see-all-button .button-text {
  color: #FFF;
  text-align: center;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#grid-row-layout .show-all-row .see-all-button .chevron-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  margin-left: 4px;
  stroke-width: 1px;
  color: #fff;
}
#grid-row-layout .show-all-row .see-all-button.expanded .chevron-icon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.shadow-box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  background: #FFF;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 19px 40px 35px;
}
.shadow-box .inner-sb {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.shadow-box .inner-sb h3 {
  width: 100%;
  color: #5B7450;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 23.4px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.shadow-box .inner-sb .sb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 5px 0;
}
.shadow-box .inner-sb .sb-item .sb-image {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
.shadow-box .inner-sb .sb-item .sb-text {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  display: block;
  width: 100%;
}
.shadow-box .inner-sb .btn-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .shadow-box .inner-sb .btn-col {
    margin-top: 15px;
  }
}
.shadow-box .inner-sb .btn-col .btn-green {
  width: 100%;
}
@media (max-width: 768px) {
  .shadow-box .inner-sb .btn-col .btn-green {
    border-radius: 20px;
    background: #036297;
  }
  .shadow-box .inner-sb .btn-col .btn-green:hover {
    background: #0594e1;
  }
}
.shadow-box .inner-sb .btn-col .link-sub {
  color: #3D3C38;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
  text-align: center;
}

.global-image-header {
  overflow: hidden;
  position: relative;
}
.global-image-header .image-background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.global-image-header .image-background img {
  width: 100%;
  height: auto;
  min-height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
}
.global-image-header .hero-wrapper {
  position: relative;
  padding: 100px 15px;
}
@media screen and (max-width: 992px) {
  .global-image-header .hero-wrapper {
    padding: 70px 15px;
  }
}
@media screen and (max-width: 768px) {
  .global-image-header .hero-wrapper {
    padding: 50px 15px 30px;
  }
}
.global-image-header .hero-wrapper .intro-title-wrapper {
  position: relative;
  z-index: 1;
}
.global-image-header .hero-wrapper .intro-title-wrapper h1.intro-title {
  color: #FFF;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .global-image-header .hero-wrapper .intro-title-wrapper h1.intro-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .global-image-header .hero-wrapper .intro-title-wrapper h1.intro-title {
    font-size: 24px;
  }
}
.global-image-header .hero-wrapper .intro-content {
  position: relative;
  z-index: 1;
}
.global-image-header .hero-wrapper .intro-content .text {
  color: #FFF;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .global-image-header .hero-wrapper .intro-content .text {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .global-image-header .hero-wrapper .intro-content .text {
    font-size: 16px;
  }
}
/*# sourceMappingURL=main.css.map */
