@charset "UTF-8";
/* Default */
/*-----------------------*/
/*--- # Accessibility ---*/
/*-----------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Helpers */
/* Colours */
/* Typography */
.IDX-showcaseLink:after, .social-landing-img:before, .social-grid-img:after, .area-searches-wrap:before, .sticky-link-box-inner:before, .hero-media:before, .hero-media:after, .blog-cta:before, .lead-wrap:before, .copy-on-media:before, .cta-modal-left:before, .img-swipe:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

.no-scrollbar, .modal-content-wrap, .nav-modal .modal-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar, .modal-content-wrap::-webkit-scrollbar, .nav-modal .modal-content::-webkit-scrollbar {
  width: 0;
}

/* Helpers */
/* Animations */
.faderight,
.fade-children.faderight > *, .fadeleft,
.fade-children.fadeleft > *, .fadedown,
.fade-children.fadedown > *, .fadeup,
.fade-children.fadeup > * {
  opacity: 0;
  transition: opacity 0.5s ease-out 0.3s, transform 0.5s ease-out 0.3s;
}

.default-transition, .cta-link a, a, .btn, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, .IDX-showcaseTable + a, #login .button-primary {
  transition: all 0.5s ease-out;
}

.short-transition, #masthead, .gfield_label {
  transition: all 0.2s ease-out;
}

.long-transition {
  transition: all 0.8s ease-out;
}

.fadein {
  opacity: 0;
  transition: opacity 0.5s ease-out 0.3s;
}

.fade-children > * {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.slowfade {
  transition-duration: 1.2s !important;
}

.fadeup,
.fade-children.fadeup > * {
  transform: translateY(30px);
}

.fadedown,
.fade-children.fadedown > * {
  transform: translateY(-30px);
}

.fadeleft,
.fade-children.fadeleft > * {
  transform: translateX(30px);
}

.faderight,
.fade-children.faderight > * {
  transform: translateX(-30px);
}

.fadein.animated {
  opacity: 1;
}

.faderight.animated,
.fadeleft.animated,
.fadeup.animated,
.fadedown.animated,
.fade-children.animated > * {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.img-swipe {
  position: relative;
  height: 100%;
}
.img-swipe:after {
  background-color: rgba(127, 150, 166, 0.85);
  transition: top 0.7s ease-out 0.5s;
  z-index: 1;
}
.img-swipe.secondary-swipe:after {
  background-color: rgba(103, 114, 51, 0.85);
}
.img-swipe.black-swipe:after {
  background-color: rgba(57, 57, 57, 0.5);
}
.img-swipe.animated:after {
  top: 100%;
}

.img-scale {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.5s ease-in-out 0.3s;
}
.img-scale.animated {
  transform: scale(1);
  opacity: 1;
}

.d1 {
  transition-delay: 0.5s !important;
}

.d2 {
  transition-delay: 0.7s !important;
}

.d3 {
  transition-delay: 0.9s !important;
}

.d4 {
  transition-delay: 1.1s !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  .d1, .d2, .d3, .d4 {
    transition-delay: 0.3s !important;
  }
}
/* Helpers */
a {
  color: #677233;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #7F96A6;
  text-decoration: none;
}

.btn, .IDX-showcaseTable + a, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  font-family: "Alegreya Sans", sans-serif;
  text-transform: none;
  font-weight: 600;
  min-width: 250px;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  text-transform: none;
  padding: 16px 35px;
  line-height: 1;
  min-height: 50px;
  border-radius: 0;
  border: 1px solid transparent !important;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  box-shadow: none !important;
}
.btn span, .IDX-showcaseTable + a span, #login .button-primary span, .wp-block-button.is-style-outline .wp-block-button__link span, .wp-block-button:not(.is-style-outline) .wp-block-button__link span {
  display: inline-block;
  position: relative;
}
.btn span:before, .IDX-showcaseTable + a span:before, #login .button-primary span:before, .wp-block-button.is-style-outline .wp-block-button__link span:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link span:before {
  content: "";
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  transition: all 0.4s ease-out;
}
.btn:hover span:before, .IDX-showcaseTable + a:hover span:before, #login .button-primary:hover span:before, .wp-block-button.is-style-outline .wp-block-button__link:hover span:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover span:before, .btn:focus span:before, .IDX-showcaseTable + a:focus span:before, #login .button-primary:focus span:before, .wp-block-button.is-style-outline .wp-block-button__link:focus span:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus span:before, .btn:active span:before, .IDX-showcaseTable + a:active span:before, #login .button-primary:active span:before, .wp-block-button.is-style-outline .wp-block-button__link:active span:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active span:before {
  width: 100%;
}

.btn-primary, .IDX-showcaseTable + a, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: rgba(103, 114, 51, 0.8);
  border-color: rgba(103, 114, 51, 0.8) !important;
  color: #fff;
}
.btn-primary:hover, .IDX-showcaseTable + a:hover, #login .button-primary:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .btn-primary:focus, .IDX-showcaseTable + a:focus, #login .button-primary:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .btn-primary:active, .IDX-showcaseTable + a:active, #login .button-primary:active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  background-color: #677233 !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #fff;
}

.btn-secondary, .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: rgba(127, 150, 166, 0.8);
  border-color: rgba(127, 150, 166, 0.8) !important;
  color: #fff;
}
.btn-secondary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-secondary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn-secondary:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: #7F96A6 !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #fff;
}

/** # Responsive **/
@media (max-width: 767px) {
  .wp-block-button {
    width: 100%;
  }
  .btn, .IDX-showcaseTable + a, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-width: unset;
  }
}
/* Helpers */
/******* Fonts *******/
/** woff/woff2 only **/
@font-face {
  font-family: "Alegreya Sans";
  src: url("../fonts/hinted-AlegreyaSans-Italic.woff2") format("woff2"), url("../fonts/hinted-AlegreyaSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya Sans";
  src: url("../fonts/hinted-AlegreyaSans-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-AlegreyaSans-MediumItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya Sans";
  src: url("../fonts/hinted-AlegreyaSans-Medium.woff2") format("woff2"), url("../fonts/hinted-AlegreyaSans-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya Sans";
  src: url("../fonts/hinted-AlegreyaSans-Bold.woff2") format("woff2"), url("../fonts/hinted-AlegreyaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya Sans";
  src: url("../fonts/hinted-AlegreyaSans-BoldItalic.woff2") format("woff2"), url("../fonts/hinted-AlegreyaSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya Sans";
  src: url("../fonts/hinted-AlegreyaSans-Regular.woff2") format("woff2"), url("../fonts/hinted-AlegreyaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #393939;
  overflow-x: hidden;
}

p:empty {
  display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}

h1, h2, h3,
.h1, .h2, .h3 {
  font-family: "Alegreya Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

h1, .h1 {
  font-size: 3.5rem;
  letter-spacing: 2px;
}

h2, .h2 {
  font-size: 3rem;
  letter-spacing: 1px;
}

h3, .h3 {
  font-size: 1.9rem;
  letter-spacing: 0px;
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

small, .small {
  font-size: 0.8rem;
}

.tiny {
  font-size: 0.7rem;
}

.em {
  font-style: italic;
}

.text-uppercase {
  letter-spacing: 0.03rem;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-normal {
  text-transform: none;
}

.heading {
  font-family: "Alegreya Sans", sans-serif;
}

.body {
  font-family: "Alegreya Sans", sans-serif;
}

.light {
  font-weight: 100;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.lightgrey-text {
  color: #F8F8F3;
}

.medgrey-text {
  color: #979797;
}

.primary-text {
  color: #7F96A6;
}

.secondary-text {
  color: #677233;
}

.tertiary-text {
  color: #963437;
}

.wp-block-pullquote {
  padding: 30px 20px;
  margin: 30px 0;
  border-top: 2px solid #677233;
  border-bottom: 2px solid #677233;
}
.wp-block-pullquote blockquote {
  margin: 0;
  border: 0;
  padding: 0;
}

blockquote {
  margin: 30px 0;
  padding: 20px 0 20px 80px;
  position: relative;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
  background-image: url("../images/ampersand.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position-x: center;
}
blockquote:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  width: 3px;
  background-color: rgba(127, 150, 166, 0.4);
}
blockquote p {
  font-size: 1rem !important;
  color: #393939 !important;
  font-weight: bold;
}
blockquote p:last-of-type {
  margin: 0;
}

/** # Responsive **/
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.8rem;
  }
  h3, .h3 {
    font-size: 1.6rem;
  }
  .wp-block-pullquote {
    padding: 20px 12px;
  }
  blockquote p {
    font-size: 1.15rem !important;
  }
}
/* Helpers */
img {
  max-width: 100%;
  height: auto;
}

.object-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.object-contain {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.object-top {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

.banner-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.span-page {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.indent {
  padding-left: 60px;
}

.box-shadow, .tcallout-img-inner, .t-box-inner, #masthead.header-scroll {
  box-shadow: 0 0 6px 4px rgba(57, 57, 57, 0.05);
}

.text-shadow, .hero-inner, .cta-modal-left-content {
  text-shadow: 0 0 4px rgba(57, 57, 57, 0.4);
}

.YTwrapper {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.video-overlay svg {
  position: relative;
  z-index: 1;
  width: 120px;
}

.z-hide {
  z-index: -9999;
}

.gallery {
  display: flex;
  margin: 0 -10px;
}

.gallery-item {
  width: 16.6666666667%;
  min-width: 16.6666666667%;
  margin: 0;
}
.gallery-item a {
  display: block;
  height: 100%;
  border: 10px solid transparent;
  position: relative;
}
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(103, 114, 51, 0.4);
  transition: all 0.4s ease-out;
  opacity: 0;
}
.gallery-item a:hover:after, .gallery-item a:focus:after, .gallery-item a:active:after {
  opacity: 1;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #7F96A6 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #7F96A6 !important;
}

.lightgrey-bg {
  background-color: #F8F8F3;
}

.medgrey-bg {
  background-color: #979797;
}

.black-bg {
  background-color: #393939;
  color: #fff;
}

.primary-bg {
  background-color: #7F96A6;
}

.secondary-bg {
  background-color: #677233;
}

.white-bg {
  background-color: #fff;
  color: #393939;
}

.ratio-headshot {
  --bs-aspect-ratio: 115%;
}

.modal-content {
  position: relative;
}

.btn-close {
  background-image: none !important;
  opacity: 1;
  outline: none !important;
  transition: all 0.4s ease-out;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  padding: 0;
}
.btn-close:hover, .btn-close:focus, .btn-close:active {
  opacity: 0.7;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .indent {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .gallery-item {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .gallery-item {
    width: 33.3333%;
    min-width: 33.3333%;
  }
  #page {
    overflow: hidden;
  }
  .video-overlay svg {
    width: 90px;
  }
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
select {
  height: 50px;
  border-radius: 0;
}

button {
  border-radius: 0;
}

textarea {
  height: 115px;
  border-radius: 0;
  font-size: 1rem !important;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(127, 150, 166, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px egba(#7F96A6, 0.6);
}

select {
  background: white url("../images/angle-down.svg") right 15px center no-repeat;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
select option {
  color: #393939;
  background-color: #fff;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
select,
textarea {
  border: 0;
  padding: 5px 8px;
  border: 2px solid rgba(103, 114, 51, 0.5) !important;
}

input[type=number] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Gforms Resets/ Helper Classes */
.gform_fields {
  list-style: none;
  padding-left: 0;
}

.gform_validation_container,
.gform_required_legend,
.gfield_visibility_hidden {
  display: none !important;
}

.gform_submission_error {
  font-size: 1.3rem;
  color: #7F96A6;
}

.gfield_validation_message {
  font-size: 0.9rem;
  font-style: italic;
}

.gform_wrapper {
  text-align: left;
}

.gform_footer {
  text-align: right;
}

.gform_button {
  margin-top: 10px;
}

.gfield_label,
label, .label {
  font-size: 0.8rem;
  color: #393939;
  font-weight: bold;
}

.gfield_label.no-animate {
  position: static;
  font-size: 0.8rem !important;
}

.gfield_description {
  font-size: 0.6rem;
  margin-top: 5px;
  font-style: italic;
}

.gform_fileupload_rules {
  display: block;
  font-size: 0.7rem;
  font-style: italic;
}

.gfield_label {
  position: absolute;
  left: 15px;
  top: 12px;
  margin: 0 !important;
  z-index: -1;
}

.gfield.input--filled .gfield_label {
  top: 2px !important;
  font-size: 0.7rem;
}

.gform_wrapper .gfield_required,
.required {
  color: #393939;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gfield {
  width: 100%;
  margin: 3px 0 !important;
  position: relative;
  z-index: 1;
}
.gfield.gfield--width-third {
  width: 32%;
}
.gfield.gfield--width-half {
  width: 49%;
}

.gfield input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.gfield select,
.gfield textarea {
  width: 100%;
  padding: 15px 15px 5px;
  outline: none !important;
  border: 1px solid #393939;
  color: #393939;
  background-color: transparent;
}

.gfield select {
  color: transparent;
}

.gfield.input--filled select {
  color: #393939;
}

.gchoice label {
  text-transform: none;
  position: relative;
  z-index: -1;
}

.gfield_radio,
.gfield_checkbox {
  padding-left: 0;
  list-style: none;
}

.gfield_radio input,
.gfield_checkbox input {
  width: auto;
}

.gfield_radio input label,
.gfield_checkbox input label {
  margin: 0 !important;
  margin-left: 10px !important;
}

.gform_fileupload_rules {
  display: block;
  font-size: 0.8rem;
  font-style: italic;
}

/** # Responsive **/
@media (max-width: 991px) {
  .gfield.gfield--width-third {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .gfield {
    margin-top: 5px !important;
    width: 100% !important;
  }
}
/* Widgets */
.widget-title {
  display: none;
}

.widget-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px;
}
.widget-area .widget {
  width: 50%;
  min-width: 50%;
  padding: 0 15px;
  position: relative;
}

.search-form {
  position: relative;
}

.search-field {
  width: 100%;
  padding-right: 40px !important;
  color: #393939;
  -webkit-appearance: none;
  background-color: transparent;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 20px;
  padding: 10px 0;
  border: 0 !important;
  color: #677233 !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #7F96A6 !important;
}

.search-form ::-webkit-input-placeholder {
  color: #393939;
  font-size: 0.9rem;
  font-weight: 600;
}

.search-form :-moz-placeholder {
  color: #393939;
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 1;
}

.search-form ::-moz-placeholder {
  color: #393939;
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 1;
}

.search-form :-ms-input-placeholder {
  color: #393939;
  font-size: 0.9rem;
  font-weight: 600;
}

.search-form ::-ms-input-placeholder {
  color: #393939;
  font-size: 0.9rem;
  font-weight: 600;
}

.widget select {
  width: 100%;
  color: #393939;
  background-color: transparent;
  font-size: 0.9rem;
  font-weight: 600;
}

/** # Responsive **/
@media (max-width: 767px) {
  .widget-area {
    display: block !important;
  }
  .widget-area .widget {
    width: 100%;
    min-width: 100%;
    margin: 10px 0;
  }
  .widget-area .widget + .widget {
    margin-top: 15px;
  }
}
/*---------------------------*/
/*--- ## Paged Pagination ---*/
/*---------------------------*/
.paging-navigation {
  text-align: center;
}
.paging-navigation .pagination, .paging-navigation > div {
  font-size: 0;
  justify-content: center;
}
.paging-navigation .pagination:empty, .paging-navigation > div:empty {
  display: none;
}

.page-numbers {
  display: inline-block;
  width: 20px;
  text-align: center;
  background-color: transparent;
  color: #393939;
  font-weight: bold;
  margin: 0 6px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border: 0 !important;
}
.page-numbers.current {
  color: #7F96A6;
}
.page-numbers.next, .page-numbers.prev {
  color: #963437;
  margin: 0;
  font-size: 20px;
}

/*----------------------------*/
/*--- ## Single Pagination ---*/
/*----------------------------*/
.post-navigation .pagination {
  padding-left: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 0;
  width: 100%;
}
.post-navigation .pagination .nav-previous,
.post-navigation .pagination .nav-next {
  display: inline-block;
}
.post-navigation .pagination .nav-previous a,
.post-navigation .pagination .nav-next a {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: #393939;
}
.post-navigation .pagination .nav-previous a:hover, .post-navigation .pagination .nav-previous a:focus, .post-navigation .pagination .nav-previous a:active,
.post-navigation .pagination .nav-next a:hover,
.post-navigation .pagination .nav-next a:focus,
.post-navigation .pagination .nav-next a:active {
  color: #7F96A6;
}
.post-navigation .pagination .nav-next {
  float: right;
}

.login .message,
#login_error {
  color: #393939;
  margin-top: 25px;
}

.language-switcher {
  display: none !important;
}

.login {
  background-size: cover;
  background-position: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 100vh;
  position: relative;
}
.login .privacy-policy-page-link {
  margin: 30px 0 0;
}

#login {
  width: 450px;
  padding: 35px 20px;
  text-align: center;
  color: #393939;
  background-color: #F8F8F3;
  position: relative;
}
#login h1 a {
  width: 350px;
  background-size: 350px;
  height: 70px;
  margin-bottom: 0;
}
#login p {
  text-align: left;
}
#login form {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 45px 0;
}
#login form label {
  color: #7F96A6;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #677233 !important;
  border: 0;
  box-shadow: none;
  transform: scale(1.3);
  margin-left: 2px;
}

#nav,
#backtoblog {
  margin: 0 !important;
  display: inline-block;
  padding: 0 !important;
  font-size: 18px;
}
#nav a,
#backtoblog a {
  color: #7F96A6 !important;
  font-size: 18px;
}

.nav-modal {
  z-index: 2000;
}
.nav-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}
.nav-modal .modal-content {
  height: 100vh;
  overflow-y: auto;
  border: 0;
  border-radius: 0;
}
.nav-modal .btn-close {
  color: #fff;
  background-image: none !important;
  opacity: 1;
  padding: 0;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: block;
  height: 60px;
  width: 45px;
  position: static;
}
.nav-modal .btn-close .tiny {
  transition: all 0.4s ease-out;
}
.nav-modal .btn-close:hover .tiny, .nav-modal .btn-close:focus .tiny, .nav-modal .btn-close:active .tiny {
  color: #7F96A6;
}
.nav-modal .btn-close .menu-bar {
  width: 45px;
  height: 1px;
  display: block;
  background-color: #fff;
}
.nav-modal .btn-close .menu-bar:nth-of-type(2) {
  transform: rotate(45deg);
  transform-origin: top left;
  position: relative;
  left: 8px;
}
.nav-modal .btn-close .menu-bar:last-of-type {
  transform: rotate(-45deg);
  transform-origin: top right;
  position: relative;
  left: -6px;
}

.nav-header-inner {
  padding: 15px 0;
  margin-bottom: 115px;
}
.nav-header-inner .header-contact {
  margin-right: 30px;
}
.nav-header-inner .header-logo img {
  height: 75px;
}

.nav-wrap {
  align-items: flex-start;
  padding-bottom: 30px;
}

.primary-nav {
  padding: 0;
  order: 2;
}
.primary-nav:not(:last-child) {
  padding-left: 70px;
}

.navbar-toggler {
  border-radius: 0 !important;
}

#main-menu {
  width: 100%;
}

.main-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.main-menu > li {
  width: 46%;
  min-width: 46%;
  margin-bottom: 40px;
  text-align: left !important;
  flex: unset !important;
}
.main-menu > li > a {
  color: #7F96A6;
  display: block;
  width: auto !important;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0;
  text-align: ledt !important;
  background-color: transparent !important;
  outline: none !important;
}
.main-menu > li > a.dropdown-toggle {
  pointer-events: none;
  color: #7F96A6 !important;
  cursor: default;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.main-menu > li > a:after {
  display: none;
}
.main-menu > li:focus > a, .main-menu > li:hover > a, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent:focus > a, .main-menu > .current-menu-parent:hover > a, .main-menu > li > a:focus, .main-menu > li > a:hover, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent > a:focus, .main-menu > .current-menu-parent > a:hover {
  color: #677233;
  background-color: transparent;
}
.main-menu > li:focus > a:after, .main-menu > li:hover > a:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent:focus > a:after, .main-menu > .current-menu-parent:hover > a:after, .main-menu > li > a:focus:after, .main-menu > li > a:hover:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent > a:focus:after, .main-menu > .current-menu-parent > a:hover:after {
  border-color: #677233;
}

/* Secondary Nav */
.main-menu .dropdown-menu {
  display: block !important;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  min-width: 185px;
  border: 0;
  padding-bottom: 15px;
  background-color: transparent;
}
.main-menu .dropdown-menu li {
  text-align: left !important;
}
.main-menu .dropdown-menu a {
  color: #F8F8F3;
  font-size: 1rem;
  font-weight: normal;
  background-color: transparent !important;
  white-space: break-spaces;
  line-height: 1.2;
  padding: 0.33rem 0;
}
.main-menu .dropdown-menu a:hover,
.main-menu .dropdown-menu a:focus,
.main-menu .dropdown-menu .current-menu-item > a,
.main-menu .dropdown-menu .current-menu-item > a:focus,
.main-menu .dropdown-menu .current-menu-item > a:hover {
  color: #677233;
  background-color: transparent;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .navbar-toggler {
    margin-left: 10px;
  }
  .primary-nav {
    padding-left: 15px !important;
  }
  .main-menu > li {
    width: 48%;
    min-width: 48%;
  }
}
@media (max-width: 991px) {
  .nav-header-inner {
    margin-bottom: 60px;
  }
  .primary-nav {
    order: unset;
    padding-right: 15px;
  }
  .nav-ctas {
    display: flex;
    justify-content: space-between;
  }
  .nav-cta {
    width: 49%;
    min-width: 49%;
  }
}
@media (max-width: 767px) {
  .nav-header-inner {
    margin-bottom: 40px;
  }
  .nav-header-inner .header-logo {
    text-align: left !important;
    padding: 0 15px;
  }
  .nav-header-inner .header-logo img {
    height: 55px !important;
  }
  .nav-close {
    margin-top: -10px;
  }
  .main-menu > li {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .main-menu > li > a {
    font-size: 1.1rem;
  }
  .nav-ctas {
    display: block;
  }
  .nav-cta {
    width: 100%;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: #393939;
  padding: 15px 0;
}
#masthead.header-scroll {
  padding: 12px 0;
  background-color: #393939 !important;
}

.home #masthead {
  background-color: transparent;
}

.header-logo img {
  height: 55px;
  width: auto;
  transition: all 0.2s ease-out;
}

.header-brokerage img {
  height: 50px;
  width: auto;
  transition: all 0.2s ease-out;
}

.header-contact a,
.header-mobile-contact a {
  color: #fff;
}
.header-contact a:hover, .header-contact a:focus, .header-contact a:active,
.header-mobile-contact a:hover,
.header-mobile-contact a:focus,
.header-mobile-contact a:active {
  color: #7F96A6;
}

.navbar-toggler {
  color: #fff;
  padding: 0;
  border: 0 !important;
  margin-left: 30px;
  margin-top: -10px;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-toggler .menu-bar {
  height: 1px;
  background-color: #fff;
  width: 44px;
  margin-top: 8px;
  display: block;
}
.navbar-toggler .menu-bar:nth-of-type(2) {
  margin-top: 5px;
}
.navbar-toggler .tiny {
  transition: all 0.4s ease-out;
}
.navbar-toggler:hover .tiny, .navbar-toggler:focus .tiny, .navbar-toggler:active .tiny {
  color: #7F96A6;
}

.header-scroll .header-logo img {
  height: 45px;
}
.header-scroll .header-brokerage img {
  height: 40px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .header-logo {
    padding: 0;
  }
  .header-logo img {
    height: 32px !important;
  }
}
.cta-link {
  position: fixed;
  right: 0;
  z-index: 90;
  top: 45vh;
  transform: rotate(90deg);
  transform-origin: top right;
}
.cta-link a {
  font-family: "Alegreya Sans", sans-serif;
  text-transform: none;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  padding: 12px 20px;
  line-height: 1;
  outline: none !important;
  background-color: #7F96A6;
  color: #fff;
}
.cta-link a:hover, .cta-link a:focus, .cta-link a:active {
  background-color: #677233;
}

.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
  padding: 0;
}
.cta-modal .modal-content {
  border-radius: 0;
  border: 0;
  position: relative;
}

.modal-content-wrap {
  height: 100vh;
  margin: 0;
  overflow-y: auto;
}

.cta-modal-left {
  position: relative;
  padding: 30px;
  z-index: 1;
}
.cta-modal-left:before {
  background-color: rgba(57, 57, 57, 0.3);
}

.cta-modal-left-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 600px;
}

.cta-modal-right {
  padding: 30px;
}

.cta-modal-right-content {
  max-width: 450px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .mobile-cta-link {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 90;
    overflow: hidden;
    box-shadow: 0 0 4px 6px rgba(57, 57, 57, 0.05);
  }
  .mobile-cta-link a {
    background-color: #677233;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cta-modal-left {
    padding-top: 60px;
  }
}
.footer-content {
  padding: 90px 0 45px;
}

.footer-left {
  padding-right: 60px;
}

.footer-ig-wrap {
  background-color: #F8F8F3;
  padding-bottom: 40px;
}

.ig-wrap {
  position: relative;
}
.ig-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background-color: #fff;
}

#sbi_images {
  padding: 0 10px !important;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #677233;
  color: #677233;
  border-radius: 100%;
  font-size: 0.8rem;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  color: #fff;
  background-color: #677233;
}

.site-footer-inner {
  padding: 40px 0 25px;
}
.site-footer-inner hr {
  background-color: rgba(57, 57, 57, 0.4);
  margin: 20px 15px;
  width: calc(100% - 30px);
  height: 2px;
}

.footer-col img {
  height: 90px;
  width: auto;
}
.footer-col p {
  margin-bottom: 0.25rem;
  letter-spacing: 0.03rem;
}
.footer-col a {
  color: #393939;
}
.footer-col a:hover, .footer-col a:focus, .footer-col a:active {
  color: #7F96A6;
}
.footer-col a.art-link {
  color: #7F96A6;
  font-weight: bold;
}
.footer-col a.art-link:hover, .footer-col a.art-link:focus, .footer-col a.art-link:active {
  color: #677233;
}

.footer-legal ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0;
  padding: 0;
}
.footer-legal li {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .footer-left {
    padding-right: 30px;
  }
  .footer-col p {
    letter-spacing: 0;
  }
}
@media (max-width: 1199px) {
  .footer-brokerage {
    text-align: center !important;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .footer-content {
    padding-top: 60px;
  }
  .footer-left {
    padding-right: 15px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .footer-content {
    padding-top: 50px;
  }
  .site-footer-inner {
    padding-top: 20px;
  }
  .footer-col {
    text-align: center !important;
    margin-top: 20px;
    display: block !important;
  }
  .footer-col img {
    height: 70px;
  }
}
.media-wrap > div {
  height: 100%;
}
.media-wrap .bg-slider,
.media-wrap .img-slider,
.media-wrap .comp-img {
  height: 100% !important;
}
.media-wrap .bg-slider .slick-track,
.media-wrap .bg-slider .slick-list,
.media-wrap .bg-slider .slick-slide,
.media-wrap .img-slider .slick-track,
.media-wrap .img-slider .slick-list,
.media-wrap .img-slider .slick-slide,
.media-wrap .comp-img .slick-track,
.media-wrap .comp-img .slick-list,
.media-wrap .comp-img .slick-slide {
  height: 100% !important;
}
.media-wrap .VideoWrapper {
  height: 100%;
}
.media-wrap .video-wrap {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-wrap .video-wrap video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.art-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 6px 12px;
}
.art-arrows:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  background-color: #393939;
  right: 34px;
  top: 19px;
}
.art-arrows .slick-arrow {
  border: 0;
  background-color: transparent;
  outline: none !important;
  transition: all 0.4s ease-out;
  padding: 0;
}
.art-arrows .slick-arrow:hover, .art-arrows .slick-arrow:focus, .art-arrows .slick-arrow:active {
  opacity: 0.5;
}
.art-arrows .slick-arrow + .slick-arrow {
  margin-left: 15px;
}

.list-box-wrap {
  margin-bottom: 50px;
}
.list-box-wrap.list-slide-wrap {
  margin: 0;
  padding: 45px 15px 0;
}
.list-box-wrap a {
  display: block;
  height: 100%;
}
.list-box-wrap a:hover .list-box-inner, .list-box-wrap a:focus .list-box-inner, .list-box-wrap a:active .list-box-inner {
  transform: translateY(-15px);
}
.list-box-wrap a:hover .list-status, .list-box-wrap a:focus .list-status, .list-box-wrap a:active .list-status {
  background-color: #963437;
  transform: translateY(-100%);
}
.list-box-wrap a:hover .list-marker, .list-box-wrap a:focus .list-marker, .list-box-wrap a:active .list-marker {
  color: #7F96A6;
}
.list-box-wrap a:hover .list-more, .list-box-wrap a:focus .list-more, .list-box-wrap a:active .list-more {
  background-color: #7F96A6;
}

.list-box-inner {
  height: 100%;
  background-color: #fff;
  transition: all 0.25s ease-out;
}

.list-status {
  background-color: #7F96A6;
  color: #fff;
  padding: 6px 12px;
  height: auto;
  width: auto;
  font-size: 0.6rem;
  transition: all 0.25s ease-out;
}

.list-box-info {
  padding: 15px 15px 60px;
  color: #393939;
  position: relative;
  min-height: 180px;
}
.list-box-info h3 {
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.list-box-info hr {
  margin: 12px 0;
}

.list-marker {
  color: #963437;
  transition: all 0.25s;
  width: 25px;
  min-width: 25px;
}

.list-box-bottom {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.list-more {
  background-color: #677233;
  color: #fff;
  padding: 4px 15px;
  text-align: center;
  transition: all 0.25s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .list-status,
  .list-box-inner {
    transform: none !important;
  }
}
.blog-box-wrap {
  margin-bottom: 50px;
}
.blog-box-wrap a {
  display: block;
  height: 100%;
}
.blog-box-wrap a:hover .blog-box-inner, .blog-box-wrap a:focus .blog-box-inner, .blog-box-wrap a:active .blog-box-inner {
  transform: translateY(-15px);
}
.blog-box-wrap a:hover .post-title-icon, .blog-box-wrap a:focus .post-title-icon, .blog-box-wrap a:active .post-title-icon {
  color: #7F96A6;
}
.blog-box-wrap a:hover .blog-more, .blog-box-wrap a:focus .blog-more, .blog-box-wrap a:active .blog-more {
  background-color: #7F96A6;
}

.blog-box-inner {
  height: 100%;
  background-color: #fff;
  transition: all 0.25s ease-out;
}

.blog-box-info {
  padding: 15px 15px 60px;
  color: #393939;
  position: relative;
  min-height: 160px;
}
.blog-box-info h3 {
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.blog-box-info hr {
  margin: 12px 0;
}

.post-title-icon {
  color: #963437;
  transition: all 0.25s;
  width: 25px;
  min-width: 25px;
}

.blog-box-bottom {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.blog-more {
  background-color: #677233;
  color: #fff;
  padding: 4px 15px;
  text-align: center;
  transition: all 0.25s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-box-inner {
    transform: none !important;
  }
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results),
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results),
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results) {
  padding-left: 0;
  list-style: none;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results) li,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results) li,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results) li {
  margin-bottom: 8px;
  padding-left: 34px;
  line-height: 1.7;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results) li:before,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results) li:before,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results) li:before {
  margin: 0 10px 0 -34px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 3px;
  background-color: #963437;
  position: relative;
  top: -4px;
}

.page-wrap {
  padding-bottom: 80px;
}
.page-wrap .entry-content {
  padding-top: 50px;
}
.page-wrap .entry-content a {
  font-weight: bold;
}
.page-wrap .entry-content section:first-of-type {
  margin-top: 0 !important;
}
.page-wrap .entry-content section:last-of-type {
  margin-bottom: 0 !important;
}

.entry-content a {
  font-weight: 600;
}
.entry-content h1 {
  font-size: 1.75rem;
}
.entry-content h2:not(.h3) {
  font-size: 1.6rem;
}
.entry-content h3 {
  font-size: 1.4rem;
}

.page-content {
  margin: 50px 0;
}
.page-content a {
  font-weight: 600;
}

.freeform-content {
  margin: 50px 0;
}
.freeform-content h2.h3 {
  margin-bottom: 15px;
}
.freeform-content h2.h4 {
  border-bottom: 1px solid #677233;
  padding-bottom: 12px;
  margin-bottom: 15px;
  font-weight: 600;
}

.media-block {
  margin: 50px 0;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-wrap {
    padding-bottom: 45px;
  }
}
.img-header {
  padding: 125px 0 45px;
}
.img-header .page-header {
  padding-right: 30px;
}
.img-header .page-header p:last-of-type {
  margin-bottom: 0;
}

.header-media {
  order: 2;
}

.text-header {
  padding: 135px 0 45px;
}
.text-header .page-header p:last-of-type {
  margin: 0;
}

.page-header a {
  font-weight: 600;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .page-header .h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 1199px) {
  .page-header .h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .img-header .page-header {
    padding-right: 15px;
  }
  .header-media {
    order: unset;
    margin-bottom: 35px;
  }
  .page-header br {
    display: none;
  }
}
@media (max-width: 767px) {
  .img-header {
    padding-top: 100px;
  }
  .text-header {
    padding-top: 110px;
  }
  .page-header .h2 {
    font-size: 1.8rem;
  }
}
.page-sidebar {
  margin-top: -45px;
}

.sidebar {
  background-color: #393939;
  color: #fff;
  padding: 30px;
  position: sticky;
  text-align: center;
}
.sidebar h3, .sidebar p {
  display: inline;
}
.sidebar h3 {
  font-weight: 600;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
}
.sidebar .gform_wrapper {
  margin-top: 20px;
}
.sidebar .gform_button {
  background-color: rgba(103, 114, 51, 0.8);
  border-color: rgba(103, 114, 51, 0.8) !important;
  width: 100%;
}
.sidebar .gform_button:hover, .sidebar .gform_button:focus, .sidebar .gform_button:active {
  background-color: #677233 !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.sidebar input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.sidebar select,
.sidebar textarea {
  border: 2px solid rgba(127, 150, 166, 0.5) !important;
  color: #fff;
}
.sidebar .gfield_label {
  color: #fff;
  font-weight: 600;
}
.sidebar .gfield_required {
  color: #963437;
}
.sidebar .gfield select {
  color: transparent;
  background: transparent url("../images/angle-down-alt.svg") right 15px center no-repeat;
  background-size: 12px;
}
.sidebar .gfield.input--filled select {
  color: #fff;
}

/** # Responsive  **/
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding: 30px 20px;
  }
}
.cta-section {
  padding: 60px 0;
}

.cta-img-inner {
  width: 90%;
  border-radius: 100%;
  overflow: hidden;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cta-img-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 50px 0;
    text-align: center;
  }
  .cta-img-inner {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.copy-on-media {
  padding: 80px 0;
  min-height: 85vh;
  color: #fff;
}
.copy-on-media:before {
  background: linear-gradient(to right, rgba(57, 57, 57, 0.5), rgba(57, 57, 57, 0.1) 60%);
  z-index: 1;
  opacity: 0;
  transition: all 0.6s ease-out 0.3s;
}
.copy-on-media.animated:before {
  opacity: 1;
}
.copy-on-media .container {
  position: relative;
  z-index: 2;
}

.overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-on-media {
    min-height: unset;
  }
  .copy-on-media:before {
    background-color: rgba(57, 57, 57, 0.4);
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 60px 0;
  }
}
.copy-and-media {
  margin: 100px -15px;
}
.copy-and-media.media-right .cm-media {
  -webkit-order: 2;
  order: 2;
}
.copy-and-media + .copy-and-media {
  margin-top: 0;
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-and-media {
    margin: 50px -15px;
  }
  .cm-media {
    order: unset !important;
    margin-bottom: 30px;
  }
}
.lead-wrap {
  padding: 220px 0 120px;
}
.lead-wrap:before {
  background-color: rgba(57, 57, 57, 0.85);
}
.lead-wrap .container {
  position: relative;
  z-index: 1;
}
.lead-wrap .lead-content a {
  color: #7F96A6;
  font-weight: 600;
}
.lead-wrap .lead-content a:hover, .lead-wrap .lead-content a:focus, .lead-wrap .lead-content a:active {
  color: #F8F8F3;
}

/** # Responsive **/
@media (max-width: 991px) {
  .lead-wrap {
    padding: 130px 0 70px;
    background-color: #F8F8F3;
  }
  .lead-wrap:before {
    display: none;
  }
  .lead-content {
    color: #393939;
    margin-bottom: 30px;
  }
  .lead-content a:hover, .lead-content a:focus, .lead-content a:active {
    color: #677233;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding: 100px 0 45px;
  }
}
.blog-faq {
  margin: 45px 0;
}

#faq-accordion {
  margin-top: 30px;
}

.faq-card {
  margin-top: 20px;
}

.faq-toggle {
  background-color: transparent;
  border: 0;
  padding: 0 0 5px;
  border-bottom: 2px solid #7F96A6;
  color: #393939 !important;
  outline: none !important;
  text-align: left;
}

.faq-card-body {
  margin-top: 15px;
}

.list-top {
  padding: 120px 0 45px;
}
.list-top h1 {
  font-size: 2.2rem;
}

.list-status-box {
  min-width: 200px;
  padding: 12px;
  text-align: center;
  margin-left: 29px;
}

.list-img-wrap {
  margin-top: 45px;
}

.hilites-expand {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #7F96A6;
  height: 45px;
  width: 70px;
  font-size: 1.2rem;
}

.list-quick-links {
  margin-top: 20px;
}

.list-wrap {
  margin-top: 45px;
}
.list-wrap .page-sidebar {
  margin-top: 0;
  padding-bottom: 70px;
}

.open-houses {
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.oh-brand {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: -1;
}
.oh-brand img {
  width: 150px;
  opacity: 0.4;
}

.details-wrap {
  margin-bottom: 50px;
}

.list-detail > div {
  border-top: 1px solid #677233;
  height: 100%;
}
.list-detail:first-child > div, .list-detail:nth-child(2) > div {
  border-top: 0;
  padding-top: 0 !important;
}
.list-detail:nth-child(even) {
  padding-left: 45px;
}
.list-detail:nth-child(odd) {
  padding-right: 45px;
}

.list-downloads {
  margin-bottom: 75px;
}

.list-feature {
  margin-bottom: 75px;
}

.list-video,
.list-virtual {
  margin-bottom: 50px;
}

.list-desc {
  left: 87.1%;
  padding: 100px 0 70px;
}
.list-desc .container {
  padding: 0 15px;
}
.list-desc h1 {
  font-size: 1.75rem;
}
.list-desc h2:not(.h3) {
  font-size: 1.6rem;
}
.list-desc h3 {
  font-size: 1.4rem;
}

.list-desc-inner {
  padding-right: 15px;
}

.list-intro {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #677233;
  font-size: 1.2rem !important;
}

.list-freeform {
  margin: 45px 0;
}
.list-freeform h2 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #677233;
}

.list-copy-columns {
  margin: 45px -15px;
}
.list-copy-columns h2 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #677233;
}

.row-of-imgs {
  margin: 30px -15px;
}

.list-img-callout {
  position: relative;
  margin: 45px -15px;
}
.list-img-callout + .list-img-callout {
  margin-top: 60px;
}
.list-img-callout .h4 {
  font-size: 1.75rem;
  line-height: 1.3;
}
.list-img-callout.img-left .lic-brand {
  right: -25px;
  left: 0;
  text-align: right;
}
.list-img-callout.img-left .lic-copy {
  padding-left: 50px;
}
.list-img-callout.img-right .lic-img {
  order: 2;
}
.list-img-callout.img-right .lic-brand {
  left: -25px;
  right: 0;
}
.list-img-callout.img-right .lic-copy {
  padding-right: 50px;
}

.lic-brand {
  position: absolute;
  bottom: 0;
  z-index: -1;
  flex: unset;
  width: unset;
  padding: 0;
}
.lic-brand img {
  width: 50%;
  opacity: 0.1;
}

.list-map-agents {
  padding: 80px 0;
  margin-bottom: 70px;
}

.list-map .acf-map {
  height: 100%;
}

.list-agent {
  margin-bottom: 45px;
}

.list-agent-img {
  margin-right: 40px;
}
.list-agent-img > div {
  width: 130px;
  border-radius: 100%;
  overflow: hidden;
}

.list-agent-info a {
  color: #393939;
  font-weight: 600;
}
.list-agent-info a svg {
  transition: all 0.4s ease-out;
}
.list-agent-info a:hover, .list-agent-info a:focus, .list-agent-info a:active {
  color: #677233;
}
.list-agent-info a:hover svg, .list-agent-info a:focus svg, .list-agent-info a:active svg {
  transform: translateX(5px);
}
.list-agent-info hr {
  background-color: #677233;
  margin: 10px 0 6px;
  opacity: 1;
}

.list-gallery-wrap {
  margin-top: 80px;
  margin-bottom: 70px;
}

.list-gallery .gallery-item:nth-child(n+13) {
  display: none;
}

.related-listings-wrap {
  padding: 70px 0 30px;
}

.related-listings-header {
  margin-bottom: 70px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .list-desc {
    left: 87.7%;
  }
  .lic-copy {
    padding: 0 15px !important;
  }
  .lic-copy .h4 {
    font-size: 1.3rem;
  }
  .list-agent-img {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .list-desc {
    left: 50%;
    padding: 60px 0 45px;
  }
  .list-desc-inner {
    padding-right: 0;
  }
  .list-header {
    text-align: center;
  }
  .list-header h1 {
    margin-bottom: 15px !important;
  }
  .list-header h1 svg {
    display: none;
  }
  .list-header .text-end {
    text-align: center !important;
  }
  .list-header .mb-4 {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
  }
  .list-status-box {
    margin-left: 0;
  }
  .list-wrap .page-sidebar {
    margin-top: 40px;
    padding-bottom: 15px;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .lic-brand {
    display: none;
  }
  .hilites-slide,
  .list-img,
  .row-img .ratio-16x9 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
  .list-copy-col + .list-copy-col {
    margin-top: 45px;
  }
  .list-map-agents {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .list-map {
    margin-bottom: 50px;
  }
  .list-map .acf-map {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
  .list-gallery-wrap {
    margin-top: 50px;
  }
  .related-listings-wrap {
    padding: 50px 0 20px;
  }
  .related-listings-header {
    text-align: center;
    margin-bottom: 45px;
  }
  .related-listings-header .text-end {
    text-align: center !important;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .list-top {
    padding-top: 100px;
  }
  .list-header h1 {
    font-size: 1.6rem;
  }
  .list-img-wrap {
    margin-top: 30px;
  }
  .details-wrap {
    margin-bottom: 30px;
  }
  .list-detail {
    padding: 0 15px !important;
  }
  .list-downloads,
  .list-feature {
    margin-bottom: 50px;
  }
  .list-desc {
    padding: 50px 0;
  }
  .list-agent-img > div {
    width: 80px;
  }
}
.listings-wrap {
  padding: 25px 0 45px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .listings-wrap {
    padding: 15px 0 45px;
  }
}
.bio-header a {
  color: #393939;
}
.bio-header a:hover, .bio-header a:focus, .bio-header a:active {
  color: #677233;
}
.bio-header hr {
  background-color: #677233;
  opacity: 1;
}
.bio-header .header-media {
  order: unset;
}

.bio-wrap {
  margin: 60px -15px;
}
.bio-wrap .page-sidebar {
  margin-top: 0;
}
.bio-wrap .entry-content {
  padding-top: 45px;
}
.bio-wrap .entry-content h2 {
  border-bottom: 1px solid #677233;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .header-media .ratio-1x1 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
  .bio-wrap .entry-content {
    padding-top: 0;
  }
  .bio-wrap .page-sidebar {
    margin-top: 40px;
  }
}
.t-wrap {
  padding: 25px 0 50px;
}

.t-box-wrap {
  margin-bottom: 45px;
}
.t-box-wrap a {
  display: block;
  height: 100%;
}
.t-box-wrap a:hover .t-quote img:first-of-type, .t-box-wrap a:focus .t-quote img:first-of-type, .t-box-wrap a:active .t-quote img:first-of-type {
  opacity: 0;
}
.t-box-wrap a:hover .t-quote img:last-of-type, .t-box-wrap a:focus .t-quote img:last-of-type, .t-box-wrap a:active .t-quote img:last-of-type {
  opacity: 1;
}
.t-box-wrap a:hover .t-box-inner .more-link svg, .t-box-wrap a:focus .t-box-inner .more-link svg, .t-box-wrap a:active .t-box-inner .more-link svg {
  transform: translateX(5px);
}

.t-box-inner {
  height: 100%;
  background-color: #fff;
  padding: 30px;
  color: #393939;
}
.t-box-inner .more-link svg {
  transition: all 0.4s ease-out;
}

.t-box-img {
  width: 120px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
}

.t-excerpt {
  z-index: 1;
}

.t-quote {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: -1;
}
.t-quote img {
  transition: all 0.4s ease-out;
}
.t-quote img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* modal */
.testimonial-modal .modal-dialog {
  max-width: 800px;
}
.testimonial-modal .modal-content {
  border-radius: 0;
  background-color: #F8F8F3;
  border: 1px solid #677233;
  padding: 80px 60px 45px;
  position: relative;
  z-index: 1;
}

.t-brand {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: -1;
  opacity: 0.1;
  width: 150px;
}

.t-modal-quote {
  z-index: -1;
  position: absolute;
  top: -10px;
  left: -10px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .t-box-inner {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .testimonial-modal .modal-content {
    padding: 70px 20px 30px;
  }
}
.posts-wrap {
  padding: 15px 0 50px;
}

.post-header .header-media {
  order: unset;
}

.post-wrap {
  margin: 60px -15px 75px;
}
.post-wrap .entry-content {
  padding-top: 45px;
}
.post-wrap .page-sidebar {
  margin-top: 0;
}

.blog-tags {
  margin: 45px 0;
}
.blog-tags a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

.blog-cta:before {
  background-color: rgba(57, 57, 57, 0.6);
}
.blog-cta a {
  color: #fff;
  min-height: 400px;
  position: relative;
  z-index: 1;
}

.related-posts {
  padding: 60px 0 25px;
}

.related-posts-header {
  margin-bottom: 45px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .post-wrap {
    margin-bottom: 60px;
    margin-top: 45px;
  }
  .post-wrap .entry-content {
    padding-top: 0;
  }
  .post-wrap .page-sidebar {
    margin-top: 40px;
  }
  .related-posts-header {
    text-align: center;
  }
  .related-posts-header .text-end {
    text-align: center !important;
    margin-top: 15px;
  }
  .related-posts .row {
    justify-content: center;
  }
}
/* Custom */
.homepage-hero {
  overflow: hidden;
  min-height: 85vh;
  display: flex;
  align-items: flex-end;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hero-media:before {
  background: linear-gradient(to bottom, rgba(57, 57, 57, 0.7), rgba(57, 57, 57, 0) 85px);
  z-index: 1;
}
.hero-media:after {
  background: linear-gradient(to top, rgba(57, 57, 57, 0.7), rgba(57, 57, 57, 0) 40%);
  z-index: 1;
}
.hero-media .bg-slide img {
  object-position: top;
}

.hero-inner {
  padding-bottom: 50px;
  color: #fff;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hero-inner h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 991px) {
  .homepage-hero {
    min-height: unset;
    background-color: #393939;
    display: block;
  }
  .hero-media {
    position: relative;
    aspect-ratio: 16/9;
  }
  .hero-media:after {
    display: none;
  }
  .hero-inner {
    padding: 35px 0;
  }
  .hero-inner .section-links {
    display: flex;
    flex-wrap: wrap;
  }
  .hero-inner .section-links p {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .hero-inner h1 {
    font-size: 2rem;
  }
  .hero-inner .section-links {
    display: block;
  }
  .hero-inner .section-links p {
    margin-right: 0;
  }
}
.homepage-listings {
  padding: 70px 0 60px;
}

.hp-listings-content {
  order: 2;
}
.hp-listings-content .indent {
  padding-left: 20px;
}

.hp-listings-slider {
  margin: 0 -15px;
}
.hp-listings-slider .slick-list {
  padding: 0 0 0 20% !important;
  margin-left: -20%;
}

.progress-wrapper {
  background-color: #fff;
  margin-top: 40px;
}

.progress {
  display: block;
  width: 100%;
  height: 4px;
  overflow: hidden;
  border-radius: 0;
  background-color: transparent;
  background-image: linear-gradient(to right, #7F96A6, #7F96A6);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-out;
  position: relative;
}

.hp-list-arrows {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 20px;
}
.hp-list-arrows:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  background-color: #393939;
  right: 25px;
  top: 13px;
}
.hp-list-arrows .slick-arrow {
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: none !important;
  transition: all 0.4s;
}
.hp-list-arrows .slick-arrow:hover, .hp-list-arrows .slick-arrow:focus, .hp-list-arrows .slick-arrow:active {
  opacity: 0.7;
}
.hp-list-arrows .slick-arrow + .slick-arrow {
  margin-left: 20px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hp-listings-content .indent {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .hp-listings-slider .slick-list {
    padding: 0 !important;
    margin: 0;
  }
  .hp-listings-content {
    order: unset;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .homepage-listings {
    padding: 50px 0;
  }
}
.homepage-sticky-links {
  padding: 60px 0 70px;
}

.hp-sticky-content {
  padding-right: 150px;
}

.sticky-link-box {
  margin-bottom: 40px;
}
.sticky-link-box:last-of-type {
  margin: 0;
}
.sticky-link-box a:hover .sticky-link-text img, .sticky-link-box a:focus .sticky-link-text img, .sticky-link-box a:active .sticky-link-text img {
  transform: translateX(10px);
}
.sticky-link-box a:hover .sticky-link-box-inner img, .sticky-link-box a:focus .sticky-link-box-inner img, .sticky-link-box a:active .sticky-link-box-inner img {
  transform: scale(1.1);
  transition: all 3s ease-out;
}

.sticky-link-box-inner {
  height: 400px;
  z-index: 1;
  padding: 20px;
  overflow: hidden;
}
.sticky-link-box-inner:before {
  background: linear-gradient(to top, rgba(57, 57, 57, 0.8), rgba(57, 57, 57, 0.1) 20%);
}
.sticky-link-box-inner img {
  transition: all 0.4s ease-out;
}

.sticky-link-text {
  color: #fff;
  z-index: 1;
  position: relative;
}
.sticky-link-text h3 {
  width: 70%;
}
.sticky-link-text img {
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-sticky-content {
    padding-right: 30px;
  }
  .sticky-link-box-inner {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .homepage-sticky-links {
    padding: 20px 0 50px;
  }
  .hp-sticky-content {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 15px;
  }
  .sticky-link-box-inner {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .sticky-link-box-inner {
    height: 250px;
  }
  .sticky-link-text h3 {
    width: 75%;
  }
  .sticky-link-text div {
    width: 25%;
    text-align: right;
  }
  .sticky-link-text img {
    width: 60px;
  }
}
.homepage-cm {
  overflow: hidden;
  z-index: 1;
}
.homepage-cm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background-color: #F8F8F3;
}
.homepage-cm.media-left .hpcm-media {
  left: 0;
  right: 42%;
}
.homepage-cm.media-left .hpcm-brand {
  right: 10px;
}
.homepage-cm.media-left .hpcm-inner {
  margin-left: 66.66666667%;
}
.homepage-cm.media-right .hpcm-media {
  left: 42%;
  right: 0;
}
.homepage-cm.media-right .hpcm-brand {
  left: 10px;
}

.hpcm-media {
  position: absolute;
  top: 0;
  bottom: 70px;
}

.hpcm-brand {
  position: absolute;
  bottom: -100px;
  z-index: -1;
}
.hpcm-brand img {
  width: 43vw;
  height: auto;
  opacity: 0.1;
}

.hpcm-inner {
  min-height: 100vh;
  position: relative;
  z-index: 2;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .homepage-cm:before {
    height: 100px;
  }
  .homepage-cm.media-left .hpcm-media {
    right: 47%;
  }
  .homepage-cm.media-left .hpcm-inner {
    margin-left: 58.33333333%;
  }
  .homepage-cm.media-right .hpcm-media {
    left: 47%;
  }
}
@media (max-width: 991px) {
  .hpcm-inner {
    min-height: 800px;
    padding: 130px 0 60px;
  }
  .hpcm-inner h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .hpcm-media {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    bottom: unset;
    height: 400px;
  }
  .hpcm-inner {
    min-height: unset;
    margin: 0 !important;
    padding: 40px 0 50px;
  }
  .hpcm-inner h2 {
    font-size: 1.8rem;
  }
  .hpcm-brand img {
    width: 70vw;
  }
}
.homepage-blog {
  padding: 70px 0 60px;
}

.hp-blog-header {
  margin-bottom: 50px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-blog-header {
    text-align: center;
    margin-bottom: 35px;
  }
  .hp-blog-query {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .homepage-blog {
    padding-top: 50px;
  }
}
.homepage-testimonials {
  min-height: 100vh;
  padding: 250px 0;
  position: relative;
}

.img-bubble-wrap {
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.15);
}
.img-bubble-wrap .slick-slider,
.img-bubble-wrap .slick-list,
.img-bubble-wrap .slick-track,
.img-bubble-wrap .slick-slide {
  height: 100% !important;
}

.timgs1 {
  width: 175px;
  height: 175px;
  top: 60px;
  left: 75px;
  animation: pulse 4s ease-out 0.2s infinite;
}

.timgs2 {
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: 150px;
  animation: pulse 3.5s ease-out 0s infinite;
}

.timgs3 {
  width: 150px;
  height: 150px;
  top: 100px;
  right: 75px;
  animation: pulse 4.2s ease-out 0.4s infinite;
}

.timgs4 {
  width: 275px;
  height: 275px;
  bottom: 60px;
  left: 90px;
  animation: pulse 3.8s ease-out 0.15s infinite;
}

.timgs5 {
  width: 200px;
  height: 200px;
  bottom: 125px;
  right: 90px;
  animation: pulse 4.1s ease-out 0.25s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
/** # Responsive **/
@media (max-height: 800px) {
  .timgs2 {
    top: 100px;
  }
}
@media (max-width: 1199px) {
  .timgs4 {
    left: 0;
  }
}
@media (max-width: 991px) {
  .timgs1 {
    left: 20px;
  }
  .timgs3 {
    right: 20px;
  }
  .timgs4 {
    bottom: 40px;
    width: 225px;
    height: 225px;
  }
  .timgs5 {
    right: 0;
    bottom: 75px;
  }
}
@media (max-width: 767px) {
  .homepage-testimonials {
    min-height: unset;
    padding: 200px 0;
  }
  .timgs1 {
    width: 100px;
    height: 100px;
    top: 30px;
  }
  .timgs2 {
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: 120px;
  }
  .timgs3 {
    width: 80px;
    height: 80px;
    top: 50px;
  }
  .timgs4 {
    width: 140px;
    height: 140px;
    bottom: 30px;
  }
  .timgs5 {
    width: 115px;
    height: 115px;
    bottom: 45px;
  }
}
.testimonial-callout {
  padding: 70px 0 100px;
  overflow: hidden;
}

.tcallout-brand {
  position: absolute;
  bottom: 20px;
  right: -30px;
}
.tcallout-brand img {
  width: 38vw;
  height: auto;
  opacity: 0.1;
}

.tcallout-inner {
  position: relative;
  z-index: 1;
}

.tcallout-img {
  padding-top: 50px;
}

.tcallout-img-inner {
  width: 200px;
  height: 200px;
  border-radius: 100%;
}
.tcallout-img-inner div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.tcallout-content p.em {
  font-size: 1.1rem;
}

/** # Responsive **/
@media (max-width: 991px) {
  .testimonial-callout {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .tcallout-inner {
    text-align: center;
  }
  .tcallout-inner img {
    margin: 0 auto;
  }
  .tcallout-img {
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .tcallout-img-inner {
    width: 175px;
    height: 175px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .tcallout-brand img {
    width: 70vw;
  }
}
.blog-feed {
  padding: 70px 0 50px;
}

.blog-feed-header {
  margin-bottom: 45px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed {
    padding: 50px 0 20px;
  }
  .blog-feed-header {
    text-align: center;
  }
  .blog-feed-header .text-end {
    text-align: center !important;
    margin-top: 15px;
  }
  .blog-feed-wrap {
    justify-content: center;
  }
}
.team-query-wrap {
  padding: 60px 0 60px;
}
.team-query-wrap .intro-copy {
  margin-bottom: 50px;
}

.team-box-wrap {
  margin-bottom: 45px;
}
.team-box-wrap a:hover .team-box-hover, .team-box-wrap a:focus .team-box-hover, .team-box-wrap a:active .team-box-hover {
  opacity: 1;
}
.team-box-wrap a:hover .team-box-info svg, .team-box-wrap a:focus .team-box-info svg, .team-box-wrap a:active .team-box-info svg {
  transform: translateX(5px);
}

.team-box-hover {
  background-color: rgba(127, 150, 166, 0.6);
  opacity: 0;
  transition: all 0.4s ease-out;
}
.team-box-hover img {
  width: 100px;
  opacity: 0.8;
}

.team-box-info {
  margin-top: 12px;
  color: #393939;
}
.team-box-info h3 {
  border-bottom: 1px solid #677233;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.team-box-info svg {
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .team-query-wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .team-query-wrap {
    padding: 50px 0 20px;
  }
}
.price-searches {
  margin: 60px 0;
}

.psearch {
  margin-bottom: 20px;
}
.psearch .tiny:before {
  display: none;
}
.psearch a {
  font-size: 1.2rem;
  height: 100%;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: unset;
}

.type-searches {
  margin: 60px 0 40px;
}

.type-search-box {
  margin-bottom: 45px;
}
.type-search-box a {
  color: #393939;
}
.type-search-box a:hover .type-search-img img, .type-search-box a:focus .type-search-img img, .type-search-box a:active .type-search-img img {
  transform: scale(1.1);
  transition: all 4s ease-out;
}
.type-search-box a:hover .search-more svg, .type-search-box a:focus .search-more svg, .type-search-box a:active .search-more svg {
  transform: translateX(5px);
}

.type-search-img {
  overflow: hidden;
}
.type-search-img img {
  transition: all 0.4s ease-out;
}

.type-search-info {
  padding: 15px;
  background-color: #F8F8F3;
}
.type-search-info h3 {
  border-bottom: 1px solid #677233;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.search-more svg {
  transition: all 0.4s ease-out;
}

.area-searches-wrap {
  color: #fff;
  padding: 60px 0;
}
.area-searches-wrap:before {
  background-color: rgba(57, 57, 57, 0.8);
}
.area-searches-wrap h2 {
  border-bottom: 1px solid #7F96A6;
  padding-bottom: 10px;
}

.area-search {
  margin-bottom: 10px;
}
.area-search a {
  color: #F8F8F3;
  font-weight: 600;
}
.area-search a svg {
  transition: all 0.4s ease-out;
}
.area-search a:hover, .area-search a:focus, .area-search a:active {
  color: #7F96A6;
}
.area-search a:hover svg, .area-search a:focus svg, .area-search a:active svg {
  transform: translateX(4px);
}

/** # Responsive **/
@media (max-width: 767px) {
  .tsearches {
    margin-top: 45px;
  }
}
.hoods-query {
  padding: 15px 0 45px;
}

.hood-box-wrap {
  margin-bottom: 45px;
}
.hood-box-wrap a {
  display: block;
  height: 100%;
}
.hood-box-wrap a:hover .hood-box-img img, .hood-box-wrap a:focus .hood-box-img img, .hood-box-wrap a:active .hood-box-img img {
  transform: scale(1.1);
  transition: all 4s ease-out;
}
.hood-box-wrap a:hover .hood-more svg, .hood-box-wrap a:focus .hood-more svg, .hood-box-wrap a:active .hood-more svg {
  transform: translateX(5px);
}

.hood-box-inner {
  background-color: #fff;
  height: 100%;
}

.hood-box-img {
  overflow: hidden;
  position: relative;
}
.hood-box-img img {
  transition: all 0.4s ease-out;
}

.hood-region {
  position: absolute;
  top: 15px;
  right: 0;
  left: unset;
  height: unset;
  width: unset;
  background-color: rgba(150, 52, 55, 0.8);
  color: #fff;
  padding: 6px 15px;
}

.hood-box-info {
  background-color: #fff;
  padding: 15px;
  color: #393939;
}

.hood-more svg {
  transition: all 0.4s ease-out;
}

.com-wrap {
  padding: 60px 0;
}
.com-wrap .page-sidebar {
  margin-top: 0;
}

.com-hilite {
  padding: 100px 0;
  overflow: hidden;
  z-index: 1;
}

.com-hilite-brand {
  position: absolute;
  bottom: 40px;
  right: -30px;
  z-index: -1;
}
.com-hilite-brand img {
  width: 47vw;
  opacity: 0.1;
}

.com-listings-wrap {
  padding: 30px 0 40px;
}

.com-listings-header {
  margin-bottom: 60px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .com-listings-header .btn {
    margin-top: 10px;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .com-hilite {
    padding: 60px 0;
  }
  .com-hilite-img {
    margin-bottom: 30px;
  }
  .com-wrap {
    padding-top: 50px;
  }
  .com-wrap .page-sidebar {
    margin-top: 40px;
  }
  .com-wrap .freeform-content:first-of-type {
    margin-top: 0;
  }
  .com-listings-header {
    text-align: center;
  }
  .com-listings-header .text-end {
    text-align: center !important;
    margin-top: 15px;
  }
}
.hp-modal .modal-dialog {
  max-width: 900px;
}
.hp-modal .modal-content {
  border-radius: 0;
  border: 0;
}

.hp-modal-wrap {
  margin: 0;
}

.hp-modal-img {
  padding: 0;
}

.hp-modal-content {
  padding: 75px 45px;
  background-color: #F8F8F3;
}
.hp-modal-content .gform_button {
  width: 100%;
}

.modal-backdrop {
  background-color: #7F96A6;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
  .hp-modal-content {
    padding: 75px 20px 45px;
  }
}
@media (max-width: 767px) {
  .hp-modal-img {
    height: 300px;
  }
  .hp-modal-content {
    padding: 30px 20px;
  }
}
.social-landing-wrap {
  padding: 175px 0 50px;
}
.social-landing-wrap .container {
  position: relative;
  z-index: 1;
}

.social-landing-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.social-landing-img:before {
  background-color: #393939;
  opacity: 0.7;
}

.social-quick-links {
  margin-bottom: 45px;
}

.social-grid-box {
  margin-bottom: 45px;
}
.social-grid-box a:hover .social-grid-img:after, .social-grid-box a:focus .social-grid-img:after, .social-grid-box a:active .social-grid-img:after {
  opacity: 0.3;
}

.social-grid-img {
  margin-bottom: 12px;
  position: relative;
}
.social-grid-img:after {
  background-color: #7F96A6;
  opacity: 0;
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .social-landing-wrap {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .social-landing-wrap {
    padding-top: 100px;
  }
}
/* IDX */
.single-idx-wrapper .modal.fade.show {
  opacity: 1 !important;
}

.single-idx-wrapper .page-header h1 {
  color: #677233 !important;
}

#IDX-main {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.idx-btn-primary,
.IDX-btn-primary,
#IDX-main.IDX-wrapper-standard .IDX-btn.IDX-btn__PL,
#IDX-submitBtn,
#idx-contact-submit-button,
#IDX-signupFormSubmitBtn,
#IDX-loginSubmit,
#idx-mlm-landing-search-button {
  background-color: #677233;
  border: 0;
  color: #fff !important;
}
.idx-btn-primary:hover, .idx-btn-primary:focus, .idx-btn-primary:active,
.IDX-btn-primary:hover,
.IDX-btn-primary:focus,
.IDX-btn-primary:active,
#IDX-main.IDX-wrapper-standard .IDX-btn.IDX-btn__PL:hover,
#IDX-main.IDX-wrapper-standard .IDX-btn.IDX-btn__PL:focus,
#IDX-main.IDX-wrapper-standard .IDX-btn.IDX-btn__PL:active,
#IDX-submitBtn:hover,
#IDX-submitBtn:focus,
#IDX-submitBtn:active,
#idx-contact-submit-button:hover,
#idx-contact-submit-button:focus,
#idx-contact-submit-button:active,
#IDX-signupFormSubmitBtn:hover,
#IDX-signupFormSubmitBtn:focus,
#IDX-signupFormSubmitBtn:active,
#IDX-loginSubmit:hover,
#IDX-loginSubmit:focus,
#IDX-loginSubmit:active,
#idx-mlm-landing-search-button:hover,
#idx-mlm-landing-search-button:focus,
#idx-mlm-landing-search-button:active {
  background-color: #7F96A6;
  color: #fff !important;
}

#IDX-main a {
  color: #677233;
}
#IDX-main a:hover, #IDX-main a:focus, #IDX-main a:active {
  color: #677233;
}

.idx-content ul,
#IDX-main ul {
  padding-left: 5px !important;
  list-style: none !important;
}
.idx-content ul li,
#IDX-main ul li {
  margin: initial !important;
  padding-left: 0 !important;
  line-height: initial !important;
}
.idx-content ul li:before,
#IDX-main ul li:before {
  display: none !important;
}

ul.ui-widget {
  padding-left: 0 !important;
  list-style: none !important;
}
ul.ui-widget li {
  margin: initial !important;
  padding-left: 0 !important;
  line-height: initial !important;
}
ul.ui-widget li:before {
  display: none !important;
}

.idx-form-control,
.IDX-form-group input {
  border: 1px solid #ccc !important;
}

.IDX-wrapper-standard .IDX-form-control {
  height: 50px !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .single-idx-wrapper .page-header-wrap {
    padding-bottom: 40px;
  }
}
/** Precision Listings Template **/
.IDX-precision-navbar .IDX-nav-items-container {
  justify-content: center;
}
.IDX-precision-navbar .IDX-nav-items-container .IDX-searchNavItem {
  background-color: #7F96A6;
}
.IDX-precision-navbar .IDX-nav-items-container .IDX-searchNavItem.IDX-active {
  background-color: #677233;
}

#IDX-main .select2-search__field {
  border: 0 !important;
}

#IDX-action-buttons {
  text-align: center;
}

.IDX-nav-items-container .IDX-searchNavItem {
  border-radius: 0 !important;
}

.IDX-location__input {
  border: 1px solid var(--idx-stroke-gray) !important;
}

#IDX-main.IDX-wrapper-standard .IDX-btn.IDX-btn__PL {
  min-width: 150px;
  width: auto;
}

.IDX-page-listingid .IDX-searchForm {
  text-align: center;
}

.IDX-page-address .IDX-search__content {
  margin: 0 auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  #IDX-action-buttons {
    z-index: 5;
  }
  #IDX-main.IDX-wrapper-standard .IDX-btn.IDX-btn__PL {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .IDX-wrapper-standard .IDX-precision-navbar {
    background-color: transparent;
  }
  .IDX-nav-items-container {
    display: block;
    height: unset;
  }
  .IDX-nav-items-container .IDX-searchNavItem {
    padding: 5px;
    margin-right: 0;
  }
  .IDX-searchNavItem .IDX-navLinkTitle {
    color: #fff !important;
    filter: none;
  }
  #IDX-leadToolsBar {
    height: unset !important;
  }
  #IDX-leadLogOutLink {
    float: none !important;
  }
}
/* Zoom Template - Realty Candy */
.IDX-page-mapsearch #IDX-navbar {
  display: none;
}

#IDX-MapSearch-Form {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 30px;
}

div#IDX-mapHeader-Search {
  background-color: #7F96A6 !important;
  padding: 10px !important;
  z-index: 1000 !important;
}

#IDX-mapTab-criteria {
  background-color: #677233;
  color: #fff !important;
}

#IDX-criteriaWindow {
  background-color: rgba(248, 248, 243, 0.95) !important;
}

#IDX-mapAlert {
  z-index: 98;
}

div#IDX-criteriaWindow {
  z-index: 1040 !important;
}

#IDX-mapPropStatus {
  background-color: #7F96A6;
}

.ms-ctn .ms-sel-ctn {
  margin: 0;
}

img[src*="//d1qfrurkpai25r.cloudfront.net/images/pins/pin-active.png"] {
  content: url("../images/map-marker.svg") !important;
  width: 40px !important;
  height: 40px !important;
}

img[src*="//d1qfrurkpai25r.cloudfront.net/images/pins/pin-featured.png"] {
  content: url("../images/map-marker.svg") !important;
  width: 40px !important;
  height: 40px !important;
}

/* Maxima Map - Realty Candy */
.IDX-maximaMap #IDX-mapSearchFields #IDX-price-fields a {
  height: 100%;
  padding-top: 14px;
}
.IDX-maximaMap #IDX-mapTab-criteria,
.IDX-maximaMap #IDX-mapSearch {
  height: 100%;
  padding-top: 14px;
  border: 0 !important;
}

/* Map Search Widget */
.leaflet-container a {
  color: #7F96A6 !important;
  font-weight: 600 !important;
}

#IDX-mapPropStatus {
  color: #fff !important;
  background-color: #677233 !important;
}

.IDX-MapSearch-Form .IDX-msButtonInput {
  background-color: #677233 !important;
  border: 0;
  color: #fff;
  padding: 12px 25px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.IDX-MapSearch-Form .IDX-msButtonInput:hover, .IDX-MapSearch-Form .IDX-msButtonInput:focus, .IDX-MapSearch-Form .IDX-msButtonInput:active {
  background-color: #7F96A6 !important;
}
.IDX-MapSearch-Form .IDX-msInput {
  border: 1px solid #7F96A6 !important;
}

/** Responsive **/
@media (max-width: 767px) {
  #IDX-MapSearch-Form {
    padding: 0 15px;
  }
  #IDX-mapSearchFields {
    display: unset;
  }
}
.IDX-category-results #IDX-Subheader {
  display: none !important;
}

#IDX-resultsContainer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 30px;
}

#IDX-resultsTopActions {
  display: none !important;
}

#idxaddons-custom-searchRefine {
  background-color: #7F96A6;
  padding: 10px;
}

.IDX-wrapper-standard .ms-sel-ctn input[type=text] {
  padding: unset !important;
  box-shadow: none !important;
}

.ms-res-ctn {
  background-color: #fff;
}

.refine-formField input {
  padding: 4px !important;
  font-size: 1rem !important;
}

.refine-formField ::-webkit-input-placeholder {
  color: #393939;
  font-size: 1rem;
}

.refine-formField :-moz-placeholder {
  color: #393939;
  font-size: 1rem;
  opacity: 1;
}

.refine-formField ::-moz-placeholder {
  color: #393939;
  font-size: 1rem;
  opacity: 1;
}

.refine-formField :-ms-input-placeholder {
  color: #393939;
  font-size: 1rem;
}

.refine-formField ::-ms-input-placeholder {
  color: #393939;
  font-size: 1rem;
}

.IDX-resultsAddress {
  margin-bottom: 0 !important;
}

.IDX-mlsContainer {
  text-align: left !important;
}
.IDX-mlsContainer > div > div {
  float: none !important;
}
.IDX-mlsContainer .IDX-MLSLogo {
  display: none !important;
}
.IDX-mlsContainer .IDX-MLSCourtesy {
  margin: 0 !important;
}

.IDX-liveActionLinks {
  display: none !important;
}

/* Precision Listings */
.IDX-topAction {
  display: none;
}

.IDX-wrapper-standard .idx-dropdown__menu {
  z-index: 92 !important;
}
.IDX-wrapper-standard .idx-dropdown__menu #idx-refinement-price-min,
.IDX-wrapper-standard .idx-dropdown__menu #idx-refinement-price-max {
  border: 1px solid #393939 !important;
}

.IDX-wrapper-standard .idx-results__refinement {
  display: flex !important;
}

#IDX-refinementSearchForm {
  display: flex !important;
}
#IDX-refinementSearchForm > .IDX-btn-primary {
  background-color: #7F96A6 !important;
}
#IDX-refinementSearchForm > .IDX-btn-primary:hover, #IDX-refinementSearchForm > .IDX-btn-primary:focus, #IDX-refinementSearchForm > .IDX-btn-primary:active {
  background-color: #677233 !important;
}

#IDX-main.IDX-wrapper-standard .IDX-btn.IDX-btn__PL {
  width: 100%;
}

#IDX-map .leaflet-control-container .leaflet-control-zoom-out,
#IDX-map .leaflet-control-container .leaflet-control-zoom-in {
  text-indent: -9999px;
}

.IDX-wrapper-standard .idx-results.idx-results--map .idx-results__content:not(.idx-map--toggle) {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.IDX-wrapper-standard .idx-listing-card--active .idx-listing-card__link::after,
.IDX-wrapper-standard .idx-listing-card__link:hover::after,
.IDX-wrapper-standard .idx-listing-card__link:focus::after,
.IDX-wrapper-standard .idx-listing-card__link:active::after {
  box-shadow: 0 0 0 3px var(#677233) inset !important;
}

.IDX-wrapper-standard .idx-listing-card__courtesy {
  font-size: 0.55rem !important;
}

.IDX-reduced {
  background-color: #677233 !important;
}

.idx-pagination .IDX-active {
  background-color: #677233 !important;
}

.IDX-wrapper-standard .idx-results__mobile-menu {
  background-color: #677233 !important;
}

#idx-results-map-toggle {
  color: #677233 !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  #IDX-resultsContainer {
    padding: 0 15px;
  }
  #IDX-resultsCountWrap {
    float: none !important;
  }
  #IDX-resultsMap {
    display: block !important;
    height: 100vh !important;
  }
}
.IDX-resultsCountMessage {
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
}

.IDX-showcaseCell {
  margin-bottom: 30px !important;
}

.IDX-showcaseContainer {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  background-color: #F8F8F3;
}

.IDX-showcaseLink {
  overflow: hidden;
}
.IDX-showcaseLink:after {
  background-color: #677233;
  opacity: 0;
  transition: all 0.4s;
  z-index: 1;
}
.IDX-showcaseLink:hover:after {
  opacity: 0.4;
}

.IDX-showcasePhoto {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  max-height: unset !important;
}

.IDX-showcasePrice {
  position: absolute;
  top: 15px;
  right: 0;
  background-color: rgba(150, 52, 55, 0.8);
  padding: 4px 12px;
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  z-index: 2;
}

.IDX-showcaseAddress {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #677233;
  padding: 0 10px;
}

.IDX-showcaseCityStateZip {
  font-size: 1rem;
  padding: 0 10px 15px;
}
.IDX-showcaseCityStateZip span {
  white-space: normal !important;
  font-style: italic;
}

.IDX-showcaseCourtesy {
  display: none !important;
  color: transparent;
  height: 0;
  overflow: hidden;
}

.IDX-showcaseTable + a {
  margin: 45px auto 60px;
  display: block;
  max-width: 200px;
  text-align: center;
}

/** # Responsive **/
@media (max-width: 991px) {
  .IDX-showcaseCell {
    width: 50% !important;
    min-width: 50% !important;
  }
}
@media (max-width: 767px) {
  .IDX-showcaseCell {
    width: 100% !important;
    min-width: 100% !important;
  }
  .IDX-showcaseTable + a {
    width: 100%;
    max-width: unset;
  }
}
/* Listings Pro Details Template */
#idx-results-navigation {
  display: none !important;
}

.IDX-page-listing #IDX-Subheader {
  display: none;
}
.IDX-page-listing .idx-h1, .IDX-page-listing .idx-h2, .IDX-page-listing .idx-h3, .IDX-page-listing .idx-h4, .IDX-page-listing .idx-h5, .IDX-page-listing .idx-h6, .IDX-page-listing h1, .IDX-page-listing h2, .IDX-page-listing h3, .IDX-page-listing h4, .IDX-page-listing h5, .IDX-page-listing h6 {
  color: #7F96A6;
}

#idx-details-header {
  padding-top: 0;
}

.idx-details__topbar .idx-topbar__breadcrumbs {
  font-size: 1.2rem;
  font-weight: 600;
  color: #7F96A6;
}

.idx-lightbox__navigation-button {
  display: flex !important;
}

#idx-details-overview-address {
  font-size: 1.4rem !important;
}

.idx-details-card--title {
  text-transform: none !important;
  font-size: 1.2rem !important;
}

.idx-badge,
.idx-share-this {
  background-color: #677233 !important;
}

.IDX-field-listingPrice {
  color: #7F96A6;
}

.idx-collapse strong {
  color: #677233;
  font-weight: 500 !important;
}

.idx-dialog__wrapper .idx-property-card {
  display: none !important;
}

#IDX-scheduleshowingContactForm input, #IDX-scheduleshowingContactForm select, #IDX-scheduleshowingContactForm textarea {
  border: 1px solid #677233 !important;
}
#IDX-scheduleshowingContactForm #IDX-submitBtn {
  background-color: #7F96A6 !important;
  border-radius: 0 !important;
}
#IDX-scheduleshowingContactForm #IDX-submitBtn:hover, #IDX-scheduleshowingContactForm #IDX-submitBtn:focus, #IDX-scheduleshowingContactForm #IDX-submitBtn:active {
  background-color: #677233 !important;
}

@media (max-width: 767px) {
  #idx-account-bar {
    display: block !important;
  }
  #idx-account-bar a {
    display: block !important;
  }
}
/* Popup */
.IDX-customRegistrationFields .IDX-input {
  border: 1px solid #393939 !important;
}

.IDX-category-user #IDX-Subheader {
  display: none !important;
}

#IDX-leadSignupHeader,
#IDX-leadLoginHeader {
  display: none !important;
}

#IDX-leadToolsBar {
  background-color: #7F96A6 !important;
}

.mlm-navbar__inverse {
  background-color: #7F96A6;
}

.mlm-navbar__nav li > a.router-link-exact-active {
  background-color: #7F96A6 !important;
  color: #fff !important;
}

.mlm-nav > li > a.dropdown-toggle {
  background-color: transparent !important;
  color: #fff !important;
}

.mlm-nav .dropdown-menu li a {
  color: #fff !important;
}

#idx-mlm-nav-links {
  background-color: #7F96A6;
}

.mlm-alert__info {
  background-color: #F8F8F3;
  color: #7F96A6;
}

#idx-mlm-action-heading {
  font-size: 2rem;
  line-height: 1.3;
}

.my-account .page-header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 0 !important;
}

/*# sourceMappingURL=main.css.map */
