@charset "UTF-8";
/* ==========================================================================
GLOBAL STYLES
========================================================================== */
:root {
  --brand-color-primary: #62bf00;
  --brand-color-primary-rgb: 98, 191, 0;
  --brand-color-secondary: #ff7100;
  --brand-color-secondary-rgb: 255, 113, 0;
  --brand-color-tertiary: #ff7100;
  --brand-color-tertiary-rgb: 255, 113, 0;
  --color-arsenic: #393e46;
  --color-bright-grey: #eee;
  --color-black: #000;
  --color-black-rgb: 0, 0, 0;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --text: var(--color-black);
  --background: var(--color-white);
  --background-rgb: var(--color-white-rgb);
  --background-rgb-white-black: var(--color-white-rgb);
  --background-variant: #f2f2f2;
  --background-variant-white: var(--color-white);
  --background-variant-grey: #f6f6f6;
  --background-variant-grey-soft: #ddd;
  --animation-speed: 0.2s;
  --box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.18);
  --border-radius: 10px;
}

:root[theme=dark] {
  --text: var(--color-white);
  --background: #222;
  --background-rgb: 34,34,34;
  --background-rgb-white-black: var(--color-black-rgb);
  --background-variant: #3d3d3d;
  --background-variant-white: var(--background-variant);
  --background-variant-grey: var(--background-variant);
  --background-variant-grey-soft: #555;
  --dark-mode-toggle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='feather feather-moon' viewBox='0 0 24 24'%3E%3Cpath d='M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z'/%3E%3C/svg%3E");
}

@media (prefers-color-scheme: dark) {
  :root[theme=system] {
    --text: var(--color-white);
    --background: #222;
    --background-rgb: 34,34,34;
    --background-rgb-white-black: var(--color-black-rgb);
    --background-variant: #3d3d3d;
    --background-variant-white: var(--background-variant);
    --background-variant-grey: var(--background-variant);
    --background-variant-grey-soft: #555;
    --dark-mode-toggle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Icons' x='0' y='0' style='enable-background:new 0 0 32 32' version='1.1' viewBox='0 0 32 32'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10%7D%3C/style%3E%3Cpath d='M16 23c-3.87 0-7-3.13-7-7s3.13-7 7-7M6.81 6.81l2.12 2.12M3 16h3M6.81 25.19l2.12-2.12' class='st0' style='stroke:orange'/%3E%3Cpath d='M16 12.55A6.992 6.992 0 0 1 22.09 9c.16 0 .31.01.47.02a5.25 5.25 0 0 0 2.45 9.89c1.6 0 3.03-.72 3.99-1.85-.52 3.37-3.41 5.94-6.91 5.94-2.61 0-4.89-1.43-6.09-3.55M16 3v26' class='st0' style='stroke:%23fff'/%3E%3C/svg%3E");
  }
}
:root[theme=light] {
  --dark-mode-toggle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='orange' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='feather feather-sun' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3Cpath d='M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42'/%3E%3C/svg%3E");
}

@media (prefers-color-scheme: light) {
  :root[theme=system] {
    --dark-mode-toggle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Icons' x='0' y='0' style='enable-background:new 0 0 32 32' version='1.1' viewBox='0 0 32 32'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10%7D%3C/style%3E%3Cpath d='M16 23c-3.87 0-7-3.13-7-7s3.13-7 7-7M6.81 6.81l2.12 2.12M3 16h3M6.81 25.19l2.12-2.12' class='st0' style='stroke:orange'/%3E%3Cpath d='M16 12.55A6.992 6.992 0 0 1 22.09 9c.16 0 .31.01.47.02a5.25 5.25 0 0 0 2.45 9.89c1.6 0 3.03-.72 3.99-1.85-.52 3.37-3.41 5.94-6.91 5.94-2.61 0-4.89-1.43-6.09-3.55M16 3v26' class='st0' style='stroke:black'/%3E%3C/svg%3E");
  }
}

html {
  scroll-padding-top: 90px;
}

@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
}

html,
body {
  height: 100%;
}

body {
  background-color: var(--background);
  font-family: "Roboto", sans-serif;
  color: var(--text);
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-animation-name: initial;
  display: flex;
  flex-direction: column;
}
body.mobile-menu-open {
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 992px) {
  body.mobile-menu-open .header {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  }
}

.theme-toggle {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  display: flex;
}
.theme-toggle:after {
  height: 20px;
  width: 20px;
  content: "";
  background-image: var(--dark-mode-toggle);
}

.footer .theme-toggle {
  position: relative;
  top: 5px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
}
a {
  transition: var(--animation-speed);
  color: var(--brand-color-primary);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--text);
}

button {
  transition: var(--animation-speed);
}

p {
  margin-bottom: 20px;
}
p.lead {
  font-weight: 400;
}

img {
  height: auto;
  max-width: 100%;
}

hr {
  border-color: var(--background-variant-grey-soft);
}
hr.hr__spacer {
  margin: 60px 0;
}

pre {
  background: var(--background-variant);
  color: var(--text);
}

legend {
  border-color: var(--background-variant-grey-soft);
  color: var(--text);
}

.row__no-gutter div[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.text-muted {
  color: var(--text);
}

.btn__primary {
  color: var(--color-white);
  background: var(--brand-color-primary);
}
.btn__primary:hover, .btn__primary:focus {
  background: var(--color-black);
  color: var(--color-white);
}
.btn__secondary {
  color: var(--color-white);
  background: var(--brand-color-primary);
}
.btn__secondary:hover, .btn__secondary:focus {
  background: var(--brand-color-secondary);
  color: var(--brand-color-primary);
}
.btn__tertiary {
  color: var(--color-white);
  background: var(--brand-color-tertiary);
}
.btn__tertiary:hover, .btn__tertiary:focus {
  background: var(--color-black);
  color: var(--color-white);
}
.btn__dark {
  color: var(--color-white);
  background: var(--color-black);
}
.btn__dark:hover, .btn__dark:focus {
  background: rgba(var(--color-black-rgb), 0.7);
  color: var(--color-white);
}
.btn__default {
  color: var(--color-black);
  background: var(--color-white);
}
.btn__default:hover, .btn__default:focus {
  background: var(--color-black);
  color: var(--color-white);
}
.btn__underline {
  padding: 6px 0;
  font-weight: 700;
  border: 0;
  background: none;
  border-radius: 0;
  outline: none;
  box-shadow: none !important;
  position: relative;
  color: inherit;
  text-transform: uppercase;
}
.btn__underline:after {
  transition: var(--animation-speed);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--text);
}
.btn__underline:hover {
  color: var(--brand-color-primary);
}
.btn__underline:hover:after {
  background: var(--brand-color-primary);
}
.btn__underline--primary {
  color: var(--brand-color-primary);
}
.btn__underline--primary:after {
  background: var(--brand-color-primary);
}
.btn__underline--primary:hover:after {
  background: var(--color-black);
}
.btn__underline--white {
  color: var(--color-white);
}
.btn__underline--white:after {
  background: var(--color-white);
}
.btn__underline--white:hover, .btn__underline--white:focus {
  color: var(--brand-color-primary);
}
.btn__underline--white:hover:after, .btn__underline--white:focus:after {
  background: var(--brand-color-primary);
}
.btn__outline {
  background: none;
}
.btn__outline--primary {
  color: var(--brand-color-primary);
  border-color: var(--brand-color-primary);
}
.btn__outline--primary:after {
  background: var(--brand-color-primary);
}
.btn__outline--primary:hover:after {
  background: var(--color-black);
}
.btn__lineafter {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  background: none;
  color: inherit;
}
.btn__lineafter:hover:after {
  width: 60px;
}
.btn__lineafter:after {
  content: " ";
  border-top: 2px solid var(--text);
  width: 36px;
  height: 7px;
  display: inline-block;
  margin-left: 20px;
  transition: var(--animation-speed);
}
.btn__lineafter--black:hover, .btn__lineafter--black:focus {
  color: var(--brand-color-primary);
}
.btn__lineafter--black:hover:after, .btn__lineafter--black:focus:after {
  border-color: var(--brand-color-primary);
}
.btn__lineafter--white:after {
  border-color: var(--color-white);
}
.btn__lineafter--white:hover, .btn__lineafter--white:focus {
  color: var(--color-white);
}

.flex {
  display: flex;
}
.flex__center {
  display: flex;
  align-items: center;
}
.flex__center--center {
  justify-content: center;
}

.wrap-side {
  position: relative;
}

/* Video Embed */
.fluid-video {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16/9 format */
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.fluid-video iframe,
.fluid-video embed,
.fluid-video object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.fluid-video-fullscreen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.fluid-video-fullscreen iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container-fluid__fixed {
  max-width: 1170px;
}
.container-fluid__extended {
  max-width: 1500px;
}
.container-fluid__max {
  max-width: 80%;
}
.container-fluid__edge-space {
  margin-left: 3%;
  margin-right: 3%;
}
@media only screen and (max-width: 992px) {
  .container-fluid__edge-space {
    margin-left: 0;
    margin-right: 0;
  }
}

.mobile-menu {
  position: fixed;
  z-index: 98;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  overflow: auto;
  transition: var(--animation-speed);
  padding: 70px 15px 15px 15px;
  opacity: 0;
  background: var(--background);
}
.mobile-menu:before {
  position: absolute;
  inset: 0;
  background: var(--background);
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mobile-menu .header__action {
  justify-content: flex-start;
}
.mobile-menu .header__action svg {
  fill: var(--text);
}
.mobile-menu__open {
  transform: translateY(0);
  transition: 0.3s;
  display: block;
  opacity: 1;
}
.mobile-menu__item {
  margin-bottom: 15px;
}
.mobile-menu__menu {
  position: relative;
  background: var(--background-variant);
  padding: 0px;
  border-radius: 4px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
}
.mobile-menu__profile button.theme-toggle {
  position: relative;
  padding: 0 8px;
}
.mobile-menu__profile button.theme-toggle:after {
  height: 22px;
  width: 22px;
}

.menu-btn {
  width: 35px;
}
.menu-btn.desktop-menu__btn {
  display: none;
}
.menu-btn.desktop-menu__btn .bar, .menu-btn.desktop-menu__btn:before, .menu-btn.desktop-menu__btn:after {
  background: var(--text);
}
.menu-btn.open:before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.menu-btn.open:after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.menu-btn.open:before, .menu-btn.open:after {
  background: var(--text);
}
.menu-btn.open .bar {
  opacity: 0;
  height: 0;
  width: 0;
  background: var(--text);
}
.menu-btn:before {
  top: 25%;
  content: "";
}
.menu-btn:after {
  top: 70%;
  content: "";
}
.menu-btn .bar {
  top: 50%;
  transform: translate(0, -50%);
}
.menu-btn .bar, .menu-btn:before, .menu-btn:after {
  position: absolute;
  left: 10px;
  right: 0;
  height: 2px;
  background: var(--color-white);
  transition: var(--animation-speed);
}

.mobile-menu-open .header {
  position: fixed;
  background: var(--background);
}
.mobile-menu-open .header__logo a {
  color: var(--text);
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  color: var(--color-white);
  transition: background-color var(--animation-speed) linear;
}
@media only screen and (max-width: 992px) {
  .header {
    top: 0;
    min-height: 50px;
  }
}
.header.headroom--not-top {
  position: fixed;
}
.header.headroom--not-top.headroom--not-bottom, .header.headroom--not-top.headroom--bottom {
  top: 0;
  color: var(--text);
  background: var(--background);
  box-shadow: 0px 12px 12px -6px rgba(0, 0, 0, 0.3);
}
.header.headroom--not-top.headroom--not-bottom .header__nav, .header.headroom--not-top.headroom--bottom .header__nav {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header.headroom--not-top.headroom--not-bottom .header__logo,
  .header.headroom--not-top.headroom--not-bottom .header__buttons .btn, .header.headroom--not-top.headroom--bottom .header__logo,
  .header.headroom--not-top.headroom--bottom .header__buttons .btn {
    display: none;
  }
}
.header.headroom--not-top.headroom--not-bottom .header__quicksearch, .header.headroom--not-top.headroom--bottom .header__quicksearch {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .header.headroom--not-top.headroom--not-bottom .header__quicksearch, .header.headroom--not-top.headroom--bottom .header__quicksearch {
    display: flex !important;
  }
}
.header.headroom--not-top.headroom--not-bottom .mobile-menu__btn .bar, .header.headroom--not-top.headroom--not-bottom .mobile-menu__btn:before, .header.headroom--not-top.headroom--not-bottom .mobile-menu__btn:after, .header.headroom--not-top.headroom--bottom .mobile-menu__btn .bar, .header.headroom--not-top.headroom--bottom .mobile-menu__btn:before, .header.headroom--not-top.headroom--bottom .mobile-menu__btn:after {
  background: var(--text);
}
.header.headroom--not-top.headroom--not-bottom .desktop-menu__btn, .header.headroom--not-top.headroom--bottom .desktop-menu__btn {
  display: flex;
}
.header.headroom--not-top.headroom--not-bottom .header__logo a, .header.headroom--not-top.headroom--bottom .header__logo a {
  color: var(--text);
}
.header.headroom--not-top.headroom--not-bottom svg, .header.headroom--not-top.headroom--bottom svg {
  fill: var(--text);
}
.header__wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}
.header__logo {
  position: relative;
  padding: 15px 0;
  margin-right: 0;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
@media only screen and (max-width: 992px) {
  .header__logo {
    margin-right: 0;
  }
}
.header__logo img,
.header__logo svg {
  height: 80px;
}
@media only screen and (max-width: 992px) {
  .header__logo img,
  .header__logo svg {
    height: 30px;
  }
}
.header__logo a {
  color: var(--color-white);
  display: flex;
}
.header__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.header__quicksearch {
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 992px) {
  .header__quicksearch {
    max-width: 100%;
  }
}
.header__quicksearch .nav-tablist {
  display: flex;
  margin-right: 20px;
}
.header__quicksearch .nav-tablist > li {
  display: flex;
}
.header__quicksearch .nav-tablist .dropdown-toggle {
  background: none;
  border: 0;
  color: var(--text);
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  padding: 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .header__quicksearch .nav-tablist .dropdown-toggle {
    padding: 8px 0;
  }
}
.header__quicksearch .nav-tablist .dropdown-toggle:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 5px;
}
.header__quicksearch .nav-tablist .dropdown-toggle[aria-expanded=true] {
  background: none;
}
.header__quicksearch .nav-tablist .dropdown-toggle[aria-expanded=true]:after {
  content: "\f106";
}
.header__quicksearch .nav-tablist .dropdown-toggle:focus, .header__quicksearch .nav-tablist .dropdown-toggle:hover {
  border-color: rgba(var(--color-black-rgb), 0.02);
}
.header__quicksearch .nav-tablist .dropdown-menu {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border: 0;
  background: rgba(var(--background-rgb-white-black), 0.9);
  -webkit-backdrop-filter: blur(10px) brightness(1.75);
          backdrop-filter: blur(10px) brightness(1.75);
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
}
.header__quicksearch .nav-tablist .dropdown-menu li {
  border-bottom: 1px solid rgba(175, 175, 175, 0.5);
}
.header__quicksearch .nav-tablist .dropdown-menu li:last-child {
  border-bottom: 0;
}
.header__quicksearch .nav-tablist .dropdown-menu li.active a {
  background: none;
  display: flex;
  justify-content: space-between;
  background: rgba(var(--color-white-rgb), 0.15);
}
.header__quicksearch .nav-tablist .dropdown-menu li a {
  font-weight: 500;
  background: none;
  color: var(--text);
  padding: 10px 14px;
}
.header__quicksearch .nav-tablist .dropdown-menu li a:hover {
  background: rgba(175, 175, 175, 0.2);
}
.header__quicksearch .tab-content {
  flex: 1;
}
.header__quicksearch .tab-pane > div {
  padding: 5px 5px 5px 10px;
  border-radius: 4px;
  background: var(--background-variant);
}
@media only screen and (max-width: 992px) {
  .header__quicksearch .tab-pane > div {
    border-radius: 0;
  }
}
.header__quicksearch__suggest {
  width: 100%;
}
.header__quicksearch__suggest__wrap {
  display: flex;
  align-items: center;
}
.header__quicksearch__suggest form {
  position: relative;
}
.header__quicksearch__suggest form .form-group {
  position: relative;
  margin-bottom: 0;
  flex: 1;
  border-radius: 4px;
  color: var(--text);
}
@media only screen and (max-width: 767px) {
  .header__quicksearch__suggest form .form-group {
    margin: 0;
  }
}
@keyframes pulseSearch {
  0% {
    background: none;
  }
  50% {
    background: var(--background-variant-grey-soft);
  }
  100% {
    background: none;
  }
}
.header__quicksearch__suggest form button[type=submit] {
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: none;
  border: 1px solid transparent;
  padding: 6px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .header__quicksearch__suggest form button[type=submit] {
    margin: 0 0 0 5px;
  }
}
.header__quicksearch__suggest form button[type=submit].item {
  animation: pulseSearch 1.5s infinite;
}
.header__quicksearch__suggest form button[type=submit] svg {
  height: 20px;
  width: 20px;
  fill: var(--text);
  transition: var(--animation-speed);
}
.header__quicksearch__suggest form .searchSuggestLoading {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 20px;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
  color: var(--text);
  font-size: 4px;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.header__quicksearch__suggest form .searchSuggestLoading:before, .header__quicksearch__suggest form .searchSuggestLoading:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
}
.header__quicksearch__suggest form .searchSuggestLoading:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.header__quicksearch__suggest form .searchSuggestLoading:after {
  left: 3.5em;
}
@keyframes bblFadInOut {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.header__quicksearch__suggest form .ms-ctn {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
.header__quicksearch__suggest form .ms-ctn input {
  margin: 0;
  background: none;
}
.header__quicksearch__suggest form .ms-ctn .ms-helper {
  top: -30px;
  right: 10px;
  color: red;
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .header__quicksearch__suggest form .ms-ctn .ms-helper {
    right: -57px;
  }
}
.header__quicksearch__suggest form .ms-ctn .ms-sel-ctn {
  height: auto;
  margin-left: 0;
}
.header__quicksearch__suggest form .ms-ctn input {
  height: 38px;
  min-width: 20%;
  width: 60% !important;
  font-size: 16px;
  color: var(--text);
}
.header__quicksearch__suggest form .ms-ctn input::-moz-placeholder {
  color: var(--text);
}
.header__quicksearch__suggest form .ms-ctn input::placeholder {
  color: var(--text);
}
@media only screen and (max-width: 767px) {
  .header__quicksearch__suggest form .ms-ctn input {
    min-width: 50px;
    width: 100% !important;
  }
}
.header__quicksearch__suggest form .ms-ctn .ms-sel-item {
  position: relative;
  margin: 1px 2px 1px 0;
  padding: 3px 35px 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30%;
  border-radius: 4px;
  font-weight: 700;
  line-height: 28px;
  height: 36px;
  color: var(--brand-color-secondary);
  border-color: var(--text);
  background: none;
  font-size: 16px;
}
.header__quicksearch__suggest form .ms-ctn .ms-sel-item:hover {
  color: var(--brand-color-secondary);
  border-color: var(--brand-color-secondary);
  background: none;
}
@media only screen and (max-width: 767px) {
  .header__quicksearch__suggest form .ms-ctn .ms-sel-item {
    max-width: 200px;
  }
}
.header__quicksearch__suggest form .ms-ctn .ms-close-btn {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  background-color: rgba(var(--color-grey-600), 0.1);
  width: 26px;
  font-size: 20px;
}
.header__quicksearch__suggest form .ms-ctn .ms-close-btn:after {
  content: "✕";
}
.header__quicksearch__suggest form .ms-ctn .ms-res-ctn.dropdown-menu {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border: 0;
  padding: 0;
  margin: -3px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .header__quicksearch__suggest form .ms-ctn .ms-res-ctn .ms-res-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header__quicksearch__suggest form .ms-ctn .ms-res-ctn em {
  background: none;
  color: var(--brand-color-secondary);
}
.header__quicksearch__suggest form#searchByMLS .ms-res-ctn.dropdown-menu div[class*=col-] {
  width: 100%;
}
.header__quicksearch__suggest form#searchBySubdivision .ms-res-ctn.dropdown-menu div[class*=col-] {
  width: 50%;
}
.header__action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 992px) {
  .header__action {
    margin-left: auto;
    height: 50px;
  }
}
.header__action ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.header__action ul li {
  display: inline-block;
}
.header__action ul li.admin, .header__action ul li.theme-toggle {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header__action ul li.admin, .header__action ul li.theme-toggle {
    display: inline-block;
  }
}
.header__action ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 8px;
  position: relative;
  font-weight: 500;
}
.header__action ul li a:hover {
  color: var(--color-white);
}
.header__action ul li a:hover svg {
  fill: var(--brand-color-primary);
}
.header__action ul li a svg {
  display: inline-block;
  height: 22px;
  width: 22px;
  fill: var(--color-white);
  transition: var(--animation-speed);
  stroke: var(--color-white);
}
.header__action ul li a span {
  display: none;
}
.header__action ul li a .total {
  position: absolute;
  top: -3px;
  left: 26px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  background-color: var(--brand-color-primary);
  color: var(--color-white);
}
.header__action ul li svg {
  fill: var(--text);
}
.header__buttons {
  margin-left: 20px;
}
@media only screen and (max-width: 992px) {
  .header__buttons {
    margin-left: 0;
  }
}
.header__buttons ul {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.header__buttons ul li {
  display: inline;
}
.header__buttons ul li a {
  padding: 10px 16px;
  line-height: inherit;
  min-width: 26px;
}
.header__buttons ul li a i {
  margin-right: 10px;
}
.header__buttons ul li a:hover svg {
  fill: var(--brand-color-primary);
}
.header__buttons ul li a svg {
  display: inline-block;
  height: 22px;
  width: 22px;
  fill: var(--text);
  transition: var(--animation-speed);
  stroke-width: 6;
  margin-right: 5px;
}
@media only screen and (max-width: 992px) {
  .header__buttons ul li a svg {
    fill: var(--text);
    stroke-width: inherit;
    height: 25px;
    width: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header__buttons ul li a svg {
    margin-right: 0;
  }
}

/* ==========================================================================
   Navigation
   ========================================================================== */
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li,
.sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
  box-sizing: inherit;
}

@media (min-width: 993px) {
  .sm-clean ul {
    position: absolute;
    width: 12em;
  }
  .sm-clean li {
    float: left;
  }
  .sm-clean.sm-rtl li {
    float: right;
  }
  .sm-clean ul li,
  .sm-clean.sm-rtl ul li,
  .sm-clean.sm-vertical li {
    float: none;
  }
  .sm-clean a {
    white-space: nowrap;
  }
  .sm-clean ul a,
  .sm-clean.sm-vertical a {
    white-space: normal;
  }
  .sm-clean .sm-nowrap > li > a,
  .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
}
@media (min-width: 993px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  .sm-clean ul a.disabled {
    background: var(--color-white);
    color: #ccc;
  }
  .sm-clean .scroll-up,
  .sm-clean .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: var(--color-white);
    height: 20px;
  }
  .sm-clean .scroll-up:hover,
  .sm-clean .scroll-down:hover {
    background: #eee;
  }
  .sm-clean .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent var(--brand-color-primary);
  }
  .sm-clean .scroll-down:hover .scroll-down-arrow {
    border-color: var(--brand-color-primary) transparent transparent;
  }
  .sm-clean .scroll-up-arrow,
  .sm-clean .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #555;
  }
  .sm-clean .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed;
    border-color: #555 transparent transparent;
  }
  .sm-clean {
    float: right;
  }
  .sm-clean .sub-arrow {
    position: absolute;
    right: 5px;
    margin-left: 5px;
    text-align: center;
  }
  .sm-clean .sub-arrow:after {
    font-family: FontAwesome;
    content: "\f107";
  }
  .sm-clean li {
    position: relative;
    display: block;
    float: left;
  }
  .sm-clean li:last-of-type {
    border-bottom: 0;
  }
  .sm-clean li a {
    padding: 10px 14px;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
  }
  .sm-clean li a:hover .sub-arrow:after {
    content: "\f106";
  }
  .sm-clean li a:not(:only-child) {
    padding-right: 20px;
  }
  .sm-clean > li:hover > a .sub-arrow:after {
    content: "\f106";
  }
  .sm-clean ul {
    position: absolute;
    z-index: 999;
    width: 12em;
    *zoom: 1;
    color: var(--text);
    padding: 0;
    border-radius: 4px;
    background: rgba(var(--background-rgb-white-black), 0.9);
    -webkit-backdrop-filter: blur(10px) brightness(1.75);
            backdrop-filter: blur(10px) brightness(1.75);
  }
  .sm-clean ul:before, .sm-clean ul:after {
    content: " ";
    display: table;
  }
  .sm-clean ul:after {
    clear: both;
  }
}
@media only screen and (min-width: 993px) and (max-width: 992px) {
  .sm-clean ul {
    background: rgba(var(--color-white-rgb), 0.15);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
  }
}
@media (min-width: 993px) {
  .sm-clean ul li {
    float: none;
    border-bottom: 1px solid rgba(175, 175, 175, 0.5);
  }
  .sm-clean ul li a {
    padding: 10px 15px;
    color: var(--text);
    font-weight: normal;
  }
  .sm-clean ul li a:hover {
    color: var(--text);
    background: rgba(175, 175, 175, 0.2);
  }
  .sm-clean ul > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .sm-clean ul > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .sm-clean ul > li > a {
    position: relative;
  }
  .sm-clean ul > li > a .sub-arrow:after {
    content: "\f105";
  }
  .sm-clean ul > li:last-of-type > a:before {
    display: none;
  }
  .sm-clean ul > li:hover > a .sub-arrow:after {
    content: "\f104";
  }
}
@media only screen and (max-width: 992px) {
  .sm-clean li {
    float: none;
  }
  .sm-clean li a {
    text-decoration: none;
    padding: 14px 20px;
    border-bottom: 1px dashed rgba(var(--color-white-rgb), 0.15);
    color: var(--text);
  }
  .sm-clean li a:hover {
    background: rgba(var(--color-white-rgb), 0.15);
  }
  .sm-clean li a .sub-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 20px;
    text-align: center;
    width: 45px;
    color: var(--text);
    top: 0;
    right: 0;
    bottom: 0;
  }
  .sm-clean li a .sub-arrow:after {
    font-family: FontAwesome;
    content: "\f107";
  }
  .sm-clean li a.highlighted {
    background: rgba(var(--color-white-rgb), 0.15);
  }
  .sm-clean li a.highlighted .sub-arrow:after {
    content: "\f106";
  }
}
.hero {
  position: relative;
  z-index: 9;
}
.hero .slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  list-style: none;
  display: flex;
}
.hero .slick-dots li {
  margin-left: 4px;
}
.hero .slick-dots .slick-active button {
  opacity: 0.9;
  width: 35px;
}
.hero .slick-dots button {
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  height: 10px;
  width: 20px;
  background: var(--color-white);
  border: 0;
  border-radius: 50px;
  opacity: 0.6;
}
.hero .collection__slider-arrows {
  top: auto;
  bottom: 0;
  left: auto;
  transform: none;
  display: flex;
}
.hero .collection__slider-arrows .slick-arrow {
  flex-direction: row;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  left: auto;
  right: auto;
  background: var(--background-variant);
}
.hero .collection__slider-arrows .slick-arrow:hover {
  background: var(--brand-color-primary);
}
.hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
}
.hero__media:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=0);
}
@media only screen and (max-width: 992px) {
  .hero__media {
    padding-top: 0;
  }
}
.hero__media__slider {
  overflow: hidden;
  height: 100%;
}
.hero__media__slider .slick-slider,
.hero__media__slider .slick-list,
.hero__media__slider .slick-track {
  height: 100%;
}
.hero__media__slider .item {
  background-size: cover;
  background-position: center center;
  height: 100%;
}
.hero__media__slider:after {
  background-color: rgba(17, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.hero__media__video {
  background-size: cover;
  background-position: top center;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.hero__media__video:after {
  background-color: rgba(17, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.hero__media__video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero__media__video .inline-YTPlayer {
  height: 100% !important;
  max-width: 100% !important;
}
.hero__media__video .mb_YTPlayer {
  position: static !important;
}
.hero__scroll-down {
  position: fixed;
  z-index: 9;
  right: 20px;
  bottom: 20px;
  transition: var(--animation-speed);
  transform: translateY(0);
}
.hero__scroll-down.hide-scroll {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
}
.hero__scroll-down svg {
  height: 40px;
  width: 50px;
  fill: var(--color-white);
}
.hero__content {
  padding: 60px 0;
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.hero__content div[class*=container-] {
  width: 100%;
}
.hero__content__text {
  color: var(--color-white);
  margin: 20px 0 100px 0;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.hero__content__text .h1 {
  margin-top: 0;
  font-size: 60px;
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .hero__content__text .h1 {
    font-size: 40px;
  }
}
.hero__content__text span {
  text-transform: uppercase;
}
.hero__content__text span.primary-color {
  color: var(--brand-color-primary);
}
.hero__content__text span.secondary-color {
  color: var(--brand-color-secondary);
}
.hero__content__text p {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .hero__content__text p {
    font-size: 20px;
  }
}
.hero__quicksearch {
  margin: 0;
}
.hero__quicksearch .nav-tablist {
  border: 0;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .hero__quicksearch .nav-tablist {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.hero__quicksearch .nav-tablist li {
  display: inline-block;
  float: none;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .hero__quicksearch .nav-tablist li {
    margin-right: 0;
  }
}
.hero__quicksearch .nav-tablist li.active a {
  background: var(--brand-color-primary) !important;
}
.hero__quicksearch .nav-tablist li.active a:before {
  border-color: var(--brand-color-primary) transparent transparent;
}
.hero__quicksearch .nav-tablist li a {
  background: var(--brand-color-tertiary);
  border: 0;
  color: var(--color-white);
  border-radius: 4px;
  padding: 10px 16px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  outline: none;
}
.hero__quicksearch .nav-tablist li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-color: transparent;
  border-width: 9px;
  border-style: solid;
}
@media only screen and (max-width: 767px) {
  .hero__quicksearch .nav-tablist li a {
    padding: 4px 10px;
  }
}
.hero__quicksearch .nav-tablist li a:hover {
  background: var(--brand-color-primary) !important;
}
.hero__quicksearch .tab-pane > div {
  padding: 5px;
  background: var(--color-white);
  border-radius: var(--border-radius);
}
.hero__quicksearch__guided {
  max-width: 800px;
  position: relative;
}
.hero__quicksearch__guided #backMain {
  position: absolute;
  z-index: 9;
  right: -10px;
  top: -10px;
  background: rgba(var(--background-rgb), 0.9);
  border: 0;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: var(--box-shadow);
  color: var(--text);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__quicksearch__suggest {
  width: 100%;
  max-width: 800px;
}
.hero__quicksearch__suggest__wrap {
  display: flex;
}
.hero__quicksearch__suggest form {
  position: relative;
}
.hero__quicksearch__suggest form .form-group {
  position: relative;
  margin: 5px;
  width: calc(100% - 60px);
  border-radius: 4px;
  background: var(--color-bright-grey);
}
@media only screen and (max-width: 767px) {
  .hero__quicksearch__suggest form .form-group {
    margin: 0;
  }
}
.hero__quicksearch__suggest form #mls-search-btn {
  text-align: center;
  width: 60px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .hero__quicksearch__suggest form #mls-search-btn {
    margin: 0 0 0 5px;
  }
}
.hero__quicksearch__suggest form #mls-search-btn svg {
  height: 20px;
  width: 20px;
  fill: var(--color-white);
  transition: var(--animation-speed);
}
.hero__quicksearch__suggest form [id^=qs_suggest] {
  padding: 6px 12px;
  border: 0;
  background: none;
  box-shadow: none;
}
.hero__quicksearch__suggest form .searchSuggestLoading {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(72, 72, 72, 0.3);
  border-radius: 50%;
  border-top-color: var(--color-black);
  animation: loading 1s ease-in-out infinite;
}
@keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.hero__quicksearch__suggest form .ms-ctn input {
  margin: 0;
  background: none;
}
.hero__quicksearch__suggest form .ms-ctn .ms-helper {
  top: 2px;
  right: 10px;
  color: red;
  font-size: 12px;
  font-weight: 700;
}
.hero__quicksearch__suggest form .ms-ctn .ms-sel-ctn {
  height: auto;
  margin-left: 0;
}
.hero__quicksearch__suggest form .ms-ctn .ms-sel-ctn input {
  height: 38px;
  min-width: 20%;
  font-size: 16px;
  font-weight: 500;
}
.hero__quicksearch__suggest form .ms-ctn .ms-sel-item {
  position: relative;
  margin: 1px 2px 1px 0;
  padding: 8px 35px 5px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 30%;
  border-radius: 4px;
  background: #ddd;
  font-weight: 700;
  height: 36px;
  color: var(--color-black);
}
@media only screen and (max-width: 767px) {
  .hero__quicksearch__suggest form .ms-ctn .ms-sel-item {
    max-width: 70%;
  }
}
.hero__quicksearch__suggest form .ms-ctn .ms-sel-item:hover {
  border: 1px solid var(--color-arsenic);
}
.hero__quicksearch__suggest form .ms-ctn .ms-close-btn {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  background: none;
  width: 26px;
}
.hero__quicksearch__suggest form .ms-ctn .ms-close-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "✕";
}
.hero__quicksearch__suggest form .ms-ctn .ms-res-ctn.dropdown-menu {
  box-shadow: 0 4px 5px rgba(17, 0, 0, 0.15);
  border: 0;
  padding: 0;
  margin: -3px 0 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (max-width: 992px) {
  .hero__quicksearch__suggest form .ms-ctn .ms-res-ctn .ms-res-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hero__quicksearch__suggest form .ms-ctn .ms-res-ctn div[class*=col-] {
  width: 100%;
}
.hero__quicksearch__suggest form .ms-ctn .ms-res-ctn em {
  background: none;
  color: var(--brand-color-primary);
}

.form-quicksearch {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 16px;
}
.form-quicksearch .custom-menu {
  display: none;
}
.form-quicksearch__wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .form-quicksearch__wrap {
    display: block;
  }
}
.form-quicksearch__search-fields {
  border-radius: 4px;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 767px) {
  .form-quicksearch__search-fields {
    width: 100%;
  }
}
.form-quicksearch__search-fields .row {
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .form-quicksearch__search-fields .row {
    margin-right: -3px;
    margin-left: -3px;
    display: block;
  }
}
.form-quicksearch__search-fields div[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .form-quicksearch__search-fields div[class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 6px;
  }
}
.form-quicksearch__search-fields .form-group {
  position: relative;
  margin: 5px;
  border-radius: 4px;
  background: var(--color-bright-grey);
}
@media only screen and (max-width: 767px) {
  .form-quicksearch__search-fields .form-group {
    margin: 0;
  }
}
.form-quicksearch__search-fields .form-group > label {
  position: absolute;
  top: 5px;
  font-size: 13px;
  padding: 0 12px;
  font-weight: 500;
  color: var(--color-black);
  margin: 0;
}
.form-quicksearch__search-fields .form-group.form-select .form-control, .form-quicksearch__search-fields .form-group.form-input .form-control {
  padding-top: 23px;
}
.form-quicksearch__search-fields .form-group.form-select:after {
  position: absolute;
  right: 12px;
  top: calc(50% - 15px);
  transform: translate(0, calc(-50% + 15px));
  font-family: FontAwesome;
  content: "\f107";
  font-size: 16px;
  color: var(--color-black);
}
.form-quicksearch__search-fields .form-group .form-control {
  position: relative;
  color: var(--color-black);
  background: none;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
}
.form-quicksearch__search-fields input,
.form-quicksearch__search-fields select {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
}
.form-quicksearch__search-fields input:focus,
.form-quicksearch__search-fields select:focus {
  box-shadow: none;
}
.form-quicksearch__search-fields select::-ms-expand {
  display: none;
}
.form-quicksearch__search-fields .qs-single-select .selectize-input {
  position: relative;
  border: 0;
  padding: 0 12px;
  background: none !important;
  box-shadow: none;
  min-height: 50px;
}
.form-quicksearch__search-fields .qs-single-select .selectize-input .item {
  position: absolute;
  top: calc(50% + 10px);
  transform: translate(0, -50%);
}
.form-quicksearch__search-fields .qs-single-select .selectize-input input {
  position: absolute;
  color: var(--color-black);
  top: calc(50% + 10px);
  transform: translate(0, -50%);
  display: none !important;
}
.form-quicksearch__search-fields .qs-single-select .selectize-input.input-active:after {
  content: "\f106";
}
.form-quicksearch__search-fields .qs-single-select .selectize-input:after {
  top: 50%;
  right: 22px;
  font-size: 16px;
  transform: translate(0, -50%);
  height: auto;
  border: 0;
  margin: 0 !important;
  font-family: FontAwesome;
  content: "\f107";
}
.form-quicksearch__search-fields .qs-single-select .selectize-dropdown,
.form-quicksearch__search-fields .qs-single-select .selectize-dropdown.form-control {
  margin: 0;
  border: 0;
  height: auto;
  width: 100% !important;
  top: -8px !important;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.form-quicksearch__search-fields .qs-single-select .selectize-dropdown-content {
  background: rgba(var(--background-rgb-white-black), 0.9);
  -webkit-backdrop-filter: blur(10px) brightness(1.75);
          backdrop-filter: blur(10px) brightness(1.75);
  border-radius: 5px;
  font-size: 14px;
}
.form-quicksearch__search-fields .qs-single-select .selectize-dropdown-content .option {
  background: none;
  color: var(--text);
  padding: 8px 12px;
  border-bottom: 1px solid rgba(175, 175, 175, 0.5);
}
.form-quicksearch__search-fields .qs-single-select .selectize-dropdown-content .option:last-child {
  border-bottom: 0;
}
.form-quicksearch__search-fields .qs-single-select .selectize-dropdown-content .option:hover {
  color: var(--text);
  background: rgba(175, 175, 175, 0.2);
}
.form-quicksearch__search-fields .multi-select.ms-parent {
  border: 4px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
}
.form-quicksearch__search-fields .multi-select.ms-parent .ms-choice {
  position: relative;
  background: none;
  padding: 0 12px;
}
.form-quicksearch__search-fields .multi-select.ms-parent .ms-choice span {
  padding: 0;
  top: calc(50% + 10px);
  transform: translate(0, -50%);
  left: 12px;
  right: 26px;
}
.form-quicksearch__search-fields .multi-select.ms-parent .ms-choice span.placeholder {
  color: var(--color-black);
}
.form-quicksearch__search-fields .multi-select.ms-parent .ms-choice > div {
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  width: auto;
  color: var(--color-black);
}
.form-quicksearch__search-fields .multi-select.ms-parent .ms-choice > div.open .caret:after {
  content: "\f106";
}
.form-quicksearch__search-fields .multi-select.ms-parent .ms-choice .caret {
  margin: 0;
  border: 0;
  font-weight: 500;
}
.form-quicksearch__search-fields .multi-select.ms-parent .ms-choice .caret:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  font-family: FontAwesome;
  content: "\f107";
  font-size: 16px;
}
.form-quicksearch__search-fields .multi-select .ms-drop {
  width: 100%;
  border-radius: 0;
  border: 0;
  padding: 0;
  border-radius: 5px;
  margin-top: -3px;
  font-size: 14px;
  background: rgba(var(--background-rgb-white-black), 0.9);
  -webkit-backdrop-filter: blur(10px) brightness(1.75);
          backdrop-filter: blur(10px) brightness(1.75);
}
.form-quicksearch__search-fields .multi-select .ms-drop ul li {
  padding: 0;
  border-top: 1px solid rgba(175, 175, 175, 0.5);
}
.form-quicksearch__search-fields .multi-select .ms-drop ul li:first-child {
  border-top: 0;
}
.form-quicksearch__search-fields .multi-select .ms-drop ul li:hover {
  background: none;
}
.form-quicksearch__search-fields .multi-select .ms-drop ul li:hover label {
  color: var(--text);
  background: rgba(175, 175, 175, 0.2);
}
.form-quicksearch__search-fields .multi-select .ms-drop label {
  white-space: pre-wrap;
  padding: 8px 4px;
  cursor: pointer;
  color: var(--text);
  outline: none;
  font-weight: 500;
  display: flex;
}
.form-quicksearch__search-fields .multi-select .ms-drop label span {
  padding-left: 3px;
}
.form-quicksearch__search-fields .multi-select .ms-drop label.disabled input {
  display: none;
}
.form-quicksearch__search-fields .multi-select .ms-drop label.disabled span {
  color: #999 !important;
  cursor: default;
}
.form-quicksearch__search-fields .multi-select .ms-drop input[type=checkbox] {
  cursor: pointer;
  outline: none;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 9px;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin-right: 3px;
  overflow: hidden;
  display: flex;
}
.form-quicksearch__search-fields .multi-select .ms-drop input[type=checkbox]:checked:after {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: fontAwesome;
  width: 100%;
  text-align: center;
  content: "\f00c";
  font-size: 12px;
  color: var(--text);
}
.form-quicksearch__submit {
  width: 60px;
  margin: 5px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .form-quicksearch__submit {
    flex-direction: row;
    width: 100%;
    margin: 0;
  }
}
.form-quicksearch__submit .btn {
  text-align: center;
  height: 100%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .form-quicksearch__submit .btn {
    height: 40px;
    width: 100%;
  }
}
.form-quicksearch__submit .btn span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .form-quicksearch__submit .btn span {
    display: block;
  }
}
.form-quicksearch__submit .btn svg {
  height: 20px;
  width: 20px;
  transition: var(--animation-speed);
  fill: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .form-quicksearch__submit .btn svg {
    margin-right: 10px;
  }
}
.form-quicksearch__submit a#resetForm {
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background: var(--color-arsenic);
  padding: 2px 6px;
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  display: none;
  cursor: pointer;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .form-quicksearch__submit a#resetForm {
    width: 30%;
    height: 40px;
    margin-top: 0;
    margin-left: 5px;
  }
}
.form-quicksearch__submit a#resetForm:hover {
  background: var(--color-black);
}

/* ==========================================================================
Form Wizard
========================================================================== */
.modal-open .letsTalkBtn {
  opacity: 0;
}

.homepage .letsTalkBtn {
  opacity: 0;
  transform: translateY(100%);
  visibility: hidden;
}
.homepage .letsTalkBtn.show-link {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.letsTalkBtn {
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  padding: 0;
  height: 50px;
  width: 50px;
  animation-name: wave-animation; /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s; /* Change to speed up or slow down */
  animation-iteration-count: infinite; /* Never stop waving :) */
  transform-origin: 60% 60%; /* Pivot around the bottom-left palm */
  display: inline-block;
  background: none;
  border: 0;
  color: var(--text);
}
@media only screen and (max-width: 767px) {
  .letsTalkBtn {
    right: 10px;
    bottom: 10px;
    height: 40px;
    width: 40px;
  }
}
.letsTalkBtn svg {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .letsTalkBtn svg {
    height: 40px;
  }
}

@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(20deg);
  } /* The following five values can be played with to make the waving more or less extreme */
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(14deg);
  }
  60% {
    transform: rotate(0deg);
  } /* Reset for the last half to pause */
  100% {
    transform: rotate(0deg);
  }
}
.modal-wizard__header {
  top: 20px;
}
.modal-wizard__footer {
  bottom: 20px;
}
.modal-wizard__header, .modal-wizard__footer {
  position: relative;
  text-align: center;
  font-weight: 700;
  padding: 0 30px;
  z-index: 1;
  font-size: 20px;
}
.modal-wizard .modal-dialog {
  height: 100vh !important;
  display: flex;
  margin: 0 auto;
}
.modal-wizard .close {
  position: absolute;
  z-index: 9;
  opacity: 1;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  text-shadow: none;
  color: var(--text);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-wizard .close span {
  font-size: 30px;
}
.modal-wizard .modal-content {
  margin: auto !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  flex: 1;
}

.form-wizard {
  /* textarea label */
}
.form-wizard [for=FormFieldFld60fd5d58-d75c-46ea-873f-492c43e19366] {
  display: none;
}
.form-wizard .modal-content {
  background: var(--background);
}
.form-wizard .panel {
  border: 0;
  box-shadow: none;
}
.form-wizard .form-group:has(button[type=submit]) {
  text-align: center;
}
.form-wizard .step-bar {
  margin: 40px auto 20px auto;
  max-width: 80%;
}
.form-wizard .step-bar .progress {
  margin: 0;
  height: 20px;
  background: #f4f4f4;
  box-shadow: none;
}
.form-wizard .step-bar .progress .progress-bar {
  background: var(--brand-color-primary);
}
.form-wizard .step-bar .nav-steps {
  display: flex;
  position: relative;
  margin-top: -20px;
}
.form-wizard .step-bar .nav-steps li {
  width: 100%;
}
.form-wizard .step-bar .nav-steps li:last-child a:after {
  display: none;
}
.form-wizard .step-bar .nav-steps li a {
  text-align: center;
  position: relative;
}
.form-wizard .step-bar .nav-steps li a:hover, .form-wizard .step-bar .nav-steps li a:focus {
  background-color: inherit;
}
.form-wizard .step-bar .nav-steps li a:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 10px;
  background: var(--background);
  top: 0;
  right: -5px;
}
.form-wizard .form-group.center {
  text-align: center;
}
.form-wizard form .panel .panel-heading {
  display: block !important;
  background: none;
  color: var(--text);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 0;
  border: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.form-wizard form .button-radio-group,
.form-wizard form .button-checkbox-group {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form-wizard form .button-radio-group.multi-column,
.form-wizard form .button-checkbox-group.multi-column {
  display: inline-block;
  text-align: center;
}
.form-wizard form .button-radio-group.multi-column .radio-inline,
.form-wizard form .button-radio-group.multi-column .checkbox-inline,
.form-wizard form .button-checkbox-group.multi-column .radio-inline,
.form-wizard form .button-checkbox-group.multi-column .checkbox-inline {
  margin: 5px !important;
}
.form-wizard form .button-radio-group .radio-inline,
.form-wizard form .button-radio-group .checkbox-inline,
.form-wizard form .button-checkbox-group .radio-inline,
.form-wizard form .button-checkbox-group .checkbox-inline {
  margin: 5px 0 !important;
  width: auto !important;
  min-width: 200px;
  padding: 14px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  border-radius: 12px;
  background: var(--background-variant-grey);
}
.form-wizard form .button-radio-group .radio-inline.active,
.form-wizard form .button-radio-group .checkbox-inline.active,
.form-wizard form .button-checkbox-group .radio-inline.active,
.form-wizard form .button-checkbox-group .checkbox-inline.active {
  background: #1dbc60;
  color: var(--color-white);
}
.form-wizard form .button-radio-group .radio-inline input,
.form-wizard form .button-radio-group .checkbox-inline input,
.form-wizard form .button-checkbox-group .radio-inline input,
.form-wizard form .button-checkbox-group .checkbox-inline input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
  background: none;
  outline: none;
  cursor: pointer;
  opacity: 0;
}
.form-wizard form input {
  color: var(--text);
}
.form-wizard form input::-moz-placeholder {
  color: var(--text);
}
.form-wizard form input::placeholder {
  color: var(--text);
}
.form-wizard .btn {
  text-transform: uppercase;
  outline: none;
  border: 0;
  padding: 10px 18px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: var(--animation-speed);
  min-width: 250px;
  color: var(--color-white);
}
.form-wizard .btn[type="reset"] {
  display: none;
}
.form-wizard .btn.back {
  background: var(--background-variant);
}
.form-wizard .btn.next {
  background: var(--brand-color-primary);
}

/* ==========================================================================
   Section
   ========================================================================== */
.content {
  position: relative;
}

.section {
  position: relative;
}
.section .container-fluid {
  position: relative;
}
.section__round {
  margin: 15px;
  border-radius: 26px;
}
.section__spacer {
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section__spacer {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section__spacer {
    padding: 40px 0;
  }
}
.section__spacer--bottom {
  padding: 0 0 120px 0;
}
@media only screen and (max-width: 767px) {
  .section__spacer--bottom {
    padding: 0 0 40px 0;
  }
}
.section__spacer--main {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .section__spacer--main {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section__spacer--main {
    padding: 40px 0;
  }
}
.section__center {
  text-align: center;
}
.section__background-image {
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: var(--color-bright-grey);
}
.section__background-image:before {
  background-color: rgba(77, 77, 77, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.section__background-color {
  background-color: var(--background-variant);
}
.section__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section__title {
    margin-bottom: 20px;
  }
}
.section__title__link {
  float: right;
  margin-left: 5px;
}
.section__title--sub {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--brand-color-primary);
}
.section__title h2 {
  margin-top: 0;
}
.section__sub {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .section__sub {
    margin-top: 20px;
  }
}

.banner__background {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  color: var(--color-white);
}
.banner__background:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=0);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__background {
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__background {
    min-height: 200px;
  }
}
.banner__background .banner__title {
  padding: 0;
}
.banner__background h1 {
  margin: 0;
  color: var(--color-white);
}
.banner__listing:before {
  background: rgba(77, 77, 77, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.banner__title {
  padding: 100px 0 0 0;
  margin-bottom: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__title {
    padding-top: 60px;
    margin-bottom: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__title {
    padding-top: 60px;
    margin-bottom: -20px;
  }
}
.banner__title h1 {
  font-size: 42px;
}
@media only screen and (max-width: 992px) {
  .banner__title h1 {
    font-size: 30px;
  }
}
.banner__title p {
  font-weight: normal;
  font-size: 24px;
  padding-top: 5px;
}

.agent-section {
  height: 100vh;
  display: flex;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .agent-section {
    height: auto;
    display: block;
  }
}
.agent-section__item {
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .agent-section__item {
    display: block;
    overflow: hidden;
  }
}
.agent-section__text {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 10px 30px;
}
@media only screen and (max-width: 767px) {
  .agent-section__text {
    position: relative;
    padding: 0 10px 230px 120px;
    display: block;
  }
}
.agent-section__agent-pic {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .agent-section__agent-pic {
    overflow: hidden;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .agent-section__agent-pic {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
.agent-section__agent-pic img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .agent-section__agent-pic img {
    position: relative;
    height: auto;
    max-height: 300px;
    left: -30px;
    min-width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .agent-section__agent-pic img {
    max-height: 600px;
    left: 0;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .agent-section__agent-pic img {
    left: -100px;
  }
}

.collection__wrap {
  display: none;
}
.collection__wrap.slick-initialized {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.collection__slider {
  position: relative;
}
.collection__slider .slick-slide {
  outline: none;
  opacity: 0.5;
  transition: var(--animation-speed);
  height: auto;
  flex: 1;
}
.collection__slider .slick-slide > div {
  height: 100%;
}
.collection__slider .slick-active,
.collection__slider .slick-center {
  opacity: 1;
}
.collection__slider .slick-track {
  display: flex;
  align-items: stretch;
}
.collection__slider-arrows {
  position: absolute;
  z-index: 1;
  top: calc(50% - 50px);
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .collection__slider-arrows {
    top: calc(50% - 40px);
  }
}
.collection__slider-arrows .slick-arrow {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  border: 0;
  width: 60px;
  height: 60px;
  background: var(--color-white);
  border-radius: 50%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
  font-size: 26px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .collection__slider-arrows .slick-arrow {
    height: 40px;
    width: 40px;
    padding: 0;
  }
}
.collection__slider-arrows .slick-arrow.slick-disabled {
  opacity: 0;
  transform: scale(0);
}
.collection__slider-arrows .slick-arrow svg {
  height: 24px;
  width: 24px;
  fill: var(--color-black);
  transition: var(--animation-speed);
}
@media only screen and (max-width: 767px) {
  .collection__slider-arrows .slick-arrow svg {
    height: 14px;
    width: 14px;
  }
}
.collection__slider-arrows .slick-arrow:hover {
  background: var(--brand-color-primary);
}
.collection__slider-arrows .slick-arrow:hover svg {
  fill: var(--color-white);
}
.collection__slider-arrows .slick-prev {
  position: absolute;
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .collection__slider-arrows .slick-prev {
    left: -15px;
  }
}
.collection__slider-arrows .slick-next {
  position: absolute;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .collection__slider-arrows .slick-next {
    right: -15px;
  }
}
.collection__box {
  outline: none;
  padding: 15px;
  height: 100%;
}
.collection__box a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--text);
  height: 100%;
}
.collection__box--wrap {
  display: flex;
  flex-direction: column;
  transition: var(--animation-speed);
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  height: 100%;
}
.collection__box--wrap:hover {
  transform: scale(1.02);
}
@media only screen and (max-width: 992px) {
  .collection__box--wrap:hover {
    transform: scale(1);
  }
}
.collection__preview {
  transition: var(--animation-speed);
  color: var(--color-white);
  padding-bottom: 65%;
  position: relative;
}
.collection__preview a {
  color: var(--color-white);
}
.collection__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.collection__background:before {
  font-weight: 700;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 50px;
  height: 50px;
  border: 3px solid rgba(72, 72, 72, 0.3);
  border-radius: 50%;
  border-top-color: var(--text);
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
.collection__pic {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.collection__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.collection__content {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 20px;
  text-shadow: 1px 1px 1px rgba(17, 0, 0, 0.1);
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.collection__content__top {
  font-weight: 700;
  width: 100%;
  display: flex;
  gap: 10px;
}
.collection__content__bottom {
  display: flex;
  margin-top: auto;
}
.collection__content--wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
}
.collection__daymls {
  text-align: right;
}
.collection__daymls img {
  height: 14px;
}
.collection__price {
  font-size: 22px;
  font-weight: 700;
}
.collection__price small {
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
}
.collection__remarks {
  margin-bottom: 10px;
}
.collection__courtesy {
  margin-bottom: 10px;
}
.collection__open-house {
  background: rgba(var(--color-black-rgb), 0.75);
  padding: 6px 12px;
  border-radius: 4px;
  color: var(--color-white);
  font-weight: 700;
}
.collection__featured {
  background: rgba(var(--brand-color-primary-rgb), 0.75);
  padding: 6px 12px;
  border-radius: 4px;
  color: var(--color-white);
  font-weight: 700;
}
.collection__favorite button {
  border: 0;
  padding: 0;
  background: none;
  font-size: 22px;
}
.collection__photo-count {
  background: rgba(var(--color-black-rgb), 0.75);
  padding: 4px 8px;
  border-radius: 4px;
  color: var(--color-white);
  font-weight: 700;
  margin-left: auto;
}
.collection__gen {
  margin-left: auto;
}
.collection__gen span {
  text-shadow: none;
  border-radius: 4px;
  background: var(--color-arsenic);
  display: inline-block;
  padding: 2px 8px;
  margin: 0 2px 2px 0;
}
.collection__gen span.status {
  background: var(--color-arsenic);
}
.collection__gen span.status-0, .collection__gen span.status-1 {
  background: green;
}
.collection__gen span.status-4, .collection__gen span.status-5, .collection__gen span.status-6, .collection__gen span.status-7, .collection__gen span.status-13 {
  background: orange;
}
.collection__gen span.sold, .collection__gen span.status-8 {
  background: red;
}
.collection__specs {
  padding: 15px 20px;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  overflow: hidden;
  background: var(--background-variant-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.collection__specs ul {
  margin: 0;
  margin-top: auto;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
}
.collection__specs ul li {
  color: var(--text);
  display: flex;
  align-items: center;
  background: var(--background-variant-grey-soft);
  border-radius: 4px;
  padding: 6px 8px;
}
.collection__specs ul li:has(a) {
  padding: 0;
}
.collection__specs ul li:has(a) a {
  padding: 6px 8px;
  box-shadow: none;
  border-radius: inherit;
}
.collection__specs ul li.view-listing {
  color: var(--color-white);
  background: var(--brand-color-primary);
}
.collection__specs ul li.view-listing a {
  color: var(--color-white);
}
.collection__specs ul li.view-listing a:hover {
  color: var(--color-white);
}
.collection__specs ul li.view-open-house {
  color: var(--color-white);
  background: var(--color-black);
}
.collection__specs ul li.view-open-house a {
  color: var(--color-white);
}
.collection__specs ul li.view-open-house a:hover {
  color: var(--color-white);
}
.collection__specs ul li a {
  color: var(--text);
  display: block;
}
.collection__specs ul li a:hover {
  opacity: 0.7;
  color: var(--text);
}
.collection__specs ul li strong {
  margin-right: 5px;
}
.collection__specs ul li svg {
  height: 20px;
  width: 20px;
  fill: var(--text);
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .gallery__slider .slick-list,
  .property__slider .slick-list,
  .recent-posts__slider .slick-list {
    padding: 0 10% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery__slider .collection__box,
  .gallery__slider .recent-posts__item,
  .property__slider .collection__box,
  .property__slider .recent-posts__item,
  .recent-posts__slider .collection__box,
  .recent-posts__slider .recent-posts__item {
    padding: 15px 10px;
  }
}

/* Gallery Slider */
.gallery__slider .collection__preview {
  padding-bottom: 75%;
}
.gallery__slider .collection__background {
  border-radius: var(--border-radius);
}
.gallery__slider .collection__slider-arrows {
  position: absolute;
  z-index: 1;
  top: calc(50% - 30px);
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .gallery__slider .collection__slider-arrows {
    top: calc(50% - 40px);
  }
}

.property__slider__custom-listing .collection__gen span.status {
  background: orange;
}
.property__slider__custom-listing .collection__gen span.status-active {
  background: green;
}
.property__slider__custom-listing .collection__gen span.status-sold {
  background: red;
}

/* Real Estate Listings */
#listings .listings-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #listings .listings-wrap .myrsol-idx-summary {
    width: 100%;
  }
}
#listings.list_view .collection__box {
  width: 100%;
}
#listings.list_view .collection__box .collection__box--wrap {
  flex-direction: row;
}
#listings.list_view .collection__box .collection__box--wrap .collection__preview {
  width: 35%;
  padding-bottom: 30%;
}
#listings.list_view .collection__box .collection__box--wrap .collection__preview .collection__background {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
#listings.list_view .collection__box .collection__box--wrap .collection__preview .collection__content {
  font-size: 12px;
}
#listings.list_view .collection__box .collection__box--wrap .collection__specs {
  width: 65%;
  height: auto;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
#listings.list_view .collection__box .collection__box--wrap .collection__specs ul {
  margin-top: 0;
}
#listings.grid_view .collection__box .collection__box--wrap .collection__preview .collection__content {
  padding: 15px;
  font-size: 12px;
}
#listings.grid_view .collection__box .collection__box--wrap .collection__specs {
  gap: 10px;
}
#listings.grid_view .collection__box .collection__box--wrap .collection__specs .collection__courtesy,
#listings.grid_view .collection__box .collection__box--wrap .collection__specs .collection__remarks {
  display: none;
}
#listings .collection__box {
  padding: 0;
}

.featured_options .flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .featured_options .flex {
    display: block;
  }
}
.featured_options__wrap {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .featured_options__wrap .row {
    margin: 0 -5px;
  }
  .featured_options__wrap .row div[class*=col-] {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .featured_options div[class*=col-] {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .featured_options div[class*=col-] {
    margin-bottom: 30px;
  }
}
.featured_options__box {
  overflow: hidden;
  background: var(--background-variant);
  border-radius: var(--border-radius);
  position: relative;
  transition: var(--animation-speed);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.featured_options__box .h4 {
  margin: 0 0 20px 0;
  font-size: 22px;
}
.featured_options__image {
  display: none;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
}
.featured_options__icon {
  margin-bottom: 20px;
}
.featured_options__icon svg {
  fill: var(--brand-color-primary);
  height: 50px;
  width: 50px;
}
.featured_options__wrap-inner {
  padding: 40px;
}
.featured_options__info {
  flex: 1 0 auto;
  margin-bottom: 10px;
}

/* Explore Area Pages - Local Export */
.explore-area {
  padding: 30px 0;
  background: var(--background-variant);
}
@media only screen and (max-width: 767px) {
  .explore-area {
    padding: 10px 0;
  }
}
.explore-area__wrap {
  display: flex;
  flex-wrap: wrap;
}
.explore-area__item {
  display: flex;
  justify-content: center;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .explore-area__item {
    flex: auto;
    justify-content: flex-start;
  }
}
.explore-area .dropdown.open button {
  color: var(--brand-color-primary);
}
.explore-area .dropdown.explore-area__search .dropdown-menu {
  padding: 15px;
  overflow: visible;
  background: rgba(var(--background-rgb-white-black), 1);
}
.explore-area .dropdown.explore-area__search .dropdown-menu li {
  border-bottom: 0;
}
.explore-area .dropdown .dropdown-menu {
  font-size: inherit;
  background: rgba(var(--background-rgb-white-black), 0.9);
  -webkit-backdrop-filter: blur(10px) brightness(1.75);
          backdrop-filter: blur(10px) brightness(1.75);
  overflow: hidden;
  color: var(--text);
  border: 0;
  padding: 0;
  box-shadow: var(--box-shadow);
}
.explore-area .dropdown .dropdown-menu a {
  color: var(--text);
  padding: 10px 14px;
}
.explore-area .dropdown .dropdown-menu a:hover {
  background: rgba(175, 175, 175, 0.2);
}
.explore-area .dropdown .dropdown-menu li {
  border-bottom: 1px solid rgba(175, 175, 175, 0.5);
}
.explore-area .dropdown .dropdown-menu li:last-of-type {
  border: 0;
}
.explore-area .dropdown button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: none;
  color: var(--text);
  padding: 6px 12px;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .explore-area .dropdown button {
    flex-direction: row;
  }
}
.explore-area .dropdown button span:after {
  font-family: FontAwesome;
  margin-left: 5px;
}
.explore-area .dropdown button[aria-expanded=false] span:after {
  content: "\f107";
}
.explore-area .dropdown button[aria-expanded=true] span:after {
  content: "\f106";
}
.explore-area .dropdown svg {
  fill: var(--text);
  height: 36px;
  margin-bottom: 15px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .explore-area .dropdown svg {
    margin: 0 10px 0 0;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .explore-area__search {
    position: static;
  }
}
.explore-area__search .dropdown-menu {
  min-width: 300px;
}
@media only screen and (max-width: 767px) {
  .explore-area__search .dropdown-menu {
    min-width: 100px;
    left: 15px;
    right: 15px;
  }
}
.explore-area__search .dropdown-menu svg {
  margin: 0 10px 0 0;
  height: 20px;
  fill: var(--color-white);
}
.explore-area__search .form-quicksearch__wrap,
.explore-area__search .form-quicksearch__submit .btn span {
  display: block;
}
.explore-area__search .form-quicksearch__search-fields {
  width: 100%;
}
.explore-area__search .form-quicksearch__search-fields input:not(:-moz-placeholder-shown) {
  color: var(--color-black) !important;
}
.explore-area__search .form-quicksearch__search-fields input:not(:placeholder-shown) {
  color: var(--color-black) !important;
}
.explore-area__search .form-quicksearch__search-fields .form-group {
  margin: 0;
}
.explore-area__search .form-quicksearch__search-fields .row {
  margin-right: -3px;
  margin-left: -3px;
}
.explore-area__search .form-quicksearch__search-fields div[class*=col-] {
  padding-right: 3px;
  padding-left: 3px;
  margin-bottom: 6px;
}
.explore-area__search .form-quicksearch__submit {
  width: 100%;
  margin: 0;
}
.explore-area__search .form-quicksearch__submit a {
  color: var(--color-white) !important;
}
.explore-area__search .form-quicksearch__submit a:hover {
  background: var(--color-black) !important;
}

.agent__wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .agent__wrap {
    margin: 0 -10px;
  }
}
.agent__wrap.slick-initialized {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.agent__slider {
  position: relative;
}
.agent__slider .slick-track {
  display: flex;
}
.agent__slider .slick-slide {
  height: auto;
  outline: none;
  opacity: 0.5;
  transition: var(--animation-speed);
}
.agent__slider .slick-active,
.agent__slider .slick-center {
  opacity: 1;
}
.agent__background {
  position: relative;
  overflow: hidden;
  padding-bottom: 125%;
  border-radius: var(--border-radius);
  margin-bottom: 20px;
  transition: var(--animation-speed);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
}
.agent__background:hover {
  transform: scale(1.02);
}
@media only screen and (max-width: 992px) {
  .agent__background:hover {
    transform: scale(1);
  }
}
.agent__pic {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.agent__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  height: 100%;
  width: 100%;
}
.agent__box {
  outline: none;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .agent__box {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.agent__box a {
  color: inherit;
}
.agent__box a:hover {
  color: var(--brand-color-primary);
}
.agent__container {
  position: relative;
  display: block;
}
.agent__content {
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.agent__content .h4 {
  margin: 0;
}
.agent__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.agent__content ul li {
  font-size: 14px;
}
.agent__content ul li a {
  color: inherit;
}
.agent__content ul li a:hover {
  color: var(--brand-color-primary);
}

.media__adjust {
  display: flex;
  align-items: center;
}
.media__adjust .media-left {
  padding-right: 20px;
}
.media__adjust img {
  width: 64px;
  height: auto;
}

.infographic {
  counter-reset: section;
}
.infographic__numberwrap {
  position: absolute;
}
.infographic__number {
  font-size: 170px;
  font-weight: 900;
  width: 0.9em;
  text-align: center;
  opacity: 0.1;
}
@media only screen and (max-width: 767px) {
  .infographic__number {
    font-size: 60px;
  }
}
.infographic__number:before {
  counter-increment: section;
  content: counter(section);
}
.infographic ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.infographic ul li {
  position: relative;
  width: 100%;
  max-width: 33.33333%;
  border-radius: 0.5em;
  padding: 0.5em;
  z-index: 1;
  transition: all 0.2s;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .infographic ul li {
    max-width: 50%;
  }
}
.infographic__coverwrap {
  transform: rotate(130deg);
  position: absolute;
  width: 18em;
  height: 15em;
  left: -3em;
  top: -1em;
}
@media only screen and (max-width: 767px) {
  .infographic__coverwrap {
    width: 11.5em;
    left: -5em;
    top: -5em;
  }
}
.infographic__numbercover {
  position: absolute;
  width: 18em;
  height: 6em;
  border-radius: 50% 50% 0 0;
  transition: all 0.4s;
}
@media only screen and (max-width: 767px) {
  .infographic__numbercover {
    width: 13em;
  }
}
.infographic__numbercover::before {
  position: absolute;
  content: "";
  left: 5em;
  right: 6em;
  top: 5em;
  box-shadow: 0 0 30px 18px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.infographic__numbercover::after {
  position: absolute;
  background: rgba(var(--background-rgb), 0.9);
  bottom: 0;
  content: "";
  left: -100%;
  width: 200%;
  height: 150%;
  z-index: 1;
}
.infographic__content {
  margin: 75px 0px 10px 90px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .infographic__content {
    margin: 0 0 10px 40px;
  }
}
.infographic__content img {
  font-size: 2rem;
  height: 60px;
  width: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .infographic__content img {
    height: 40px;
    width: 40px;
  }
}
.infographic__title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .infographic__title {
    font-size: 18px;
  }
}

/* Features Areas */
.mobile-menu .explore-areas__masonry {
  padding: 0;
}
.masonry-wrap {
  margin: 0 -15px;
}
.explore-areas__masonry {
  list-style: none;
  padding: 0 15px;
  margin: 0;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .explore-areas__masonry {
    padding: 0 10px;
    gap: 5px;
    display: grid;
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .explore-areas__masonry {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.explore-areas__masonry-item {
  background-color: #eee;
  display: inline-block;
  position: relative;
  width: 100%;
  min-width: 100px;
  column-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-bottom: 85%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  border-radius: var(--border-radius);
  margin-top: 15px;
  transition: var(--animation-speed);
  box-shadow: var(--box-shadow);
}
@media only screen and (max-width: 767px) {
  .explore-areas__masonry-item {
    margin: 0;
    padding-bottom: 70% !important;
  }
}
.explore-areas__masonry-item:hover {
  transform: scale(1.02);
}
.explore-areas__masonry-item a {
  position: absolute;
  inset: -1px;
  display: block;
  background-size: cover;
  background-position: center center;
  transition: all 0.2s ease;
}
.explore-areas__masonry-item a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
}
.explore-areas__masonry-item a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.explore-areas__masonry-item a .area {
  transition: all 0.2s ease;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-white);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .explore-areas__masonry-item a .area {
    left: 10px;
    bottom: 10px;
    font-size: 14px;
  }
}
.explore-areas__masonry-item a:after {
  content: "";
  position: absolute;
  opacity: 0;
  inset: 0;
  background: rgba(var(--brand-color-primary-rgb), 0.6);
  -webkit-backdrop-filter: blur(5px) contrast(0.8);
          backdrop-filter: blur(5px) contrast(0.8);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%23fff' d='M20.5 6C12.51 6 6 12.51 6 20.5S12.51 35 20.5 35c3.456 0 6.634-1.221 9.129-3.25l9.81 9.81a1.5 1.5 0 1 0 2.122-2.12l-9.811-9.811A14.426 14.426 0 0 0 35 20.5C35 12.51 28.49 6 20.5 6zm0 3C26.869 9 32 14.131 32 20.5c0 3.103-1.224 5.906-3.209 7.97a1.5 1.5 0 0 0-.32.321A11.455 11.455 0 0 1 20.5 32C14.131 32 9 26.869 9 20.5S14.131 9 20.5 9z'/%3E%3C/svg%3E");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
}

.new-listings,
.new-listings h2 {
  color: var(--color-white);
}
.new-listings__date-selector {
  border: 0;
}
.new-listings__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .new-listings__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .new-listings__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.new-listings__list li {
  display: flex;
}
.new-listings__list li:first-child a {
  border-color: var(--color-white);
  background: var(--color-white);
}
.new-listings__list li:first-child a span {
  color: var(--color-black);
}
.new-listings__list li:first-child a .h4,
.new-listings__list li:first-child a .h5 {
  color: var(--color-black);
}
.new-listings__list li:first-child a svg {
  fill: var(--color-black);
}
.new-listings__list li a {
  position: relative;
  color: var(--color-black);
  display: block;
  border: 2px solid transparent;
  padding: 15px;
  border-radius: var(--border-radius);
}
.new-listings__list li a:hover {
  border-color: var(--color-white);
}
.new-listings__list li a .h4,
.new-listings__list li a .h5 {
  margin-top: 0;
  transition: var(--animation-speed);
  color: var(--color-white);
}
.new-listings__list li a span {
  transition: var(--animation-speed);
  font-size: 36px;
  font-weight: 700;
  color: var(--color-white);
}
.new-listings__list li a svg {
  height: 15px;
  width: 15px;
  fill: var(--color-white);
}

.agent-testimonials {
  position: relative;
}
.agent-testimonials__wrap {
  position: relative;
  z-index: 1;
}
.agent-testimonials__slider {
  display: none;
}
.agent-testimonials__slider.slick-initialized {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.agent-testimonials__slider .slick-slide {
  outline: none;
  opacity: 0.5;
  transition: var(--animation-speed);
}
.agent-testimonials__slider .slick-active,
.agent-testimonials__slider .slick-center {
  opacity: 1;
}
.agent-testimonials .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  padding: 0;
}
.agent-testimonials .slick-dots .slick-active button {
  width: 35px;
  opacity: 1;
}
.agent-testimonials .slick-dots button {
  margin: 3px;
  border: 0;
  height: 10px;
  width: 20px;
  border-radius: 50px;
  background: var(--brand-color-primary);
  opacity: 0.5;
  overflow: hidden;
  text-indent: -999px;
}
.agent-testimonials__slider-arrows {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: flex;
}
.agent-testimonials__slider-arrows button {
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  border-radius: 60px;
  height: 60px;
  width: 60px;
  padding: 1px;
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .agent-testimonials__slider-arrows button {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .agent-testimonials__slider-arrows button {
    height: 50px;
    width: 50px;
  }
}
.agent-testimonials__slider-arrows button:hover {
  color: var(--brand-color-primary);
}
.agent-testimonials__slider-arrows button:hover svg {
  fill: var(--brand-color-primary);
}
.agent-testimonials__slider-arrows button svg {
  fill: var(--color-black);
  height: 24px;
  width: 24px;
  transition: var(--animation-speed);
}
@media only screen and (max-width: 767px) {
  .agent-testimonials__slider-arrows button svg {
    height: 18px;
    width: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .agent-testimonials__slider-arrows button svg {
    height: 20px;
    width: 20px;
  }
}
.agent-testimonials__name {
  margin-top: 30px;
  padding-top: 30px;
}
.agent-testimonials__name a {
  color: var(--text);
  font-size: 16px;
}
.agent-testimonials__name a:hover {
  color: var(--brand-color-primary);
}
.agent-testimonials__inner {
  position: relative;
  background: var(--background);
  padding: 100px 40px 40px 40px;
  border-radius: var(--border-radius);
}
.agent-testimonials__inner:after {
  position: absolute;
  top: 30px;
  left: 40px;
  content: "“";
  font-size: 120px;
  line-height: 120px;
  color: var(--text);
  opacity: 0.3;
}
.agent-testimonials blockquote {
  border: 0;
  margin: 0;
  padding: 15px;
}

.agent-testimonials__all blockquote {
  border-bottom: 2px dashed var(--background-variant);
  padding: 0 0 40px 0;
}
.agent-testimonials__all blockquote:last-of-type {
  border: 0;
}
.agent-testimonials__all .agent-testimonials__inner {
  padding: 100px 0 0 0;
}
.agent-testimonials__all .agent-testimonials__inner:after {
  left: 0;
}
  

.recent-posts__slider {
  display: none;
}
.recent-posts__slider.slick-initialized {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.recent-posts__slider .slick-slide {
  outline: none;
  opacity: 0.5;
  transition: var(--animation-speed);
}
.recent-posts__slider .slick-active,
.recent-posts__slider .slick-center {
  opacity: 1;
}
.recent-posts__item {
  padding: 15px;
}
.recent-posts__slider-arrows {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -10px;
}
.recent-posts__slider-arrows button {
  height: 40px;
  width: 40px;
  padding: 1px;
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  border: 0;
  background: var(--color-bright-grey);
  transform: scale(1);
  transition: var(--animation-speed);
}
.recent-posts__slider-arrows button:hover {
  background: var(--brand-color-primary);
}
.recent-posts__slider-arrows button:hover svg {
  fill: var(--color-white);
}
.recent-posts__slider-arrows button svg {
  fill: var(--color-black);
  height: 20px;
  width: 20px;
  transition: var(--animation-speed);
}
.recent-posts__slider-arrows button.slick-disabled {
  opacity: 0;
  transform: scale(0);
  width: 0;
}
.recent-posts__background {
  position: relative;
  overflow: hidden;
  padding-bottom: 70%;
  margin-bottom: 20px;
  border-radius: var(--border-radius);
  transition: var(--animation-speed);
  box-shadow: var(--box-shadow);
}
.recent-posts__background:hover {
  transform: scale(1.02);
}
@media only screen and (max-width: 992px) {
  .recent-posts__background:hover {
    transform: scale(1);
  }
}
.recent-posts__background .recent-posts__category {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .recent-posts__background .recent-posts__category {
    padding: 0;
  }
}
.recent-posts__pic {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.recent-posts__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .recent-posts__content {
    padding: 0 15px;
  }
}
.recent-posts__title {
  margin-top: 0;
}
.recent-posts__title a {
  color: inherit;
}
.recent-posts__title a:hover {
  color: var(--brand-color-primary);
}
.recent-posts__category {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .recent-posts__category {
    padding: 0 15px;
  }
}
.recent-posts__category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recent-posts__category ul li {
  background: var(--color-arsenic);
  display: inline-block;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
  color: var(--color-white);
}
.recent-posts__readmore {
  margin-bottom: 20px;
}
.recent-posts__meta {
  margin-top: 10px;
}
.recent-posts__meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recent-posts__meta ul li {
  display: inline-block;
  font-size: 14px;
}
.recent-posts__meta ul li:after {
  content: "·";
  margin: 0 3px 0 6px;
}
.recent-posts__meta ul li:last-child:after {
  display: none;
}
.recent-posts__meta ul li a {
  color: inherit;
}
.recent-posts__meta ul li a:hover {
  color: var(--brand-color-primary);
}

.listings-average {
  padding: 20px;
  background: var(--background-variant-grey);
  border-radius: var(--border-radius);
  text-align: center;
  margin-bottom: 20px;
}
.listings-average h3 {
  margin-top: 0;
}
.listings-average p:last-of-type {
  margin-bottom: 10px;
}
.listings-average table {
  text-align: left;
  font-size: 14px;
  margin: 0;
}
.listings-average table > thead > tr > th {
  border-bottom: 0;
}
.listings-average table > tbody > tr {
  transition: var(--animation-speed);
}
.listings-average table > tbody > tr:hover {
  background: var(--color-white);
  color: var(--color-black);
}
.listings-average table > tbody > tr > td {
  border-top: 0;
  border-bottom: 1px solid var(--background-variant-grey-soft);
}
.listings-average table > tbody > tr:last-of-type > td {
  border: 0;
}
.listings-average table thead td {
  border: 0;
}
.listings-average table thead span {
  display: inline-block;
  border-bottom: 2px solid var(--text);
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.sidebar img {
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: var(--border-radius);
}
.sidebar .slick-arrow {
  opacity: 0;
  height: 40px;
  width: 40px;
  padding: 0;
}
.sidebar .slick-arrow svg {
  height: 14px;
  width: 14px;
}
.sidebar__widget {
  margin-bottom: 30px;
}
.sidebar__widget--background {
  padding: 20px;
  background: var(--background-variant);
  border-radius: var(--border-radius);
}
.sidebar__widget--background .h4 {
  margin-top: 0;
}
.sidebar__widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar__widget:hover .slick-arrow {
  opacity: 1;
}
.sidebar__list ul li a {
  color: var(--text);
  text-decoration: none;
}
.sidebar__list ul li a:hover {
  color: var(--brand-color-primary);
}
.sidebar__list ul li a:before {
  content: "\f105";
  font-family: fontAwesome;
  margin-right: 10px;
  color: var(--brand-color-primary);
}
.sidebar__featured-listing .collection__preview {
  padding-bottom: 125%;
}
.sidebar__featured-listing .collection__content__bottom {
  display: block;
}
.sidebar__featured-listing .collection__daymls {
  display: none;
}
.sidebar__featured-listing .collection__specs {
  padding: 15px 0;
}
.sidebar__featured-listing .collection__specs ul li svg {
  display: none;
}
.sidebar__top-blogs ul {
  counter-reset: step-counter;
}
.sidebar__top-blogs ul li {
  counter-increment: step-counter;
}
.sidebar__top-blogs ul li a {
  display: block;
  position: relative;
  padding: 5px 0;
  color: var(--text);
  display: flex;
  align-items: center;
}
.sidebar__top-blogs ul li a:hover {
  color: var(--brand-color-primary);
}
.sidebar__top-blogs ul li a:hover:before {
  color: var(--brand-color-primary);
}
.sidebar__top-blogs ul li a:before {
  content: counter(step-counter);
  color: var(--brand-color-primary);
  font-size: 28px;
  line-height: 28px;
  margin-right: 15px;
  font-weight: 700;
}
.sidebar__new-listings ul li a {
  display: block;
}
.sidebar__new-listings ul li a .badge {
  transition: var(--animation-speed);
  border-radius: 4px;
  background-color: var(--brand-color-primary);
}
.sidebar__new-listings ul li a:hover .badge {
  background-color: var(--color-black);
}
.sidebar__agent-portal .agent-slider .agent-wrap {
  margin-bottom: 0;
  box-shadow: none;
}
.sidebar__agent-portal .agent-slider .slider-wrap {
  display: block;
}
.sidebar__agent-portal .agent-slider .agent-content {
  background: var(--color-arsenic);
  font-size: 14px;
}
.sidebar__agent-portal .agent-slider .agent-content ul li img,
.sidebar__agent-portal .agent-slider .agent-content ul li svg {
  height: 16px;
  width: 16px;
  margin-right: 6px;
}
.sidebar__agent-portal .agent-slider .agent-content .btn {
  padding: 4px 10px;
  font-size: 12px;
}
.sidebar__agents {
  margin-bottom: 0;
}
.sidebar__menu-box {
  background: var(--brand-color-primary);
  background-image: var(--brand-color-primary);
  padding: 20px 20px 0 20px;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.sidebar__menu-box .h4 {
  position: relative;
  display: block;
  color: var(--color-white);
  margin: 0;
  padding-bottom: 15px;
}
.sidebar__multilevel .sm-vertical-list {
  z-index: 1;
  margin-left: -20px;
  margin-right: -20px;
}
.sidebar__multilevel .sm-vertical-list ul {
  background: rgba(var(--color-white-rgb), 0.15);
}
.sidebar__multilevel .sm-vertical-list li {
  float: none;
  border-top: 1px dashed rgba(var(--color-white-rgb), 0.15);
}
.sidebar__multilevel .sm-vertical-list li:last-of-type {
  border-bottom: 0;
}
.sidebar__multilevel .sm-vertical-list li a {
  text-decoration: none;
  padding: 14px 20px;
  color: var(--color-white);
  outline: none;
}
.sidebar__multilevel .sm-vertical-list li a.has-submenu {
  padding: 14px 40px 14px 20px;
}
.sidebar__multilevel .sm-vertical-list li a:hover {
  background: rgba(var(--color-white-rgb), 0.15);
}
.sidebar__multilevel .sm-vertical-list li a .sub-arrow {
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translate(0, -50%);
  text-align: center;
  padding: 0 20px;
  color: var(--color-white);
}
.sidebar__multilevel .sm-vertical-list li a .sub-arrow:after {
  font-family: FontAwesome;
  content: "\f107";
}
.sidebar__multilevel .sm-vertical-list li a.highlighted {
  background: rgba(var(--color-white-rgb), 0.15);
}
.sidebar__multilevel .sm-vertical-list li a.highlighted .sub-arrow:after {
  content: "\f106";
}
.sidebar__multilevel .sm-vertical-list li li {
  border-bottom: 0 !important;
}
.sidebar__multilevel .sm-vertical-list li li a {
  font-size: 14px;
  line-height: 22px;
}
.sidebar__multilevel .sm-vertical-list li li a .sub-arrow {
  font-size: 18px;
}
.sidebar__multilevelmenus-list {
  overflow: hidden;
}
.sidebar__multilevelmenus-list .panel-group {
  margin: 0;
}
.sidebar__multilevelmenus-list .panel {
  border: 0;
  background: none;
  box-shadow: none;
  margin: 0 -20px !important;
  border-radius: 0;
  border: 0;
}
.sidebar__multilevelmenus-list .panel:last-of-type .panel-heading .panel-title {
  border-bottom: 1px dashed rgba(var(--color-white-rgb), 0.15);
}
.sidebar__multilevelmenus-list .panel .panel-heading {
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0;
}
.sidebar__multilevelmenus-list .panel .panel-heading .panel-title {
  border: 0;
  padding: 0;
  font-size: inherit;
  padding: 0;
  margin: 0;
  border-top: 1px dashed rgba(var(--color-white-rgb), 0.15);
}
.sidebar__multilevelmenus-list .panel .panel-heading .panel-title a {
  position: relative;
  padding: 14px 20px;
  display: block;
  color: var(--color-white);
  text-decoration: none;
}
.sidebar__multilevelmenus-list .panel .panel-heading .panel-title a:hover {
  background: rgba(var(--color-white-rgb), 0.15);
}
.sidebar__multilevelmenus-list .panel .panel-heading .panel-title a[data-toggle=collapse]:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  font-family: FontAwesome;
  content: "\f106";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.sidebar__multilevelmenus-list .panel .panel-heading .panel-title a[data-toggle=collapse][aria-expanded=true] {
  background: rgba(var(--color-white-rgb), 0.15);
}
.sidebar__multilevelmenus-list .panel .panel-heading .panel-title a[data-toggle=collapse][aria-expanded=false]:after {
  content: "\f107";
}
.sidebar__multilevelmenus-list .panel .panel-body {
  border: 0 !important;
  padding: 0;
  background: rgba(var(--color-white-rgb), 0.15);
  padding: 0 20px;
}
.sidebar__multilevelmenus-list .panel .panel-body li a {
  font-size: 14px;
  line-height: 22px;
}
.sidebar__multilevelmenus-list .panel .panel-body li a .sub-arrow {
  font-size: 18px;
  line-height: 34px;
}
.sidebar__no-title {
  padding: 0 20px;
}
.sidebar__no-title.sidebar__multilevelmenus-list .panel:first-of-type .panel-heading .panel-title {
  border-top: 0;
}
.sidebar__quicksearch .form-quicksearch__wrap {
  display: block;
}
.sidebar__quicksearch .form-quicksearch__search-fields {
  width: 100%;
}
.sidebar__quicksearch .form-quicksearch__search-fields .extra-search {
  display: block;
}
.sidebar__quicksearch .form-quicksearch__search-fields .row {
  margin-right: -3px;
  margin-left: -3px;
  display: block;
}
.sidebar__quicksearch .form-quicksearch__search-fields div[class*=col-] {
  padding-right: 3px;
  padding-left: 3px;
  width: 100%;
  margin-bottom: 6px;
}
.sidebar__quicksearch .form-quicksearch__search-fields div[class*=col-xs-6] {
  width: 50%;
}
.sidebar__quicksearch .form-quicksearch__search-fields .form-group {
  margin: 0;
}
.sidebar__quicksearch .form-quicksearch__submit {
  width: 100%;
  margin: 0;
  flex-direction: row;
}
.sidebar__quicksearch .form-quicksearch__submit .btn {
  position: relative;
  padding: 10px 16px;
  height: 40px;
  width: 100%;
}
.sidebar__quicksearch .form-quicksearch__submit .btn span {
  display: block;
}
.sidebar__quicksearch .form-quicksearch__submit .btn svg {
  margin-right: 10px;
}
.sidebar__quicksearch .form-quicksearch__submit a#resetForm {
  margin-top: 0;
  height: 40px;
  margin-left: 5px;
  width: 30%;
}

/* Single Property */
.single-property-message {
  padding: 5px 50px 5px 15px;
  position: relative;
  display: none;
  text-align: center;
  background-color: #2590fa;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.single-property-message a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.single-property-message a:hover {
  color: #fff;
  opacity: 0.7;
}
.single-property-message__dismiss {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 15px;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
.single-property-message__dismiss:hover {
  opacity: 0.7;
}
.single-property-message__dismiss svg {
  display: block;
  height: 14px;
  width: 14px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 15;
}

/* About Page */
.seth-britton-page .banner__background {
  background-image: url("/img/seth-family.jpg") !important;
  min-height: 700px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .seth-britton-page .banner__background {
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .seth-britton-page .banner__background {
    min-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .seth-britton-page .header-lets-talk {
    display: none;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  position: relative;
  margin-top: auto;
}
.footer a {
  color: var(--text);
}
.footer a:hover {
  color: var(--brand-color-primary);
}
.footer .h4 {
  margin-bottom: 30px;
}
.footer__box {
  margin-bottom: 30px;
}
.footer .ftr-portal-pic-wrap {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer .ftr-portal-pic-wrap {
    text-align: left;
  }
}
.footer .ftr-portal-pic-wrap img {
  max-height: 200px;
  border-radius: var(--border-radius);
}
.footer__top ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.footer__top ul li {
  margin: 3px 0;
}
.footer__logo {
  margin-bottom: 30px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  display: flex;
}
.footer__logo img,
.footer__logo svg {
  height: 150px;
}
.footer__social {
  margin: 0;
}
.footer__social ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.footer__social ul:before, .footer__social ul:after {
  content: " ";
  display: table;
}
.footer__social ul:after {
  clear: both;
}
.footer__social ul li {
  display: block;
  float: left;
  margin-right: 5px;
}
.footer__social ul li a {
  color: var(--color-white);
  display: block;
  width: 36px;
  height: 36px;
  font-size: 0;
  padding: 0;
  background: var(--color-arsenic);
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__social ul li a svg {
  height: 24px;
  width: 24px;
  fill: var(--color-white);
}
.footer__social ul li a:hover {
  opacity: 0.7;
  color: var(--color-white);
}
.footer__social ul li a.social-facebook {
  background: #4267b2;
}
.footer__social ul li a.social-x {
  background: #000;
}
.footer__social ul li a.social-pinterest {
  background: #e60023;
}
.footer__social ul li a.social-youtube {
  background: #bb0000;
}
.footer__social ul li a.social-linkedin {
  background: #007bb6;
}
.footer__social ul li a.social-instagram {
  background: #517fa4;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.footer hr {
  border-color: var(--background-variant);
  border-style: dashed;
}
.footer__blog ul li {
  margin: 0 0 8px 0;
}
.footer__blog small {
  display: block;
}
.footer__copyright {
  font-size: 14px;
}
.footer__copyright .right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer__copyright .right {
    text-align: left;
    margin-top: 10px;
  }
}
.footer__copyright .dev {
  font-size: 12px;
}
.footer__copyright ul {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  *zoom: 1;
}
.footer__copyright ul:before, .footer__copyright ul:after {
  content: " ";
  display: table;
}
.footer__copyright ul:after {
  clear: both;
}
.footer__copyright ul li {
  display: inline-block;
}
.footer__copyright ul li:after {
  content: "·";
  margin: 0 3px 0 6px;
}
.footer__copyright ul li:last-child:after {
  display: none;
}
.footer .mls-icons {
  margin: 0;
  display: flex;
  justify-content: right;
}
@media only screen and (max-width: 767px) {
  .footer .mls-icons {
    justify-content: flex-start;
  }
}
.footer .mls-icons li {
  display: inline-block;
  margin-right: 15px;
}
.footer .mls-icons li:after {
  display: none;
}
.footer .mls-icons li:last-child {
  margin-right: 0;
}
.footer .mls-icons li svg {
  fill: var(--text);
  height: 36px;
}

/* Scroll to top */
.top-link-scroll {
  position: fixed;
  bottom: 10px;
  left: 10px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0.5em;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  line-height: 16px;
  color: var(--white);
  transition: var(--animation-speed);
  opacity: 0;
  box-shadow: var(--box-shadow);
}
@media only screen and (max-width: 767px) {
  .top-link-scroll {
    width: 36px;
    height: 36px;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.top-link-scroll svg {
  height: 20px;
  width: 20px;
  fill: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .top-link-scroll svg {
    height: 16px;
    width: 16px;
  }
}
.top-link-scroll:hover {
  opacity: 0.7;
}

.top-link-scroll.show-scroll {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.top-link-scroll.hide-scroll {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
}

/* ==========================================================================
   Dynamic IDX
   ========================================================================== */
/* Login/Register Modal */
#login-modal .modal-dialog {
  max-width: 600px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #login-modal .modal-dialog {
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  #login-modal .modal-dialog {
    margin-top: 50px;
  }
}
#login-modal .modal-content {
  border: 0;
  background: var(--background);
  color: var(--text);
}
@media only screen and (max-width: 767px) {
  #login-modal .modal-content div[class*=col-] {
    width: 100% !important;
  }
}
#login-modal .modal-content .modal-header {
  background: none;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  overflow: hidden;
}
#login-modal .modal-content .modal-header .close {
  display: none;
  position: absolute;
  top: -35px;
  width: 100%;
  margin: 0;
  text-shadow: none;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  opacity: 1;
  color: var(--color-white);
}
#login-modal .modal-content .modal-header .close:after {
  content: "Close";
  margin-left: 3px;
}
@media only screen and (max-width: 992px) {
  #login-modal .modal-content .modal-header .close {
    display: block;
  }
}
#login-modal .modal-content .modal-header h4 {
  display: block;
  float: left;
  width: 50%;
  font-size: 16px;
  background: none;
  line-height: 50px;
}
#login-modal .modal-content .modal-header h4.active a {
  background: var(--background);
  color: var(--text);
}
#login-modal .modal-content .modal-header h4 a {
  padding: 0;
  background: var(--brand-color-primary);
  border: 0;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--color-white);
}
#login-modal .modal-content .modal-header h4 a .fa {
  display: none;
}
#login-modal .modal-content .modal-body {
  padding: 20px 20px 5px 20px;
}
#login-modal .modal-content .modal-body .row {
  margin-left: -5px;
  margin-right: -5px;
}
#login-modal .modal-content .modal-body .row div[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
#login-modal .modal-content .modal-footer {
  padding: 0px 20px 10px 20px;
  border: 0;
  text-align: center;
  position: relative;
}
#login-modal .modal-content .modal-footer .btn {
  padding: 0;
  border: 0;
}
#login-modal .modal-content .modal-footer .btn[data-dismiss=modal] {
  background: none;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 16px 0 8px 0;
  margin: 0 auto;
  color: var(--color-white);
}
@media only screen and (max-width: 992px) {
  #login-modal .modal-content .modal-footer .btn[data-dismiss=modal] {
    display: none;
  }
}
#login-modal .modal-content .modal-footer #login-reg-btns {
  width: 100%;
  float: none;
}
#login-modal .modal-content .modal-footer #login-reg-btns button {
  padding: 12px 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  margin-bottom: 5px;
  border-color: var(--brand-color-primary);
  background: var(--brand-color-primary);
}
#login-modal .modal-content .modal-footer #login-reg-btns button:hover, #login-modal .modal-content .modal-footer #login-reg-btns button:focus {
  opacity: 0.7;
}
#login-modal .modal-content .modal-footer #login-reg-btns a {
  background: none;
  float: none !important;
  margin-left: 0;
  padding: 6px 12px;
  color: var(--text);
  font-size: 12px;
}
#login-modal .modal-content .modal-footer #login-reg-btns a:hover {
  text-decoration: underline;
}
#login-modal .modal-content .modal-footer #login-reg-btns #loginSubmit .fa {
  display: none;
}
#login-modal .modal-content .col-btn {
  float: left;
  display: block;
  width: 50% !important;
}
#login-modal .modal-content .btn-social {
  position: relative;
  z-index: 1;
  text-align: center;
  border: 0;
  padding: 12px 20px;
}
#login-modal .modal-content .btn-social span {
  position: static;
  width: auto;
  border: 0;
  font-size: inherit;
  line-height: inherit;
  margin-right: 10px;
}
#login-modal .modal-content .social-splitter span {
  font-weight: 400;
  color: #999;
  font-size: 14px;
}
#login-modal .modal-content .input-group {
  border-radius: 4px !important;
  width: 100%;
  margin-bottom: 15px;
}
#login-modal .modal-content .input-group .input-group-addon {
  display: none;
  border: 0;
}
#login-modal .modal-content input[type=text],
#login-modal .modal-content input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--color-arsenic);
  border-radius: 4px !important;
  box-shadow: none;
  height: 44px;
  font-size: 16px;
  color: var(--text) !important;
}
#login-modal .modal-content select {
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--color-arsenic);
  height: 44px;
  font-size: 16px;
}
#login-modal .modal-content #UserRegisterForm input[type=text],
#login-modal .modal-content #UserRegisterForm input[type=password] {
  border-radius: 4px !important;
  width: 100%;
  margin-bottom: 15px;
}
#login-modal .modal-content label.checkbox-inline {
  padding: 0;
}
#login-modal .modal-content label.checkbox-inline input {
  outline: none;
  position: relative;
  top: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0 5px 0 0;
  background: var(--background);
  border: 2px solid var(--color-arsenic);
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
#login-modal .modal-content label.checkbox-inline input:checked {
  border-color: var(--brand-color-primary);
}
#login-modal .modal-content label.checkbox-inline input:checked:after {
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  content: "\f00c";
  font-size: 10px;
  line-height: 16px;
  color: var(--brand-color-primary);
}
#login-modal .modal-content .control-label {
  font-weight: 600;
  font-size: 14px;
  color: var(--text);
}
#login-modal .modal-content legend {
  display: none;
  border: 0;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
#login-modal .modal-content .help-block,
#login-modal .modal-content p {
  font-size: 14px;
  color: var(--text);
  line-height: 20px;
}

/* Highlight Search Options */
#property_search input:not(:-moz-placeholder-shown), #qs_form input:not(:-moz-placeholder-shown) {
  color: var(--brand-color-primary);
  font-weight: bold;
}
#property_search .ms-choice span:not([class=placeholder]),
#property_search .selectize-input .item[data-value]:not([data-value=""]),
#property_search .select2-container .select2-selection__rendered[title]:not([title=Any]),
#property_search .multiselect.dropdown-toggle[title]:not([title="None selected"]),
#property_search input:not(:placeholder-shown),
#qs_form .ms-choice span:not([class=placeholder]),
#qs_form .selectize-input .item[data-value]:not([data-value=""]),
#qs_form .select2-container .select2-selection__rendered[title]:not([title=Any]),
#qs_form .multiselect.dropdown-toggle[title]:not([title="None selected"]),
#qs_form input:not(:placeholder-shown) {
  color: var(--brand-color-primary);
  font-weight: bold;
}

/* Map Search */
.dynidx-map-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 0 !important;
}
.dynidx-map-fullscreen .header {
  color: var(--text);
}
.dynidx-map-fullscreen .header__logo a {
  color: var(--text);
}
.dynidx-map-fullscreen .header__action ul li a svg {
  fill: var(--text);
}
.dynidx-map-fullscreen .header .mobile-menu__btn .bar,
.dynidx-map-fullscreen .header .mobile-menu__btn:before,
.dynidx-map-fullscreen .header .mobile-menu__btn:after {
  background: var(--text);
}
.dynidx-map-fullscreen .dynidx-map-container {
  flex: 1;
  min-height: 1px;
  flex: 1;
}
.dynidx-map-fullscreen .dynidx-map-container .list-view {
  background: var(--background);
}
.dynidx-map-fullscreen .dynidx-map-container .list-view .dynidx-map-list-block {
  background: var(--background-variant-white);
  box-shadow: none;
}
.dynidx-map-fullscreen .dynidx-map-container .list-view .dynidx-map-list-block a.btn {
  color: inherit;
}
.dynidx-map-fullscreen .dynidx-map-container .list-view .dynidx-map-results {
  background: var(--background);
}
.dynidx-map-fullscreen .dynidx-map-container .list-view .dynidx-map-results .dynidx-map-summary {
  border-color: var(--background);
  background: var(--background);
}
.dynidx-map-fullscreen .dynidx-map-container .map-view {
  width: calc(100% - 375px);
}
.dynidx-map-fullscreen .dynidx-map-container .list-view {
  width: 375px;
}
@media only screen and (max-width: 767px) {
  .dynidx-map-fullscreen .dynidx-map-container .list-view .dynidx-map-summary .marker-summary {
    margin-top: 30%;
  }
}
.dynidx-map-fullscreen .dynidx-map-container .list-view .br-logo {
  height: 14px;
}
.dynidx-map-fullscreen .dynidx-map-container .list-view .dynidx-map-results .well {
  margin-left: 5px;
}
.dynidx-map-fullscreen .dynidx-map-container .list-view .dynidx-map-results .well .fa {
  font-size: inherit;
}
@media only screen and (min-width: 1680px) {
  .dynidx-map-fullscreen .dynidx-map-container .map-view {
    width: 65%;
  }
  .dynidx-map-fullscreen .dynidx-map-container .list-view {
    width: 35%;
  }
  .dynidx-map-fullscreen .dynidx-map-container .list-view .dynidx-map-summary {
    width: 50%;
    float: left;
  }
}
.dynidx-map-fullscreen .dynidxmap-mobile-bar {
  background: var(--background-variant-white);
  color: inherit;
}
.dynidx-map-fullscreen .dynidxmap-mobile-bar .btn-default {
  color: inherit;
}
.dynidx-map-fullscreen #mapFilterModal .border-between {
  border-color: var(--background-variant-grey-soft);
}
.dynidx-map-fullscreen #mapFilterModal .border-between > [class*=col-]:after,
.dynidx-map-fullscreen #mapFilterModal .border-between > [class*=col-]:before {
  background: var(--background-variant-grey-soft);
}
.dynidx-map-fullscreen #mapFilterModal .modal-footer {
  background: var(--background);
  border-color: var(--background-variant-grey-soft);
}
.dynidx-map-fullscreen #prop_display {
  padding: 0;
}
.dynidx-map-fullscreen .header {
  position: sticky;
}

.modify-search {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: var(--animation-speed);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .modify-search {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.modify-search.dropdown-toggle .caret {
  margin-left: 4px;
}
.modify-search svg {
  display: block;
  height: 18px;
  width: 20px;
  margin-right: 5px;
  transition: var(--animation-speed);
}
.modify-search__search {
  padding: 15px;
  min-width: 380px;
  background: rgba(var(--background-rgb-white-black), 1);
  font-size: inherit;
  -webkit-backdrop-filter: blur(10px) brightness(1.75);
  backdrop-filter: blur(10px) brightness(1.75);
  color: var(--text);
  border: 0;
  box-shadow: var(--box-shadow);
}
.modify-search__search .form-quicksearch__search-fields {
  width: 100%;
}
.modify-search__search .ms-helper {
  top: -15px;
  color: red;
}
.modify-search__search .ms-sel-ctn {
  margin-left: 0;
}
.modify-search__search .ms-sel-ctn input {
  background: none;
}
.modify-search__search .ms-res-ctn [class*=col-] {
  width: 50%;
  padding: 2px 5px;
}
.modify-search__search .ms-res-ctn .ms-res-item em {
  background: none;
  color: var(--color-black);
}
.modify-search__search .ms-ctn input {
  height: 38px;
  min-width: 20%;
  width: 40% !important;
  font-size: 16px;
  color: var(--color-black) !important;
  font-weight: normal;
}
.modify-search__search .ms-ctn input::-moz-placeholder {
  color: var(--color-black);
}
.modify-search__search .ms-ctn input::placeholder {
  color: var(--color-black);
}
.modify-search__search .ms-ctn .ms-sel-item {
  position: relative;
  margin: 2px 2px 1px 0;
  padding: 3px 35px 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 50%;
  border-radius: 4px;
  font-weight: 700;
  line-height: 28px;
  height: 36px;
  color: var(--color-black);
  border-color: var(--color-black);
  background: none;
  font-size: 16px;
}
.modify-search__search .ms-ctn .ms-close-btn {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  background-color: none;
  width: 26px;
  font-size: 20px;
}
.modify-search__search .ms-ctn .ms-close-btn:after {
  content: "✕";
}
.modify-search__search .form-group {
  margin: 0;
}
.modify-search__search .form-group .form-control {
  min-height: 50px;
  height: auto;
  box-shadow: none;
  border: 0;
}
.modify-search__search .form-quicksearch__wrap {
  display: block;
}
.modify-search__search .form-quicksearch__submit {
  width: 100%;
  margin: 0;
}
.modify-search__search .form-quicksearch__submit a {
  padding: 10px 14px;
  margin-top: 6px;
}
.modify-search__search .form-quicksearch__submit a svg {
  margin: 0 10px 0 0;
}
.modify-search__search .form-quicksearch__submit span {
  display: block;
}

/************ Dark Mode ************/
.panel {
  color: var(--color-black);
}
.panel[class*=panelfav_], .panel.panel-savedsearch {
  background: var(--background);
  border-color: var(--background-variant-grey-soft);
  color: var(--text);
}
.panel[class*=panelfav_] .panel-heading, .panel.panel-savedsearch .panel-heading {
  background: var(--background-variant-grey);
  border-color: var(--background-variant-grey-soft);
  color: var(--text);
}
.panel .search-criteria {
  color: inherit;
}
.panel .search-criteria h5 {
  color: inherit;
}
.panel .search-criteria .btn-link {
  color: var(--brand-color-primary);
}
.panel .search-criteria .criteria-item strong,
.panel .search-criteria .criteria-item span {
  color: inherit;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: var(--background-variant-grey);
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-color: var(--background-variant-grey-soft);
}

.well {
  background: var(--background-variant-grey);
  border-color: var(--background-variant-grey-soft);
}

.modal {
  color: var(--color-black);
}

body:has([name*=real-estate-listings]) .well {
  background: none;
  box-shadow: none;
  border: 0;
  padding: 0;
}

body:has(div[class*=search-criteria]) .panel {
  color: var(--text);
  background: var(--background-variant-white);
  border-color: var(--background-variant-grey-soft);
}

/* Navigation Tabs */
.nav-tabs {
  border-color: var(--background-variant-grey-soft);
}
.nav-tabs li.active a {
  background: var(--background-variant-white);
  border-color: var(--background-variant-grey-soft);
  color: var(--text);
}
.nav-tabs li a {
  border-bottom: none !important;
}
.nav-tabs li a:hover {
  background: var(--background-variant-white);
  border-color: var(--background-variant-grey-soft);
  color: var(--text);
}

/* Forms */
.form-control {
  background-color: var(--background);
  border-color: var(--background-variant-grey-soft);
  color: var(--text);
}

.input-group-addon {
  background-color: var(--background-variant-grey);
  border-color: var(--background-variant-grey-soft);
  color: var(--text);
}

/* Blog Pager */
.pager li a:hover, .pager li a:focus {
  color: var(--color-black);
}

.popover {
  color: var(--color-black);
}

/* Modal Pop-out */
.modal {
  color: var(--text);
}
.modal .modal-header .close {
  color: var(--text);
  opacity: 1;
}
.modal .modal-header h4 {
  color: var(--text);
  font-weight: 700;
}
.modal .modal-header,
.modal .modal-footer {
  border-color: var(--background-variant-grey-soft);
}
.modal .modal-content {
  background: var(--background);
}

/* Page Comments */
.comment {
  border-color: var(--background-variant-grey-soft);
}
.comment .whowhen {
  border-color: var(--background-variant-grey-soft) !important;
}

#property_search .panel {
  background: none;
  border-color: var(--background-variant-grey-soft);
}
#property_search .panel .panel-heading {
  background-color: var(--background-variant-grey);
  border-color: var(--background-variant-grey-soft);
}
#property_search .panel .panel-title {
  color: var(--text);
}
#property_search .input-group-addon,
#property_search .select2-selection {
  background-color: var(--background);
  border-color: var(--background-variant-grey-soft);
  color: var(--text);
}
#property_search .input-group-addon {
  position: relative;
  left: -1px;
}
#property_search .selectize-dropdown {
  background-color: var(--background-variant-white);
}
#property_search .selectize-dropdown .active {
  background-color: var(--background-variant-grey-soft);
  color: var(--text);
}
#property_search .select2-selection__rendered {
  color: var(--text);
}
#property_search *::-moz-placeholder {
  color: var(--text);
}
#property_search *::placeholder {
  color: var(--text);
}
#property_search .selectize-control.single .selectize-input.input-active,
#property_search .selectize-input {
  background-color: var(--background);
  border-color: var(--background-variant-grey-soft);
  color: var(--text);
  caret-color: var(--text);
}
#property_search .selectize-control {
  border-radius: 4px;
}
#property_search .selectize-control.single .selectize-input:after {
  border-color: var(--text) transparent transparent transparent;
}
#property_search .btn-group label {
  color: var(--text);
}
#property_search .btn-group .btn {
  background-color: var(--background);
  border-color: var(--background-variant-grey-soft);
  color: var(--text);
}
#property_search .btn-group .dropdown-menu {
  background-color: var(--background-variant-white);
}
#property_search .btn-group .dropdown-menu > .active > a {
  background-color: var(--background-variant-grey-soft);
}
#property_search .btn-group .dropdown-menu > .active > a:focus, #property_search .btn-group .dropdown-menu > .active > a:hover {
  background-color: var(--background-variant-grey);
}
#property_search .btn-group .dropdown-menu a:focus, #property_search .btn-group .dropdown-menu a:hover {
  background-color: var(--background-variant-grey-soft);
}
#property_search .form-group label {
  color: var(--text);
}
#property_search .has-error .help-block,
#property_search .has-error .help-inline {
  color: red;
}
#property_search .ms-res-item {
  border-right-color: var(--background-variant-grey-soft);
  border-bottom-color: var(--background-variant-grey-soft);
  color: var(--text);
}
#property_search .ms-ctn .ms-sel-ctn input {
  background: var(--background);
}
#property_search .ms-res-ctn .ms-res-item-active {
  background: var(--background-variant-grey-soft);
}
#property_search .dropdown-menu {
  background: var(--background-variant-white);
}
#property_search .school-box {
  background: var(--background);
  color: var(--text);
}
#property_search .ms-choice {
  background: var(--background);
  color: var(--text);
}
#property_search .ms-choice > span.placeholder {
  color: var(--text);
}
#property_search .ms-drop {
  background: var(--background-variant-white);
  color: var(--text);
  border-color: var(--background-variant-grey-soft);
}
#property_search .ms-drop ul > li:hover {
  background: var(--background-variant-grey-soft);
}

.select2-results__option {
  color: var(--color-black);
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: var(--color-black);
}

@media only screen and (max-width: 767px) {
  .nav-tabs-small-stack {
    border-width: 0 1px 1px 0;
  }
  .nav-tabs-small-stack li a {
    border-width: 1px 0 0 1px !important;
    border-color: var(--background-variant-grey-soft);
  }
  .nav-tabs-small-stack li.active a {
    background: var(--background-variant-grey);
  }
}
.datepicker {
  color: var(--color-black);
}

#listings .panel {
  background: var(--background-variant-white);
  border-color: var(--background-variant-grey-soft);
  color: var(--text);
}
#listings .listings-count {
  color: inherit;
}
#listings .myrsol-listing-btns {
  background: none;
  padding: 5px 0;
}
#listings #mapWrap {
  background: none;
  border: 0;
}
#listings .listings-wrap.row {
  margin-left: -10px;
  margin-right: -10px;
}
#listings .listings-wrap.row > div[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
#listings .myrsol-idx-summary {
  background: none;
  color: inherit;
  margin-bottom: 20px;
}
#listings .myrsol-idx-summary .summary-top {
  background: var(--background-variant-white);
  color: inherit;
  border-radius: 4px;
  border-color: var(--background-variant-grey-soft);
}
#listings .myrsol-idx-summary .fav-block {
  border-color: transparent transparent var(--background-variant-grey-soft) transparent;
}
#listings .myrsol-idx-summary .summary-img {
  background: none;
  border: 0;
}
#listings .myrsol-idx-summary h3 a {
  color: var(--text) !important;
}
#listings .myrsol-idx-summary h3 a:hover {
  color: var(--brand-color-primary) !important;
}
#listings .myrsol-idx-summary h3 small {
  color: var(--text);
}
#listings .myrsol-idx-summary .summary-details {
  color: inherit;
}
#listings .myrsol-idx-summary .text-info {
  color: var(--text);
  font-weight: 700;
}
#listings .myrsol-idx-summary .summary-price-wrapper .s-price {
  color: inherit;
}

.btm-pagination {
  background: none;
}

.didx-listing__gallery {
  background: var(--background);
}
.didx-listing__details ul li {
  background: var(--background-variant-grey);
}
.didx-listing__favorite .fav-prop {
  color: var(--text);
}
.didx-listing__favorite .fav-prop--remove {
  color: red;
}

.listings_view .remarks p {
  color: var(--text);
}
.listings_view p.agent-office {
  border-color: var(--background-variant-grey-soft);
}
.listings_view .share-btn-group span {
  background: var(--color-white);
  color: var(--color-black);
}
.listings_view .details-onecol-grouped {
  margin-bottom: 10px;
}
.listings_view .details-onecol-grouped h4,
.listings_view .details-onecol-grouped p,
.listings_view .details-onecol-grouped p strong {
  color: inherit;
  border-color: inherit;
}
.listings_view .details-onecol-grouped h4 {
  border-bottom: 2px solid var(--text);
  display: inline-block;
  margin-bottom: 10px;
}
.listings_view .details-onecol-grouped p {
  font-weight: 700;
}
.listings_view .details-onecol-grouped p:last-of-type {
  border-bottom: 0;
}
.listings_view .details-onecol-grouped p strong {
  font-weight: normal;
  margin-right: 5px;
}
.listings_view .mortgage-embed h4.mortgage-title {
  border-bottom: 0;
}
.listings_view .mortgage-embed .mortgage-results {
  background: var(--background-variant-grey);
  border-color: var(--background-variant-grey-soft);
  border-radius: var(--border-radius);
}
.listings_view .mortgage-embed .mortgage-results .mortgage-monthly {
  border: 0;
  color: var(--brand-color-primary);
}
.listings_view #g-map #mapDirections {
  background: var(--background-variant-grey);
}
.listings_view #g-map #directionsPanel .adp,
.listings_view #g-map #directionsPanel .adp table,
.listings_view #g-map #directionsPanel .adp button {
  color: var(--text);
}
.listings_view #g-map #directionsPanel .adp-listsel {
  background: var(--background-variant-grey);
}
.listings_view #g-map #directionsPanel .adp-placemark {
  background: var(--background-variant-grey);
  border-color: var(--background-variant-grey-soft);
}
.listings_view #g-map #directionsPanel img.adp-marker2 {
  height: 18px;
  margin: 5px;
}
.listings_view #g-map #directionsPanel .adp-step,
.listings_view #g-map #directionsPanel .adp-substep {
  border-color: var(--background-variant-grey-soft);
}
.listings_view #g-map #directionsPanel .adp-substep .adp-stepicon .adp-maneuver {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(297deg) brightness(100%) contrast(30%);
}
.listings_view .listings_tabs .text-danger {
  color: red;
}
.listings_view .listings_tabs .tab-content {
  background: none;
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.listings_view .myrsol-property-history .panel {
  background: none;
  border-color: var(--background-variant-grey-soft);
  color: var(--text);
}
.listings_view .myrsol-property-history .panel .panel-heading {
  background-color: var(--background-variant-grey);
  border-color: var(--background-variant-grey-soft);
  color: var(--text);
}
.listings_view .myrsol-property-history .panel .panel-title {
  color: var(--text);
}
.listings_view .myrsol-property-history .panel .table {
  border-top-color: var(--background-variant-grey-soft);
}
.listings_view .myrsol-property-history .panel .table th,
.listings_view .myrsol-property-history .panel .table td {
  border-color: var(--background-variant-grey-soft);
}
.listings_view .related-listings .panel,
.listings_view .nearby-listings .panel {
  background: none;
  border: 0;
  box-shadow: none;
}
.listings_view .related-listings .panel .panel-heading,
.listings_view .nearby-listings .panel .panel-heading {
  padding: 10px 0;
  border: 0;
  background: none;
  color: var(--text);
}
.listings_view .related-listings .panel .panel-body,
.listings_view .nearby-listings .panel .panel-body {
  padding: 0;
}
.listings_view .related-listings .row,
.listings_view .nearby-listings .row {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.listings_view .related-listings .row:before, .listings_view .related-listings .row:after,
.listings_view .nearby-listings .row:before,
.listings_view .nearby-listings .row:after {
  display: none;
}
.listings_view .related-listings .row div[class*=col-],
.listings_view .nearby-listings .row div[class*=col-] {
  display: flex;
  padding: 0 5px;
  box-sizing: border-box;
}
.listings_view .related-listings .related-container,
.listings_view .nearby-listings .related-container {
  position: relative;
  color: var(--text);
  border-color: var(--background-variant-grey-soft);
  background: var(--background-variant-grey);
  margin: 0 0 10px 0;
}
.listings_view .related-listings .related-container .text-info,
.listings_view .related-listings .related-container .text-primary,
.listings_view .nearby-listings .related-container .text-info,
.listings_view .nearby-listings .related-container .text-primary {
  color: var(--text);
}
.listings_view .related-listings .related-container .related-disclaimer-block,
.listings_view .nearby-listings .related-container .related-disclaimer-block {
  display: block;
  padding: 0px 8px 8px 12px;
  margin-left: 100px;
  margin-right: 40px;
}
.listings_view .related-listings .related-container .related-disclaimer-block .related-disclaimer,
.listings_view .nearby-listings .related-container .related-disclaimer-block .related-disclaimer {
  color: var(--text);
  padding: 0;
  clear: none;
}
.listings_view .related-listings .related-container .nearby-price,
.listings_view .nearby-listings .related-container .nearby-price {
  font-size: 15px;
}
.listings_view .related-listings .related-container .related-link,
.listings_view .nearby-listings .related-container .related-link {
  padding: 0;
  height: 100%;
}
.listings_view .related-listings .related-container .related-link img,
.listings_view .nearby-listings .related-container .related-link img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%; /* Ensures responsiveness */
  height: 100%;
}
.listings_view .related-listings .related-container .media-body,
.listings_view .nearby-listings .related-container .media-body {
  position: static;
  color: inherit;
  padding: 8px 8px 0 12px;
}
.listings_view .related-listings .related-container .related-details,
.listings_view .nearby-listings .related-container .related-details {
  border-color: transparent transparent var(--background-variant-grey-soft);
}
.listings_view .related-listings .related-container .related-details i,
.listings_view .nearby-listings .related-container .related-details i {
  color: inherit;
}
.listings_view .related-listings .related-container .related-disclaimer,
.listings_view .nearby-listings .related-container .related-disclaimer {
  background: var(--background-variant-grey);
}

.listings_view .myrsol-idx-details,
.listings_view .myrsol-idx-details .myrsol-idx-stat,
.listings_view ul.myrsol-view-list-a,
.listings_view ul.myrsol-view-list-a li {
  border-color: var(--background-variant-grey-soft);
}
.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsThumbs, .rsDefaultInv .rsVideoFrameHolder {
  background: var(--background);
}
  

#agent-main .agent-block {
  border-color: var(--background-variant-grey-soft);
  border-radius: 4px;
  background: var(--background-variant-white);
}
#agent-main .agent-block .agent-email {
  color: inherit;
}

#agentView .agent-view-summary .summary-top {
  background: none;
}
#agentView .agent-view-summary .summary-top .summary-img a {
  background: var(--background-variant-grey);
  color: inherit;
}

#blogs_index .blog-info {
  font-size: 14px;
  line-height: inherit;
}
#blogs_index .blog-info .blog-date {
  background: var(--background-variant-grey);
  border-color: var(--background-variant-grey-soft);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  color: inherit;
  line-height: inherit;
  font-size: 13px;
  padding: 10px 0 5px 0;
}
#blogs_index .blog-info .blog-date span {
  color: inherit;
  font-size: 18px;
  padding: 0;
}
#blogs_index .blog-info .blog-time {
  background: var(--background-variant-grey);
  border-color: var(--background-variant-grey-soft);
  border-radius: 0 0 10px 10px;
  color: inherit;
  font-size: inherit;
  padding: 5px 0 10px 0;
}
#blogs_index .blog-body h2 {
  color: var(--text);
}
#blogs_index .socialbtm a {
  color: var(--text);
}
#blogs_index .socialbtm a:hover, #blogs_index .socialbtm a:focus {
  color: var(--brand-color-primary);
}

.alert-info {
  background-color: var(--background-variant);
  border-color: var(--background-variant);
  color: var(--text);
}
.alert-info hr {
  border-color: var(--background-variant-grey-soft);
}
.alert-info .alert-link {
  color: var(--brand-color-primary);
}

.help-block,
.help-inline {
  color: var(--text);
}

.btn-link {
  color: var(--brand-color-primary);
}

/* Misc */
.social-splitter span {
  background: var(--background);
}

.br-logo,
.vmid {
  height: 14px;
  background: var(--color-white);
}

.panel-default {
  border-color: var(--background-variant-grey);
}

.panel-default > .panel-heading {
  background-color: var(--background-variant-grey);
  border-color: var(--background);
  color: var(--text);
}

.panel {
  background-color: var(--background);
  color: var(--text);
}

.table-hover > tbody > tr:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}


/* Modified Listing Detail Page */
.didx-listing__remarks strong {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.didx-listing__cta ul {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.didx-listing__cta ul li {
  margin: 0;
  width: 100%;
}

.didx-listing__details ul li {
  padding: 20px 5px;
}
@media only screen and (max-width: 767px) {
  .didx-listing__details ul li {
    padding: 15px 3px;
  }
}
.didx-listing__details svg {
  fill: var(--text);
  width: 26px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .didx-listing__details svg {
    width: 22px;
    margin-bottom: 0;
  }
}
.didx-listing__details span {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .didx-listing__details span {
    font-size: inherit;
  }
}

/* Save Search Modify */
.save-search__wrap {
  border-radius: 4px;
  padding: 15px;
  position: relative;
  z-index: 1;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .save-search__wrap {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .save-search__col:last-of-type {
    margin-top: 20px;
  }
}

.save-search {
  position: relative;
}


body:has([name*=real-estate-listings]) .well {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
body:has([name*=real-estate-listings]) .well:before, body:has([name*=real-estate-listings]) .well:after {
  display: none;
}
body:has([name*=real-estate-listings]) .well .loginreg-modal-open[data-type=reg] {
  margin-left: auto;
}


/* ==========================================================================
   Plugins
   ========================================================================== */
/* Slick Slider JS */
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -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 {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}




@media only screen and (max-width: 992px) {
  .listing-detail-view main.section__spacer--main {
    padding-top: 0;
  }
}

/* Content Blocks */
.content-blocks {
  margin: 15px 0;
}

.content-blocks [class*=col-] {
  display: flex;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .content-blocks [class*=col-] {
    display: block;
  }
}
.content-blocks [class*=col-]:first-child {
  margin-bottom: 5px;
}

.content-blocks__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.content-blocks__image img {
  width: 100%;
  height: auto;
}

.content-blocks__image--rounded img {
  border-radius: var(--border-radius);
}
.content-blocks__image--shadow img {
  box-shadow: var(--box-shadow);
}

.content-blocks__flex {
  display: flex;
  flex-wrap: wrap;
}

.content-blocks__flex--top {
  justify-content: flex-start !important;
}

@media only screen and (max-width: 767px) {
  .content-blocks__flex--mobile-reverse {
    flex-direction: column-reverse;
  }
}
.content-blocks__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}


.cta-block {
  background: var(--background-variant-grey);
  border-radius: var(--border-radius);
  border: 2px solid var(--background-variant-grey-soft);
  position: relative;
  margin: 30px 0;
  overflow: hidden;
}
.cta-block:before {
  opacity: 0.02;
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
}
.cta-block__wrap {
  padding: 40px;
  position: relative;
  z-index: 1;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 992px) {
  .cta-block__wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .cta-block__wrap {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 992px) {
  .cta-block__col:last-of-type {
    margin-top: 20px;
  }
}
.cta-block .section__title {
  margin-bottom: 20px;
  margin-top: 0;
}
.cta-block .section__title strong {
  color: var(--brand-color-primary);
  border-bottom: 2px solid var(--brand-color-primary);
}
.cta-block .section__title .h2,
.cta-block .section__title .h3 {
  font-weight: normal;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .cta-block .section__title .h3 {
    font-size: 16px;
  }
}
.cta-block ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cta-block ul li {
  font-size: 18px;
  margin-right: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cta-block ul li {
    font-size: 14px;
    font-weight: normal;
  }
}
.cta-block ul li .fa {
  color: green;
}
.cta-block .btn {
  min-width: 200px;
  font-size: 18px;
  padding: 12px 20px;
}
@media only screen and (max-width: 992px) {
  .cta-block .btn {
    font-size: 14px;
    padding: 6px 12px;
    min-width: 0;
  }
}
.cta-block p:last-of-type {
  margin-bottom: 0;
}
.cta-block.places-map img {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .cta-block.places-map .cta-block__col:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 14px;
  }
  .cta-block.places-map .cta-block__col:nth-child(2) br,
  .cta-block.places-map .cta-block__col:nth-child(2) hr {
    display: none;
  }
  .cta-block.places-map .cta-block__col:nth-child(2) center {
    text-align: left;
  }
}

/* Hide Featured Image in Blog View */
.blog_view .blog-thumbnail,
.blog_index .blog-thumbnail { display: none; }


/* Open House */
.openhouse__rotation {
  position: relative;
}
.openhouse__rotation .openhouse-images {
  overflow: hidden;
  width: 100%;
  display:none;
}
.openhouse__rotation .openhouse-images.slick-initialized {
  display:block;
}
.openhouse__rotation .openhouse-images .slick-arrow {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px) brightness(1.75);
  border: none;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.openhouse__rotation .openhouse-images .slick-arrow:hover {
  background: #222 !important;
}
.openhouse__rotation .openhouse-images .slick-next,
.openhouse__rotation .openhouse-images .slick-prev {
  z-index: 999999;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: 0;
  color: var(--color-white);
}
.openhouse__rotation .openhouse-images .slick-next:before,
.openhouse__rotation .openhouse-images .slick-prev:before {
  margin-top: -3px;
  font-size: 26px;
  font-family: FontAwesome;
  font-weight: 700;
}
.openhouse__rotation .openhouse-images .slick-prev {
  left: 15px;
}
.openhouse__rotation .openhouse-images .slick-prev:before {
  content: "\f104";
}
.openhouse__rotation .openhouse-images .slick-next {
  right: 15px;
}
.openhouse__rotation .openhouse-images .slick-next:before {
  content: "\f105";
}
.openhouse__rotation .openhouse-images .slick-list {
  margin: 0 -3px;
}
.openhouse__rotation .openhouse-images .slick-list img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.openhouse__rotation .openhouse-images .slick-slide {
  margin: 0 3px;
  cursor: grab;
}
.openhouse__rotation .openhouse-images .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.openhouse__rotation .openhouse-images .slick-slide > div {
  padding-bottom: 80%;
  position: relative;
}
.openhouse__rotation .openhouse-images .slick-slide > div > div {
  position: absolute;
  inset: 0;
}
.openhouse__rotation .openhouse-count {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px) brightness(1.75);
  border-radius: 50px;
  padding: 3px 16px;
}
.openhouse__title {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .openhouse__title {
    margin-top: 20px;
  }
}
.openhouse__title h1 {
  margin: 20px 0;
  font-family: "Tiro Devanagari Marathi", serif;
  font-weight: 700;
  font-style: normal;
}
.openhouse__details {
  margin-bottom: 40px;
}
.openhouse__details ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
}
.openhouse__details ul li {
  color: var(--text);
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 6px 8px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .openhouse__details ul li {
    padding: 6px 18px;
  }
}
.openhouse__details ul li svg {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .openhouse__details ul li svg {
    height: 20px;
    width: 20px;
  }
}
.openhouse__details ul li strong {
  margin-right: 5px;
}
.openhouse__footer {
  text-align: center;
  padding: 20px;
}
.openhouse__footer a {
  color: var(--text);
}
.openhouse__footer svg {
  height: 60px;
}
.openhouse__lender {
  padding: 30px;
  background: var(--background-variant-grey);
  border-radius: var(--border-radius);
}
.openhouse__lender .mortgage-title {
  margin-top: 0;
}
.openhouse__lender .flex-wrap {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.openhouse__lender img {
  max-height: 100px;
  border-radius: var(--border-radius);
  margin: 0;
}
.openhouse__lender ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.openhouse__lender .lender-content {
  margin-top: 15px;
}
.openhouse__lender .lender-content a {
  color: var(--text);
  font-size: 14px;
}
.openhouse__lender .lender-content a:hover {
  color: var(--brand-color-primary);
}
.openhouse__lenderdetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.openhouse__lenderdetails .lender-name {
  font-size: 20px;
}

.openhouse-block .listings_view {
  background: var(--background);
  position: relative;
  top: -20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* Row Flex */
.row__flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .row__flex {
    display: block;
  }
}
.row__flex--center {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .row__flex--center {
    text-align: center;
  }
}



/* Google Maps Places API */
.listings_view .gplaces-map {
  margin-bottom: 20px;
}
/* Basic styles for the map and menu */
.gplaces-map__menu--container {
  width: 100%;
  transition: left 0.3s ease;
  z-index: 2;
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: visible;
}
.gplaces-map__menu--container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.gplaces-map__menu--container::-webkit-scrollbar-track {
  background-color: var(--background-variant-grey-soft);
}
.gplaces-map__menu--container::-webkit-scrollbar-thumb {
  background-color: var(--brand-color-primary);
  border-radius: 5px;
}
.gplaces-map__menu--container::-webkit-scrollbar-thumb:vertical {
  min-height: 50px;
}
.gplaces-map__menu--item {
  width: 100%;
  min-width: 100px;
}
@media only screen and (max-width: 767px) {
  .gplaces-map__menu--item {
    min-width: 80px;
  }
}
.gplaces-map__menu--item span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  border: 1px solid var(--background-variant-grey-soft);
  padding: 10px 0;
  border-radius: 4px;
  color: var(--text);
  position: relative;
  transition: 0.2s;
}
.gplaces-map__menu--item span img {
  filter: brightness(0) invert(1) drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
}
.gplaces-map__menu--item span:before {
  position: absolute;
  content: "";
  border: 2px solid transparent;
  inset: 0;
  border-radius: 4px;
}
.gplaces-map__menu--item span:hover {
  background: var(--background-variant-grey);
}
.gplaces-map__menu--item__icon {
  border-radius: 25px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}
.gplaces-map__menu--item__icon img {
  width: 20px;
  height: 20px;
}
.gplaces-map__menu--item label {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .gplaces-map__menu--item label {
    font-size: 12px;
  }
}
.gplaces-map__menu--item label input[type=checkbox]:checked + span {
  background: var(--background-variant-grey);
}
.gplaces-map__menu--item label input[type=checkbox]:checked + span:before {
  border-color: var(--text);
}
.gplaces-map__menu--item input {
  display: none;
}
.gplaces-map #mapPlaces {
  position: relative;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
}
@media only screen and (max-width: 767px) {
  .gplaces-map #mapPlaces {
    padding-bottom: 85%;
  }
}
.gplaces-map #mapPlaces iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gplaces-map #mapPlaces .gm-style-iw-ch {
  font-weight: 700;
}
.gplaces-map #mapPlaces .gm-style .gm-style-iw-c {
  color: var(--color-black);
}
.gplaces-map #mapPlaces .yNHHyP-marker-view:hover {
  z-index: 9999;
}
.gplaces-map #mapPlaces .yNHHyP-marker-view:hover .custom-marker {
  scale: 1.2;
}
.gplaces-map #mapPlaces .menu-button {
  background: none padding-box rgb(255, 255, 255);
  display: table-cell;
  border: 0px;
  margin: 0px;
  padding: 0px 17px;
  text-transform: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  color: rgb(86, 86, 86);
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  min-width: 66px;
  position: absolute;
  top: 10px;
  z-index: 9;
}
.gplaces-map #mapPlaces .menu-button:hover {
  background: none padding-box rgb(235, 235, 235);
  color: #000;
}
.gplaces-map #mapPlaces .menu-button.active {
  font-weight: 700;
  color: #000;
}
.gplaces-map #mapPlaces .custom-marker {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--brand-color-primary);
  border-radius: 50px;
  position: relative;
  transition: 0.2s;
}
.gplaces-map #mapPlaces .custom-marker:hover {
  z-index: 999999;
}
.gplaces-map #mapPlaces .custom-marker img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1) drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15));
}


/* Transfer Community/Resort Cards */
.communities-row [class^=col] {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: -4px
}
@media only screen and (max-width: 768px) {
  .communities-row [class^=col] .scenic {
    border: none;
    box-shadow: none
  }

  .communities-row [class^=col] p,.communities-row [class^=col] span {
    background: 0 0!important;
    font-size: inherit!important
  }
}
.scenic {
    margin: 20px 0
}

.scenic .img-cont {
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
    border-radius: 5px;
    transition: var(--animation-speed);
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
}
.scenic .img-cont:hover {
    transform: scale(1.02);
}

.scenic .img-cont a {
    display: block;
    width: 100%;
    height: 100%
}

.scenic .img-cont img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scenic .img-cont+div {
    min-height: 165px
}

.scenic .img-cont+div h3 {
    font-size: 25px
}



/* ==========================================================================
   Gallery
   ========================================================================== */
.collection-gallery {
  text-align: center;
}
.collection-gallery__masonry .collection-gallery__wrap {
  display: block;
  -moz-column-count: 3;
       column-count: 3;
  gap: 15px;
}
.collection-gallery__masonry .collection-gallery__wrap .collection-gallery__item {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .collection-gallery__masonry .collection-gallery__wrap .collection-gallery__item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .collection-gallery__masonry .collection-gallery__wrap {
    -moz-column-count: 2;
         column-count: 2;
    gap: 10px;
  }
}
.collection-gallery__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  cursor: pointer;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .collection-gallery__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.collection-gallery__item {
  display: flex;
  transition: transform 0.25s ease, opacity 0.25s ease, filter 1s ease;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 100px;
  padding-bottom: 85%;
  background: #333;
}
.collection-gallery__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 5px solid var(--color-white);
  border-bottom-color: var(--brand-color-secondary);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.collection-gallery__pic {
  position: absolute;
  width: 100%;
  height: 100%;
}
.collection-gallery__pic:hover:before {
  opacity: 1;
}
.collection-gallery__pic:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(var(--brand-color-primary-rgb), 0.4);
  opacity: 0;
  transition: var(--animation-speed);
}
.collection-gallery__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.collection-gallery__title {
  position: sticky;
  top: 0;
  margin: 15px 0;
  padding: 15px 0;
  z-index: 9;
  background-color: var(--brand-color-primary);
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .collection-gallery__title {
    font-size: 1.3rem;
  }
}
.collection-gallery__show-more {
  background: #154c79;
  padding: 1rem;
  color: var(--color-white);
  width: 100%;
  margin-top: 15px;
  border: 0;
  font-size: 1.1rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .collection-gallery__show-more {
    margin-top: 10px;
  }
}

/* Light Gallery Plugin */
@font-face {
  font-family: lg;
  src: url(/img/site_custom/lightgallery/fonts/lg.woff2?io9a6k) format("woff2"), url(/img/site_custom/lightgallery/fonts/lg.ttf?io9a6k) format("truetype"), url(/img/site_custom/lightgallery/fonts/lg.woff?io9a6k) format("woff"), url(/img/site_custom/lightgallery/fonts/lg.svgplugins/?io9a6k#lg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: 0;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: 0 0;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon,
.lg-video-play-button:hover .lg-video-play-icon-bg {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition {
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0) !important;
  top: 50% !important;
  left: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: "\e033";
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-zoom-out,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: "\e80d";
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url(/img/site_custom/lightgallery/loading.gif) no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
.lg-outer[data-lg-slide-type=video] .lg-flip-hor,
.lg-outer[data-lg-slide-type=video] .lg-flip-ver,
.lg-outer[data-lg-slide-type=video] .lg-rotate-left,
.lg-outer[data-lg-slide-type=video] .lg-rotate-right {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: 0;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(/img/plugins/lightgallery/loading.gif) no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/* Homepage YouTube */
#yottie_1 .yottie-widget-header,
#yottie_1 .yottie-widget-feed,
#yottie_1 .yottie-widget-feed-section-slide {
  background: none !important;
}
#yottie_1 .yottie-widget-header-channel-title,
#yottie_1 .yottie-widget-header-channel-title a,
#yottie_1 .yottie-widget-header-channel-properties-item {
  color: var(--text) !important;
}
#yottie_1 .yottie-widget-video-classic .yottie-widget-video-info {
  padding: 16px !important;
}
#yottie_1 .yottie-widget-video {
  border-radius: var(--border-radius);
}


/* Homepage Boxes */
.ba-boxes {
  overflow: hidden;
  padding: 10px 0;
  bottom: 10px;
  z-index: 9;
}
.ba-boxes .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ba-boxes a {
  position: relative;
  transition: var(--animation-speed);
  color: var(--color-white);
  padding-bottom: 65%;
  display: block;
  transition: var(--animation-speed);
  text-align: center;
}
.ba-boxes a:hover {
  transform: scale(1.02);
  box-shadow: var(--box-shadow);
  z-index: 2;
}
.ba-boxes img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ba-boxes span {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white) !important;
  font-size: 24px;
  margin: 0;
  background: rgba(0,0,0,0.3);
  padding: 10px;
}
