@charset "UTF-8";
@font-face {
  font-family: eicons;
  src: url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.12.0);
  src: url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.12.0#iefix) format("embedded-opentype"), url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.12.0) format("woff2"), url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.12.0) format("woff"), url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.12.0) format("truetype"), url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.12.0#eicon) format("svg");
  font-weight: 400;
  font-style: normal;
}
.col-15,
.col-xs-15 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-25,
.col-xs-25 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col-35,
.col-xs-35 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col-45,
.col-xs-45 {
  flex: 0 0 80%;
  max-width: 80%;
}

.col-xs-padless {
  padding: 0px;
}

@media (min-width: 768px) {
  .col-sm-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-25 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-35 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-45 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-sm-padless {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-25 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-35 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-45 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-md-padless {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-25 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-35 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-45 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-lg-padless {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
#sfmain {
  color: #333;
}
#sfmain .lowercase {
  text-transform: lowercase !important;
}
#sfmain * {
  box-sizing: border-box;
}
#sfmain.greentop {
  border-top: 2px solid #009a44;
}
#sfmain.pad {
  padding-top: 30px;
}
#sfmain .hidden {
  display: none;
}
#sfmain div,
#sfmain ul,
#sfmain ol,
#sfmain li,
#sfmain table,
#sfmain thead,
#sfmain tbody,
#sfmain tfoot,
#sfmain tr,
#sfmain td,
#sfmain img,
#sfmain header,
#sfmain nav,
#sfmain main,
#sfmain footer {
  position: relative;
}
#sfmain h2,
#sfmain h3 {
  line-height: 1.1em;
  color: #333;
}
#sfmain h2 {
  font-size: 24px;
}
#sfmain h3 {
  font-size: 18px;
}
#sfmain img {
  display: block;
}
#sfmain.container,
#sfmain .container {
  max-width: 1580px;
  padding: 0 15px;
}
#sfmain #copylink {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  width: 32px;
  line-height: 32px;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  z-index: 1;
  opacity: 0.01;
}
#sfmain #copylink:hover {
  color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
#sfmain #thelink {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
#sfmain #filterbar {
  position: relative;
  background: #caced2;
  padding: 20px 0px;
  z-index: 1;
}
#sfmain #filterbar .broker {
  text-align: center;
}
#sfmain #filterbar .broker h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  margin: 0;
}
#sfmain #filterbar .broker p {
  margin: 0 0 20px 0;
}
#sfmain #filterbar.properties {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  #sfmain #filterbar.properties {
    position: relative;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #sfmain #filterbar .field {
    margin: 15px 0px;
  }
}
#sfmain #filterbar .row + .row {
  margin-top: 10px;
}
#sfmain #filterbar ::-webkit-input-placeholder {
  /* Chrome */
  color: #505c6a;
}
#sfmain #filterbar :-ms-input-placeholder {
  /* IE 10+ */
  color: #505c6a;
}
#sfmain #filterbar ::-moz-placeholder {
  /* Firefox 19+ */
  color: #505c6a;
  opacity: 1;
}
#sfmain #filterbar :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #505c6a;
  opacity: 1;
}
#sfmain #filterbar select,
#sfmain #filterbar .check,
#sfmain #filterbar input {
  border: 1px solid #5d5d5e;
  border-right: 0px;
  background: #e7e7ea;
  width: 100%;
  line-height: 40px;
  height: 60px;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  margin: 0px !important;
}
#sfmain #filterbar input {
  cursor: auto;
}
#sfmain #filterbar .text {
  padding-right: 60px;
}
#sfmain #filterbar .text button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  border: 1px solid #5d5d5e;
  border-left: 0px;
  background: #5d5d5e;
  color: #ffffff;
}
#sfmain #filterbar .select:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: no-repeat right top url(assets/img/select.png);
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  border: 1px solid #5d5d5e;
  border-left: none;
  pointer-events: none;
}
#sfmain #filterbar .check:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 4px solid #caced2;
  background: #ffffff;
  z-index: 1;
}
#sfmain #filterbar .check .fa {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 40px;
  line-height: 60px;
  text-align: center;
  z-index: 2;
  font-size: 24px;
  color: #009a44;
  display: none;
}
#sfmain #filterbar .check.active .fa {
  display: block;
}
#sfmain #filterbar .search input {
  padding-right: 70px;
}
#sfmain #filterbar .search button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  border: 1px solid #5d5d5e;
  border-left: none;
  background: #808080;
  color: #ffffff;
}
#sfmain #filterbar .search button:hover {
  background: #404040;
}
#sfmain #filterbar .mapkey img {
  display: block;
  margin: 0px 0px 0px auto;
  width: auto;
  height: 60px;
}
#sfmain #noresults {
  text-align: center;
  display: none;
}
#sfmain #noresults .container {
  background: #f0f0f0;
  padding: 20px 0px;
}
#sfmain #noresults h2 {
  margin: 20px 0;
}
#sfmain #noresults a {
  text-decoration: none !important;
}
#sfmain #noresults.active {
  display: block;
}
#sfmain #mapcontainer {
  width: 100%;
  padding-bottom: 40%;
}
#sfmain #mapcontainer #map {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
#sfmain .btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background: #009a44;
  color: #ffffff;
  padding: 10px;
  margin: 0px 10px;
  border-radius: 50px;
  text-transform: none;
  text-transform: uppercase;
}
#sfmain .btn.btn-email {
  margin-left: 10px;
}
#sfmain .btn:hover {
  color: #009a44;
  background: #ffffff;
}
#sfmain #popup {
  visibility: hidden;
  opacity: 0;
  z-index: 50001;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#sfmain #popup,
#sfmain #popup * {
  transition: all 0.5s ease;
}
#sfmain #popup .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 960px;
  max-width: 90%;
  max-height: 80%;
  padding: 15px;
  border: 2px solid #009a44;
  background: #ffffff;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%) scale(0.5);
  cursor: default;
}
#sfmain #popup .content h2 {
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #333;
}
#sfmain #popup .content h3 {
  font-size: 18px;
  line-height: 1.1em;
  color: #333;
}
#sfmain #popup .content img {
  float: right;
  margin: 0px 0px 15px 15px;
}
#sfmain #popup .content:after {
  content: "";
  display: block;
  height: 5px;
  clear: both;
}
#sfmain #popup #closepopup {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #ffffff;
  background: #009a44;
  border-radius: 15px;
}
#sfmain #popup.active {
  visibility: visible;
  opacity: 1;
}
#sfmain #popup.active .content {
  transform: translate(-50%, -50%) scale(1);
  margin-top: 0px;
}
#sfmain .titlesocial {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
}
#sfmain .titlesocial h1,
#sfmain .titlesocial h2,
#sfmain .titlesocial h3 {
  margin: 0 !important;
  line-height: 1em;
}
#sfmain .titlesocial a {
  margin-left: 15px;
  display: block;
  background: #2867b2;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}
#sfmain .titlesocial a:hover {
  background: rgb(58.2201834862, 127.8669724771, 210.7798165138);
}
#sfmain .spread {
  clear: both;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #sfmain .spread {
    display: block;
  }
  #sfmain .spread a {
    display: block;
    margin: 10px 0 0 0 !important;
  }
}
#sfmain .spread .btn-team {
  margin: 15px 1px 0px 1px;
  background: #009a44;
  text-decoration: none !important;
  color: #ffffff;
}

#quicksearch {
  display: grid;
  grid-template: auto/1fr 1fr 38px;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #quicksearch {
    grid-template: auto/minmax(0, auto) minmax(0, auto) 38px;
    gap: 10px;
  }
}
#quicksearch select,
#quicksearch option {
  background: #fff;
  color: #333;
}
@media only screen and (max-width: 767px) {
  #quicksearch select,
  #quicksearch option {
    padding: 5px;
  }
}
#quicksearch button {
  width: 38px;
  height: 38px;
}

/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
#sfmain #tenants {
  padding: 20px 15px;
}
#sfmain #tenants .tenant {
  margin: 15px 0px;
  transform: scale(0);
  transform-origin: 50% 50%;
}
#sfmain #tenants .tenant,
#sfmain #tenants .tenant * {
  transition: all 0.5s ease;
}
#sfmain #tenants .tenant.active {
  transform: scale(1);
}
#sfmain #tenants .tenant .box {
  width: 100%;
  padding-bottom: 100%;
  background: #edeeef;
  border: 4px solid #ffffff;
  box-shadow: -1px 2px 4px rgb(209.1818181818, 211.7272727273, 216.8181818182);
}
#sfmain #tenants .tenant .box .logo {
  z-index: 2;
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  background: #edeeef no-repeat center center;
  background-size: contain;
  filter: grayscale(100%);
  filter: gray;
  border: 5px solid #edeeef;
}
#sfmain #tenants .tenant .box .content {
  z-index: 1;
  position: absolute;
  left: 5%;
  top: 75%;
  width: 90%;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  margin: 0px;
  padding: 0px;
  transform: translateY(-50%) scale(0.75);
  margin-top: -20px;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #sfmain #tenants .tenant .box .content {
    font-size: 16px;
    line-height: 24px;
  }
}
#sfmain #tenants .tenant .box .content a {
  color: #ffffff;
  text-decoration: none !important;
}
#sfmain #tenants .tenant .box .content h2 {
  margin: 0px;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #sfmain #tenants .tenant .box .content h2 {
    font-size: 20px;
  }
}
#sfmain #tenants .tenant .box .content p {
  margin: 3px 0px;
  line-height: 15px;
}
@media only screen and (max-width: 767px) {
  #sfmain #tenants .tenant .box .content p {
    line-height: 24px;
  }
}
#sfmain #tenants .tenant .box .content p a {
  white-space: nowrap;
}
#sfmain #tenants .tenant .box .content.disp:after, #sfmain #tenants .tenant .box .content.franch:after {
  display: block;
  font-size: 10px;
  color: #ffffff;
  margin-top: -10px;
}
#sfmain #tenants .tenant .box .content.disp:after {
  content: "(Disposition Only)";
}
#sfmain #tenants .tenant .box .content.franch:after {
  content: "(Franchisee)";
}
@media only screen and (min-width: 768px) {
  #sfmain #tenants .tenant .box:hover {
    background: #698391;
    border-color: #bfccd3;
    box-shadow: 0px 0px 2px rgb(209.1818181818, 211.7272727273, 216.8181818182);
  }
  #sfmain #tenants .tenant .box:hover .logo {
    left: 27.5%;
    top: 5%;
    width: 45%;
    height: 45%;
    filter: grayscale(0%);
    filter: none;
  }
  #sfmain #tenants .tenant .box:hover .content {
    margin-top: 0px;
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
@media only screen and (max-width: 767px) {
  #sfmain #tenants .tenant .box.active {
    background: #698391;
    border-color: #bfccd3;
    box-shadow: 0px 0px 2px rgb(209.1818181818, 211.7272727273, 216.8181818182);
  }
  #sfmain #tenants .tenant .box.active .logo {
    left: 27.5%;
    top: 5%;
    width: 45%;
    height: 45%;
    filter: grayscale(0%);
    filter: none;
  }
  #sfmain #tenants .tenant .box.active .content {
    margin-top: 0px;
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}

/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
#sfmain #team {
  padding: 20px 15px;
}
#sfmain #team .member {
  margin: 15px 0px;
  text-align: center;
  display: none;
  transform: scale(0);
  transform-origin: 50% 50%;
}
#sfmain #team .member.clear {
  clear: left;
}
#sfmain #team .member,
#sfmain #team .member * {
  transition: all 0.5s ease;
}
#sfmain #team .member.active {
  transform: scale(1);
}
#sfmain #team .member h2 {
  display: block;
  font-size: 18px;
  line-height: 1.1em;
  text-transform: none;
  margin: 0px;
  padding: 10px 0px 5px 0px;
  color: #333;
}
#sfmain #team .member h3 {
  display: block;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 300;
  text-transform: none;
  margin: 0px;
  padding: 0px;
  color: #555;
}
#sfmain #team .member .photo {
  width: 100%;
  padding-bottom: 120%;
  background: no-repeat center center;
  background-size: 100% auto;
  overflow: hidden;
  filter: grayscale(100%);
  filter: gray;
}
#sfmain #team .member .photo .hover {
  position: absolute;
  background: rgba(12, 122, 65, 0.05);
  color: #ffffff;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transform: scale(2);
  opacity: 0;
}
#sfmain #team .member .photo .hover .btn {
  margin: 0 3px !important;
}
@media only screen and (max-width: 767px) {
  #sfmain #team .member .photo .hover {
    pointer-events: none;
  }
}
@media only screen and (min-width: 768px) {
  #sfmain #team .member .photo:hover {
    filter: grayscale(0%);
    filter: NONE;
  }
  #sfmain #team .member .photo:hover .hover {
    transform: scale(1);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #sfmain #team .member .photo.active {
    filter: grayscale(0%);
    filter: NONE;
  }
  #sfmain #team .member .photo.active .hover {
    transform: scale(1);
    opacity: 1;
  }
  #sfmain #team .member .photo.active.enabled .hover {
    pointer-events: auto;
  }
}
#sfmain #team .member .btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  top: 70%;
  margin-top: -20px;
}
#sfmain #team .member .btn:hover {
  color: #009a44;
  background: #ffffff;
}
#sfmain #team .member .btn:hover .fa:before {
  color: #009a44;
}
#sfmain #team .member .popup {
  display: none;
}
@media only screen and (max-width: 767px) {
  #sfmain #popup .content img {
    width: 50%;
    margin: 14px 0px 14px 14px;
  }
}
#sfmain #teammember {
  margin-bottom: 30px;
}
#sfmain #teammember h1 {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
#sfmain #teammember h3 {
  margin: 0 0 20px 0;
}
#sfmain #teammember img {
  float: right;
  margin: 0 0 30px 30px;
  max-width: 400px;
}
@media only screen and (min-width: 768px) {
  #sfmain #teammember img.mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #sfmain #teammember img {
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
  }
  #sfmain #teammember img.desktop {
    display: none;
  }
}
#sfmain #teammember .btn {
  margin: 15px 5px 0 0;
  background: #009a44;
  text-decoration: none !important;
  color: #ffffff;
}
#sfmain #teammember .btn span {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  #sfmain #teammember .btn {
    display: block;
    margin: 15px 0;
  }
}

/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
#sfmain {
  /* #################################################################################################################### */
  /* #################################################################################################################### */
  /* #################################################################################################################### */
}
#sfmain #properties {
  display: flex;
  width: 100%;
  height: 520px;
  padding: 0;
  border: 2px solid #009a44;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #sfmain #properties {
    flex-direction: column-reverse;
    height: auto;
  }
}
#sfmain #properties .map {
  flex: 1;
  height: 100%;
  background: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  #sfmain #properties .map {
    flex: none;
    height: 100vw;
  }
}
#sfmain #properties .map #properties_map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#sfmain #properties .map #properties_map button {
  border-radius: 2px;
}
#sfmain #properties .map #properties_map button img {
  position: absolute;
  left: 50%;
  top: 50%;
}
#sfmain #properties .map #properties_map > div > div > div:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
#sfmain #properties .filters {
  flex: none;
  width: 100%;
  max-width: 280px;
  height: 100%;
  background: #aeaeae;
  padding: 0px;
  color: #404850;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #sfmain #properties .filters {
    max-width: 100%;
  }
}
#sfmain #properties .filters label {
  display: block;
  font: normal 11px/11px sans-serif;
  margin: 0 0 2px 0;
}
#sfmain #properties .filters input,
#sfmain #properties .filters select,
#sfmain #properties .filters button {
  display: block;
  background: #e7e7ea;
  border: 1px solid #999;
  border-radius: 2px;
  margin: 15px 0;
  line-height: 20px;
  height: 25px;
  min-height: 25px;
  padding: 5px;
  font: normal 11px/11px sans-serif;
}
#sfmain #properties .filters input:first-child,
#sfmain #properties .filters select:first-child,
#sfmain #properties .filters button:first-child {
  margin-top: 0;
}
#sfmain #properties .filters input:last-child,
#sfmain #properties .filters select:last-child,
#sfmain #properties .filters button:last-child {
  margin-bottom: 0;
}
#sfmain #properties .filters select,
#sfmain #properties .filters input {
  width: 100%;
}
#sfmain #properties .filters .sizeselect option.ac {
  display: none;
}
#sfmain #properties .filters .sizeselect.land option.sf {
  display: none;
}
#sfmain #properties .filters .sizeselect.land option.ac {
  display: block;
}
#sfmain #properties .filters .search {
  margin-bottom: 10px;
  display: flex;
  border: 1px solid #999;
  border-radius: 2px;
}
#sfmain #properties .filters .search input {
  flex: 1;
  margin: 0;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#sfmain #properties .filters .search button {
  flex: none;
  width: 40px;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-align: center;
  background: #009a44;
  color: #ffffff;
  transition: all 0.25s ease;
}
#sfmain #properties .filters .search button:hover {
  background: #545859;
}
#sfmain #properties .filters label {
  position: relative;
  font-weight: bold;
  color: #2d2926;
}
#sfmain #properties .filters input[type=radio] {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#sfmain #properties .filters .type > div img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.25s ease;
}
#sfmain #properties .filters .type > div.active img {
  filter: grayscale(0%);
  opacity: 1;
}
#sfmain #properties .filters .type > div:hover img {
  opacity: 1;
}
#sfmain #properties .filters option {
  font: normal 11px/11px sans-serif;
  font-size: 11px;
}
#sfmain #properties .filters .section {
  background: #aeaeae;
  padding: 15px;
  margin: 0;
}
#sfmain #properties .filters .section.main {
  background: #d0d0ce;
}
#sfmain #properties .filters .section.npt {
  padding-top: 0;
}
#sfmain #properties .filters .grid {
  display: grid;
  gap: 15px 10px;
  grid-template: auto/1fr 1fr;
}
#sfmain #properties .filters .flex {
  display: flex;
  margin: 0 -3px 5px -3px !important;
}
#sfmain #properties .filters .flex > div {
  flex: 1;
  margin: 0 3px;
}
#sfmain #properties .filters .flex > div label {
  display: block;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
#sfmain #properties .filters .flex > div label.active {
  background: #c0c0c0;
  opacity: 1;
  cursor: none;
}
#sfmain #properties .filters .flex > div label.active input[value=s] ~ span {
  color: #008000;
}
#sfmain #properties .filters .flex > div label.active input[value=l] ~ span {
  color: #00a080;
}
#sfmain #properties .filters .flex > div label.active input[value=sold] ~ span {
  color: #ff0000;
}
#sfmain #properties .filters .flex > div label.active input[value=is] ~ span {
  color: #0000a0;
}
#sfmain #properties .filters .flex > div img {
  width: 24px;
  height: auto;
}
#sfmain #properties .filters .type {
  text-align: center;
  margin: 0 0 5px 0;
}
#sfmain #properties .filters .type img {
  display: block;
  margin: 0 auto 5px auto;
}
#sfmain #properties .filters .small {
  font: normal 9px/9px sans-serif !important;
  margin: 10px 0 0 0;
}
#sfmain #properties .filters .tabs {
  display: flex;
  background: #d0d0ce;
}
#sfmain #properties .filters .tabs > div {
  flex: 1;
  text-align: center;
  font: bold 11px/11px sans-serif;
  cursor: pointer;
  padding: 5px 0 7px 0;
  margin-bottom: -2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #545859;
  color: #fff;
}
#sfmain #properties .filters .tabs > div.active {
  cursor: default;
  color: #000;
  background: #aeaeae;
}
#sfmain #properties .filters .panel {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#sfmain #properties .filters .panel.active {
  display: block;
}
#sfmain #properties .filters button {
  width: 100%;
  height: auto;
  border: none;
}
#sfmain #properties .filters button[type=reset] {
  width: 100%;
  background: #d0d0ce;
  color: #545859;
  transition: all 0.25s ease;
  font: bold 14px/1em sans-serif;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
  width: 100%;
  text-align: center;
  margin: 0;
  border-radius: 50px;
}
#sfmain #properties .filters button[type=reset]:hover {
  background: #009a44;
  color: #ffffff;
}
#sfmain #properties #location-info h2 {
  font-size: 16px;
  line-height: 18px;
  margin: 0px 0px 0px 0px;
  color: #00833c;
}
#sfmain #properties #location-info h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
}
#sfmain #properties #location-info p {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px;
  font-weight: normal;
}
#sfmain #properties #location-info a {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  color: #00833c;
  font-weight: bold;
  display: block;
}
#sfmain #properties #location-info .details {
  display: block;
}
#sfmain #properties #location-info .details span {
  display: inline-block;
  margin-right: 2px;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 8px;
  line-height: 16px;
  margin-top: 5px;
  border-radius: 5px;
}
#sfmain #properties #location-info .details span.forlease {
  background: #20a89d;
}
#sfmain #properties #location-info .details span.forsale {
  background: #0c7a41;
}
#sfmain #property-results {
  padding: 15px 15px;
  font-size: 24px;
  color: #009a44;
  text-align: center;
  text-transform: uppercase;
}
#sfmain #property-results .thatmatch {
  display: none;
}
#sfmain #property-results #criteria {
  font: bold 16px/1em sans-serif;
  margin-top: 10px;
}
#sfmain #property-results #criteria div {
  display: inline-block;
  white-space: nowrap;
}
#sfmain #property-results #criteria span {
  color: #545859;
}
#sfmain #property-results button {
  min-width: 240px;
  margin-top: 15px;
  background: #d0d0ce;
  color: #545859;
  transition: all 0.25s ease;
  border-radius: 0;
  font: bold 14px/1em sans-serif;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#sfmain #property-results button:hover {
  background: #009a44;
  color: #ffffff;
}
#sfmain #property-listings {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr 1fr;
  gap: 40px 20px;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  #sfmain #property-listings {
    grid-template: 1fr/1fr 1fr;
    gap: 20px 10px;
    padding: 0;
  }
}
#sfmain #property-listings > div {
  width: 100%;
  display: none !important;
  margin: 0 !important;
}
#sfmain #property-listings > div.active.show {
  display: block !important;
  animation: zoomIn 1s 1;
}
#sfmain #property-listings a {
  display: block;
  position: relative;
  flex: none;
  padding: 0;
  color: #009a44;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.1em;
}
@media only screen and (max-width: 767px) {
  #sfmain #property-listings a {
    font-size: 14px;
  }
}
#sfmain #property-listings a .img {
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #d0d0ce !important;
  width: 100%;
  height: 0;
  padding-bottom: 44%;
}
#sfmain #property-listings a .img > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease;
}
#sfmain #property-listings a .img > img:hover {
  transform: scale(1.05);
}
#sfmain #property-listings a .citystate {
  display: block !important;
  position: absolute !important;
  top: 10px;
  right: 10px;
  background: #545859 !important;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  box-shadow: -5px 5px 10px #2d2926;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #sfmain #property-listings a .citystate {
    padding: 0px;
    font-size: 11px;
  }
}
#sfmain #property-listings-options {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  #sfmain #property-listings-options {
    flex-direction: column;
  }
}
#sfmain #property-listings-options button {
  display: none;
  flex: none;
  min-width: 240px;
  margin-top: 15px;
  background: #d0d0ce;
  color: #545859;
  transition: all 0.25s ease;
  font: bold 14px/1em sans-serif;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  margin: 10px;
  animation: zoomOut 1s 1;
}
#sfmain #property-listings-options button:hover {
  background: #009a44;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #sfmain #property-listings-options button {
    width: 100%;
  }
}
#sfmain #property-listings-options button.active {
  display: block;
  animation: zoomIn 1s 1;
}
#sfmain #property-listings-options button:hover {
  color: #ffffff;
  background: #009a44;
}
#sfmain #property {
  padding: 15px 0;
  font: 300 18px/1.2em sans-serif;
}
#sfmain #property #masthead {
  width: 100%;
  margin-bottom: 30px;
}
#sfmain #property #masthead .swiper-buttons {
  position: absolute;
  top: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#sfmain #property #masthead .swiper-buttons:after {
  font: 400 24px/24px eicons;
  color: #fff;
}
#sfmain #property #masthead .swiper-buttons.swiper-button-prev {
  left: 0;
}
#sfmain #property #masthead .swiper-buttons.swiper-button-prev:after {
  content: "\e87e";
}
#sfmain #property #masthead .swiper-buttons.swiper-button-next {
  right: 0;
}
#sfmain #property #masthead .swiper-buttons.swiper-button-next:after {
  content: "\e87d";
}
#sfmain #property .brochure {
  margin: 30px 0;
}
#sfmain #property .brochure .btn {
  margin: 0;
  padding: 10px 30px;
}
#sfmain #property .btn {
  background: #009a44;
  border: none;
  color: #ffffff;
}
#sfmain #property .btn-gray {
  display: block;
  background: #9d9d98;
  color: #ffffff;
  padding: 8px 20px;
  text-align: center;
  border: none;
  border-radius: 50px;
  transition: all 0.25s ease;
  white-space: nowrap;
  text-decoration: none;
  min-width: 160px;
  font: 400 15px/18px sans-serif !important;
  text-transform: none;
}
#sfmain #property .btn-gray:hover {
  background: #009a44;
}
#sfmain #property .btn-gray:hover + div {
  background: #f0f0f0;
}
#sfmain #property .backtosearch a {
  color: #545859;
  text-decoration: underline;
}
#sfmain #property .focus {
  animation: headShake 1.5s 1;
}
#sfmain #property h1 {
  color: #009a44;
  font-size: 38px;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #sfmain #property h1 {
    font-size: 24px;
  }
}
#sfmain #property h2 {
  color: #545859;
  text-transform: none;
  font: bold 18px/32px sans-serif !important;
  margin: 20px 0;
  border-bottom: 1px solid #9d9d98;
}
#sfmain #property h2:first-child {
  margin-top: 0;
}
#sfmain #property h3 {
  font: bold 22px/1em sans-serif !important;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #sfmain #property h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#sfmain #property #photo {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  border: 1px solid #d0d0d0;
  background: #f0f0f0;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 767px) {
  #sfmain #property #photo {
    padding-bottom: 100%;
  }
}
#sfmain #property #photo img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}
#sfmain #property .thumbnails {
  display: flex;
  justify-content: flex-start;
  margin: -34px 0 40px 0;
  width: 100%;
}
#sfmain #property .thumbnails > div {
  flex: 1;
  max-width: 100px;
}
#sfmain #property .thumbnails > div > div {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
#sfmain #property .thumbnails > div > div img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75%;
  object-fit: cover;
  border: 3px solid #ffffff;
}
#sfmain #property .thumbnails > div.active > div img {
  border: 3px solid #009a44;
}
#sfmain #property #map {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
@media only screen and (max-width: 767px) {
  #sfmain #property #map {
    padding-bottom: 100%;
  }
}
#sfmain #property #map #property_map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#sfmain #property .opportunities {
  margin: 10px -10px 20px -10px;
}
#sfmain #property .opportunities > div {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin: 5px;
  justify-content: space-between;
}
#sfmain #property .opportunities > div div {
  flex: 10;
  margin: 0 5px;
  padding: 5px;
  transition: all 0.25s ease;
}
#sfmain #property .opportunities > div button {
  flex: 1;
  margin: 0 5px;
}
#sfmain #property table {
  font-size: 16px;
  width: 100%;
}
#sfmain #property table th,
#sfmain #property table td {
  width: 50%;
  padding: 0px 5px;
  vertical-align: top;
}
#sfmain #property #propertyinfo {
  font: 300 16px/1.5em sans-serif;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #sfmain #property #propertyinfo {
    display: grid;
    grid-template: auto/calc(100% - 375px) 345px;
    gap: 30px;
  }
}
#sfmain #property #propertyinfo .content {
  flex: 3;
  padding: 0 0 30px 0;
}
#sfmain #property #propertyinfo .content ul {
  padding-left: 1em;
}
#sfmain #property #propertyinfo .content .description {
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  #sfmain #property #propertyinfo .content {
    padding: 0;
  }
}
#sfmain #property #propertyinfo .side {
  flex: 1;
  background: #f0f0f0;
  font: #545859;
  padding: 15px;
}
#sfmain #property #propertyinfo .side > h2 {
  border: none;
  text-transform: uppercase;
  color: #009a44;
  font-size: 22px !important;
}
#sfmain #property #propertyinfo .side .btn {
  text-transform: none;
  margin: 0 !important;
}
#sfmain #property .broker {
  display: grid;
  grid-template: auto/1fr auto;
  align-items: center;
  margin: 20px 0;
}
#sfmain #property .broker .n {
  font-weight: bold;
  font-size: 18px;
}
#sfmain #property .broker .t {
  font-weight: 300;
  font-size: 18px;
}
#sfmain #property .broker .ci {
  height: 36px;
  overflow: hidden;
}
#sfmain #property .broker a {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  background: #009a44;
  color: #fff;
  transition: all 0.25s ease;
}
#sfmain #property .broker a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
#sfmain #property .broker a i.m {
  font-size: 22px;
}
#sfmain #property .broker a:hover {
  background: rgb(0, 179.5, 79.2597402597);
}
#sfmain #property #requestform {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  #sfmain #property #requestform {
    margin: 45px 0;
  }
}
#sfmain #property #requestform h2 {
  font: bold 18px/18px sans-serif !important;
  color: #545859;
  text-transform: uppercase;
  border: none;
  margin: 0 0 7px 0;
}
#sfmain #property #requestform .wpforms-field {
  padding: 5px 0;
}
#sfmain #property #requestform input {
  margin: 0;
}
#sfmain #property #related {
  display: grid;
  grid-template: auto/100%;
}
#sfmain #property #related a {
  text-transform: uppercase;
  color: #545859;
  font: bold 18px/18px sans-serif !important;
  text-decoration: none;
}
#sfmain #property #related a span {
  display: block;
  overflow: hidden;
  margin: 10px 0 30px 0;
}
#sfmain #property #related a img {
  transition: all 0.5s ease;
}
#sfmain #property #related a:hover img {
  transform: scale(1.05);
}
#sfmain #overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(84, 88, 89, 0.9);
  z-index: 100002;
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
  cursor: pointer;
}
#sfmain #overlay.active {
  opacity: 1;
  pointer-events: auto;
}
#sfmain #overlay > div {
  position: relative;
  background: #ffffff;
  padding: 15px;
  max-width: 480px;
  margin: auto;
  transform: translateY(-100px);
  transition: all 0.5s ease;
  cursor: default;
}
#sfmain #overlay > div.active {
  transform: translateY(0px);
}
#sfmain #overlay > div h2 {
  position: relative;
  padding: 15px;
  margin: -15px -15px 0 -15px;
  background: #2d2926;
  color: #ffffff;
  text-align: center;
  padding-right: 65px;
  font-size: 20px;
  line-height: 20px;
}
#sfmain #overlay > div h2:after {
  content: "×";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  z-index: 1;
  cursor: pointer;
}
#sfmain #overlay > div button {
  display: block;
  width: 100%;
  background: #009a44;
  color: #ffffff;
  border: none;
}
#sfmain #overlay > div .wpforms-container {
  margin-bottom: 0 !important;
}
#sfmain #overlay > div .wpforms-submit-container button,
#sfmain #overlay > div .wpforms-submit-container .btn {
  margin: 0 !important;
}
#sfmain #overlay > div .wpforms-confirmation-container-full {
  margin: 15px auto 0 auto !important;
}
#sfmain .page-id-12 #filterbar {
  position: relative;
  line-height: 16px;
}
#sfmain .page-id-12 #filterbar h2 {
  font-size: 18px;
  margin: 0px 0px 5px 0px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #sfmain .page-id-12 #filterbar h2 {
    margin: 15px 0px 5px 0px;
  }
  #sfmain .page-id-12 #filterbar h2:first-child {
    margin-top: 0px;
  }
}
#sfmain .page-id-12 #filterbar label {
  font-size: 13px;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
}
#sfmain .page-id-12 #filterbar select,
#sfmain .page-id-12 #filterbar .check,
#sfmain .page-id-12 #filterbar input {
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}
#sfmain .page-id-12 #filterbar select {
  border-right: 1px solid #000000;
}
#sfmain .page-id-12 #filterbar .search button {
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 13px;
  padding: 0px;
}
#sfmain .page-id-12 #filterbar #clear {
  display: block;
  width: 100%;
  border: 0px;
  background: #e7e7ea;
  border-radius: 0;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  font-weight: bold;
  outline: 0;
}
#sfmain .page-id-12 #filterbar #legend {
  height: auto;
  display: none;
}
#sfmain .page-id-12 #filterbar #legend .key {
  width: 20%;
  float: left;
  font-family: "Century Gothic", "CenturyGothic", "Apple Gothic", "AppleGothic", sans-serif;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  font-weight: normal;
  padding-top: 46px;
  cursor: pointer;
}
#sfmain .page-id-12 #filterbar #legend .key.faded {
  opacity: 0.4;
}
#sfmain .page-id-12 #filterbar #legend .key.active {
  font-weight: bold;
  opacity: 1;
}
#sfmain .page-id-12 #filterbar #legend .key.active.s {
  color: #008000;
}
#sfmain .page-id-12 #filterbar #legend .key.active.l {
  color: #00a080;
}
#sfmain .page-id-12 #filterbar #legend .key.active.sold, #sfmain .page-id-12 #filterbar #legend .key.active.leased {
  color: #ff0000;
}
#sfmain .page-id-12 #filterbar #legend .key.active.is {
  color: #0000a0;
}
#sfmain .page-id-12 #filterbar #legend .key.s {
  background: no-repeat top center url(assets/img/marker-s.png);
}
#sfmain .page-id-12 #filterbar #legend .key.l {
  background: no-repeat top center url(assets/img/marker-l.png);
}
#sfmain .page-id-12 #filterbar #legend .key.sold {
  background: no-repeat top center url(assets/img/marker-sold.png);
}
#sfmain .page-id-12 #filterbar #legend .key.leased {
  background: no-repeat top center url(assets/img/marker-100.png);
}
#sfmain .page-id-12 #filterbar #legend .key.is {
  background: no-repeat top center url(assets/img/marker-is.png);
}
#sfmain .page-id-12 #mapcontainer {
  padding-bottom: 40%;
}
@media only screen and (max-width: 767px) {
  #sfmain .page-id-12 #mapcontainer {
    padding-bottom: 100%;
  }
}
#sfmain .page-id-12 #location-info h2 {
  font-size: 16px;
  line-height: 18px;
  margin: 0px 0px 0px 0px;
  color: #00833c;
}
#sfmain .page-id-12 #location-info h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
}
#sfmain .page-id-12 #location-info p {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px;
  font-weight: normal;
}
#sfmain .page-id-12 #location-info a {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  color: #00833c;
  font-weight: bold;
  display: block;
}
#sfmain .page-id-12 #location-info .details {
  display: block;
}
#sfmain .page-id-12 #location-info .details span {
  display: inline-block;
  margin-right: 2px;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 8px;
  line-height: 16px;
  margin-top: 5px;
  border-radius: 5px;
}
#sfmain .page-id-12 #location-info .details span.forlease {
  background: #20a89d;
}
#sfmain .page-id-12 #location-info .details span.forsale {
  background: #0c7a41;
}

/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
#sfmain #market-analytics {
  padding-top: 0;
}
#sfmain #market-analytics #main-content {
  margin-top: 0px;
  padding: 60px 80px;
  background: no-repeat center center url(/market-analytics/main-bg.jpg);
  background-size: cover;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #sfmain #market-analytics #main-content {
    padding: 80px 30px;
  }
}
#sfmain #market-analytics #main-content h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-align: left;
}
#sfmain #platform-title {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  padding: 30px 0;
  margin-bottom: 0;
}
#sfmain #platform-title span:last-child {
  color: #caced2;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#sfmain #platform-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 60px 80px;
}
@media only screen and (max-width: 767px) {
  #sfmain #platform-links {
    padding: 40px 0;
  }
}
#sfmain #platform-links.interior {
  justify-content: space-around;
}
#sfmain #platform-links a {
  display: block;
  width: 25%;
  color: #caced2;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #sfmain #platform-links a {
    width: 33%;
  }
}
#sfmain #platform-links a * {
  transition: all 0.5s ease;
}
#sfmain #platform-links a span {
  display: block;
}
#sfmain #platform-links a .icon {
  width: 206px;
  height: 136px;
  margin: 0 auto 30px auto;
  background: #aaaeb2;
  transform: scale(0.75);
}
@media only screen and (max-width: 767px) {
  #sfmain #platform-links a .icon {
    width: 103px;
    height: 68px;
  }
}
#sfmain #platform-links a .icon img {
  width: calc(100% + 4px);
  position: relative;
  left: -2px;
  top: -2px;
}
#sfmain #platform-links a .title {
  color: #454546;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  #sfmain #platform-links a .title {
    font-size: 16px;
  }
}
#sfmain #platform-links a:hover .icon {
  background: #00833c;
  transform: scale(1);
}
#sfmain #platform-links a:hover .title {
  color: #00833c;
}
#sfmain #ma-map {
  margin: 0 0 60px 0;
  width: 100%;
  height: 0px;
  padding-bottom: 60%;
}
@media only screen and (max-width: 767px) {
  #sfmain #ma-map {
    margin: 0 0 30px 0;
  }
}
#sfmain #ma-map.global {
  padding-bottom: 67%;
}
#sfmain #ma-map.global svg .land {
  stroke: #ffffff;
}
#sfmain #ma-map svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#sfmain #ma-map svg .land {
  position: relative;
  fill: #caced2;
  transition: all 0.5s ease;
  transform-origin: center;
}
#sfmain #ma-map svg .land.active {
  cursor: pointer;
  fill: #aaaeb2;
}
#sfmain #ma-map svg .land.active:hover {
  fill: #00833c;
}
#sfmain #ma-map #state-tooltip {
  z-index: 1001;
  position: fixed;
  left: 0;
  top: 0;
  width: 640px;
  height: 360px;
  border-radius: 30px;
  border: 2px solid #00833c;
  background: #ffffff no-repeat center center;
  background-size: cover;
  transform: translateY(-50%) scale(0);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#sfmain #ma-map #state-tooltip.active {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
#sfmain #ma-map #state-tooltip:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: attr(title);
  color: #ffffff;
  background: #00833c;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 18px;
  line-height: 32px;
  padding: 0 30px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#sfmain #maplinks {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  background: no-repeat bottom center url(/market-analytics/building.png);
  background-size: auto 100%;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #sfmain #maplinks {
    height: auto;
    background-size: auto 40vw;
    padding-bottom: 40vw;
  }
}
#sfmain #maplinks > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #sfmain #maplinks > div {
    position: relative;
    height: auto;
    padding: 30px;
  }
}
#sfmain #maplinks > div .left {
  position: absolute;
  left: 29.3%;
  top: 40%;
  width: 8%;
}
@media only screen and (max-width: 767px) {
  #sfmain #maplinks > div .left {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
}
#sfmain #maplinks > div .right {
  position: absolute;
  left: 61.9%;
  top: 40%;
  width: 8%;
}
@media only screen and (max-width: 767px) {
  #sfmain #maplinks > div .right {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
}
#sfmain #maplinks > div .left > a,
#sfmain #maplinks > div .right > a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.75vw;
  line-height: 1.25em;
  margin-bottom: 0.75vw;
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #sfmain #maplinks > div .left > a,
  #sfmain #maplinks > div .right > a {
    display: none;
  }
}
#sfmain #maplinks > div .left > a:hover,
#sfmain #maplinks > div .right > a:hover {
  background: rgba(255, 255, 255, 0.5);
}
#sfmain #maplinks > div #excerpt,
#sfmain #maplinks > div .excerpt {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  bottom: 5%;
  transform: scale(0.5);
  transition: all 0.25s ease;
  width: 15%;
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 15px;
  font-size: 0.9vw;
  line-height: 1.5em;
}
#sfmain #maplinks > div #excerpt.active,
#sfmain #maplinks > div .excerpt.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
#sfmain #maplinks > div #excerpt.leftside,
#sfmain #maplinks > div .excerpt.leftside {
  left: 2%;
}
#sfmain #maplinks > div #excerpt.rightside,
#sfmain #maplinks > div .excerpt.rightside {
  right: 2%;
}
#sfmain #maplinks > div #excerpt h2,
#sfmain #maplinks > div .excerpt h2 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
}
#sfmain #maplinks > div #excerpt .mapbtn,
#sfmain #maplinks > div .excerpt .mapbtn {
  font-size: 0.9vw;
  font-weight: normal;
}
#sfmain #maplinks > div .excerpt {
  display: none;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  width: 100%;
  bottom: 0;
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 20px;
}
#sfmain #maplinks > div .excerpt .mapbtn {
  font-size: 16px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #sfmain #maplinks > div .excerpt {
    display: block;
  }
}
#sfmain .mapbtn {
  display: block;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 2px;
  text-decoration: none !important;
  background: #0b8442 !important;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
  padding: 0;
  font-weight: normal;
  margin: 15px 0;
}
#sfmain .mapbtn:hover {
  color: #ffffff;
  text-decoration: none;
}
#sfmain #ma-select {
  padding: 0 30px 30px 30px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #sfmain #ma-select {
    width: 420px;
    margin: 0 auto;
  }
}
#sfmain #ma-select select {
  display: block;
  width: 100%;
  border: 2px solid #00833c;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  #sfmain #msas {
    padding: 0 30px;
  }
}
#sfmain #msas h2 {
  text-align: center;
}
#sfmain #msas .data > div {
  display: flex;
  justify-content: space-between;
}
#sfmain #msas .state {
  display: none;
  transform: scale(0.85);
  opacity: 0;
  transition: all 1s ease;
}
#sfmain #msas .state.active {
  transform: scale(1);
  opacity: 1;
}
#sfmain #msas .state > h2 {
  font-size: 40px;
  line-height: 40px;
}
#sfmain #msas .state > .img,
#sfmain #msas .state > .data {
  display: none;
}
#sfmain #msas .state.country, #sfmain #msas .state:not(.has-cities) {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #sfmain #msas .state.country, #sfmain #msas .state:not(.has-cities) {
    width: 30%;
  }
}
#sfmain #msas .state.country > .img, #sfmain #msas .state:not(.has-cities) > .img {
  display: block;
}
#sfmain #msas .state.country > .data, #sfmain #msas .state:not(.has-cities) > .data {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #sfmain #msas .state.country > .data, #sfmain #msas .state:not(.has-cities) > .data {
    width: 100%;
  }
}
#sfmain #msas .state .img {
  max-width: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto 15px auto;
}
#sfmain #msas .state .img > div {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.5s ease;
  border-radius: 20px;
  border: 2px solid #00833c;
  transform: translateX(-50%);
}
#sfmain #msas .state .img > div:last-child {
  opacity: 0;
}
#sfmain #msas .state .img:hover > div {
  width: 75%;
  border-radius: 50px;
}
#sfmain #msas .state .img:hover > div:last-child {
  opacity: 1;
}
#sfmain #msas .state .cities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
#sfmain #msas .state .cities .city {
  width: 30%;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #sfmain #msas .state .cities .city {
    width: 100%;
  }
}
#sfmain #msas .state .cities .city.has-submarkets {
  width: 47.5%;
}
@media only screen and (max-width: 767px) {
  #sfmain #msas .state .cities .city.has-submarkets {
    width: 100%;
  }
}
#sfmain #msas .state .cities .city .submarkets {
  background: #f0f0f0;
  padding: 15px;
  margin-top: 15px;
}
#sfmain #msas .state .cities .city .submarkets > h2 {
  background: #00833c;
  color: #ffffff;
  padding: 15px;
  margin: 0;
}
#sfmain #msas .state .cities .city .submarkets > .submarket > h2 {
  font-size: 18px;
  margin: 0;
  padding: 15px;
  cursor: pointer;
}
#sfmain #msas .state .cities .city .submarkets > .submarket > h2:hover {
  background: #e0e4e2;
}
#sfmain #msas .state .cities .city .submarkets > .submarket > .data {
  display: none;
}
#sfmain #msas .state .cities .city .submarkets > .submarket.active > h2 {
  background: #e0e4e2;
}
#sfmain #msas .state .cities .city .submarkets > .submarket.active > .data {
  background: #f8f8f8;
  padding: 15px;
}
#sfmain .ma-listtitle {
  font-size: 30px;
  line-height: 40px;
  margin: 60px 0 60px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #sfmain .ma-listtitle {
    margin: 6vw 0;
  }
}
#sfmain .ma-list {
  width: 1366px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #sfmain .ma-list {
    padding: 0 15px;
  }
}
#sfmain .ma-list .ma-listitem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22%;
  margin-bottom: 30px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.25);
  padding: 15px 30px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #sfmain .ma-list .ma-listitem {
    display: block;
    width: 100%;
    padding: 0;
    box-shadow: none;
    padding-right: 30vw;
    text-align: left;
    min-height: 50px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
#sfmain .ma-list .ma-listitem.phantom {
  padding: 0;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  #sfmain .ma-list .ma-listitem.phantom {
    display: none;
  }
}
#sfmain .ma-list .ma-listitem h2 {
  position: relative;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  #sfmain .ma-list .ma-listitem h2 {
    margin: 0;
    font-size: 18px;
  }
}
#sfmain .ma-list .ma-listitem p {
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  #sfmain .ma-list .ma-listitem p {
    margin: 5px 0;
  }
}
#sfmain .ma-list .ma-listitem .mapbtn {
  right: 0;
  top: 0;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  #sfmain .ma-list .ma-listitem .mapbtn {
    width: 26vw;
    position: absolute;
    padding: 10px 0px;
    margin: 0;
    line-height: 20px;
    font-size: 13px;
    line-height: 15px;
  }
}
#sfmain main section {
  border-bottom: 1px solid #0b8442;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
}
@media only screen and (max-width: 767px) {
  #sfmain main section {
    max-width: calc(100% - 30px);
    margin: 0px auto 6vw auto;
    padding-bottom: 6vw;
  }
}

/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
.gm-style-iw {
  max-width: 360px !important;
}

/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */
/* ############################################################################################################### */

/*# sourceMappingURL=salesforce-page-styles.css.map */
