<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Responsive
Theme URI: http://wordpress.org/
Description: The Responsive theme was developed for Windermere
Author: Kevin Wong
Version: 10.0
*/


@font-face {
    font-family: "Semplicita Pro";
    src: url('/wp-content/plugins/matrix/styles/fonts/semplicitapro-regular-webfont.woff') format('woff'),
    url('/wp-content/plugins/matrix/styles/fonts/semplicitapro-regular-webfont.eot') format('truetype');
}
@font-face {
    font-family: "Semplicita Pro";
    src: url('/wp-content/plugins/matrix/styles/fonts/semplicitapro-bold-webfont.woff') format('woff'),
    url('/wp-content/plugins/matrix/styles/fonts/semplicitapro-bold-webfont.eot') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: "Semplicita Pro";
    src: url('/wp-content/plugins/matrix/styles/fonts/semplicitapro-italic-webfont.woff') format('woff'),
    url('/wp-content/plugins/matrix/styles/fonts/semplicitapro-italic-webfont.eot') format('truetype');
    font-style: italic;
}
@font-face {
    font-family: "Semplicita Pro";
    src: url('/wp-content/plugins/matrix/styles/fonts/semplicitapro-bolditalic-webfont.woff') format('woff'),
    url('/wp-content/plugins/matrix/styles/fonts/semplicitapro-bolditalic-webfont.eot') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Semplicita Pro";
    src: url('/wp-content/plugins/matrix/styles/fonts/semplicitapro-light-webfont.woff') format('woff'),
    url('/wp-content/plugins/matrix/styles/fonts/semplicitapro-light-webfont.eot') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: "Semplicita Pro";
    src: url('/wp-content/plugins/matrix/styles/fonts/semplicitapro-lightitalic-webfont.woff') format('woff'),
    url('/wp-content/plugins/matrix/styles/fonts/semplicitapro-lightitalic-webfont.eot') format('truetype');
    font-weight: 200;
    font-style: italic;
}




@media screen and (max-width: 782px) {
    html body #wpadminbar {
        z-index: 6000 !important;
    }
}

html, body {
    height: 100%;
}
#wrapper, .wrapper.homepage {
    /* height must be 100% in order for sticky footer layout to work correctly */
    height: auto;
    min-height: 100%;
}
.wrapper.homepage.responsive.page-wrapper {
    overflow: hidden;
    margin: 0 auto;
}

body {
    min-width: 320px;
    font-size: 15px;
    overflow-x: hidden;
}
body.fl-builder {
    overflow: visible;
}
body.overlay {
    min-width: 290px;
}
body.home {
    background-color: #fdfdfd;
}
body.fl-builder #TB_window {
    z-index: 100050;
}

/* Beaver Builder overide: Prevent background parallax effects */
.force-prevent-fl-parallax .fl-row-bg-parallax &gt; .fl-row-content-wrap {
    background-position: center center !important;
}

/* mitigate annoying items listtrac is adding to DOM */
body &gt; img[src*="rlcdn"] {
  max-height: 1px;
  max-width: 1px;
  position: absolute;
  z-index: -9999;
}
body &gt; iframe[name="__bkframe"] {
  position: absolute;
  z-index: -9999;
  display: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    font-weight: 100;
}

/* START responsive font sizing */
html {
    font-size: 10px;
}
body.fl-builder,
.custom-footer .fl-builder-content {
    font-size: 12px;
    font-size: 1.2rem;
}
body.fl-builder h1:not([class]),
body.fl-builder h1[class=""],
.custom-footer .fl-builder-content h1:not([class]),
.custom-footer .fl-builder-content h1[class=""] {
    font-size: 28px;
    font-size: 2.8rem;
}
body.fl-builder h2:not([class]),
body.fl-builder h2[class=""],
.custom-footer .fl-builder-content h2:not([class]),
.custom-footer .fl-builder-content h2[class=""] {
    font-size: 24px;
    font-size: 2.4rem;
}
body.fl-builder h3:not([class]),
body.fl-builder h3[class=""],
.custom-footer .fl-builder-content h3:not([class]),
.custom-footer .fl-builder-content h3[class=""] {
    font-size: 20px;
    font-size: 2rem;
}
body.fl-builder h4:not([class]),
body.fl-builder h4[class=""],
.custom-footer .fl-builder-content h4:not([class]),
.custom-footer .fl-builder-content h4[class=""] {
    font-size: 16px;
    font-size: 1.6rem;
}
body.fl-builder h5:not([class]),
body.fl-builder h5[class=""],
.custom-footer .fl-builder-content h5:not([class]),
.custom-footer .fl-builder-content h5[class=""] {
    font-size: 14px;
    font-size: 1.4rem;
}
body.fl-builder h6:not([class]),
body.fl-builder h6[class=""],
.custom-footer .fl-builder-content h6:not([class]),
.custom-footer .fl-builder-content h6[class=""] {
    font-size: 12px;
    font-size: 1.2rem;
}
.fl-builder-content .fl-slideshow-container img {
    vertical-align: inherit;
}
@media (min-width: 576px) {
    body.fl-builder,
    .custom-footer .fl-builder-content  {
        font-size: 14px;
        font-size: 1.4rem;
    }
    body.fl-builder h1:not([class]),
    body.fl-builder h1[class=""],
    .custom-footer .fl-builder-content h1:not([class]),
    .custom-footer .fl-builder-content h1[class=""] {
        font-size: 32px;
        font-size: 3.2rem;
    }
    body.fl-builder h2:not([class]),
    body.fl-builder h2[class=""],
    .custom-footer .fl-builder-content h2:not([class]),
    .custom-footer .fl-builder-content h2[class=""] {
        font-size: 28px;
        font-size: 2.8rem;
    }
    body.fl-builder h3:not([class]),
    body.fl-builder h3[class=""],
    .custom-footer .fl-builder-content h3:not([class]),
    .custom-footer .fl-builder-content h3[class=""] {
        font-size: 24px;
        font-size: 2.4rem;
    }
    body.fl-builder h4:not([class]),
    body.fl-builder h4[class=""],
    .custom-footer .fl-builder-content h4:not([class]),
    .custom-footer .fl-builder-content h4[class=""] {
        font-size: 20px;
        font-size: 2rem;
    }
    body.fl-builder h5:not([class]),
    body.fl-builder h5[class=""],
    .custom-footer .fl-builder-content h5:not([class]),
    .custom-footer .fl-builder-content h5[class=""] {
        font-size: 16px;
        font-size: 1.6rem;
    }
    body.fl-builder h6:not([class]),
    body.fl-builder h6[class=""],
    .custom-footer .fl-builder-content h6:not([class]),
    .custom-footer .fl-builder-content h6[class=""] {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media (min-width: 768px) {
    body.fl-builder,
    .custom-footer .fl-builder-content  {
        font-size: 16px;
        font-size: 1.6rem;
    }
    body.fl-builder h1:not([class]),
    body.fl-builder h1[class=""],
    .custom-footer .fl-builder-content h1:not([class]),
    .custom-footer .fl-builder-content h1[class=""] {
        font-size: 40px;
        font-size: 4rem;
    }
    body.fl-builder h2:not([class]),
    body.fl-builder h2[class=""],
    .custom-footer .fl-builder-content h2:not([class]),
    .custom-footer .fl-builder-content h2[class=""] {
        font-size: 32px;
        font-size: 3.2rem;
    }
    body.fl-builder h3:not([class]),
    body.fl-builder h3[class=""],
    .custom-footer .fl-builder-content h3:not([class]),
    .custom-footer .fl-builder-content h3[class=""] {
        font-size: 28px;
        font-size: 2.8rem;
    }
    body.fl-builder h4:not([class]),
    body.fl-builder h4[class=""],
    .custom-footer .fl-builder-content h4:not([class]),
    .custom-footer .fl-builder-content h4[class=""] {
        font-size: 24px;
        font-size: 2.4rem;
    }
    body.fl-builder h5:not([class]),
    body.fl-builder h5[class=""],
    .custom-footer .fl-builder-content h5:not([class]),
    .custom-footer .fl-builder-content h5[class=""] {
        font-size: 20px;
        font-size: 2rem;
    }
    body.fl-builder h6:not([class]),
    body.fl-builder h6[class=""],
    .custom-footer .fl-builder-content h6:not([class]),
    .custom-footer .fl-builder-content h6[class=""] {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media (min-width: 992px) {
    body.fl-builder h1:not([class]),
    body.fl-builder h1[class=""],
    .custom-footer .fl-builder-content h1:not([class]),
    .custom-footer .fl-builder-content h1[class=""] {
        font-size: 44px;
        font-size: 4.4rem;
    }
    body.fl-builder h2:not([class]),
    body.fl-builder h2[class=""],
    .custom-footer .fl-builder-content h2:not([class]),
    .custom-footer .fl-builder-content h2[class=""] {
        font-size: 36px;
        font-size: 3.6rem;
    }
    body.fl-builder h3:not([class]),
    body.fl-builder h3[class=""],
    .custom-footer .fl-builder-content h3:not([class]),
    .custom-footer .fl-builder-content h3[class=""] {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media (min-width: 1200px) {
    body.fl-builder h1:not([class]),
    body.fl-builder h1[class=""],
    .custom-footer .fl-builder-content h1:not([class]),
    .custom-footer .fl-builder-content h1[class=""] {
        font-size: 48px;
        font-size: 4.8rem;
    }
    body.fl-builder h2:not([class]),
    body.fl-builder h2[class=""],
    .custom-footer .fl-builder-content h2:not([class]),
    .custom-footer .fl-builder-content h2[class=""] {
        font-size: 44px;
        font-size: 4.4rem;
    }
    body.fl-builder h3:not([class]),
    body.fl-builder h3[class=""],
    .custom-footer .fl-builder-content h3:not([class]),
    .custom-footer .fl-builder-content h3[class=""] {
        font-size: 36px;
        font-size: 3.6rem;
    }
}
/* END responsive font sizing defaults */
/* Header searchbar */
.header-searchbar-wrap {
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 19px;
}
#affix-header-search .search-near-me .fa-location-arrow {
    -webkit-text-stroke: 0px;
    -webkit-text-fill-color: inherit;
}
#affix-header-search .form-group {
    margin-bottom: 0px;
    height: 32px;
    box-sizing: border-box;
}
#affix-header-search {
    height: 0px;
    border: none;
    position: fixed;
    width: 100%;
    left: 0px;
    overflow: hidden;
    z-index: 999;
    opacity: 0;
    transition: opacity ease 0.6s, height ease 0.1s 0.6s;
}
#affix-header-search .search-location {
    width: 50%;
    max-width: 500px;
    min-width: 300px;
    height: 32px;
    padding-right: 80px;
    padding-left: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    font-size: 16px;
    box-shadow: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    line-height: 1em;
    text-overflow: ellipsis;
    opacity: 1;
}
#affix-header-search .fa-location-arrow:before,
#affix-header-search .fa-search:before {
    color: inherit;
}
#affix-header-search .search-location:focus {
    box-shadow: 0px 0px 10px #66afe9;
}
#affix-header-search div.searchbylocation i.search-icon {
    margin: 0px;
    color: inherit;
    font-size: 16px;
    padding: 0px;
}
#affix-header-search .searchByCurrentLocation {
    width: 40px;
    height: 32px;
    display: inline-block;
    border: none;
    position: absolute;
    outline: none;
    font-size: 16px;
    margin-left: -80px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    text-align: center;
    padding: 0px;
    opacity: 1;
}
#affix-header-search .searchByCurrentLocation:focus,
#affix-header-search .searchByLocationSubmit:focus {
    box-shadow: 0px 0px 10px #66afe9;
}
#affix-header-search .searchByLocationSubmit {
    width: 40px;
    height: 32px;
    display: inline-block;
    border: 1px solid white;
    border-left: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    position: absolute;
    outline: none;
    font-size: 16px;
    margin-left: -40px;
    padding: 0px;
    margin-right: 0px;
}
/*End header searchbar*/

body.admin-bar .navbar-fixed-top {
    top: 32px;
}
@media screen and ( max-width: 782px ) {
    body.admin-bar .navbar-fixed-top {
        top: 46px;
    }
}
.navbar-fixed-top {
    max-width: 100%;
}
.navbar-fixed-top.fix-fixed {
    top: 0 !important;
    position: absolute !important;
}
@media screen and (max-width: 782px) {
    html #wpadminbar {
        left: 0!important;
        z-index: 500!important;
        height: 46px;
        min-width: 300px;
        position: fixed;
    }
}

.responsive-media {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.responsive-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.headline-text .agentcustomareatext h1 {
    font-size: 100%;
    color: inherit;
    margin: 0;
}
h3{
    margin-bottom: 12px;
}
input[type=text],
input[type=text].form-control,
input[type=email].form-control,
textarea,
textarea.form-control {
    font-size: 16px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

input.responsive-button {
    border-radius: 15px;
    width: auto;
    padding: 12px 20px;
    font-size: 16px;
}
input.responsive-button:focus {
    outline: none;
}

input.grey_text {
    color: #b5b2ab !important;
}
div.container.container-fluid {
    width: auto;
}
iframe {
    border: 0;
}
div.background {
    display: none;
}

div.affix {
  z-index: 5003;
}
div.nav-bar {
    border-bottom: 1px solid #eeeeee;
    z-index: 5002;
    min-width: 320px;
}
.homepage div.nav-bar {
    border-bottom: none;
}
div.subheader {
    width: 100%;
    min-height: 100%;
    position: relative;
}
div#one.subheader:after {
    clear: both;
    content: "";
    display: table;
}
div.subheader .background-image{
    overflow: hidden;
}
div.subheader &gt; div.agentcustomareaimage &gt; img{
    position: absolute;
    z-index: 3;
}
div.cookie-banner {
    width: 100%;
    padding: 15px;
    background-color: black;
    color: white;
    z-index: 999999; /* because ReadyChat is 999998 */
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
}
div.cookie-banner p {
    margin-top: 12px;
}
div.cookie-banner a {
    margin-left: 5px;
    color: gray;
    text-decoration: underline;
}
div.cookie-banner button {
    margin-left: auto;
    padding: 10px;
    border: none;
    font-size: smaller;
}
div.subheader .page-down {
    position: absolute;
    bottom: 5px;
    text-align: center;
    left: 48%;
    z-index: 4;
}
@media (max-width: 767px), (max-height: 480px) {
    body.layout-default div.subheader .page-down {
        display: none;
    }
}
@media (max-width: 480px), (max-height: 480px) {
    body.layout-largeimage div.subheader .page-down {
        display: none;
    }
}

div.subheader a.fa-angle-down{
    color: #3879bc;
    position: relative;
    margin: 0 auto;
    font-weight: bold;
    font-size: 48px;
    width: 48px;
    border: 1px solid;
    border-radius: 50px;
    background: rgba(255,255,255,0.5);
}
div.subheader a.fa-angle-down:hover,
div.subheader a.fa-angle-down:focus {
    background: rgba(0,0,0,0.05);
    color: #666666;
    text-decoration: none;
    outline: none;
}
@media (min-width: 992px) {
    div.subheader a.fa-angle-down {
        font-size: 64px;
        width: 64px;
    }
}
div.agentcustomarea {
    overflow: visible;
}
div.footer:after, div.footer &gt;div:after, div.header:after, div.wrapper:after {
  content: inherit;
  height: 0;
  display: none;
}
#contactMeModal, #sucessModal, #sendingModal {
  z-index: 5002;
  -webkit-overflow-scrolling: touch;
}
.vertical-alignment-helper {
  display:table;
  height: 100%;
  width: 100%;
}
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}
.modal-content {
  width:inherit;
  height:inherit;
  margin: 0 auto;
}
#contactMeModal .modal-header, #sucessModal .modal-header{
  border-bottom: 0;
}
#contactMeModal .form-group {
  min-height: 58px;
}
#contactMeModal .form-group.form-group-submit {
    min-height: inherit;
    margin-top: 15px;
}
#contactMeModal input, #contactMeModal textarea{
  color: #080808;
  padding: 6px 12px;
  font-size: 16px;
}
#contactMeModal textarea{
  resize: vertical;
}
#contactMeModal .modal-header h2.modal-title{
  font-size: 24px;
}
#contactMeModal .form-control-feedback {
  left: -15px;
  right: inherit;
  top: inherit;
}

#contactMeModal .help-block{
  opacity: 0;
}
#contactMeModal .has-success .help-block, #contactMeModal .has-error .help-block {
  opacity: 1;
}
#sucessModal .fa-circle{
  color: #3c763d;
}
#sucessModal .fa-check{
  color: white;
}
@media screen and (max-width: 767px) {
  #contactMeModal .form-control-feedback {
    left: 2px;
    top: -5px;
  }
  #contactMeModal .help-block {
    padding-left: 17px;
  }
}
.message-consent-checkbox-container {
    margin-bottom: 16px;
}
.message-consent-checkbox-container input[type=checkbox] {
    float: left;
}
.message-consent-checkbox-text {
    margin-left: 20px;
    text-align: left;
}
.message-consent-header {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: left;
}
body.modal-open #registerConsentModal.in {
    display: flex !important;
    align-items: center;
}
#registerConsentModal {
    padding: 0 24px !important;
}
.agentProfile #registerConsentModal {
    background: rgba(000, 000, 000, 0.5);
}
#registerConsentModal .modal-dialog {
    max-width: 480px;
    margin: auto;
}
#registerConsentModal .modal-content {
    max-width: 100%;
    text-align: left;
    border-radius: 0;
}
#registerConsentModal .modal-header {
    padding: 24px 32px;
    font-size: 22px;
}
#registerConsentModal .modal-body {
    padding: 24px 32px;
    font-size: 14px;
}
.message-consent-button-group {
    text-align: center;
    width: 100%;
}
.consent-cancel {
    margin-right: 15px;
}
.message-consent-button-group button {
    height: 4em;
    display: inline-block;
    width: calc(50% - 10px);
    border: 1px solid;
    border-radius: 2em;
    text-indent: 0em;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.81px;
    line-height: 0.8em;
    text-transform: uppercase;
}
@media (max-width: 326px) {
    #registerConsentModal .modal-header {
        font-size: 18px;
    }
    #registerConsentModal .modal-body {
        font-size: 12px;
    }
}
div.wrapper {
    margin: 0 auto;
    height: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
div.page-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}

div.push-footer {
    height: 80px;
}
@media (min-width: 768px) {
    div.push-footer {
        height: 60px;
    }
}
div.footer {
    height: auto;
    min-height: 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.search div.footer {
    z-index: 2;
}
div.footer-margin {
    background: none;
    background-color: #b3b2b3;
    min-height: 20px;
    padding: 0;
}
div.homepage.responsive div.footer-margin {
    margin-top: 20px;
}
div.footer-body {
    text-align: left;
    min-height: 40px;
    padding: 3px 5px 0;
    font-size: 11px;
}
div.homepage.responsive div.footer-body {
    min-height: 40px;
    height: auto;
}
@media (min-width: 400px) {
    div.footer-body {
        padding: 1px 8px 0;
        font-size: 13px;
    }
}
div.footer-body .footer-office {
    min-width: 100%;
    text-align: center;
}
div.footer-body .footer-copyright {
    min-width: 100%;
    text-align: center;
}
div.footer-body .footer-terms {
    min-width: 100%;
    text-align: center;
}
@media (min-width: 576px) {
    div.footer-body .footer-office {
        float: left;
        text-align: left;
        min-width: 70%;
    }
    div.footer-body .footer-copyright {
        float: left;
        text-align: left;
        min-width: 70%;
    }
    div.footer-body .footer-terms {
        min-width: 30%;
        float: left;
        text-align: right;
    }
}
div.footer-body &gt; div {
    line-height: 1.5em;
}
div.footer-disclaimer {
    background-color: #b3b2b3;
    padding: 16px;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    display: none;
}
body.home div.footer-disclaimer {
    display: block;
}
div.footer div.footer-disclaimer a {
    color: #000000;
}

.homepage .footer.row {
    margin-left: 0;
    margin-right: 0;
}
.homepage .push-footer {
    height: 0;
}

div.subbody.row {
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 40px;
}


#affix-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

/* bootstrap overrides */
.nav-bar .navbar-nav,
.nav-bar .navbar-outer .navbar-nav {
   float: right;
    margin: 0;
}
.nav-bar .nav-wrap-right {
    float: right;
}
.nav-bar .nav-wrap-right .navbar-nav {
    float: left;
}

.nav-wrap-right.nav-wrap-reflow-temp {
    position: absolute;
    width: auto;
    top: 0px;
    right: 0px;
}
@media (min-width: 768px) {
    body.home.page.fl-builder.nav-background-transparent div.nav-bar.navbar-fixed-top.headroom--top,
    body.home.page.fl-builder.nav-background-transparent div.nav-bar.navbar-fixed-top.headroom--top .nav.navbar-nav &gt; li.current &gt; a,
    body.nav-background-transparent div.homepage div.nav-bar.navbar-fixed-top.headroom--top,
    body.nav-background-transparent div.homepage div.nav-bar.navbar-fixed-top.headroom--top .nav.navbar-nav &gt; li.current &gt; a {
      background-color: transparent !important; 
    }
    body.home.page.fl-builder.nav-background-transparent div.nav-bar.slim-header + div.wrapper{
      top: -70px;
      margin-bottom: -70px;
    }
    body.home.page.fl-builder.nav-background-transparent div.nav-bar.grande-header + div.wrapper {
      top: -220px;
      margin-bottom: -220px;
    }
    body.nav-background-transparent div.homepage div.nav-bar.slim-header + div#one div.background-image,
    body.nav-background-transparent div.homepage div.nav-bar.grande-header + div#one div.background-image{
      overflow: visible;
    }
    body.nav-background-transparent div.homepage div.nav-bar.slim-header + div#one div.background-image div.background-image-element{
      top: -70px;
      height: calc(100% + 70px);
      position: absolute;
    }
    body.nav-background-transparent div.homepage div.nav-bar.grande-header + div#one div.background-image div.background-image-element{
      top: -220px;
      height: calc(100% + 220px);
      position: absolute;
    }

    .nav-bar .navbar-nav,
    .nav-bar .navbar-outer .navbar-nav {
        float: right;
        margin: 0;
    }
    .nav-bar .nav-wrap-right .navbar-nav {
        float: left;
    }
}
@media (max-width: 767px) {
    .nav-bar .navbar-right {
        float: right !important;
        margin: 0;
    }
    .nav-bar .navbar-right .dropdown-menu {
        right:0;
        left:auto;
    }
    .nav-bar .navbar-right .dropdown-menu-left{
        right:auto;
        left:0;
    }
    .nav-bar .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        z-index: 1000;
        padding: 5px 0px;
        margin: 2px 0px 0px;
        font-size: 14px;
        text-align: left;
        background-color: #FFF;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    }
    .nav-bar .navbar-nav .collapsible ul {
        position: absolute !important;
        top: auto !important;
        left: auto !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
    }
    .nav-bar .navbar-nav.navbar-right .collapsible ul {
        position: absolute !important;
        top: auto !important;
        left: auto !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: auto !important;
        min-width: 140px !important;
        max-width: none !important;
    }
    .nav-bar .navbar-nav {
        float:right;
        margin:0;
    }
    .nav-bar .navbar-nav&gt;li {
        float:left;
    }
    .nav-bar .navbar-nav&gt;li&gt;a {
        padding-top:15px;
        padding-bottom:15px;
    }
    .nav-bar .navbar-nav.navbar-right:last-child {
        margin-right:-15px;
    }

    .nav-bar .navbar-nav&gt;li&gt;.dropdown-menu{
        margin-top:0;
        border-top-left-radius:0;
        border-top-right-radius:0;
    }
}
/*sub-arrow style support for v1.1.1 smart menus.*/
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
    position: static;
    margin-top: 0;
    margin-right: 0;
    margin-left: 6px;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px dashed transparent;
}
.navbar-nav ul .sub-arrow {
    position:absolute;
    right:0;
    margin-top:6px;
    margin-right:6px;
    border-top:4px dashed transparent;
    border-bottom:4px dashed transparent;
    border-left:4px solid;
}

/* The following will make the sub menus collapsible for small screen devices  */
@media screen and (max-width: 480px) {
  .nav-bar .navbar-nav {
    width: auto !important;
  }
  .nav-bar .navbar-nav ul .sub-arrow {
      margin-right: 3px;
  }
  .nav-bar .navbar-nav &gt; li {
      float: none;
  }
  .nav-bar .navbar-nav &gt; li ul li a {
      padding-left: 10px;
  }
  .nav-bar .navbar-nav &gt; li ul li {
      padding-left: 8px;
  }
  .nav-bar .navbar-nav &gt; li &gt; a,
  .nav-bar .navbar-nav ul.sm-nowrap &gt; li &gt; a {
      white-space: normal;
  }
  .nav-bar .header .nav.navbar-nav li ul.dropdown-menu a {
      padding: 15px 15px 15px 5px;
  }
  .nav-bar .navbar-nav iframe {
      display: none;
  }
}

.hide-nav-menu .nav.navbar-nav.top-level-nav {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999px;
}

.show-nav-menu .nav.navbar-nav.top-level-nav {
    left: auto;
    top: auto;
    visibility: visible;
    position: relative;
}

.menu-not-ready .nav.navbar-nav.top-level-nav .nav-menu-item:focus-within &gt; ul.dropdown-menu,
.menu-not-ready .nav.navbar-nav.top-level-nav .nav-menu-item:hover &gt; ul.dropdown-menu{
    display: block;
    margin-top: -10px;
    z-index: 9999999;
}

.menu-not-ready .nav.navbar-nav.top-level-nav {
    display: inline-block;
    overflow: hidden;
    max-width: 60vw;
    white-space: nowrap;
    height: 100%;
}

/* Slim center header layout (and tall-header default) has more space allocated to the logo than others.*/
.menu-not-ready.tall-header .default-header .nav.navbar-nav.top-level-nav,
.menu-not-ready .slim-header .nav.navbar-nav.top-level-nav {
    max-width: 30vw;
}

.menu-not-ready .nav.navbar-nav.top-level-nav &gt; .nav-menu-item {
    float: none;
    display: inline-block;
}
.menu-not-ready .nav.navbar-nav.top-level-nav &gt; .nav-menu-item.more {
    display: none;
}

.menu-not-ready .nav.navbar-nav.top-level-nav:focus-within,
.menu-not-ready .nav.navbar-nav.top-level-nav:hover {
    overflow: auto;
    height: 60vh;
}

@media screen and (max-width:812px) {
    .menu-not-ready .nav.navbar-nav.top-level-nav &gt; .nav-menu-item {
        display: none;
    }

    .menu-not-ready .nav.navbar-nav.top-level-nav {
        white-space: normal;
    }

    .menu-not-ready .nav.navbar-nav.top-level-nav &gt; .nav-menu-item.more {
        display: block;
        float: none;
    }

    .menu-not-ready .nav.navbar-nav.top-level-nav &gt; .nav-menu-item.more .more-dropdown {
        display: block;
    }

    .menu-not-ready .nav.navbar-nav.top-level-nav:focus-within .nav-menu-item {
        display: block;
        float: none;
    }

    .menu-not-ready .nav.navbar-nav.top-level-nav:focus-within ul.dropdown-menu {
        display: block;
        position: static;
        float: none;
    }

    .menu-not-ready div.nav-bar:focus-within {
        height: 60vh !important;
    }

    .menu-not-ready div.nav-bar:focus-within .navbar-brand {
        display: none;
    }
}

/*Use class to control login/username visibility.*/
body:not(.webuser-logged-in) .navbar-user .user-name,
body:not(.webuser-logged-in) .nav-menu-item.more.solo-menu .user-name,
.webuser-logged-in .navbar-user .login-register,
.nav-menu-item.more .login-register,
.nav-menu-item.more .user-name,
.nav-menu-item.more {
    display: none;
}
body:not(.webuser-logged-in) .navbar-user .login-register,
body:not(.webuser-logged-in) .nav-menu-item.more.solo-menu .login-register,
.webuser-logged-in .nav-menu-item.more.solo-menu .user-name,
.webuser-logged-in .navbar-user .user-name {
    display: block;
}
.nav-menu-item.more.solo-menu .user-name &gt; a,
.nav-menu-item.more.solo-menu .login-register &gt; a {
    text-align: left;
}
/*Hide navbar-user when solo-menu (or during load) active*/
.menu-not-ready ul.navbar-nav.navbar-user,
.menu-not-ready .grande-user-bar-wrap {
    visibility: hidden;
}
.has-solo-menu ul.navbar-nav.navbar-user {
    display: none;
}
@media screen and (max-width: 812px) {
    .grande-user-bar-wrap {
        display: none;
    }
}
.nav-bar .nav.navbar-nav &gt; li &gt; a,
.nav-bar .nav.navbar-nav &gt; li &gt; span {
    font-size:  16px;
    line-height: 60px;
    white-space: nowrap;
}
body.layout-largeimage .nav.navbar-nav &gt; li &gt; a,
body.layout-largeimage .nav.navbar-nav &gt; li &gt; span {
    line-height: 54px;
}
.nav-bar .nav.navbar-nav &gt; li &gt; a {
    padding: 0 10px;
}
.nav-bar .nav.navbar-nav li ul.dropdown-menu a {
    padding: 15px 20px 15px 15px;
}
.nav-bar .nav.navbar-nav li.nav-menu-item.more.solo-menu &gt; a {
    padding-top: 3px;
    text-align: center;
    line-height: normal;
    height: 60px;
}
body.layout-largeimage .nav.navbar-nav li.nav-menu-item.more.solo-menu &gt; a {
    height: 54px;
}
.nav-bar .nav.navbar-nav li.nav-menu-item.more.solo-menu &gt; a .more-menu-bars {
    margin-bottom: -5px;
}
.nav-bar .nav.navbar-nav li.nav-menu-item.more.solo-menu &gt; a .more-menu-bars i {
    font-size: 2.3em;
}
.nav-bar .nav.navbar-nav li.nav-menu-item.more.solo-menu &gt; a span.sub-arrow {
    display: none;
}
.nav-bar .nav.navbar-nav&gt;li {
    float: left;
}
/* Search bar visibility. */
@media (min-height: 585px) and (min-width: 600px) {
    #affix-header-search.affix {
        height: 70px;
        opacity: 1.0;
        transition: opacity ease 0.6s, height ease 0.01s;
    }
    #affix-bar.affix.has-searchbar {
        visibility: hidden;
        z-index: 0;
    }
}
@media (min-width: 1200px) {
    #affix-header-search .container,
    .nav-bar .container {
        max-width: 1920px;
        width: auto;
    }
    .header-searchbar-wrap {
        margin-left: 15px;
        margin-right: 15px;
    }
    #affix-header-search .form-group,
    .nav-bar:not(.slim-header) #blog-title,
    .nav-bar:not(.grange-header) #blog-title {
        padding-left: 15px;
    }
}
@media (max-width: 768px) {
    .header-searchbar-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .nav-bar:not(.slim-header) #blog-title,
    .nav-bar:not(.grange-header) #blog-title {
        padding-left: 15px;
    }
}

.logo-left #mxHeaderleft {
    float: left;
}

/*Solo-menu related modifications.*/
.has-solo-menu .nav.navbar-nav.top-level-nav {
    position: absolute;
    left: 0;
    margin-left: 10px;
}

.has-solo-menu #mxHeaderleft,
.has-solo-menu #clonemxHeaderLeft {
    margin-left: 60px;
}

.has-solo-menu .slim-header-logo-centered #mxHeaderleft {
    margin: 0px;
}

.has-solo-menu .nav-bar .nav.navbar-nav li.nav-menu-item.more.solo-menu &gt; a {
    padding-top: 0px;
}

.has-solo-menu .nav-bar .nav.navbar-nav li.nav-menu-item.more.solo-menu &gt; a .more-menu-bars i {
    font-size: 1.7em;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
    margin-bottom: 0px;
}

@media (min-width: 813px) {
    /* Grande headers are more complicated, undo the shift at sizes above 812px width so it has a chance to revert */
    .has-solo-menu .grande-header-logo-left .nav.navbar-nav.top-level-nav,
    .has-solo-menu .grande-header-logo-centered .nav.navbar-nav.top-level-nav {
        position: static;
    }
}

@media screen and (orientation: landscape) and (max-width: 813px) {
    .has-solo-menu .slim-header-logo-centered #header-logo {
        position: absolute;
        left: 60px;
        z-index: 2;
    }
}

@media screen and (orientation: portrait) {
    .has-solo-menu #mxHeaderleft .navbar-brand,
    .has-solo-menu #clonemxHeaderLeft .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        margin: 0;
    }
}

div.header div#mxHeaderleft .navbar-brand {
    height: auto;
    line-height: 60px;
    padding: 0 20px 0 15px;
}

.more-menu-bars i.fa-bars {
    padding-top: 10px;
}


body.layout-largeimage .slim-header .nav.navbar-nav &gt; li &gt; a,
body.layout-largeimage .slim-header .nav.navbar-nav &gt; li &gt; span {
    line-height: 60px;
}
body.layout-largeimage .slim-header .nav.navbar-nav &gt; li.current &gt; a,
body.layout-largeimage .slim-header .nav.navbar-nav &gt; li.current &gt; span {
    line-height: 44px;
}
body.layout-largeimage .slim-header .slim-header-logo-centered .nav.navbar-nav &gt; li.current &gt; a,
body.layout-largeimage .slim-header .slim-header-logo-centered .nav.navbar-nav &gt; li.current &gt; span {
    line-height: 60px;
}
div.slim-header-logo-centered .navbar-nav,
div.slim-header-logo-left .navbar-nav,
div.grande-header-logo-centered .navbar-nav,
div.grande-header-logo-centered .navbar-nav {
    margin: 0;
}

div.slim-header .nav.navbar-nav &gt; li.login-register,
div.slim-header .nav.navbar-nav &gt; li.user-name,
div.slim-header .nav.navbar-nav &gt; li.solo-menu {
    border-left: none;
}
div.slim-header-logo-centered,
div.slim-header-logo-left {
    padding-left: 15px;
    padding-right: 15px;
}
div.slim-header-logo-centered div.header div#mxHeaderleft .navbar-brand {
    width: 100%;
    text-align: center;
    padding-right: 0;
}
div.slim-header-logo-centered .navbar-left {
    width: 100%;
}
@media (max-width: 767px) {
    div.slim-header-logo-centered .navbar-nav {
        width: 100% !important;
        float: right;
    }
}
div.slim-header-logo-centered .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}

div.slim-header-logo-centered .navbar-nav {
    float: right;
}
div.slim-header-logo-centered .nav-menu-item.more.solo-menu {
    float: left;
}

.grande-header-bottom {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
}
.grande-header-logo-centered.grande-header-bottom {
    right: 56px;
}

div.grande-header-logo-left.grande-header-bottom {
    width: auto;
}
@media screen and (max-width: 812px) {
    .grande-header-logo-centered.grande-header-bottom {
        left: 0px;
        right: auto;
        width: 60px;
    }

    div.grande-header-logo-left.grande-header-bottom {
        left: 0px;
        width: 60px;
        right: auto;
    }
}

.grande-header-bottom i.fa-bars {
    padding-top: 10px;
}
@media (min-width: 813px) {
    .grande-header-logo-centered.grande-header-bottom {
        right: auto;
    }
    .grande-header-bottom,
    div.grande-header-logo-left.grande-header-bottom {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.grande-header-top {
    padding-top: 0;
    height: 60px;
}
.grande-header-top .nav span.display-user-name-icon {
    padding-left: 8px;
    padding-right: 8px;
}
.grande-header-logo-left.grande-header-top div.header div#mxHeaderleft .navbar-brand {
    padding-left: 0;
    padding-right: 10px;
}

@media (min-width: 813px) {
    .grande-header-top {
        height: 140px;
        padding-top: 24px;
    }
    .grande-header-top .nav.navbar-nav &gt; li.login-register, .nav.navbar-nav &gt; li.user-name {
        height: auto;
    }
    .grande-header-top .nav.navbar-nav &gt; li.login-register &gt; a {
        line-height: normal;
        margin-right: 0;
    }
}

@media (max-width: 812px) {
    .grande-header .hidden-xs {
        display: none;
    }
}

@media screen and (orientation: portrait) and (max-width: 812px) {
    div.grande-header-logo-left.grande-header-top,
    div.grande-header-logo-centered.grande-header-top {
        padding: 0px;
        left: 50%;
        position: relative;
    }

    div.grande-header-logo-left.grande-header-top #mxHeaderleft,
    div.grande-header-logo-centered.grande-header-top #mxHeaderleft {
        left: 0px;
        transform: translate(-50%);
    }

    div.grande-header-logo-left.grande-header-top #mxHeaderleft .navbar-brand,
    div.grande-header-logo-centered.grande-header-top #mxHeaderleft .navbar-brand {
        left: 0;
    }
}
.grande-header-top .aboutanagent-responsive {
    padding-top: 5px;
}

div.slim-header-logo-left .navbar-outer,
div.slim-header-logo-centered .navbar-outer,
div.grande-header-logo-left .navbar-outer,
div.grande-header-logo-centered .navbar-outer,
div.slim-header,
div.default-header {
    height: 60px;
}
@media screen and (min-width: 813px) {
    body.tall-header div.default-header {
        height: auto;
    }
}
.has-solo-menu div.slim-header-logo-centered .navbar-outer {
    position: absolute;
    left: 0;
}
@media screen and (orientation: landscape) and (max-width: 812px) {
    .has-solo-menu div.slim-header-logo-centered div.header div#mxHeaderleft .navbar-brand {
        text-align: left;
    }
}
div.grande-header-logo-centered .nav.navbar-nav {
    float: none;
    display: inline-block;
}
div.grande-header-logo-centered .navbar-outer {
    text-align: center;
}
div.grande-header-logo-centered div.header div#mxHeaderleft .navbar-brand {
    width: 100%;
    text-align: left;
    padding: 0 20px 0 0;
}
div.grande-header-logo-centered .nav.navbar-nav &gt; li.login-register &gt; a {
    float: none;
    text-align: right;
}
@media (min-width: 768px) {
    div.grande-header-logo-centered div.header div#mxHeaderleft .navbar-brand {
        text-align: center;
    }
}
@media (min-width: 600px) {
    div.header div#mxHeaderleft .navbar-brand {
        padding: 0 20px 0 0;
    }
}

div.grande-header-logo-left.grande-header-top {
    padding-left: 200px;
}
div.grande-header-logo-left.grande-header-bottom {
    padding-left: 15px;
}
div.grande-header-logo-left .nav.navbar-nav {
    float: none;
    display: inline-block;
}
.has-solo-menu div.grande-header-logo-left .nav.navbar-nav.navbar-user {
    display: none;
}
div.grande-header-logo-left .navbar-outer {
    text-align: center;
}
@media (min-width: 992px) {
    div.grande-header-logo-left .navbar-outer {
        text-align: right;
    }
    div.grande-header-logo-left.grande-header-top,
    div.grande-header-logo-left.grande-header-bottom {
        padding-left: 200px;
    }
}
@media (min-width: 1100px) {
    div.grande-header-logo-left .navbar-outer {
        text-align: right;
    }
    div.grande-header-logo-left.grande-header-top,
    div.grande-header-logo-left.grande-header-bottom {
        padding-left: 300px;
    }
}

div.grande-header-logo-left #header-logo {
    position: absolute;
    top: 0;
    left: 15px;
    height: 60px;
    width: 200px;
}
div.grande-header-logo-left #header-logo a.navbar-brand {
    line-height: 60px;
}
@media (min-width: 813px) {
    div.grande-header-logo-left #header-logo {
        position: absolute;
        top: 25px;
        left: 15px;
        max-height: 140px;
    }
    div.grande-header-logo-left #header-logo a.navbar-brand {
        line-height: normal;
    }
}
@media (min-width: 992px) {
    div.grande-header-logo-left #header-logo {
        position: absolute;
        max-height: 100%;
    }
    div.grande-header-logo-left #header-logo a.navbar-brand {
        line-height: normal;
    }
}
@media (min-width: 1100px) {
    div.grande-header-logo-left #header-logo {
        width: 300px;
    }
}

body.layout-largeimage div.header div#mxHeaderleft .navbar-brand {
    line-height: 54px;
}
div.header div#mxHeaderleft .navbar-brand img {
    max-height: 52px;
    padding-bottom: 3px;
}
body.layout-largeimage div.header div#mxHeaderleft .navbar-brand img {
    max-height: 46px;
    padding-bottom: 3px;
}
img.navbar-brand-logo {
    max-width: 100%;
}
div.header div#mxHeaderleft .navbar-brand img.small-logo {
    display: inline;
}
div.header div#mxHeaderleft .navbar-brand img.small-logo {
    max-width: 200px;
}
.slim-header-logo-centered.header div#mxHeaderleft .navbar-brand img.navbar-brand-logo {
    max-width: 100px;
}
@media (min-width: 600px) {
    .slim-header-logo-centered.header div#mxHeaderleft .navbar-brand img.navbar-brand-logo {
        max-width: 200px;
    }
}
@media (min-width: 768px) {
    .slim-header-logo-centered.header div#mxHeaderleft .navbar-brand img.navbar-brand-logo {
        max-width: 300px;
    }
}
.slim-header-logo-left.header div#mxHeaderleft .navbar-brand img.navbar-brand-logo {
    max-width: 100px;
}
@media (min-width: 600px) {
    .slim-header-logo-left.header div#mxHeaderleft .navbar-brand img.navbar-brand-logo {
        max-width: 200px;
    }
}
@media (min-width: 768px) {
    .slim-header-logo-left.header div#mxHeaderleft .navbar-brand img.navbar-brand-logo {
        max-width: 300px;
    }
}
div.header div#mxHeaderleft .navbar-brand img.large-logo {
    display: none;
}
@media (min-width: 813px) {
    div.header div#mxHeaderleft .navbar-brand img.small-logo {
        display: none;
    }
    div.header div#mxHeaderleft .navbar-brand img.large-logo {
        display: inline;
    }
    div.header div#mxHeaderleft .navbar-brand img.large-logo img {
        max-width: 250px;
    }
}


body.layout-customtext div.header div#mxHeaderleft .navbar-brand img.large-logo.normal-logo,
body.layout-customtext div.header div#mxHeaderleft .navbar-brand img.small-logo.normal-logo {
    display: none;
}
body.layout-default div.header div#mxHeaderleft .navbar-brand img.large-logo.alt-logo,
body.layout-default div.header div#mxHeaderleft .navbar-brand img.small-logo.alt-logo {
    display: none;
}
body.layout-largeimage div.header div#mxHeaderleft .navbar-brand img.large-logo.normal-logo,
body.layout-largeimage div.header div#mxHeaderleft .navbar-brand img.small-logo.normal-logo {
    display: none;
}
.grande-header .grande-header-logo-centered .header div#mxHeaderleft .navbar-brand {
    padding-right: 0;
}

.grande-header .grande-header-logo-centered .header div#mxHeaderleft .navbar-brand img {
    max-height: 52px;
    max-width: 100%;
}
@media (min-width: 813px) {
    .grande-header .grande-header-logo-centered .header div#mxHeaderleft .navbar-brand img {
        max-height: 110px;
    }
}

.grande-header .grande-header-logo-left .header div#mxHeaderleft .navbar-brand img {
    max-width: 100px;
    max-height: 52px;
}
@media (min-width: 400px) {
    .grande-header .grande-header-logo-left .header div#mxHeaderleft .navbar-brand img {
        max-width: 200px;
    }
}
@media (min-width: 813px) {
    .grande-header .grande-header-logo-left .header div#mxHeaderleft .navbar-brand img {
        max-height: 110px;
    }
}
@media (min-width: 992px) {
    .grande-header .grande-header-logo-left .header div#mxHeaderleft .navbar-brand img {
        max-height: 150px;
    }
}
div.header .navbar-nav.navbar-user[data-hidden="true"] {
    display: none;
}
div.header div#mxHeaderRight{
    float: right;
    height: 26px;
    margin-right: 32px;
    width: 150px;
    margin-top: 40px;
}
div.header div#usernameDiv{
    cursor: pointer;
    font-weight: bold;
	text-align: center;
    margin-top: -2px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis-word;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
div.header div#usernameDiv strong.display_name{
    display: block;
    width: 120px;
}
div.header div#loginDiv{
    text-align: center;
}

div.header div#loginDiv a{
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

div.header div#loginDiv a#signin{
    margin-left: 6px;
}
a#signin .display-user-name-icon {
    display: none;
}
div.grande-header-logo-centered .login-register a#signin .display-user-name-icon {
    display: inline-block;
}
div.grande-header-logo-centered .login-register a#signin .display-user-signin {
    display: none;
}
div.grande-header-logo-left .login-register a#signin .display-user-name-icon {
    display: inline-block;
}
div.grande-header-logo-left .login-register a#signin .display-user-signin {
    display: none;
}
@media (min-width: 813px) {
    div.grande-header-logo-left .login-register a#signin .display-user-name-icon {
        display: none;
    }
    div.grande-header-logo-left .login-register a#signin .display-user-signin {
        display: inline-block;
    }
}

div.slim-header-logo-centered .login-register a#signin .display-user-name-icon {
    display: inline-block;
}
div.slim-header-logo-centered .login-register a#signin .display-user-signin {
    display: none;
}
@media (min-width: 768px) {
    div.slim-header-logo-centered .login-register a#signin .display-user-name-icon {
        display: none;
    }
    div.slim-header-logo-centered .login-register a#signin .display-user-signin {
        display: inline-block;
    }
}
div.slim-header-logo-left .login-register a#signin .display-user-name-icon {
    display: inline-block;
}
div.slim-header-logo-left .login-register a#signin .display-user-signin {
    display: none;
}

.navbar-nav li.user-name.open ul.dropdown-menu {
    padding-top: 0;
    margin-top: 0;
}
li.user-name ul.dropdown-menu li.dropdown-user-name {
    padding: 15px;
    background-color: #444444;
    color: #ffffff;
}
li.user-name ul.dropdown-menu li.dropdown-user-name {
    background-color: #444444;
    color: #ffffff;
}
body.layout-largeimage .nav.navbar-nav &gt; li.login-register,
body.layout-largeimage .nav.navbar-nav &gt; li.user-name {
    height: 54px;
}
.nav.navbar-nav &gt; li.login-register {
    width: auto;
}
.nav.navbar-nav &gt; li.login-register &gt; a {
    line-height: 60px;
    float: left;
}
body.layout-largeimage .nav.navbar-nav &gt; li.login-register &gt; a {
    line-height: 54px;
}
.nav.navbar-nav &gt; li.login-register &gt; a#register {
    display: none;
}
.nav.navbar-nav &gt; li.login-register &gt; span {
    float: left;
    display: none;
}
div.grande-header-logo-centered .nav.navbar-nav  &gt; li.login-register {
    width: auto;
}
@media (max-width: 811px) {
    div.grande-header-logo-centered .navbar-nav.navbar-user {
        margin-right: 40px;
    }
}
@media (min-width: 600px) {
    .nav.navbar-nav &gt; li.login-register {
        width: auto;
        overflow: hidden;
    }
    div.grande-header-logo-centered .nav.navbar-nav  &gt; li.login-register {
      width: auto;
    }
    .nav.navbar-nav &gt; li.login-register &gt; a#register {
        display: inline;
    }
    .nav.navbar-nav &gt; li.login-register &gt; span {
        display: inline;
    }
}



.nav .user-name {
    max-width: 200px;
    font-size: 18px;
}
.nav .user-name &gt; a {
    height: 60px;
    text-align: right;
}
body.layout-largeimage .nav .user-name &gt; a {
    height: 54px;
}
.nav .user-name &gt; a span.sub-arrow {
    display: none;
}
.nav .user-name span.display-user-name {
    max-width: 200px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    .nav .user-name,
    .nav .user-name span.display-user-name {
        max-width: 150px;
    }
}
@media screen and (max-width: 599px) {
    .nav .user-name span.display-user-name {
        display: none;
    }
}
.nav span.display-user-name-icon {
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
    display: inline-block;
    font-size: 1.9em;
}



div.menu div.mxHeaderText h1{
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
}

div.menu div.mxHeaderText p{
    font-size: 16px;
    padding: 0;
    font-family: Georgia, serif !important;
}


textarea.contact_me_input {
    resize: vertical;
}
form#contactme p.charsRemaining {
    margin: 0;
    font-style: italic;
}

div.haveaquestion &gt; div {
    height: 182px;
    width: 284px;
}
div.aboutanagent-responsive div.agenttext {
    text-align: left;
    margin-top: 10px;
}
div.aboutanagent-responsive div.agenttext div {
    display: block;
}
div.aboutanagent-responsive div.agenttext .agent-name {
    font-size: 18px;
    line-height: 1.2em;
}
div.aboutanagent-responsive div.agenttext .agent-title {
    font-size: 13px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
div.aboutanagent-responsive div.agenttext .phones {
    font-size: 14px;
    padding-top: 10px;
}
div.aboutanagent-responsive div.agenttext .phones div {
    display: inline;
}
div.aboutanagent-responsive div.agenttext .phones .label {
    font-weight: normal;
    font-size: 14px;
    width: auto;
    padding: 0;
}
div.aboutanagent-responsive div.agenttext .phones .agent-phone {
    display: block;
}
div.aboutanagent-responsive div.agenttext .email {
    font-size: 15px;
    padding-top: 5px;
}
div.aboutanagent-responsive div.agenttext .agent-office {
    font-size: 14px;
    padding-top: 10px;
}
body.layout-largeimage div.aboutanagent-responsive div.agenttext {
    margin-top: 0;
}
body.layout-largeimage div.aboutanagent-responsive div.agenttext .contact-me-btn {
    margin: 5px 0;
    border-radius: 10px;
    background-color: #ffffff;
    color: #428bca;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 14px;
}
@media (min-width: 600px) {
    body.layout-largeimage div.aboutanagent-responsive div.agenttext .contact-me-btn {
        margin: 15px 0;
        border-radius: 20px;
        padding: 2px 20px;
        font-size: 20px;
    }
}
body.layout-largeimage div.aboutanagent-responsive div.agenttext .agent-office {
    padding-top: 0;
    font-size: 16px;
    font-weight: bold;
}
body.layout-largeimage div.aboutanagent-responsive div.agenttext .email {
    padding: 10px 0;
}
body.layout-largeimage div.aboutanagent-responsive div.agenttext .phones,
body.layout-largeimage div.aboutanagent-responsive div.agenttext .phones .label,
body.layout-largeimage div.aboutanagent-responsive div.agenttext .email {
    font-size: 16px;
}


div.aboutanagent-responsive div.phones div.label {
    /*display:none;*/
}
div.mainbody {
    padding-bottom: 20px;
    overflow: hidden;
}
.wrapper.homepage div.mainbody {
    padding-bottom: 0;
}
div.pageContent {
    float: none;
    margin: 0px;
    border-left: none;
    padding: 40px 0 20px 0;
    width: auto;
}
div#neighborhoodNewsPage div.mainbody div.pageContent, div#neighborhoodNewsPage div.mainbody.pageContent {
  padding: 0;
}
div.listoflistings {
    /*border-left: solid 1px #ccc;*/
    /*margin-top:30px;*/
    /*margin-bottom:30px;*/
}


div.agentProfile div.singleProfile div.top &gt; div {
    float: inherit;
}

div.agentProfile div.singleProfile div.top &gt; div.agent_image_col {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
div.agentProfile div.singleProfile div.top &gt; div.agent_contact_col {
    float: none;
    width: 100%;
}
@media (min-width: 400px) {
    div.agentProfile div.singleProfile div.top &gt; div.agent_image_col {
        float: left;
        width: 40%;
    }
    div.agentProfile div.singleProfile div.top &gt; div.agent_contact_col {
        float: left;
        width: 60%;
    }
}
@media (min-width: 768px) {
    div.agentProfile div.singleProfile div.top &gt; div.agent_image_col {
        width: 33.33333333%;
    }
    div.agentProfile div.singleProfile div.top &gt; div.agent_contact_col {
        width: 66.66666667%;
    }
}
div.agentProfile .label {
    color: #333333;
}
div.agentProfile div.singleProfile &gt; div:first-child &gt; div:first-child {
    padding-right: 0;
}
div.agentProfile div.singleProfile div.top {
    margin-right: 0;
}
div.agentProfile div.singleProfile div.top &gt; div.col-sm-6 {
    float: left;
}
@media (max-width: 767px) {
    div.agentProfile div.singleProfile div.top &gt; div.col-sm-6 {
        float: none;
    }
    div.agentProfile div.singleProfile div.top &gt; div.col-sm-6 .right {
        float: none;
    }
    div.agentProfile div.singleProfile div.top &gt; div.col-sm-6 .right img {
        margin-left: auto;
        margin-right: auto;
    }
}

div.agentProfile div.singleProfile .work-with-agent {
    text-align: center;
}
div.agentProfile div.singleProfile .work-with-agent .work_with_agent_button {
    text-transform: uppercase;
    background-image: none;
    border-radius: 15px;
    width: auto;
    padding: 8px 12px;
    font-size: 13px;
    filter: none;
}
div.agentProfile div.singleProfile .work-with-agent .work_with_agent_button:focus {
    outline: none;
}
@media (min-width: 768px) {
    div.agentProfile div.singleProfile .work-with-agent {
        left: 12px;
        top: 45%;
        opacity: 1;
        z-index: 1;
    }
    div.agentProfile div.singleProfile.image-right .work-with-agent {
        left: auto;
        right: 12px;
    }
    div.agentProfile div.singleProfile .work-with-agent .work_with_agent_button {
        padding: 20px 20px;
        font-size: 18px;
    }
}

div.agentProfile div.singleProfile div.labeledinfo div.info div.label {
    font-weight: normal;
    font-size: inherit;
    width: auto;
    padding-left: 0;
}
div.agentProfile div.singleProfile div.top &gt; div div.agent-image {
    min-height: 1px;
    min-width: 100px;
    max-width: 400px;
}
div.agentProfile div.singleProfile div.top &gt; div div.agent-image img {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    div.agentProfile div.singleProfile div.top &gt; div div.agent-image img {
        max-height: 500px;
    }
}

div.agentProfile div.singleProfile div.contactinfo {
    padding-bottom: 30px;
}
div.agentProfile div.singleProfile div.contentbody {
    padding-top: 0;
    padding-bottom: 30px;
}
div.agentProfile div.singleProfile div.more-about-me {
    font-size: 26px;
    text-align: left;
    margin-top: 10px;
}
@media (min-width: 768px) {
    div.agentProfile div.singleProfile div.more-about-me {
        margin-top: 30px;
    }
}
div.agentProfile div.singleProfile .agent_bio_on {
    display: block;
}
div.agentProfile div.singleProfile .agent_bio_off {
    display: none;
}
@media (max-width: 767px) {
    div.agentProfile div.singleProfile .agent_bio_on .agent_bio {
        margin-bottom: 30px;
    }
    div.agentProfile div.singleProfile .agent_bio_on .agent_bio &gt; .col-sm-4 {
        border: 1px solid #cccccc;
        border-bottom: none;
    }
    div.agentProfile div.singleProfile .agent_bio_on .agent_bio &gt; .col-sm-8 {
        border: 1px solid #cccccc;
        border-top: none;
    }
}
div.agentProfile div.singleProfile .service-areas .service-areas-label {
    margin-top: 47px;
    margin-bottom: 15px;
}
div.agentProfile div.singleProfile .zillow_reviews_on {
    display: block;
}
div.agentProfile div.singleProfile .all_reviews_off {
    display: none;
}

div.agentProfile div.singleProfile .zillow_reviews_on .rating_logo_container {
    line-height: 52px;
    text-align: right;
}
div.agentProfile div.singleProfile .testimonialtree_reviews_on .rating_logo_container {
    text-align: center;
    padding-top: 10px;
}
div.agentProfile div.singleProfile .testimonialtree_reviews_on .rating_logo_container .inner_container {
    margin-bottom: 10px;
}
div.agentProfile div.singleProfile .zillow_logo {
    max-width: 50%;
}
div.agentProfile div.singleProfile .zillow_profile_link,
div.agentProfile div.singleProfile .rating_profile_link {
    padding: 10px;
    cursor: pointer;
    font-size: 13px;
}
div.agentProfile div.singleProfile .zillow_profile_link a,
div.agentProfile div.singleProfile .rating_profile_link a {
    color: #0074e4;
    text-decoration: underline;
}
div.agentProfile div.singleProfile .rating-profile-link-large .rating_profile_link,
div.agentProfile div.singleProfile .rating-profile-link-large .zillow_profile_link {
    font-size: 15px;
    margin-left: 15px;
}
@media (min-width: 768px) {
    div.agentProfile div.singleProfile .rating-profile-link-large .rating_profile_link,
    div.agentProfile div.singleProfile .rating-profile-link-large .zillow_profile_link {
        display: none;
    }
}

div.singleProfile .rating-summary {
    display: flex;
    flex-direction: row;
    min-width: 100%;
    margin-bottom: 3rem;
}

div.agentProfile div.singleProfile .rating-summary div.general_rating {
    font-size: 13px;
    line-height: 14px;
}

img.testimonial_tree_source {
    float: right;
    max-width: 20px;
    max-height: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
}

div.singleProfile .rating-summary &gt; div:nth-child(2) {
    flex-grow: 1;
    padding-right: 5px;
}

div.singleProfile .rating-summary &gt; div:nth-child(3) {
    text-align: right;
}

div.singleProfile .all-ratings {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04ex;
    color: rgb(0, 106, 255);
}

div.singleProfile .average-review {
    display: block;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    padding-right: 10px;
}

div.singleProfile .total-ratings, .avg-text {
    color: #808080;
}

div.singleProfile .total-ratings {
    font-size: 13px;
    line-height: 14px;
}

div.singleProfile .avg-text {
    font-size: 12px;
    line-height: 14px;
}

div.agentProfile div.singleProfile .reviews_and_ratings {
    width: 50%;
    padding-left: 10px;
    font-size: 20px;
    color: #74c005;
    text-align: left;
    line-height: normal;
    float: right;
}
@media (max-width: 767px) {
    div.agentProfile div.singleProfile .zillow_reviews_on .rating_logo_container {
        line-height: normal;
        text-align: left;
        padding-left: 15px;
        padding-top: 10px;
    }
    div.agentProfile div.singleProfile .testimonialtree_reviews_on .rating_logo_container {
        text-align: left;
    }
    div.agentProfile div.singleProfile .zillow_logo {
        float: left;
    }
    div.agentProfile div.singleProfile .reviews_and_ratings {
        font-size: 26px;
        width: auto;
        padding-top: 4px;
        padding-left: 10px;
        float: left;
    }
    div.agentProfile div.singleProfile .reviews_and_ratings_sub {
        float: left;
    }
}

div.agentProfile div.singleProfile .zillow_rating_stars,
div.agentProfile div.singleProfile .general_rating_stars {
    margin: 3px 0;
    text-align: center;
}
div.agentProfile div.singleProfile div.zillow_review_count {
    text-align: center;
}
div.agentProfile div.singleProfile .zillow_rating_single_average,
div.agentProfile div.singleProfile .general_rating_single_average {
    font-weight: bold;
    margin: 10px 0;
    overflow: hidden;
}
div.agentProfile div.singleProfile .zillow_rating_single_average .zillow_rating,
div.agentProfile div.singleProfile .general_rating_single_average .general_rating {
    width: 104px;
    height: 20px;
}
div.agentProfile div.singleProfile .zillow_rating_single_average .zillow_rating_single_average_stars,
div.agentProfile div.singleProfile .general_rating_single_average .general_rating_single_average_stars {
    margin-right: 20px;
}
div.agentProfile div.singleProfile .zillow_rating_single_average .zillow_rating_text,
div.agentProfile div.singleProfile .general_rating_single_average .general_rating_text {
    font-size: 16px;
}
div.agentProfile div.singleProfile .zillow_reviews,
div.agentProfile div.singleProfile .general_reviews {
    margin-top: 10px;
}
div.agentProfile div.singleProfile label.zillow_label,
div.agentProfile div.singleProfile label.general_label {
    height: 20px;
    width: 150px;
    margin-top: 15px;
}
div.agentProfile div.singleProfile div.zillow_rating_outer
div.agentProfile div.singleProfile div.general_rating_outer {
    width: 104px;
    height: 20px;
    margin-top: 15px;
}
div.agentProfile div.singleProfile div.zillow_rating,
div.agentProfile div.singleProfile div.general_rating {
    display: inline-block;
    font-size: 20px;
    color: #ccc !important;
    position: relative;
}
div.agentProfile div.singleProfile div.zillow_rating::before,
div.agentProfile div.singleProfile div.zillow_rating span::before,
div.agentProfile div.singleProfile div.general_rating::before,
div.agentProfile div.singleProfile div.general_rating span::before {
  content: "\2605\2605\2605\2605\2605";
  display: block;
}
div.agentProfile div.singleProfile div.zillow_rating span,
div.agentProfile div.singleProfile div.general_rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  word-wrap: normal;
}
div.agentProfile div.singleProfile div.zillow_rating span {
    color: #76be25;
}
div.agentProfile div.singleProfile div.zillow_description {
    margin-top: 20px;
}
div.agentProfile div.singleProfile .zillow_review_response {
    margin-left: 20px;
}
@media (max-width: 991px) {
    div.agentProfile div.singleProfile a.loadMoreReviews {
        width: 100%;
    }
}

/* Begin RateMyAgent Additions. */

.general_rating_stars.ratemyagent span.link-color {
    color: #ffd119;
}

.inner_container .ratemyagent_logo {
    width: auto;
    height: 45px;
}

/* This assumes the images are somewhat square. */
.rating-summary .aggregate-rating-image img {
    width: auto;
    height: auto;
    max-width: 90px;
    max-height: 90px;
    border-radius: 50%;
    border: 2px solid white;
    display: block;
}

.rating-summary .aggregate-rating-image {
    display: block;
    text-align: center;
    padding-right: 6px;
}

.rating-summary .aggregate-rating-image .average-review {
    padding-right: 0px;
    display: block;
    line-height: normal;
    font-size: 1em;
}

.rating-summary .aggregate-rating-image .average-review &gt; span {
    background-color: #fbb117;
    font-size: 13px;
    line-height: 16px;
    color: white;
    border-radius: 13px;
    padding: 5px;
    position: relative;
    top: -14px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

/* Ensure other rules don't make the trixel bigger than it should be. */
.rating-summary .aggregate-rating-image img.trkpixel {
    width: 1px;
    height: 1px;
    border-radius: 0px;
}

.rating-summary .aggregate-rating-image .average-review &gt; span:before {
    content: "\2605 ";
}

div.rma_text_only div.info-panel .general_rating_stars {
    text-align: left;
}

.rma_text_only .trkpixel {
    width: 1px;
    height: 1px;
}

.rma_text_only .badge-wrapper img {
    width: auto;
    height: 45px;
}

.rma_text_only h3 {
    margin-top: 5px;
}

.rma_text_only .reviewer-subpanel {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rma_text_only .reviewer-subpanel .badge-wrapper {
    width: fit-content;
    padding-right: 15px;
    flex-shrink: 0;
}

.rma_text_only .reviewer-subpanel .review-info {
    flex-grow: 1;
    line-height: 115%;
}

.rma_text_only .review-footer {
    display: flex;
    flex-direction: row;
}

.rma_text_only .review-address {
    text-align: left;
    flex-grow: 1;
}

.rma_text_only .rma-attribution {
    text-align: right;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 5px;
}

.rma_text_only .rma-attribution img {
    height: 40px;
    width: auto;
}

.rma_text_only .rma-readmore-link {
    font-weight: strong;
}

.rma_text_only .verified_text {
    font-size: 14px;
    padding-top: 5px;
}

/* End RateMyAgent Additions */

.full-height-col {
    overflow: hidden;
    margin-bottom: -999999px;
    padding-bottom: 999999px;
}
.full-height-col.col-border-left {
    border-left: 1px solid #999999;
}
.full-height-col.col-border-right {
    border-right: 1px solid #999999;
}
.full-height-col.col-border-top {
    border-top: 1px solid #999999;
}
.full-height-col.col-border-bottom {
    border-bottom: 1px solid #999999;
}
.full-height-col.no-padding {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 767px) {
    .full-height-col {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .full-height-col.col-border-top,
    .full-height-col.col-border-right,
    .full-height-col.col-border-bottom,
    .full-height-col.col-border-left {
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-left: none;
    }
    .full-height-col.col-spacer {
        display: none;
    }
}


.overflow-hidden {
    overflow: hidden;
}


/* Dot Navigation */
#dotNav {
  z-index: 5;
  right: 2%;
  padding: 7px;
  width: 33px;
  top: 48%;
}
#dotNav ul {
  list-style: none;
  margin:0;
}
#dotNav li a{
  position: relative;
  border-radius: 50%;
  border-width: medium;
  cursor: pointer;
  height: 26px;
  width: 26px;
  margin: 14px 10px 0px 0px;
  padding: 7px;
  vertical-align:bottom;
}
#dotNav li a{
    background-color: #ffffff;
    border:3px solid #666666;
}
#dotNav li.active a{
    background-color: #000000;
    border:3px solid #666666;
}
#dotNav li a:hover{
    background-color: #000000;
    border:3px solid #666666;
}
#dotNav li a:focus,
#dotNav li a:active {
    outline: none;
}
body.layout-largeimage button.affix-contact-btn.affix-top {
    display: block;
    visibility: hidden;
    position: fixed;
}
body.layout-largeimage button.affix-contact-btn.affix {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 5;
    right: 2%;
    top: 40%;
    margin: 0;
    padding: 0;
    height: 70px;
    width: 135px;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    opacity: 0.8;
}
body.layout-largeimage button.affix-contact-btn.affix:hover {
    opacity: 1;
}
@media (max-width: 480px) {
    body.layout-largeimage button.affix-contact-btn.affix {
        visibility: hidden;
    }
}

/* aos widget */
.aoswidget {
    padding: 27px 24px;
    margin: 0 25px;
    background: #F5F5F5;
}
.aos-widget-title {
    margin-bottom: 24px;
    height: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.25px;
}
div.aoswidget div.featuredproperties div.flexsliderblock {
    gap: 24px;
}
.aos-widget-profile-card {
    background: #FFFFFF;
    display: flex;
    max-width: 500px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.06), 0px 3px 4px rgba(0, 0, 0, 0.04), 0px 1px 8px rgba(0, 0, 0, 0.06);
}
.aos-widget-profile-image-link {
    height: 194px;
    display: block;
    max-width: 144px;
    background-size: cover;
    background-position: top;
}
.aos-widget-profile-image-link img {
    display: none;
}
.aos-widget-profile-info {
    padding: 32px 24px 24px;
    flex: 1;
    position: relative;
}
.aos-widget-profile-name {
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 4px;
}
.aos-widget-profile-name a {
    color: #31313B;
}
.aos-widget-profile-card-info {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #808080;
}
.aos-widget-profile-button {
    width: 100px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 20px;
    right: 24px;
}
.aos-widget-checkout-more-link {
    margin-top: 30px;
}
.aos-widget-checkout-more-link a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
}
div.aoswidget div.navleft {
    left: -70px;
}
div.aoswidget div.navright {
    right: -45px;
}
@media (max-width: 991px) {
    .aos-widget-profile-name {
        font-size: 90% !important;
    }
}
@media (max-width: 575px) {
    div.aoswidget div.navleft {
        left: -60px !important;
    }
}
@media (max-width: 470px) {
    .aoswidget {
        padding: 27px 12px !important;
    }
    .aos-widget-profile-card {
        min-width: unset !important;
        flex-basis: unset !important;
    }
    .aos-widget-profile-image {
        flex: 0 0 120px !important;
    }
    .aos-widget-profile-image-link {
        max-width: 120px;
    }
    .aos-widget-profile-info {
        padding: 16px 12px 12px;
    }
}

/* featured properties */
div.subbody.row h3{
    font-size: 32px;
    margin-top: 0px;
    margin-left: 10px;
    text-align: center;
    color: #969085;
}
div.subbody div.featuredProperties {
    margin-right:0px;
    position:relative;
}
div.featuredProperties div.featuredproperties {
    position: relative;
    height: auto;
    display: block;
    height: 90%;
}
div.featuredProperties .featureblock .featureblock-col {
    min-width: 180px;
}
div.featuredProperties .featureblock .featureblock-col .listing_credit {
    display: inline-flex;
    align-items: center;
    height: 10%;
    font-size: 10px;
    text-align: left;
    padding: 10px;
    line-height: 18px;
    font-weight: 600;
}
div.featuredProperties .featureblock .featureblock-col .listing_credit img{
    max-height: 12px;
}
div.featuredProperties .featureblock, div.featuredProperties .featureblock img.img-responsive {
    margin: 0 auto 5px;
}
div.featuredProperties .featureblock img.img-responsive {
    max-height: 300px;
}
div.featuredProperties .featureblock .newrow {
    clear: both;
}
div.subbody div.featuredProperties .featureblock div {
    cursor:pointer;
}
div.subbody.row div.featuredProperties h3{
    font-size: 1.5em;
    text-align: center;
    color: #333333;
    height: 6%;
    margin-top: 2%;
    margin-bottom: 2%;
}
@media (min-width: 480px) {
    div.subbody.row div.featuredProperties h3 {
        font-size: 2em;
    }
}
@media (min-width: 768px) {
    div.subbody.row div.featuredProperties h3 {
        font-size: 2.5em;
    }
}
@media (min-width: 992px) {
    div.subbody.row div.featuredProperties h3 {
        font-size: 3em;
    }
}
div.featuredProperties div.price {
    font-size: 18px;
    padding: 0;
    color: #000000;
}
div.featuredProperties div.name {
    display: none;
}
div.featuredProperties .address-data {
    height: 60%;
    max-height: 60%;
    padding: 0;
}

.address-data span.address {
    color: #000000;
    width:100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    float:left;
    white-space: none;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 1.5em;
}
/*High-specificity selectors to override page builder column and row settings inside legacy cards.*/
.fl-builder-content .featuredProperties .feature-data .address-data span.address,
.fl-builder-content div.featuredProperties .feature-data div.price,
.fl-builder-content div.featuredProperties .feature-data div.bed_bath_sqft div,
div.featuredProperties .featureblock .featureblock-col .listing_credit {
    color: black;
}
@media (min-width: 480px) {
    div.featuredProperties div span.address {
        font-size: 16px;
    }
}
div.featuredProperties div .sold-label{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    background: #c02d2d;
    color: white;
    font-weight: lighter;
    z-index: 1;
    font-size: 18px;
}
div.featuredProperties label.price_label{
    float: left;
    color: #000000;
    font-size: 19px;
    font-weight: 100;
}

.feature-data div.status-wrapper { padding: 0; }

div.featuredProperties div.price {
    text-align: left;
    font-weight: bold;
    line-height: 20px;
}
div.featuredProperties label.bed_bath_sqft_label{
    margin-top: 10px;
    clear:left;
    float: left;
    color: #000000;
    font-weight: 100;
}
div.featuredProperties div.bed_bath_sqft {
    white-space: nowrap;
    overflow: hidden;
    float: left;
    color: #000000;
    font-weight: 600;
    line-height: 18px;
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
}
div.featuredProperties div.bed_bath_sqft &gt; div{
    text-overflow: ellipsis;
    width: 33%;
    min-width: 65px;
    float: left;
    text-align: center;
}
div.featuredProperties div.bed_bath_sqft &gt; div:first-child{
    text-align: left;
}
div.featuredProperties div.bed_bath_sqft &gt; div:last-child{
    text-align: right;
}
div.featuredProperties .feature-data {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    height: 40%;
    width:100%;
    max-width: 490px;
    line-height: 2em;
}
div.featuredProperties label.bed_bath_sqft_label,
div.featuredProperties div.bed_bath_sqft {
    font-size: 13px;
}

div.featuredProperties div.featureblock &gt; div strong{
    padding-top: 10px;
}
div.featuredProperties div.image{
    margin: auto;
    padding-bottom: 10px;
}
div.featuredProperties .btn{
    white-space: normal;
}
div.subbody div.featuredProperties{
    background-color: transparent;
}
div.subbody div.featuredProperties div.featureblock {
    max-width: 100%;
    overflow: hidden;
}
div.subbody div.featuredProperties div.featureblock a {
    display: flex;
    flex-direction: column;
    height:90%;
}
div.subbody div.featuredProperties div.featureblock a div.feature-img-wrapper {
    position: relative;
    display: flex;
    height: 55%;
    width: 100%;
    overflow: hidden;
}
div.subbody div.featuredProperties div.featureblock a div.feature-img-wrapper div.use-background-image {
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
div.subbody div.featuredProperties div.featureblock a div.feature-img-wrapper div.use-background-image.background-size-cover {
    background-size: cover;
    text-align: left;
}
div.subbody div.featuredProperties div.featureblock a div.feature-img-wrapper div.caption, 
div.single-listing-inner div.single-listing-left div.single-listing-img-wrap div.caption {
    top: 0;
    left: 0;
    display: inline-flex;
    padding: 0 5px;
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: lighter;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 26px;
}
div.subbody div.featuredProperties div.featureblock a div.feature-img-wrapper div.caption.both-agent,
div.single-listing-inner div.single-listing-left div.single-listing-img-wrap div.caption.both-agent {
    font-size: 11px;
}
div.subbody div.featuredProperties div.featureblock a div.feature-img-wrapper div.both-agent:after,
div.single-listing-inner div.single-listing-left div.single-listing-img-wrap div.both-agent:after{
    content: "Worked with both Seller &amp; Buyer";
}
div.subbody div.featuredProperties div.featureblock a div.feature-img-wrapper div.buyer-agent:after,
div.single-listing-inner div.single-listing-left div.single-listing-img-wrap div.buyer-agent:after{
    content: "Worked with Buyer";
}
div.subbody div.featuredProperties div.featureblock a div.feature-img-wrapper div.seller-agent:after,
div.single-listing-inner div.single-listing-left div.single-listing-img-wrap div.seller-agent:after {
    content: "Worked with Seller";
}
div.subbody div.featuredProperties div.featureblock a div.feature-img-wrapper div.use-background-image.background-size-contain {
    background-size: contain;
}

div.subbody div.featuredProperties div.featureblock:not(.searchcard) a img {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
@media (min-width: 992px) {
    div.subbody div.featuredProperties div.featureblock:not(.searchcard) a img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
}
div.subbody div.featuredProperties div.featureblock &gt; div {
    text-align: center;
    height: 50%;
    margin: 15px 0;
}
div.subbody div.featuredProperties div.featureblock &gt; div &gt; div {
    margin: auto;
    max-width: 460px;
}
div.subbody div.featuredProperties div.featureblock &gt; div div.featureblock-wrapper {
    display: flex;
    flex-direction: column;
    height: 360px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    margin: 15px auto;
    max-width: 460px;
}
div.featuredProperties div.featuredproperties div.featuredpropertynav,
div.aoswidget div.featuredproperties div.featuredpropertynav {
    height: 45%;
    width: 10px;
    position: absolute;
    top: 45%;
    /* *top: 70px;  IE 6/7 only */
    background-align-y: 2px;
    background-repeat: no-repeat;
    cursor: pointer;
    cursor: hand;
    display: none;
}
div.featuredProperties div.navleft {
    left: -17px;
    display: none;
}
div.featuredProperties div.navright {
    right: 3px;
    display: none;
}

@media (min-width: 520px) {
    div.featuredProperties div.navleft {
        left: -2px;
    }
    div.featuredProperties div.navright {
        right: 26px;
    }
}
@media (min-width: 570px) {
    div.featuredProperties div.navleft {
        left: 13px;
    }
    div.featuredProperties div.navright {
        right: 40px;
    }
}
@media (min-width: 620px) {
    div.featuredProperties div.navleft {
        left: 40px;
    }
    div.featuredProperties div.navright {
        right: 62px;
    }
}
@media (min-width: 768px) {
    div.featuredProperties div.navleft {
        left: 72px;
    }
    div.featuredProperties div.navright {
        right: 93px;
    }
}
@media (min-width: 992px) {
    div.featuredProperties div.navleft {
        left: -40px;
    }
    div.featuredProperties div.navright {
        right: -12px;
    }
}

.featured-properties-widget div.featuredProperties div.navleft {
    left: -30px;
}
.featured-properties-widget div.featuredProperties div.navright {
    right: -10px;
}

.featured-properties-widget.subbody div.featuredProperties div.featureblock &gt; div,
div.featuredProperties div.featureblock &gt; div {
    padding-left: 10px;
    padding-right: 10px;
}

.featured-properties-widget div.featuredProperties div.featureblock &gt; div .featureblock-wrapper {
    max-width: 460px;
    margin: 0 auto;
}
.featured-properties-widget div.featuredProperties .featureblock-col .price,
.featured-properties-widget div.featuredProperties .featureblock-col .bed_bath_sqft &gt; div {
    overflow: hidden;
    white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .featured-properties-widget div.featuredProperties .featureblock-col.col-md-3 .address {
        font-size: 13px;
    }

    .featured-properties-widget div.featuredProperties .featureblock-col.col-md-4 .price,
    .featured-properties-widget div.featuredProperties .featureblock-col.col-md-3 .price,
    .featured-properties-widget div.featuredProperties .featureblock-col.col-md-3 .bed_bath_sqft &gt; div {
        font-size: 11px;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
    }
}
@media (min-width: 1200px) {
    .featured-properties-widget div.featuredProperties .featureblock-col.col-md-3 .price,
    .featured-properties-widget div.featuredProperties .featureblock-col.col-md-3 .bed_bath_sqft {
        border-bottom: none;
    }
}

div.featuredProperties div.featuredproperties div.featuredpropertynav.navleft.showarrows,
div.featuredProperties div.featuredproperties div.featuredpropertynav.navright.showarrows{
    display: block;
}
div.featuredProperties div.featuredproperties div.featuredpropertynav.navleft.showarrows:focus,
div.featuredProperties div.featuredproperties div.featuredpropertynav.navright.showarrows:focus{
    outline: none;
}

/* VOW-obscured property cards. */
.singlelisting-vow {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto 30px;
  background: #e6ebee;
  border: 1px solid rgb(204, 204, 204);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5)
}

.singlelisting-vow .image-placeholder {
  width: 600px;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .singlelisting-vow .image-placeholder {
    width: 45%;
    max-width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .singlelisting-vow .image-placeholder {
    display: none;
  }
}

.singlelisting-vow .sold-placeholder {
  flex-grow: 1;
  display: flex;
}

.singlelisting-vow .image-placeholder &gt; div {
  width: 100%;
  padding: 66% 0 0 0;
  background-size: cover;
  background-image: url(/wp-content/plugins/mx_pages/listings/images/vow-sold-placeholder.jpg);
}

#listingspage #listingSlideModal .modal-content .singlelisting-vow-modal {
  height: 100%;
  display: flex;
  align-items: center;
}

#listingspage #listingSlideModal .modal-content .singlelisting-vow {
  color: black;
}

/* Search-format obscured format cards. */
.searchcard-listing .vow-card-cover {
    font-size: 14px;
}

/* End Search-format obscured format cards. */

/* Rule to workaround old styling rules for BOTH legacy and search format VOW cards. */

div.subbody div.featuredProperties .featureblock-wrapper &gt; div.obscured-property,
div.subbody div.featuredProperties .featureblock-wrapper &gt; div.obscured-property div,
div.subbody div.featuredProperties .featureblock-wrapper .vow-card-cover,
div.subbody div.featuredProperties .featureblock-wrapper .vow-card-cover div {
  cursor: default;
}

/* Legacy sold-obscured featured property format cards. */

.obscured-property.flex-card,
.obscured-property.legacy-card {
  flex-grow: 1;
  position: relative;
  background-color: #e6ebee;
  text-align: center;
  width: 100%;
}

.obscured-property.flex-card {
  display: flex;
  flex-direction: column;
}

.obscured-property .obscured-status {
  background: #ca2e3f;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 13px;
  padding: 5px 20px;
  border-radius: 5px;
  text-transform: uppercase;
}

.obscured-property.flex-card .obscured-status-wrap {
  text-align: left;
  padding: 15px;
}

.obscured-property.flex-card .obscured-status {
  display: inline-block;
}

.obscured-property.flex-card .obscured-price-placeholder {
  margin: 15px auto 0;
  width: 80%;
  position: relative;
}

.obscured-property.flex-card .lock-icon {
  background: #ca2e3f;
  border: 2px solid #e6ebee;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  position: absolute;
  right: -11px;
  top: -11px;
  text-align: center;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
}

.obscured-property.flex-card .lock-icon &gt; span {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
}

.obscured-property.flex-card .price-label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 5px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.obscured-property.flex-card .sign-in-header,
.obscured-property.flex-card .sign-in-cta,
.obscured-property.flex-card .general-location {
  padding: 0 15px;
  font-size: 15px;
}

.obscured-property.flex-card .general-location {
  flex-grow: 1;
  align-content: end;
}

.obscured-property.flex-card .sign-in-header {
  font-weight: bold;
  line-height: 110%;
  margin-top: 15px;
}

.obscured-property.flex-card .sign-in-cta{
  margin-top: 15px;
  line-height: 120%;
}

.obscured-property.flex-card .general-location {
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 120%;
}

.obscured-property .general-location {
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 120%;
  text-transform: uppercase;
}

.obscured-property.flex-card .general-location {
  padding-top: 15px;
  padding-bottom: 30px;
}

.obscured-property.flex-card .sign-in-button {
    margin-bottom: 30px;
}

.obscured-property .sign-in-button &gt; button {
  width: 80%;
  border-radius: 20px;
  text-transform: uppercase;
  background: #0458af;
  padding: 10px;
  font-weight: 600;
}
.obscured-property{
    background-color: #e7ebee;
}
/* End legacy sold-obscured featured property format cards. */

/* Neighborhood News */
div.neighborhoodnews-container.container-fluid{
    z-index: 1;
    position: relative;
    height: 178px;
    width: 100%;
    color: #e4e4e4;
    background-color: #eeeeee;
    font-weight: 100;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
div.neighborhoodnews-container.container-fluid a,
div.neighborhoodnews-container.container-fluid i,
div.neighborhoodnews-container.container-fluid h1,
div.neighborhoodnews-container.container-fluid h2,
div.neighborhoodnews-container.container-fluid h3,
div.neighborhoodnews-container.container-fluid h4,
div.neighborhoodnews-container.container-fluid h5,
div.neighborhoodnews-container.container-fluid h5 {
    color: #e4e4e4;
}
div.neighborhoodnews-container .neighborhoodnews-background-img {
    max-height: 100%;
    overflow: hidden;
    margin-bottom: -154px;
    position: relative;
    opacity: 1;
    z-index: 2;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    object-fit: cover;
}
div.neighborhoodnews-container .neighborhoodnews-device-img {
    margin-bottom: -154px;
    position: relative;
    opacity: 1;
    z-index: 4;
    padding-top: 8px;
}
div.neighborhoodnews-container .neighborhoodnews-overlay {
    background-color: #000000;
    opacity: 0.7;
    display: block;
    height: 100%;
    width: 100%;
    margin-bottom: -178px;
    position: relative;
    z-index: 3;
}
div.neighborhoodnews-container .neighborhoodnews {
    position: relative;
    z-index: 4;
    margin-top: -23px;
}
div.neighborhoodnews-container .neighborhoodnews-title h3 {
    font-size: 18px;
    margin: 12px 2px 8px 2px;
    white-space: nowrap;
}
@media (min-width: 480px) {
    div.neighborhoodnews-container .neighborhoodnews-title h3 {
        font-size: 20px;
        margin: 12px 4px 8px 4px;
    }
}
@media (min-width: 650px) {
    div.neighborhoodnews-container .neighborhoodnews-title h3 {
        font-size: 26px;
        margin: 18px 4px 12px 4px;
    }
}
@media (min-width: 768px) {
    div.neighborhoodnews-container .neighborhoodnews-title h3 {
        font-size: 26px;
        margin: 18px 15px 12px 15px;
    }
}
@media (min-width: 992px) {
    div.neighborhoodnews-container .neighborhoodnews-title h3 {
        font-size: 32px;
        margin: 24px 32px 12px 32px;
    }
}
div.neighborhoodnews-container .neighborhoodnews-copy {
    font-size: 14px;
    line-height: 1.3em;
    margin: 0 2px;
    color: #e4e4e4;
}
@media (min-width: 480px) {
    div.neighborhoodnews-container .neighborhoodnews-copy {
        font-size: 18px;
        margin: 0 4px;
    }
}
@media (min-width: 650px) {
    div.neighborhoodnews-container .neighborhoodnews-copy {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    div.neighborhoodnews-container .neighborhoodnews-copy {
        font-size: 20px;
        margin: 0 15px;
    }
}
@media (min-width: 992px) {
    div.neighborhoodnews-container .neighborhoodnews-copy {
        font-size: 22px;
        margin: 0 32px;
    }
}
div.neighborhoodnews-container .neighborhoodnews-signup {
    font-size: 14px;
    line-height: 160px;
    text-align: center;
    white-space: nowrap;
}
@media (min-width: 480px) {
    div.neighborhoodnews-container .neighborhoodnews-signup {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    div.neighborhoodnews-container .neighborhoodnews-signup {
        font-size: 20px;
    }
}

.property-listing-fallback a.fallback-listing img {
    max-width: 128px;
    max-height: 128px;
    display: inline-block;
}
.property-listing-fallback a.fallback-listing {
    display: block;
    padding: 10px;
    border: 1px dashed black;
}
.searchcard-listing {
    text-align:left;
}
.fl-builder-content .featuredProperties .searchcard-listing *:not(.fa, .card-status, .vow-card-sign-in),
.searchcard-listing :not(.fa, .card-status, .vow-card-sign-in) {
    color: #212e35;
}
.searchcard-listing .property-acres-sqft-link .property-bed-bath-sqft-heading {
    color: #5090d3;
}
.searchcard-listing .mls-number {
    font-size: inherit !important;
    font-weight: inherit !important;
    padding-left: 15px;
}
.fl-builder-content .searchcard-listing .listing-card .virtual-tour-label,
.searchcard-listing .listing-card .virtual-tour-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    color: white;
    font-weight: 600;
    font-size: 11px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.searchcard-listing .listing-card-search-credit {
    text-align: right;
    min-height: 41px;
    line-height: 18px;
    font-size: 12px;
}

.searchcard-listing .property-bed-bath-sqft-heading {
    padding-right: 5px;
}

.flexsliderblock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
.flexsliderblock.cols1 &gt; div {
    width: 100%;
}
.flexsliderblock.cols2 &gt; div {
    width: 50%;
}
.flexsliderblock.cols3 &gt; div {
    width: 33.3%;
}
.flexsliderblock.cols4 &gt; div {
    width: 25%;
}
@media (max-width: 1112px) {
    .flexsliderblock.cols4 &gt; div {
        width: 50%;
    }
}
@media (max-width: 1000px) {
    .flexsliderblock.searchcard.cols3 &gt; div {
        width: 100%;
    }
}
@media (max-width: 800px) {
    .flexsliderblock.cols1 &gt; div,
    .flexsliderblock.cols2 &gt; div,
    .flexsliderblock.cols3 &gt; div,
    .flexsliderblock.cols4 &gt; div {
        width: 100%;
    }
}
.flexsliderblock .searchcard-listing,
.flexsliderblock.searchcard .listing-card {
    height: 100%;
}
div.subbody div.featuredProperties div.featureblock.searchcard a {
    height: 100%;
}
div.subbody div.featuredProperties div.featureblock.searchcard &gt; div {
    height: auto;
    text-align: left;
}
.searchcard-listing-wrap {
    height: 100%;
    display: flex;
    flex-grow: 1;
    flex-direction: column; 
}


/* have a question */
div.haveaquestion div input[type="text"]{
    width: 130px;
}
div.haveaquestion div textarea{
    height: 68px;
}
div.haveaquestion div textarea,
div.haveaquestion div input[type="text"] {
    color:#666666 !important;
    border:1px solid #666666;
}
div.haveaquestion div{
    margin: 0px;
    background-repeat: no-repeat !important;
    /*  this element has a background created by a .cst.
     * .csts repeat on the x axis, but this one must only show once */
}

.box-shift-group {
    margin-bottom: 40px;
}
.subbody.row.subbody-boxes {
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .subbody.row.subbody-boxes &gt; .container {
        background-color: #fcfcfc;
        border: 1px solid #d3d0c9;
        border-radius: 15px;
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .subbody.row.subbody-boxes {
        padding-bottom: 0;
    }
    .subbody.row.subbody-boxes &gt; .container .col-md-5 &gt; div,
    .subbody.row.subbody-boxes &gt; .container .col-md-10 &gt; div {
        background-color: #fcfcfc;
        border: 1px solid #d3d0c9;
        border-radius: 15px;
        margin-bottom: 40px;
    }
    .subbody.row.subbody-boxes .col-md-5 &gt; div &gt; div,
    .subbody.row.subbody-boxes .col-md-10 &gt; div &gt; div {
        height: auto;
    }
}
.subbody.row.subbody-boxes .col-md-5 &gt; div &gt; div,
.subbody.row.subbody-boxes .col-md-10 &gt; div &gt; div {
    height: 342px;
    width: 100%;
}
.subbody.row.subbody-boxes .col-md-5 &gt; div &gt; div.mortgagerates,
.subbody.row.subbody-boxes .col-md-10 &gt; div &gt; div.mortgagerates {
    height: auto;
}
.subbody.row.subbody-boxes .col-md-5 &gt; div &gt; div,
.subbody.row.subbody-boxes .col-md-10 &gt; div &gt; div {
    margin-bottom: 0;
    padding: 30px 20px;
}
.subbody.row.subbody-boxes .col-md-5 .featured-video,
.subbody.row.subbody-boxes .col-md-10 .featured-video {
    padding: 30px 5px 15px 5px;
    margin-bottom: 50px;
}
.subbody.row.subbody-boxes .col-md-5 .featured-video-heading,
.subbody.row.subbody-boxes .col-md-10 .featured-video-heading {
    margin-bottom: 30px;
}
.subbody.row.subbody-boxes .col-md-5 div.featured-video-text,
.subbody.row.subbody-boxes .col-md-10 div.featured-video-text {
    padding: 0;
}
.subbody.row.subbody-boxes .col-md-5 div.mortgagerates-box,
.subbody.row.subbody-boxes .col-md-10 div.mortgagerates-box {
    padding: 30px 0 0 0;
}
.subbody.row.subbody-boxes .col-md-5 div.usefullinks,
.subbody.row.subbody-boxes .col-md-10 div.usefullinks {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 30px 20px 10px 10px;
}
.subbody.row.subbody-boxes .col-md-5 &gt; div &gt; div.usefullinks,
.subbody.row.subbody-boxes .col-md-10 &gt; div &gt; div.usefullinks {
    height: auto;
}
.subbody.row.subbody-boxes .col-md-5 div.featured-video-text,
.subbody.row.subbody-boxes .col-md-10 div.featured-video-text {
    height: 100%;
    margin-bottom: 0;
    padding: 0;
}
.subbody.row.subbody-boxes .col-md-5 div.featured-video-text .agentcustomareatext,
.subbody.row.subbody-boxes .col-md-10 div.featured-video-text .agentcustomareatext {
    padding: 0;
}
.subbody.row.subbody-boxes .col-md-5 div.featured-video-text .agentcustomareatext &gt; p,
.subbody.row.subbody-boxes .col-md-10 div.featured-video-text .agentcustomareatext &gt; p {
    margin: 0;
}
.subbody.row.subbody-boxes .col-md-5 div.featured-video-text .agentcustomareatext .vvqbox,
.subbody.row.subbody-boxes .col-md-10 div.featured-video-text .agentcustomareatext .vvqbox {
    margin: 0 auto;
}
div.agentcustomareatext img{
  max-width: 100%;
  height: auto;
}
/* To roughly match the way wp-emoji wold work if BWP didn't strip out the rule.*/
img.emoji,
img.wp-smiley {
  width: 1.1em !important;
}
div.haveaquestion h3{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis-word;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/* useful links */
div.usefullinks ul{
    margin-left: 14px;
    display:inline-block;
}
div.usefullinks ul li{
    list-style: inherit;
    padding: 0;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}
div.usefullinks ul li a{
    font-size: 16px;
}
div.usefullinks ul &gt; li &gt; ul&gt; li &gt;a {
    top: auto;
}
div.usefullinks ul li ul li:before {
    content: '\b7\a0';
    position:absolute;
    right:100%
}
div.usefullinks ul li ul li {
    list-style:none;
    position:relative;
}
div.usefullinks-title {
    margin-bottom: 12px;
}
div.usefullinks-list {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
@media (min-width: 992px) {
    div.usefullinks-list {
        height: 310px;
    }
}

/* mortgage rates */

div.subbody.row.subbody-boxes .col-md-5 &gt; div &gt; div.mortgagerates,
div.subbody.row.subbody-boxes .col-md-10 &gt; div &gt; div.mortgagerates {
    overflow: visible;
    padding: 10px 20px 10px;
}
div.mortgagerates .mortgage-date {
    color: #626160
}
div.mortgagerates table{
    width: 100%;
}
div.mortgagerates table tbody td{
    font-size: 19px;
    font-weight: 100;
}
div.mortgagerates h3{
    margin-bottom: 10px;
}
div.mortgagerates p.disclaimer{
    padding-top: 12px;
    font-size:10px;
    line-height:12px;
    color:#999999;
}
div.mortgagerates tr {
    border-bottom: 1px solid #cccccc;
}

div.mortgagerates td,
div.mortgagerates th{
    padding: 15px 10px;
}
div.mortgagerates td:first-child{
    padding-left: 0;
}
div.mortgagerates th:first-child{
    padding-left: 0;
}
div.mortgagerates tr td &gt; div {
    padding: 8px 0;
}
div.mortgagerates td.rate-name {
    width: 45%;
}
div.mortgagerates td.rate-name &gt; div{
    background-color: #3879bc;
    color: #ffffff;
    text-align: right;
    padding-right: 10px;
}
div.mortgagerates td.rate-value{
    color: #626160;
    padding-left: 20%;
}
@media (max-width: 480px) {
    div.mortgagerates td.rate-name {
        font-size: 14px;
    }
}


/*   about an agent */
div.aboutanagent-responsive &gt; div.data{
    width: 160px;
}
div.aboutanagent-responsive  div.labelset &gt; div {
    float: left;
}
div.aboutanagent-responsive div.label{
    width:40px;
}

div.aboutanagent-responsive h3 {
    font-weight: bold;
    font-size: 1.75em;
    margin-left: 0px;
    margin-top: 0px;
}

div.aboutanagent-responsive div.email,
div.aboutanagent-responsive div.license,
div.aboutanagent-responsive div.agent-phone .label {
    width: auto;
    white-space: normal;
    word-wrap: break-word;
}

div.aboutanagent-responsive div.mxAboutAgentPhoto{
    overflow: hidden;
}

div.aboutanagent-responsive &gt; div.mxAboutAgentPhoto &gt; img {
  float: right;
}
/**************************** search by location ***************************/


div#search-box {
    position: relative;
    width: 480px;
    max-width: 60%;
    display: block;
    margin: 0 auto;
}
div.searchbylocation i.location_search {
    font-size: 26px;
}
div.searchbylocation i.drivetime_search {
    font-size: 22px;
}
div.search-main {
  position:relative;
}
div.searchbylocation div.search-main .search-location {
    height: 50px;
    width: 100%;
    padding-right: 40px;
    padding-left: 12px;
    display: inline-block;
    font-size: 20px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #b3b3b3;
}
div.searchbylocation .search-near-me {
    font-size: 14px;
    cursor: pointer;
    opacity: 0.85;
    font-weight: bold;
}
div.searchbylocation .search-near-me .fa-location-arrow{
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
}
body.layout-largeimage div.homepage div.searchbylocation i.search-icon {
    background-color: transparent;
    position: relative;
    margin-right: -30px;
    padding-left: 10px;
    color: #b5b2ab;
    display: inline-block;
    border: none;
    outline: none;
    font-size: 20px;
}

div.searchbylocation div.search-main .searchByLocationSubmit {
    width: 46px;
    height: 46px;
    color: #000000;
    display: inline-block;
    background-color: #ffffff;
    border: none;
    outline: none;
    position:absolute;
    right:0;
    top:0;
}
div.searchbylocation div.search-main .searchByLocationSubmit:focus {
    outline: none;
}
div.searchbylocation div.search-main .search-more {
    margin-top: 4px;
    text-align: right;
    font-size: 14px;
}
div.searchbylocation div.search-main .search-more .more-options {
    padding-right: 5px;
    cursor: pointer;
}
div.searchbylocation div.search-main .search-more .more-caret {
    cursor: pointer;
}

div.searchbylocation div.search_type_indicator i.active {
    color: #e87514;
}
div.searchbylocation div.search_type_indicator i {
    color: white;
    text-shadow:
    -1px -1px 0 #e87514,
    1px -1px 0 #e87514,
    -1px 1px 0 #e87514,
    1px 1px 0 #e87514;
    margin-left: 5px;
    cursor: pointer;
}
div#affix-bar{
    -webkit-overflow-scrolling: touch;
}
div.affix-bar-search {
    position: relative;
    width: 320px;
    max-width: 50%;
    display: block;
    margin-top: 9px;
}
div.affix-bar-search div.searchbylocation div.search-main .search-location {
    height: 30px;
    width: 100%;
    padding-right: 30px;
    display: inline-block;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #808080;
}
div.affix-bar-search div.searchbylocation div.search-main .searchByLocationSubmit {
    width: 24px;
    height: 24px;
    color: #000000;
    display: inline-block;
    border: none;
    background-color: #ffffff;
    position: absolute;
    top: 3px;
    right: 19px;
    font-size: 10px;
}
.searchByLocationSubmit:focus {
    outline: none;
}



/********************** homepage blog widget ***************************/

.subbody.row.subbody-boxes .col-md-5 &gt; div &gt; div.blog,
.subbody.row.subbody-boxes .col-md-10 &gt; div &gt; div.blog {
    height: auto;
}
.subbody-boxes .blog .blogroll-wrap {
    height: 312px;
}
@media (max-width: 991px) {
    .subbody-boxes .blog .blogroll-wrap {
        height: auto;
    }
}
.subbody-boxes .blog .blogroll-wrap a {
    font-size: 18px;
}
.subbody-boxes .blog .blogroll-wrap span {
    font-size: 15px;
}
div.subbody.row a.responsive-blog-view-all h4 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}
.subbody-boxes .blog .blogroll-wrap a.mx-blog-view-all {
    float: none;
    font-size: 15px;
}


/**************************** social buttons ***************************/
div.blog div.followme strong,
#follow-me-target div.followme strong {
    display: none;
}
div.blog div.followme,
#follow-me-target div.followme {
    position: relative;
    z-index: 3;
    height: 0;
    overflow: visible;
}
#follow-me-target div.followme.affix-top {
    position: absolute;
    left: -13px;
    top: 0;
    height: 0;
    overflow: visible;
    display: block;
    width: 40px;
}
#follow-me-target div.followme.affix-top a {
    display: inline;
    float: left;
}
body.layout-largeimage #follow-me-target div.followme,
#follow-me-target div.followme.affix {
    position: fixed;
    left: 2px;
    top: 45%;
}
body.layout-largeimage #follow-me-target div.followme,
body.layout-default #follow-me-target div.followme.affix-followme.affix {
    display: table;
    left: 0;
    border-radius: 0 4px 4px 0;
    width: 32px;
}
body.layout-largeimage #follow-me-target div.followme {
    background-color: rgba(244,244,244,0.9);
}
body.layout-default #follow-me-target div.followme.affix-followme.affix {
    background-color: rgba(255,255,255,0.9);
}
@media (max-width: 479px) {
    body.layout-default #follow-me-target div.followme.affix-followme.affix {
        display: inline-block;
        width: auto;
    }
}
body.layout-largeimage #follow-me-target div.followme a,
body.layout-default #follow-me-target div.followme.affix-followme.affix a {
    padding-right: 0;
}
@media (max-width: 479px) {
    body.layout-largeimage #follow-me-target div.followme.affix-top {
        visibility: hidden;
    }
}

div.blog div.followme a,
#follow-me-target div.followme a {
    display: block;
    clear: left;
    margin-top: 10px;
}
@media (max-width: 767px) {
    body.layout-default #follow-me-target div.followme.affix-top {
        position: absolute;
        display: inline-block;
        left: -10px;
        width: auto;
    }
}
@media (max-width: 480px) {
    body.layout-default #follow-me-target div.followme.affix,
    body.layout-default #follow-me-target div.followme.affix-top {
        position: relative;
        display: inline-block;
        left: 0;
        width: auto;
        margin: 20px auto;
    }
    body.layout-default #follow-me-target div.followme a,
    body.layout-default #follow-me-target div.followme.affix a,
    body.layout-default #follow-me-target div.followme.affix-top a {
        display: inline;
        float: none;
    }
}

.social-font-icon {
    font-size: 22px;
    padding: 5px;
}


/********** view listings ************/


/************* 404 page **************/

div.mx404-page {
    padding: 0px;
    position: relative;
}
div.mx404-page div.mx404-image {
    background-image: url("/wp-content/plugins/matrix/images/mx404-image-new.jpg?v=2");
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 85vh;
}
div.mx404-page div.mx404-text {
    clear: both;
    width: 80%;
	max-width: 500px;
    position: absolute;
    left: 10%;
    top: 25%;
    background-color: white;
    text-align: center;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
div.mx404-page p.mx404-error {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    padding: 24px 32px 8px 32px;
}
div.mx404-page p.mx404-error-text {
    padding: 16px 32px;
}
div.mx404-page div.mx404-action-buttons {
    padding: 0px 32px 24px 32px;
}
div.mx404-page div.mx404-action-buttons .btn {
    border-radius: 24px;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-right: 8px;
    margin-bottom: 8px;
}
@media (max-width: 1023px) {
    div.mx404-page div.mx404-text {
        left: 50%;
        transform: translate(-50%, 0%);
    }
}
@media (max-width: 400px), (max-height: 300px), (max-width: 500px) and (max-height: 400px) {
    div.mx404-page div.mx404-image {
        height: 40vh;
        max-height: 360px;
        padding-bottom: 0px;
        box-sizing: content-box;
    }
    div.mx404-page div.mx404-text {
        position: static;
        width: auto;
        height: auto;
        max-width: 100%;
        transform: none;
    }
    div.mx404-page div.mx404-action-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
}

iframe.cma_report {
    margin-left:74px;
}


div.singleTestimonial {
    border-top: 1px solid #666666;
    padding: 15px 0;
}
div.testimonial div.singleTestimonialImage {
    width: 100%;
    margin-right: 0;
}
div.testimonial div.singleTestimonialImage img {
    max-width: 100%;
    max-height: 250px;
    margin: 0 auto;
    padding: 15px 0;
}
div.testimonial div.singleTestimonialTitle {
    width: 100%;
}
div.testimonial div.singleTestimonialContent {
    width: 100%;
}
@media (min-width: 768px) {
    div.testimonial div.singleTestimonialImage {
        float: left;
        width: auto;
        max-width: 70%;
    }
    div.testimonial div.singleTestimonialImage img {
        padding-right: 15px;
    }
    div.testimonial div.singleTestimonialTitle {
        width: auto;
    }
    div.testimonial div.singleTestimonialContent {
        width: auto;
    }
}


/* -------------- Layout Specific -------------*/
body.layout-largeimage .subheader #agent-info{
    position: relative;
    min-height: 40%;
    padding: 12px;
    margin-bottom: -1px;
}
body.layout-largeimage .subheader #agent-info-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.layout-largeimage #agent-statement {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 480px) {
    body.layout-largeimage #agent-statement {
        padding-left: 15px;
        padding-right: 15px;
    }
}

body.layout-largeimage #agent-statement .agent-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
    display: none;
}
@media (min-width: 768px) {
    body.layout-largeimage #agent-statement .agent-name {
        display: block;
        font-size: 18px;
    }
}
@media (min-width: 768px) and (min-height: 680px) {
    body.layout-largeimage #agent-statement .agent-name {
        display: block;
        font-size: 30px;
    }
}
@media (min-width: 992px) {
    body.layout-largeimage #agent-statement .agent-name {
        font-size: 36px;
    }
}
@media (min-width: 1200px) {
    body.layout-largeimage #agent-statement .agent-name {
        font-size: 52px;
    }
}
body.layout-largeimage #agent-statement .agent-title {
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    line-height: 1.1em;
    padding-top: 5px;
    display: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
@media (min-width: 768px) and (min-height: 680px) {
    body.layout-largeimage #agent-statement .agent-title {
        display: block;
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    body.layout-largeimage #agent-statement .agent-title {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    body.layout-largeimage #agent-statement .agent-title {
        font-size: 20px;
    }
}
body.layout-largeimage #agent-statement .welcome-text-text {
    max-height: 20.5em;
    overflow: auto;
    line-height: 1.5em;
    margin-top: 0;
}
@media (min-width: 768px) {
    body.layout-largeimage #agent-statement .welcome-text-text {
        margin-top: 10px;
    }
}
@media (min-width: 480px) and (max-width: 767px) and (max-height: 767px) {
    body.layout-largeimage #agent-statement .welcome-text-text {
        max-height: 16.2em;
    }
}
@media (min-width: 480px) and (max-width: 767px) and (min-height: 768px) and (max-height: 899px) {
    body.layout-largeimage #agent-statement .welcome-text-text {
        max-height: 16.2em;
    }
}
@media (min-width: 480px) and (max-width: 767px) and (min-height: 900px) {
    body.layout-largeimage #agent-statement .welcome-text-text {
        max-height: 20.5em;
    }
}
@media (min-width: 768px) and (min-height: 601px) and (max-height: 767px) {
    body.layout-largeimage #agent-statement .welcome-text-text {
        max-height: 20.5em;
    }
}
@media (min-width: 768px) and (min-height: 768px) and (max-height: 899px) {
    body.layout-largeimage #agent-statement .welcome-text-text {
        max-height: 30em;
    }
}
@media (min-width: 768px) and (min-height: 900px) {
    body.layout-largeimage #agent-statement .welcome-text-text {
        max-height: 30em;
    }
}


body.layout-largeimage #agent-statement .welcome-text-text .agentcustomareatext {
    padding: 0 24px;
}
@media (min-height: 700px) {
    body.layout-largeimage #agent-statement .welcome-text-text .agentcustomareatext {
        padding: 10px 24px 0;
    }
}
body.layout-largeimage #affix-bar #search-by-location-container-affix {
    text-align: center;
    height: 60px;
}
@media (min-width: 480px) {
    body.layout-largeimage #affix-bar #search-by-location-container-affix {
        height: 91x;
    }
}
body.layout-largeimage #affix-bar #search-by-location-container-overlay {
    text-align: center;
    height: 60px;
}
@media (min-width: 480px) {
    body.layout-largeimage #affix-bar #search-by-location-container-overlay {
        height: 107px;
    }
}
body.layout-largeimage #affix-bar.affix #search-by-location-container-overlay,
body.layout-largeimage #affix-bar.affix-perm #search-by-location-container-overlay {
    background: rgba(0,0,0,1);
}
body.layout-largeimage div#search-bar-agent-simple #searchFormButton {
    color: white;
}
body.layout-largeimage #affix-bar #search-by-location-container-affix .searchbylocation.form-inline {
    margin-top: -107px;
}
@media (min-width: 768px) {
    body.layout-largeimage #affix-bar #search-by-location-container-affix .searchbylocation.form-inline {
        margin-left: 100px;
    }
}
@media (min-width: 992px) {
    body.layout-largeimage #affix-bar #search-by-location-container-affix .searchbylocation.form-inline {
        margin-left: 0;
    }
}

body.layout-default #affix-bar .searchbylocation .search-type-inline {
    display: none;
}
body.layout-default .searchbylocation .search-type-inline {
    margin: 6px 0 12px 0;
    white-space: nowrap;
    overflow: hidden;
}
body.layout-default .searchbylocation .search-type {
    padding: 0 5px;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.85;
}
body.layout-default .searchbylocation .search-near-me {
    padding: 0 5px;
}
body.layout-default .searchbylocation .search-type.active {
    text-decoration: underline;
    opacity: 1;
}
@media (min-width: 768px) {
    body.layout-default .searchbylocation .search-type {
        padding: 0 10px;
        font-size: 18px;
    }
    body.layout-default .searchbylocation .search-near-me {
        padding: 0 10px;
    }
}
@media (min-width: 992px) {
    body.layout-default .searchbylocation .search-type, body.layout-default .searchbylocation .search-near-me {
        padding: 0 20px;
    }
}
body.layout-largeimage .searchbylocation .search-near-me {
    padding-top: 8px;
    padding-bottom: 8px;
}
body.layout-largeimage #affix-bar #search-by-location-container-affix .searchbylocation.form-inline .search-form-right {
    line-height: 107px;
}
body.layout-largeimage #affix-bar #search-by-location-container-affix .searchbylocation.form-inline .search-type-inline {
    margin: 6px 0;
    display: none;
}
@media (min-width: 480px) {
    body.layout-largeimage #affix-bar #search-by-location-container-affix .searchbylocation.form-inline .search-type-inline {
        display: block;
    }
}
body.layout-largeimage #affix-bar #search-by-location-container-affix .searchbylocation.form-inline .search-type {
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
    opacity: 0.85;
}
body.layout-largeimage #affix-bar #search-by-location-container-affix .searchbylocation.form-inline .search-type.active {
    text-decoration: underline;
    opacity: 1;
}
@media (min-width: 600px) {
    body.layout-largeimage #affix-bar #search-by-location-container-affix .searchbylocation.form-inline .search-type {
        padding: 0 20px;
        font-size: 16px;
    }
}


body.layout-largeimage #affix-bar #search-by-location-container-affix input#searchString {
    width: 300px;
    border-radius: 8px;
    background-image: none;
    padding-left: 30px;
    margin-bottom: 0;
    display: inline-block;
}
@media (min-width: 600px) {
    body.layout-largeimage #affix-bar #search-by-location-container-affix input#searchString {
        width: 400px;
    }
}
body.layout-largeimage #affix-bar #search-by-location-container-affix input.searchByLocationSubmit {
    font-size: 20px;
    font-weight: 100;
    border-radius: 30px;
    padding: 2px 30px;
    margin-left: 10px;
}
body.layout-largeimage div#search-bar-agent-simple {
    display: block;
    height: 60px;
    margin-top: -60px;
}
@media (min-width: 480px) {
    body.layout-largeimage div#search-bar-agent-simple {
        display: none;
    }
}
body.layout-largeimage div#search-bar-agent-simple #searchFormButton {
    position: absolute;
    left: 10px;
    top: 5px;
}
body.layout-largeimage div#search-bar-agent-simple .agent-name {
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1em;
}
body.layout-largeimage div#search-bar-agent-simple .agent-title {
    font-size: 15px;
    line-height: 1em;
}

body.layout-largeimage div#search-bar-agent-simple #search-bar-agent-simple-block {
    color: #ffffff;
    padding: 6px 60px 0px;
    overflow: hidden;
    height: 50px;
    min-width: 320px;
}

body.layout-largeimage div#search-bar-about-an-agent {
    position: absolute;
    left: 2px;
    margin-top: -5px;
    max-width: 160px;
    overflow-y: visible;
    border: 1px solid #082e49;
    padding: 5px;
    background-color: white;
    color: #000000;
    text-align: center;
    display: none;
    z-index: 999;
}
body.layout-largeimage.has-solo-menu div#search-bar-about-an-agent {
    top: 65px;
}
body.layout-largeimage .wrapper.homepage div#search-bar-about-an-agent {
    visibility: hidden;
    display: block
}
@media (min-width: 768px) {
    body.layout-largeimage .wrapper.homepage div#search-bar-about-an-agent.affix {
        visibility: visible;
    }
    body.layout-largeimage .wrapper.homepage .slim-header div#search-bar-about-an-agent.affix,
    body.layout-largeimage .wrapper.homepage .grande-header div#search-bar-about-an-agent.affix {
        visibility: hidden;
    }
}

body.layout-largeimage div#search-bar-about-an-agent .aboutanagent-photo img {
    width: auto;
    max-width: 100%;
    max-height: 160px;
    margin: 0 auto;
}
body.layout-largeimage div#search-bar-about-an-agent .agent-title{
    font-size: 7px;
    font-weight: lighter;
    line-height: normal;
}
body.layout-largeimage div#search-bar-about-an-agent img.navbar-brand-logo {
    padding-top: 20px;
    max-width: 100%;
    max-height: 100px;
}
body.layout-largeimage div#search-bar-about-an-agent .agent-name {
    padding-top: 3px;
    font-size: 15px;
    line-height: 1.1em;
}
body.layout-largeimage div#search-bar-about-an-agent .agent-title {
    font-size: 12px;
    line-height: 1.2em;
}

body.layout-largeimage div.subheader a.fa-angle-down{
    color: #ffffff;
}
body.layout-largeimage #affix-bar, body.layout-customtext #affix-bar {
    z-index: 10;
}
body.layout-largeimage #affix-bar.affix, body.layout-customtext #affix-bar.affix,
body.layout-largeimage #affix-bar.affix-perm, body.layout-customtext #affix-bar.affix-perm {
    width: 100%;
    left: 0;
}
body.layout-largeimage .subheader .background-image, body.layout-customtext .subheader .background-image {
    height: 100%;
    width: 100%;
}
body.layout-largeimage .subheader #agent-main, body.layout-customtext .subheader #agent-main {
    width: 100%;
    height: 100%;
    top: 84px;
    color: #ffffff;
    padding-top: 0;
}

@media (max-height: 479px) {
    body.layout-largeimage .subheader #agent-main, body.layout-customtext .subheader #agent-main {
        top: 0;
    }
}
@media (min-height: 480px) {
    body.layout-largeimage .subheader #agent-main, body.layout-customtext .subheader #agent-main {
        height: 100%;
        top: 84px;
    }
}
@media (min-width: 600px) and (min-height: 480px) {
    body.layout-largeimage .subheader #agent-main, body.layout-customtext .subheader #agent-main {
        height: 100%;
        top: 0;
    }
}
@media (min-height: 700px) {
    body.layout-largeimage .subheader #agent-main, body.layout-customtext .subheader #agent-main {
        max-height: 100%;
        top: 84px;
    }
}
@media (min-width: 600px) and (min-height: 700px) {
    body.layout-largeimage .subheader #agent-main, body.layout-customtext .subheader #agent-main {
        max-height: 100%;
        top: 10%;
    }
}
@media (min-width: 768px) and (min-height: 700px) {
    body.layout-largeimage .subheader #agent-main, body.layout-customtext .subheader #agent-main {
        max-height: 80%;
        top: 10%;
    }
}
@media (min-height: 800px) {
    body.layout-largeimage .subheader #agent-main, body.layout-customtext .subheader #agent-main {
        max-height: 80%;
        top: 10%;
    }
}
@media (min-width: 768px) and (min-height: 800px) {
    body.layout-largeimage .subheader #agent-main, body.layout-customtext .subheader #agent-main {
        max-height: 80%;
        top: 12%;
    }
}

body.layout-largeimage .subheader #agent-main h1, body.layout-customtext .subheader #agent-main h1,
body.layout-largeimage .subheader #agent-main h2, body.layout-customtext .subheader #agent-main h2,
body.layout-largeimage .subheader #agent-main h3, body.layout-customtext .subheader #agent-main h3,
body.layout-largeimage .subheader #agent-main h4, body.layout-customtext .subheader #agent-main h4,
body.layout-largeimage .subheader #agent-main h5, body.layout-customtext .subheader #agent-main h5,
body.layout-largeimage .subheader #agent-main h6, body.layout-customtext .subheader #agent-main h6,
body.layout-largeimage .subheader #agent-main a, body.layout-customtext .subheader #agent-main a{
    color: white;
}
body.layout-largeimage div#search-by-location-container, body.layout-customtext div#search-by-location-container {
    width: inherit;
}

body.layout-largeimage .subheader #about-agent {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 480px) {
    body.layout-largeimage .subheader #about-agent {
        padding-left: 15px;
        padding-right: 15px;
    }
    body.layout-largeimage .subheader #agent-main, body.layout-customtext .subheader #agent-main {
        position: absolute;
    }
}

body.layout-largeimage .subheader #about-agent div.aboutanagent-photo, body.layout-customtext .subheader #about-agent div.aboutanagent-photo {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 479px) {
    body.layout-largeimage .subheader #about-agent div.aboutanagent-photo, body.layout-customtext .subheader #about-agent div.aboutanagent-photo {
        min-width: 100%;
    }
    body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive img, body.layout-customtext .subheader #about-agent div.aboutanagent-responsive img {
        float: none !important;
        display: block !important;
        margin: auto;
    }
    body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive .aboutanagent-photo .companylogo {
        display: none;
    }

    body.layout-largeimage div.aboutanagent-responsive div.agenttext .agent-office {
        padding-top: 10px;
    }

    body.layout-largeimage div.aboutanagent-responsive div.agenttext {
        margin-top: 10px;
    }
}
@media (min-width: 480px) {
    body.layout-largeimage .subheader #about-agent div.aboutanagent-photo, body.layout-customtext .subheader #about-agent div.aboutanagent-photo {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
}
body.layout-largeimage .subheader #about-agent div.aboutanagent-data, body.layout-customtext .subheader #about-agent div.aboutanagent-data {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 480px) {
    body.layout-largeimage .subheader #about-agent div.aboutanagent-data, body.layout-customtext .subheader #about-agent div.aboutanagent-data {
        min-width: inherit;
        padding-left: 15px;
        padding-right: 15px;
    }
}
body.layout-largeimage .subheader #about-agent div.aboutanagent-data .agenttext, body.layout-customtext .subheader #about-agent div.aboutanagent-data .agenttext {
    text-align: center;
}
@media (min-width: 480px) {
    body.layout-largeimage .subheader #about-agent div.aboutanagent-data .agenttext, body.layout-customtext .subheader #about-agent div.aboutanagent-data .agenttext {
        text-align: left;
    }
}

body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive img, body.layout-customtext .subheader #about-agent div.aboutanagent-responsive img {
    max-width: 100px;
    max-height: 150px;
    float: right;
    display: inline;
}
@media (min-width: 480px){
    body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive img, body.layout-customtext .subheader #about-agent div.aboutanagent-responsive img {
        max-width: 150px;
        max-height: 200px;
    }
}
@media (min-width: 768px){
    body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive img, body.layout-customtext .subheader #about-agent div.aboutanagent-responsive img {
        max-width: 120px;
        max-height: 150px;
    }
}
@media (min-width: 992px){
    body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive img, body.layout-customtext .subheader #about-agent div.aboutanagent-responsive img {
        max-width: 150px;
        max-height: 200px;
    }
}
@media (min-width: 1200px){
    body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive img, body.layout-customtext .subheader #about-agent div.aboutanagent-responsive img {
        max-width: 250px;
        max-height: 300px;
    }
}


body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive .companylogo img {
    float: left;
    margin-top: 15px;
}

@media (min-width: 480px) {
    body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive .aboutanagent-data .agenttext .agent-name,
    body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive .aboutanagent-data .agenttext .agent-title {
        display: block;
    }
    body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive .aboutanagent-data .agenttext .agent-designations {
        display: none;
    }
}
@media (min-width: 768px) {
    body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive .aboutanagent-data .agenttext .agent-name {
        display: none;
    }
}


body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive .aboutanagent-photo .companylogo img {
    border: none;
    display: block;
}
@media (min-width: 768px) {
    body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive .aboutanagent-photo .companylogo img {
        display: none;
    }
}
@media (max-height: 679px) {
    body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive .aboutanagent-photo .companylogo img {
        display: none;
    }
}
body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive .aboutanagent-data .companylogo img {
    display: none;
}

@media (min-width: 768px) and (min-height: 680px) {
    body.layout-largeimage .subheader #about-agent div.aboutanagent-responsive .aboutanagent-data .companylogo img {
        display: block;
    }
}
body.layout-largeimage #search-bar-about-an-agent .companylogo {
    display: none;
}

body.layout-largeimage div#search-bar-about-an-agent div.agent-name, body.layout-customtext div#search-bar-about-an-agent div.agent-name{
    text-align: center;
}

body.layout-customtext .subheader #search-by-location-container div.searchbylocation {
    opacity: 0.9;
    background-color: #626160;
}
body.layout-customtext div#search-by-location-container-affix div.searchbylocation {
    background-color: #626160;
}

body.layout-default.wrapper.homepage.responsive.page-wrapper {
    height: 100% !important;
}
body.layout-default #wrapper &gt; .wrapper.row,
body.layout-largeimage #wrapper &gt; .wrapper.row,
body.layout-customtext #wrapper &gt; .wrapper.row {
    margin-left: -15px;
    margin-right: -15px;
}
body #wrapper &gt; .wrapper {
    padding-top: 60px;
}
body.layout-default div.menu {
    padding: 0 15px;
    background-image: none;
    background-color: #ffffff;
    color: #333333;
    min-height: 0;
}
body.layout-default div.menu &gt; ul &gt; li &gt; a, div.menu &gt; ul &gt; li &gt; div#loginDiv &gt; a {
    color: #333333;
}

body.layout-default .agentcustomarea.background-image .custom-area-sibling {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

body.layout-default div.menu ul &gt; li &gt; a,
body.layout-default div.menu ul &gt; li &gt; span &gt; a {
    line-height: 43px;
}

body.layout-largeimage #searchPage.wrapper,
body.layout-customtext #searchPage.wrapper,
body.layout-default #searchPage.wrapper,
body.layout-largeimage #aos_page.wrapper,
body.layout-customtext #aos_page.wrapper,
body.layout-default #aos_page.wrapper {
    padding-top: 0;
}


body.layout-largeimage #searchPage.wrapper div.mainbody.pageContent,
body.layout-customtext #searchPage.wrapper div.mainbody.pageContent,
body.layout-default #searchPage.wrapper div.mainbody.pageContent,
body.layout-largeimage #aos_page.wrapper div.mainbody.pageContent,
body.layout-customtext #aos_page.wrapper div.mainbody.pageContent,
body.layout-default #aos_page.wrapper div.mainbody.pageContent {
    padding-top: 0;
    overflow: visible;
}

#searchPage.wrapper #aos-wrapper,
#aos_page.wrapper #aos-wrapper {
    height: 100%;
    height: 100vh;
}
#searchPage.wrapper #aos-container,
#aos_page.wrapper #aos-container {
  z-index: 2;
}

#searchPage.wrapper #full-background-image,
#aos_page.wrapper #full-background-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 0;
}
#searchPage.wrapper #full-background-layer,
#aos_page.wrapper #full-background-layer {
    background-color: rgba(255,255,255,0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1;
}

#neighborhoodNewsPage.wrapper {
    padding-top: 80px;
}
#tendrilEnergyPage.page-wrapper, #reportPage.wrapper {
    height: 100% !important;
}
body.layout-largeimage div.header div#mxHeaderRight,
body.layout-customtext div.header div#mxHeaderRight,
body.layout-default div.header div#mxHeaderRight {
    margin-top: 0;
    width: auto;
    height: auto;
}
body.layout-customtext div.header div#mxHeaderRight,
body.layout-default div.header div#mxHeaderRight {
    line-height: 60px;
}
body.layout-largeimage div.header div#mxHeaderRight {
   line-height: 54px;
}



#background-image-fixed-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    padding-top: 60px;
}
body.admin-bar #background-image-fixed-container {
    padding-top: 92px;
}
@media screen and (max-width: 782px) {
    body.admin-bar #background-image-fixed-container {
        padding-top: 106px;
    }
}


body.layout-largeimage .subheader .background-image img {
    border: none;
}
body.layout-default .subheader .background-image,
body.layout-largeimage .subheader .background-image,
body.layout-customtext .subheader .background-image {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    z-index: 0;
}
body.layout-default .subheader .background-image,
body.layout-largeimage .subheader .background-image,
body.layout-customtext .subheader .background-image,
body.layout-default .subheader #hero-container {
    position: relative;
}

body.layout-largeimage .subheader .background-image .background-image-element,
body.layout-default .subheader .background-image .background-image-element {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
}
body.layout-largeimage .subheader .background-image .background-image-element {
    position: fixed;
}

body.layout-largeimage .subheader .background-image {
    position: relative;
    height: 100%;
    /*height: 100vh;*/
}

body.layout-default .subheader .background-image  {
    position: relative;
    /*height: auto;
    height: 65%;
    height: 55vh;*/
    height: 80%;
    height: 70vh;
    min-height: 200px;
    /*max-height: 300px;*/
}
@media (min-height: 400px) {
    body.layout-default .subheader .background-image {
        position: relative;
        height: auto;
        height: 65%;
        height: 55vh;
        min-height: initial;
    }
}
@media (min-width: 600px) {
    body.layout-default .subheader .background-image {
        min-height: 340px;
    }
}


body.layout-default .subheader #agent-name {
  position: absolute;
  bottom: 50%;
  z-index: 4;
}
body.layout-default .subheader #search-statement{
    float: none;
    width: 100%;
    display: block;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
body.layout-default .subheader #search-statement .agentcustomareatext {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3em;
}
@media (min-width: 768px) {
    body.layout-default .subheader #search-statement {
        float: left;
        padding: 0 40px 0 30px;
        width: 50%;
    }
    body.layout-default .subheader #search-statement .agentcustomareatext {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    body.layout-default .subheader #search-statement {
        padding: 0 60px 0 40px;
    }
    body.layout-default .subheader #search-statement .agentcustomareatext {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    body.layout-default .subheader #search-statement {
        padding: 0 80px 0 40px;
    }
}

body.layout-default .subheader button.contact-me-btn  {
    color: #1a1a1a;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin: 12px 0 0;
    padding: 1px;
    height: 32px;
    width: 137px;
    border-radius: 0;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
}
body.layout-default .subheader button.contact-me-btn:hover {
    background-color: #e5e5e5;
}
body.layout-default .subheader #about-agent {
    position: relative;
    padding: 0;
    z-index: 3;
}
@media (max-width: 767px) {
    body.layout-default .subheader #about-agent {
        width: 100%;
        float: none;
        display: block;
    }
}
body.layout-default .subheader #search-hero-overlay {
    position: absolute;
    height: auto;
    margin-top: 0;
    color: #ffffff;
    z-index: 4;
    text-align: center;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#idx-override-homepage-logo-container {
    position: absolute;
    height: auto;
    width: 100%;
    margin-top: 20px;
    z-index: 4;
    text-align: center;
}

#idx-override-homepage-logo-container img {
    width: 250px;
}

#idx-override-basic-profile-details-container {
    padding: 20px 0;
    text-align: center;
}

#idx-override-basic-profile-details-container .idx-override-basic-profile-details-name {
    font-size: 2em;
    margin-bottom: 10px;
}

body.layout-default .subheader #search-headline {
    color: #ffffff;
    z-index: 5;
    text-align: center;
    width: 100%;
    line-height: 1.2em;
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (min-width: 400px) {
    body.layout-default .subheader #search-headline {
        font-size: 2em;
    }
}
@media (min-width: 480px) {
    body.layout-default .subheader #search-headline {
        font-size: 2.5em;
    }
}
@media (min-width: 600px) {
    body.layout-default .subheader #search-headline {
        font-size: 3.0em;
        margin-top: 3px;
    }
}
@media (min-width: 768px) {
    body.layout-default .subheader #search-headline {
        font-size: 3.5em;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media (min-width: 992px) {
    body.layout-default .subheader #search-headline {
        font-size: 4.5em;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

body.layout-default .subheader #search-box {
    color: #ffffff;
    z-index: 5;
    text-align: center;
}
@media (max-width: 599px) {
    body.layout-default .subheader #search-hero-overlay #search-box .search-type-inline {
        display: none;
    }
}


body.layout-default .subheader #about-agent div.aboutanagent-responsive div.agenttext .phones .label {
    color: #333333;
}
body.layout-default .subheader #about-agent div.aboutanagent-responsive .aboutanagent-photo,
body.layout-default .subheader #about-agent div.aboutanagent-responsive .aboutanagent-data {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
body.layout-default .subheader #about-agent div.aboutanagent-responsive .aboutanagent-photo:after,
body.layout-default .subheader #about-agent div.aboutanagent-responsive .aboutanagent-data:after {
    clear: both;
}

@media (min-width: 768px) {
    body.layout-default .subheader #about-agent div.aboutanagent-responsive .aboutanagent-photo {
        margin-left: 18%;
    }
}

body.layout-default .subheader #about-agent div.aboutanagent-responsive img{
    max-width: 150px;
    max-height: 150px;
    margin-top: -40px;
    float: right;
}
body.layout-default .subheader #about-agent div.aboutanagent-responsive .aboutanagent-data {
    width: 60%;
}
@media (min-width: 480px) {
    body.layout-default .subheader #about-agent div.aboutanagent-responsive .aboutanagent-data {
        width: 40%;
    }
}
@media (min-width: 600px) {
    body.layout-default .subheader #about-agent div.aboutanagent-responsive img{
        max-width: 200px;
        max-height: 250px;
    }
}
@media (min-width: 992px) {
    body.layout-default .subheader #about-agent div.aboutanagent-responsive img{
        max-width: 240px;
        max-height: 350px;
    }
    body.layout-default .subheader #about-agent div.aboutanagent-responsive .aboutanagent-data {
        width: 40%;
    }
}
@media (min-width: 1200px) {
    body.layout-default .subheader #about-agent div.aboutanagent-responsive img{
        max-width: 300px;
        max-height: 350px;
    }
    body.layout-default .subheader #about-agent div.aboutanagent-responsive .aboutanagent-data {
        width: 40%;
    }
}


body.layout-default #affix-bar.affix-top {
    visibility: hidden;
    margin-top: -50px;
    width: 100%;
    display: block;
}
body.layout-default #affix-bar.affix-perm.affix-top,
body.layout-largeimage #affix-bar.affix-perm.affix-top {
    position: fixed;
    visibility: visible;
    margin-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

body.layout-largeimage #affix-bar.affix-perm,
body.layout-largeimage #affix-bar.affix {
    width: 100%;
}
body.layout-largeimage #affix-bar.affix-top .searchbylocation .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
body.layout-largeimage #affix-bar.affix .searchbylocation .form-group,
body.layout-largeimage #affix-bar.affix-perm .searchbylocation .form-group {
    display: inline-block;
}
body.layout-largeimage #affix-bar.affix-perm .searchbylocation .search-form-left,
body.layout-largeimage #affix-bar.affix .searchbylocation .search-form-left {
    display: none;
}
body.layout-largeimage #affix-bar.affix-perm .searchbylocation .search-form-right,
body.layout-largeimage #affix-bar.affix .searchbylocation .search-form-right {
    display: none;
}
@media (min-width: 480px) {
    body.layout-largeimage #affix-bar.affix-perm .searchbylocation .search-form-left,
    body.layout-largeimage #affix-bar.affix .searchbylocation .search-form-left,
    body.layout-largeimage #affix-bar.affix-perm .searchbylocation .search-form-right,
    body.layout-largeimage #affix-bar.affix .searchbylocation .search-form-right {
        display: block;
    }
}
body.layout-largeimage #affix-bar.affix-perm .searchbylocation .search-form-left input#searchString,
body.layout-largeimage #affix-bar.affix .searchbylocation .search-form-left input#searchString {
    margin: 0 auto;
}

body.layout-default #affix-bar {
    width: 100%;
    height: 50px;
    min-width: 320px;
    display: block;
    z-index: 10;
    background-color: #ffffff;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
body.layout-default #affix-bar &gt; .container {
    display: none;
}
body.layout-default #affix-bar.affix &gt; .container,
body.layout-default #affix-bar.affix-perm &gt; .container{
    display: block;
}
body.layout-default #affix-bar button.contact-me-btn  {
    color: #005597;
    background-color: #ffffff;
    border: 1px solid #005597;
    margin: 9px 10px 0 30px;
    padding: 0;
    height: 30px;
    width: 120px;
    font-size: 14px;
    border-radius: 0;
    text-align: center;
}
body.layout-default #affix-bar button.contact-me-btn:hover {
    background-color: #e5e5e5;
}

body.layout-default #affix-bar #searchFormButton {
    cursor: pointer;
    font-size: 40px;
    z-index: 1;
}
body.layout-default #affix-bar .affix-bar-agent {
    float: left;
}

body.layout-default #affix-bar .affix-bar-agent .name-block {
    color: #000000;
    padding: 6px;
    overflow: hidden;
    height: 50px;
    line-height: 20px;
}
@media (max-width: 599px) {
    body.layout-default #affix-bar .affix-bar-agent .name-block {
        color: #000000;
        padding: 6px 40px 0px;
        overflow: hidden;
        height: 50px;
        line-height: 20px;
    }
}
body.layout-default #affix-bar .affix-bar-agent .agent-name {
    font-size: 18px;
}
body.layout-default #affix-bar .affix-bar-agent .agent-title {
    font-size: 12px;
}

body.layout-default #affix-bar .affix-bar-search {
    float: right;
}
body.layout-default #affix-bar .affix-bar-search .search-near-me-inline{
    display: none;
}

.wrapper.homepage div.subbody.row#two,
.wrapper.homepage div.subbody.row#three {
    position: relative;
    padding-bottom: 0;
    overflow: visible;
    width: auto;
}
.wrapper.homepage div.subbody.row#two {
    padding-top: 120px;
    margin-top: -120px;
    z-index: 1;
}
.wrapper.homepage #buyside-widget {
    position: relative;
    background-color: #fcfcfc;
}
.wrapper.homepage div.subbody.row#three {
    z-index: 0;
    margin-top: 0;
}
.wrapper.homepage div.subbody.row#two &gt; div.section-background {
    padding-top: 60px;
    padding-bottom: 40px;
}
.wrapper.homepage div.subbody.row#three &gt; div.section-background {
    padding-top: 80px;
    padding-bottom: 120px;
}
.wrapper.homepage div.subbody.row #home-custom-search a.btn-lg{
    border-radius: 56px;
}
body.layout-default .wrapper.homepage div.subbody.row#two &gt; div.section-background {
    background-color: #eeeeee;
}
body.layout-largeimage .wrapper.homepage div.subbody.row#two &gt; div.section-background,
body.layout-customtext .wrapper.homepage div.subbody.row#two &gt; div.section-background {
    background-color: #f4f4f4;
}
body.layout-default .wrapper.homepage div.subbody.row#three &gt; div.section-background,
body.layout-default .wrapper.homepage .push-footer {
    background-color: #f4f4f4;
}
body.layout-largeimage .wrapper.homepage div.subbody.row#three &gt; div.section-background,
body.layout-customtext .wrapper.homepage div.subbody.row#three &gt; div.section-background,
body.layout-largeimage .wrapper.homepage .push-footer,
body.layout-customtext .wrapper.homepage .push-footer {
    background-color: #eeeeee;
}

body.layout-default div.subbody.row#two &gt; .container,
body.layout-default div.subbody.row#two &gt; .container &gt; div,
body.layout-default div.subbody.row#two &gt; .container .featuredProperties,
body.layout-default div.subbody.row#two &gt; .container .featuredProperties .featuredproperties .sliderblocks,
body.layout-default div.subbody.row#two &gt; .container .featuredProperties .featuredproperties .sliderblocks .featureblock {
    height: 100%;
}

/* -------------- MEDIA QUERIES -------------*/
@media (max-width: 1199px) {
  div.menu ul.sf-menu{
    z-index: 9;
  }
  div.menu &gt; ul &gt; li.account-menu-item {
    border-top: 1px solid black;
    padding-top: 10px;
  }
  div.menu ul.sf-menu, div.menu ul.sf-menu div#usernameDiv ul#userLinkList{
      background-color: #ffffff;
  }
  div.menu &gt; ul &gt; li &gt; a, div.menu &gt; ul &gt; li &gt; div#usernameDiv &gt; a, div.menu &gt; ul &gt; li &gt; div#loginDiv &gt; a {
      word-wrap: normal;
  }
  div.menu ul &gt; li &gt; a, div.menu ul &gt; li &gt; span &gt; a {
      line-height: normal;
  }
  div.menu ul li.nav-menu-item {
      padding: 10px 0;
  }
  div.menu &gt; ul &gt; li.account-menu-item &gt; div#usernameDiv &gt; strong.display_name {
      padding-left: 5px;
  }
  div.header div#mxHeaderRight{
      display: none;
  }
  div.menu &gt; ul &gt; li.account-menu-item &gt; div#usernameDiv {
    text-align: center;
  }
  div.menu &gt; ul &gt; li.account-menu-item &gt; div#usernameDiv &gt; div#userLinks,
  div.menu &gt; ul &gt; li.account-menu-item &gt; div#usernameDiv &gt; div#userLinks &gt; ul#userLinkList{
      display: block;
      box-shadow: none;
      border: none;
  }
  div.menu &gt; ul &gt; li.account-menu-item &gt; div#usernameDiv &gt; div#userLinks {
    width: 100%;
  }
  div.menu &gt; ul &gt; li.account-menu-item &gt; div#usernameDiv &gt; strong.display_name {
    font-size: 20px;
  }
  div.menu &gt; ul &gt; li.account-menu-item &gt; div#usernameDiv &gt; div#userLinks a{
    padding: 0.5em 1em 0.5em 1em;
  }
  div.menu &gt; ul &gt; li.account-menu-item &gt; div#loginDiv &gt; span{
    display: none;
  }
  body.layout-customtext div.subheader div#search-by-location-container, body.layout-largeimage div.subheader div#search-by-location-container{
    display: none;
  }
  body.layout-largeimage .subheader img{
    padding: 0;
  }
}

@media (max-width: 991px) {
    div.aboutanagentbar .contact-me-btn {
        display: none;
    }
}
@media (max-width: 992px) {
    div.fl-col-content.fl-node-content div.fl-module-button {
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    body.layout-customtext div#affix-nav div#search-by-location-container-affix, body.layout-largeimage div#affix-nav div#search-by-location-container-affix {
        display: none;
    }
}

body.layout-default .aboutanagentbar .contact-button-block {
    line-height: 44px;
    margin-left: 10px;
}

@media (max-width: 599px) {
    div.aboutanagentbar {
        float: none;
    }
    body.layout-default #affix-bar #searchFormButton {
        display: block;
        position: absolute;
        top: 0;
        left: 19px;
    }
    div.aboutanagentbar .name-block.pull-left {
        float: none;
        text-align: center;
    }
    div.affix-bar-agent {
        width: 100%;
    }
    div.affix-bar-agent .aboutanagentbar .name-block.pull-left {
        float: none !important;
    }
    div.affix-bar-agent .aboutanagentbar button[data-target='#contactMeModal'] {
        display: none;
    }
    #dotNav {
        display: none;
    }
    div.affix-bar-search {
        display: none;
    }
}
@media (min-width: 600px) {
    body.layout-default #affix-bar #searchFormButton {
        display: none;
    }
}
@media (max-width: 480px) {
    body.layout-default .subheader #search-statement,
    body.layout-default .subheader #about-agent,
    body.layout-default .subheader #agent-name,
    body.layout-default .subheader #agent-statement{
      top: auto !important;
      bottom: auto !important;
      width: 100% !important;
      position: relative !important;
      padding: 0 !important;
      float: left !important;
      clear: both;
    }
    .subheader #about-agent &gt; div.aboutanagent-responsive, .subheader #about-agent &gt; div.aboutanagent-responsive &gt; div.agenttext {
      width: 100% !important;
    }
    div.featuredProperties div.navleft,
    div.featuredProperties div.navright {
        display: block;
    }
    div.featuredProperties label.price_label
    { font-size: 15px; }
    div.featuredProperties label.bed_bath_sqft_label,
    div.featuredProperties div.bed_bath_sqft {
        font-size: 13px;
    }
    #affix-nav.affix {
        padding-left: 15px;
    }
    #affix-search.affix-top {
        position: fixed;
    }
    body.layout-largeimage .subheader #agent-name{
      margin-top: 10px;
    }
    body.layout-customtext .subheader #agent-name{
      margin-top: 115px;
    }
    body.layout-default .subheader #agent-name{
      margin-top: 115px;
    }
}
.blog-sidebar {
    margin-top: 30px;
    padding: 5px 15px 30px;
    border: 1px solid #d4d4d4;
}
@media (min-width: 1200px) {
    .blog-body-limit {
        padding-right: 60px;
    }
    .blog-sidebar {
        min-height: 300px;
    }
}
.blog-sidebar &gt; ul &gt; li {
    padding: 10px 0;
}
.blog-sidebar a {
    color: #333333;
}

.wrapper.responsive img[class*="wp-image-"],
.wrapper.responsive .blog-entry img {
    max-width: 100%;
    height: auto;
}
body.modal-open {
    position: fixed;
    width: 100%;
}

/* Option for tall header */
@media screen and (min-width: 813px) {
    body.tall-header.layout-default #wrapper &gt; .wrapper,
    body.tall-header.layout-largeimage #wrapper &gt; .wrapper,
    body.tall-header.layout-customtext #wrapper &gt; .wrapper {
        padding-top: 120px;
    }
    body.tall-header.layout-default .wrapper div.default-header,
    body.tall-header.layout-largeimage .wrapper div.default-header,
    body.tall-header.layout-customtext .wrapper div.default-header {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    body.tall-header.layout-default .wrapper div.header div#mxHeaderleft .navbar-logo,
    body.tall-header.layout-largeimage .wrapper div.header div#mxHeaderleft .navbar-logo,
    body.tall-header.layout-customtext .wrapper div.header div#mxHeaderleft .navbar-logo {
        height: 112px;
        display: table-cell;
        vertical-align: bottom;
    }
    body.tall-header.has-solo-menu .wrapper div.header div#mxHeaderleft .navbar-logo {
        vertical-align: baseline;
    }
    body.tall-header.layout-default .wrapper div.header div#mxHeaderleft .navbar-brand,
    body.tall-header.layout-largeimage .wrapper div.header div#mxHeaderleft .navbar-brand,
    body.tall-header.layout-customtext .wrapper div.header div#mxHeaderleft .navbar-brand {
        line-height: normal;
    }
    body.tall-header.layout-default .wrapper div.header div#mxHeaderleft .navbar-brand img,
    body.tall-header.layout-largeimage .wrapper div.header div#mxHeaderleft .navbar-brand img,
    body.tall-header.layout-customtext .wrapper div.header div#mxHeaderleft .navbar-brand img {
        max-height: 112px;
    }
    body.tall-header.layout-default .wrapper .nav-bar ul.nav.navbar-nav,
    body.tall-header.layout-largeimage .wrapper .nav-bar ul.nav.navbar-nav,
    body.tall-header.layout-customtext .wrapper .nav-bar ul.nav.navbar-nav {
        margin-top: 52px;
    }
    body.tall-header.layout-default.has-solo-menu .wrapper .nav-bar ul.nav.navbar-nav,
    body.tall-header.layout-largeimage.has-solo-menu .wrapper .nav-bar ul.nav.navbar-nav,
    body.tall-header.layout-customtext.has-solo-menu .wrapper .nav-bar ul.nav.navbar-nav {
        top: 0px;
        margin-top: 0px;
    }
}

@media screen and (min-width: 1025px) {
    body.tall-header.layout-default.has-solo-menu .wrapper .nav-bar ul.nav.navbar-nav,
    body.tall-header.layout-largeimage.has-solo-menu .wrapper .nav-bar ul.nav.navbar-nav,
    body.tall-header.layout-customtext.has-solo-menu .wrapper .nav-bar ul.nav.navbar-nav {
        position: relative;
        top: 0px;
        right: 0px;
    }
}


div.agentProfile div.singleProfile div.top &gt; div.right{
    float: right;
}
div.agentProfile div.singleProfile div.contentbody {
    padding-top:20px;
    clear:both;
}
div.agentProfile div.singleProfile div.profile-followme {
    padding-top:12px;
}
div.agentProfile div.top{
    width: 100%;
}

/**********************start listings page*****************************/

div.listoflistings.pageContent {
    margin-left: -15px;
    margin-right: -15px;
    overflow-x: hidden;
}
div.listoflistings.pageContent .listings {
    margin-top: 30px;
}
div.singlelisting.row {
    background-color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}
div.singlelisting.row .single-listing-inner {
    display: table;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 1px solid #cccccc;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}
div.singlelisting.row .single-listing-inner:hover {
    background-color: #fafafa;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

div.singlelisting .single-listing-left,
div.singlelisting .single-listing-right {
    display: block;
    width: 100%;
}
@media (min-width: 680px) {
    div.singlelisting .single-listing-left,
    div.singlelisting .single-listing-right {
        display: table-cell;
        vertical-align: top;
    }
    div.singlelisting .single-listing-left {
        width: 55%;
        max-width: 55%;
    }
    div.singlelisting .single-listing-right {
        width: 45%;
    }
}
@media (min-width: 768px) {
    div.singlelisting .single-listing-left {
        width: 45%;
        max-width: 45%;
    }
    div.singlelisting .single-listing-right {
        width: 55%;
    }
}
@media (min-width: 992px) {
    div.singlelisting .single-listing-left {
        width: 40%;
        max-width: 40%;
    }
    div.singlelisting .single-listing-right {
        width: 60%;
    }
}
@media (min-width: 1200px) {
    div.singlelisting .single-listing-left {
        width: 600px;
        max-width: 600px;
    }
    div.singlelisting .single-listing-right {
        width: calc(100% - 600px);
    }
}
div.singlelisting a.linktooverlay {
    cursor: pointer;
    display: block;
    position: relative;
}

div.singlelisting.row a.linktooverlay:hover,
div.singlelisting.row a.linktooverlay:focus,
div.singlelisting.row a.linktooverlay:active {
    text-decoration: none;
}

div.singlelisting .single-listing-left img {
    max-width: 100%;
    height: auto;
}
.single-listing-img-wrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding: 66% 0 0 0;
}
.single-listing-img-wrap div.use-background-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.single-listing-img-wrap div.use-background-image.background-size-cover {
    background-size: cover;
}
.single-listing-img-wrap div.use-background-image.background-size-contain {
    background-size: contain;
}
.single-listing-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(38%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.single-listing-img-price {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #ffffff;
    font-size: 30px;
}
.singlelisting.property-type-rental .single-listing-img-price {
    font-size: 26px;
}
@media (min-width: 400px) {
    .singlelisting.property-type-rental .single-listing-img-price {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .singlelisting.property-type-rental .single-listing-img-price {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .singlelisting.property-type-rental .single-listing-img-price {
        font-size: 22px;
    }
}
@media (min-width: 1200px) {
    .singlelisting.property-type-rental .single-listing-img-price {
        font-size: 30px;
    }
}
.single-listing-img-actions {
    position: absolute;
    bottom: 0;
    right: 15px;
    color: #ffffff;
    display: none;
}
div.singlelisting div.single-listing-img-actions ul.singlelisting_share_actions {
    color: #ffffff;
}
.single-listing-left-caption {
    padding: 15px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
@media (min-width: 680px) {
    .single-listing-left-caption {
        border-bottom: none;
    }
}
@media (min-width: 768px) {
    .single-listing-img-actions {
        display: block;
    }
    .single-listing-left-caption {
        display: none;
    }
}
.single-listing-caption-status,
.single-listing-caption-actions {
  display: table-cell;
}
.single-listing-caption-actions {
    text-align: right;
}
.single-listing-caption-actions ul {
    margin-bottom: 0;
}
.status-label {
    font-size: 20px;
}
.status-vertical-bar {
    display: inline-block;
    width: 5px;
    height: 26px;
    vertical-align: bottom;
    background-color: #999999;
}
.status-vertical-bar.Active {
    background-color: #339933;
}
.status-vertical-bar.Sold {
    background-color: #ff0000;
}
.status-vertical-bar.Pending {
    background-color: #daa520;
}
.status-vertical-bar.Contingent {
    background-color: #daa520;
}
.status-vertical-bar.Coming-soon {
    background-color: #daa520;
}
.single-listing-right {
    padding: 15px;
    position: relative;
    float: none;
    display: inline-block;
    height: 100%;
}
@media (min-width: 680px) {
    .single-listing-right {
        padding-bottom: 45px;
    }
}
.single-listing-right-headline {
    display: table;
    width: 100%;
}
.single-listing-right-title {
    display: table-cell;
}
.single-listing-right-title h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 1.75em;
}
@media (min-width: 768px) {
    .single-listing-right-title h2 {
        font-size: 1.3em;
    }
}
@media (min-width: 992px) {
    .single-listing-right-title h2 {
        font-size: 1.75em;
    }
}
.single-listing-right-status {
    display: none;
    text-align: right;
    padding-left: 30px;
    white-space: nowrap;
    font-weight: normal;
}
@media (min-width: 768px) {
    .single-listing-right-status {
        display: table-cell;
    }
}
div.singlelisting ul.singlelisting_share_actions {
    color: #000000;
    list-style: none outside none;
    font-size: 30px;
    display: none;
    margin-bottom: 0;
}
div.singlelisting ul.singlelisting_share_actions.Active,
div.singlelisting ul.singlelisting_share_actions.Pending,
div.singlelisting ul.singlelisting_share_actions.Contingent {
    display: block;
}
div.singlelisting ul.singlelisting_share_actions li {
    cursor: pointer;
    height: 55px;
    width: 50px;
    display: inline-block;
    text-align: center;
    padding-top: 15px;
}
div.singlelisting ul.singlelisting_share_actions .make-favorite:before {
    font-family: FontAwesome;
    content: "\f08a";
}
div.singlelisting ul.singlelisting_share_actions .make-favorite {
    margin-left: 0;
    margin-right: 0;
}

.feed-status-info &gt; span {
    display: inline-block;
    margin-right: 10px;
}

div.singlelisting ul.singlelisting_share_actions .make-favorite:hover:before {
    color: #666666;
    cursor: pointer;
}
div.singlelisting div.single-listing-img-actions ul.singlelisting_share_actions .make-favorite:hover:before {
    color: #dddddd;
}
div.singlelisting ul.singlelisting_share_actions .is-favorite:before {
    font-family: FontAwesome;
    content: "\f004";
}
div.singlelisting ul.singlelisting_share_actions .is-favorite {
    margin-left: 0;
    margin-right: 0;
}
div.singlelisting ul.singlelisting_share_actions .is-favorite:hover:before {
    color: #666666;
    cursor: pointer;
}
div.singlelisting div.single-listing-img-actions ul.singlelisting_share_actions .is-favorite:hover:before {
    color: #dddddd;
}
div.singlelisting ul.singlelisting_share_actions .email_friend:before {
    font-family: FontAwesome;
    content: "\f003";
}
div.singlelisting ul.singlelisting_share_actions .email_friend {
    margin-left: 0;
    margin-right: 0;
}
div.singlelisting ul.singlelisting_share_actions .email_friend:hover:before {
    cursor: pointer;
    color: #666666;
}
div.singlelisting div.single-listing-img-actions ul.singlelisting_share_actions .email_friend:hover:before {
    color: #dddddd;
}

div.singlelisting span.openhouse-icon-true {
    width: 50px;
    height: 20px;
    display: block;
    background: url("/wp-content/plugins/matrix/images/OpenHouseIcon.png") no-repeat scroll center center transparent;
}
.single-listing-address h3 {
    margin-top: 0;
    font-weight: 100;
    font-size: 1.2em;
}
@media (min-width: 768px) {
    .single-listing-address h3 {
        font-size: 1.1em;
    }
}
@media (min-width: 992px) {
    .single-listing-address h3 {
        font-size: 1.4em;
    }
}
div.listings div.singlelisting img#builder-logo {
    max-width: 100px;
    max-height: 50px;
}
div.singlelisting div.bed_bath_sqft {
    color: #333333;
    font-weight: 100;
    font-size: 16px;
    width: 100%;
    max-width: 420px;
    margin-top: 30px;
    display: table;
    border-bottom: 1px solid #999999;
}
@media (min-width: 768px) {
    div.singlelisting div.bed_bath_sqft {
        font-size: 16px;
        margin-top: 15px;
    }
}
@media (min-width: 992px) {
    div.singlelisting div.bed_bath_sqft {
        font-size: 18px;
        margin-top: 30px;
    }
}
div.singlelisting div.bed_bath_sqft &gt; div {
    display: table-cell;
    width: 33%;
    min-width: 65px;
    text-align: center;
}
div.singlelisting div.bed_bath_sqft &gt; div:first-child {
    text-align: left;
}
div.singlelisting div.bed_bath_sqft &gt; div:last-child {
    text-align: right;
    clear: both;
}
div.singlelisting div.bed_bath_sqft:after {
    clear: both;
}
.single-listing-mlsnumber {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
}
.single-listing-comments {
    display: none;
}
@media (min-width: 768px) {
    .single-listing-comments {
        display: block;
    }
}
@media (min-width: 768px) {
    .single-listing-mlsnumber {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .single-listing-mlsnumber {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 18px;
    }
}
.single-listing-credit {
    height: 10%;
    font-size: 12px;
    color: #666666;
    width: 100%;
    line-height: 1.3em;
    position: relative;
}
.single-listing-credit img{
    max-height: 15px;
}
@media (min-width: 680px) {
    .single-listing-credit {
        position: absolute;
        bottom: 5px;
        left: 0;
        padding: 0 15px 0;
    }
}

#listingspage #listingSlideModal {
    z-index: 100000;
    
}
#listingspage #listingSlideModal #listingCarouselClose a{
    color: white;
}
#listingspage #listingSlideModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#listingspage #listingSlideModal .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    background-color: black;
}
#listingspage #listingSlideModal .modal-body {
    padding: 0;
}
#listingspage #listingSlideModal .modal-body,
#listingspage #listingSlideModal .carousel,
#listingspage #listingSlideModal .carousel .carousel-inner,
#listingspage #listingSlideModal .carousel .carousel-inner .item,
#listingspage #listingSlideModal .carousel .carousel-inner .item .listing-image,
#listingspage #listingSlideModal .carousel .carousel-inner .item .listing-info {
    height: 100%;
}
#listingspage #listingSlideModal .carousel .carousel-inner .item .listing-info *{
    color: white;
}
#listingspage #listingSlideModal .carousel .carousel-inner .item .listing-image {
    background-repeat: no-repeat; 
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#listingspage #listingSlideModal .carousel .carousel-inner .item .single-listing-price {
    margin-top: 28px;
    margin-left: 36px;
    font-weight: bold;
    font-size: 22px;
}
#listingspage #listingSlideModal .carousel .carousel-inner .item .single-listing-comments {
    padding-bottom: 30px;
    border-bottom: 1px solid #999999;
}
#listingspage #listingSlideModal .carousel .carousel-inner .item .agent-info {
    padding-top: 32px;
    max-height: 70px;
}
#listingspage #listingSlideModal .carousel .carousel-inner .item .agent-info img.agent-image  {
    margin-right: 31px;
    max-height: 70px;
    vertical-align: top;
}
#listingspage #listingSlideModal .carousel .carousel-inner .item .agent-info .agent-info-2 {
    display: inline-block;
}
#listingspage #listingSlideModal .carousel .carousel-inner .item .agent-info .agent-name {
    margin-top: 0;
}
#listingspage #listingSlideModal .carousel .carousel-inner .item .agent-info .agent-contact-info {
    margin-top: 12px;
}
#listingspage #listingSlideModal .carousel .carousel-inner .item .agent-info .agent-contact-info .phone-numbers {
    padding-top: 14px;
}
#listingspage #listingSlideModal .carousel .carousel-inner .item .listing-credit {
    position: absolute;
    bottom: 16px;
    left: 36px;
    font-size: 8px; 
}
#listingspage #listingSlideModal #listingCarouselClose {
    position: absolute;
    top: 28px;
    right: 28px;
}
#listingspage #listingSlideModal #listingCarouselControl {
    position: absolute;
    bottom: 25px;
    right: 30px;
}

/********************** end listings page **************************/

/********************** start image mapper**************************/
.imgmap-dialog {
  border: none;
}
.imgmap-dialog .ui-dialog-titlebar {
  text-align: right;
}
.imgmap-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  float: none;
}
.imgmap-dialog .imgmap-dialog-wrapper {
  max-height: 400px !important;
  background: white;
  border: 2px solid rgba(50, 50, 50, 0.4);
  border-top: none;margin-bottom:-400px;
}
#dialog-content img {
  max-width: 100%;
  max-height: 100%;
}
/********************** end image mapper **************************/

/********************** start beaver page builder **************************/
.mce-floatpanel {
  z-index: 100101 !important; 
}
/********************** end beaver page builder **************************/

/* Print Style Sheet */
@media print {
  @page {
    size: A4 landscape;
    margin: 0 0 0 0;
    -webkit-print-color-adjust: exact;
  }
  html {
    width: 100%;
  }
  body {
    color: black;
    margin:0;
    float: none;
  }
  .no-print, .no-print * {
    display: none !important;
  }
  div.open_house div.oh_tag{
      background: #e56a14 !important;
  }
  .nav-bar {
    display:none;
  }
  div.agentProfile div.singleProfile .work-with-agent {
    display:none;
  }
  div.agentProfile div.singleProfile .profile-followme {
    display:none;
  }
  div.agentProfile div.singleProfile .col-sm-4.col-sm-push-8.agent_image_col {
    float: right;
  }
  div.agentProfile div.singleProfile div.labeledinfo div.info div.label {
    border: none;
  }
  a[href]:after {
    content: none !important;
  }
  #shared-header.affix-top, #shared-header.affix {
    position: absolute !important;
  }
  #menu_overlay, #account_ul, #follow_container, #search_form_homepage .panel {
    display: none;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  .share-menu-links, #navigation, #search-icon  #search_properties_container {
    display: none !important;
  }
  .address-status{
    clear: both;
    page-break-after: always;
  }
  #open-house-list{
    overflow: visible;
  }
  #commute-header, #mortgage_calculator ,.open_house {
    page-break-before: always;
  }
  .container-fluid {
    padding: 0 30px;
  }
  #shared-footer img.blog_icon_white {
    margin: 0 5px 0px;
  }
  #shared-header-large {
    display: none;
  }
  #listing-detail-header-bar {
    margin-top: -30px;
  }
  .hidden-xs {
    display: none;
  }
  #mortgage_calculator {
    margin: 0 auto;
  }
  #aos-navigation, #aos-search-container, #aos-contact-form,
  #aos-agent-detail-form-container-wrapper {
    display: none;
  }
  #aos-container #aos-agent-detail-container .aos-btn-work-with-me {
    display: none;
  }
  #aos-container #aos-agent-detail-container {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0;
  }
  .footer-badge {
    display: none;
  }
  #shared-header {
    position: static;
  }
  #wrapper #search_page {
    padding-top: 0;
  }
  #agent-info{
    display: none !important;
  }
  #shared-footer, #commute, #virtual-tour-link, .separator, #map-views  .truncator-link {
    display: none;
  }
  .modal-content .close {
    display: none;
  }
  #moxi-carousel-print-image img {
    height: 650px;
  }
  #listing-info {
    margin-top: 150px;
  }
  #virtual-tour-link, .mobile-share-listing-button-group, #mobile-contact-agent-button {
      display: none !important;
  }
  #detail_credit{
      display: block !important;
  }

  #moxi-carousel-print-image img {
      max-height: 15cm;
  }
  
  #listing-info {
      margin-top: 20px;
  }
  @media only screen {
    .nav-bar.navbar-fixed-top {
      position: absolute;
      top: 0;
      display: block !important;
    }
  }
  .nav.navbar-nav.top-level-nav.sf-menu.sf-shadow.sm, #signin,
    .footer-body, .nav-menu-item, .user-name {
    display: none !important;
  }
  #moxi-carousel-print-image {
    margin-top: 5px;
  }
  #moxi-carousel-print-image img {
    max-height: 525px;
  }
  #listing-detail-header-bar {
    margin-top: 5px;
  }
  #mortgage_calculator .heading {
    background: #5092d3 !important;
  }
  #mortgage_calculator .rangeslider {
    background: #cccccc !important;
  }
  .pageContent #mortgage_calculator .rangeslider__fill {
    background: black !important;
  }
  .rangeslider .rangeslider__handle {
    background-color: rgb(255, 255, 255) !important;
  }

  .price .hidden-xs{
    display: inline;
  }
	

  .col-md-8{
    width: 100% !important;
  }

_:-ms-fullscreen, :root .ie11up { property: value; }

  /* firefox rules */
  @-moz-document url-prefix() {
    @media print {
      @page {
        size: A4 landscape;
        margin: 1.5cm 0 1.5cm 0;
        -webkit-print-color-adjust: exact;
      }
  
      #nav-menu{
        display: none !important;
      }
  
      .shared-header-right.pull-right{
        display: none;
      }

      #moxi-carousel-print-image img{
        max-height: 525px;
      }

      .rangeslider__handle{
        left: 125.5px !important;
      }

      .rangeslider__fill{
        width: 140.5px !important;
      }

      #mortgage_calculator{
        min-width: 650px;
      }

      #listing-info{
        margin-top: 75px !important;
      }
    }
    #commute-header, #mortgage_calculator ,.open_house {
        break-before: auto;
    }
    div.open_house div.oh_tag{
        background: #e56a14 !important;
    }

    @media print and (orientation: landscape) {
      #moxi-carousel-print-image img{
         max-height: 480px;
      }
      #listing-info{
        margin-top: -30px !important;
      }
    }
  } /* end firefox rules */
} /* end Print Style Sheet */


/* Safari Overrides*/

@media not all and (min-resolution:.001dpcm) { @media print{

    #nav-menu, .shared-header-right{
    display: none !important;
  }
}}

@media not all and (min-resolution:.001dpcm) { @media print{ 
	.rangeslider__handle{
    left: 125.5px !important;
  }

  .rangeslider__fill{
    width: 140.5px !important;
  }

	#mortgage_calculator{
		min-width: 650px !important;
	}

	#listing-info:not(*:root) {
    margin-top: 20px !important;
  }
} }

@media not all and (min-resolution:.001dpcm) { @media print and (orientation: landscape){ 
	#moxi-carousel-print-image &gt; img:not(*:root) {
    max-height: 450px !important;
  }
	#listing-info:not(*:root) {
    margin-top: -30px !important;
  }
}}

.login-wait-cover {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 80vh;
}

.login-wait-content {
    flex-grow: 1;
    align-content: center;
    text-align: center;
}

.login-wait-content .loaded,
.login-wait-content .loader {
    display: none;
}

.login-wait-content .loaded.active {
    display: block;
}

.login-wait-content .loader.active {
    width: 50%;
    height: 50%;
    display: inline-block;
}

/*
@media print{ 
  #listing-info:not(*:root) {
    margin-top: -15px !important;
  }
}*/

/* IE10 and IE11 Overrides*/
@media print{
	_:-ms-lang(x), #listing-info { margin-top: 150px; }
	_:-ms-lang(x), #moxi-carousel-print-image img{
        max-height: 525px;
      }
	_:-ms-lang(x), .rangeslider__handle{
   	left: 125.5px !important;
  }

  _:-ms-lang(x), .rangeslider__fill{
    width: 140.5px !important;
  }
}

@media print and (orientation: landscape){
	_:-ms-lang(x), #listing-info { margin-top: -60px; }
	_:-ms-lang(x), #moxi-carousel-print-image img{
        height: 460px;
      }
}

.show-only-page-builder {
    display: none;
}
.fl-builder-content-editing .show-only-page-builder {
    display: block;
}
.preview_tt_option img {
    max-width: 100%;
    max-height: 320px;
}
.preview_tt_option p {
    padding-top: 1em;
}

/* Hide login-generating functionality */
body.req_clear .make-favorite,
body.req_clear .make-hideListing {
    visibility: hidden;
}

body.req_clear .work-with-agent .work_with_agent_button {
    display: none;
}</pre></body></html>