img { max-width: 100%; }
.tabsHorizontal { margin-bottom: 15px; white-space: normal; text-align: center; }
.tabsHorizontal .tabBtn { display: inline-block; margin: 4px; }
.tabsHorizontal .tabBtn a { border-top-left-radius: 0px; border-top-right-radius: 0px; font-weight: 400; }
.detailRight .body { text-align: center; }
.agents { text-align: center; }
.agents a { text-decoration: none; }
.agents .AgentProfile {
    border: 0px;
    background: none;
    float: none;
    display: inline-block;
    width: 215px!important;
    height: auto;
    overflow: hidden;
    margin: 30px 5px;
    position: relative;
    vertical-align: top;
    padding-bottom: 20px;
}
.agents .AgentProfile .photo, .detailRight .contact .photo {
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    border: 2px solid #DADADA;
    margin-bottom: 8px;
}
.agents.a-main .AgentProfile .photo { width: 200px; height: 200px; }
.agents .AgentProfile .info {
    position: relative;
    top: 5px;
    bottom: 5px;
    left: auto;
    display: block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
}
.agents .AgentProfile .name { font-weight: 500; }
.agents .AgentProfile .title { font-size: 12px; color: #8c8c8c; text-transform: uppercase; }
.agents .AgentProfile .links { text-transform: none; }

/****** AGENT DISPLAY STYLE - CIRCLE ******/
.agentsGridStandard {
    align-items: center;
    justify-content: center;
}
.agentProfilesWrapper { text-align: center; }
.agentProfilesWrapper a { text-decoration: none; }
.agentProfilesWrapper .AgentProfile {
    border: 0px;
    background: none;
    float: none;
    display: inline-block;
    width: 215px!important;
    height: auto;
    overflow: hidden;
    margin: 80px 5px;
    position: relative;
    vertical-align: top;
    padding-bottom: 20px;
}
.agentProfilesWrapper .AgentProfile .photo, .detailRight .contact .photo {
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    border: 2px solid #DADADA;
    margin-bottom: 8px;
}
.agentsGridStandard .AgentProfile .photo img { transform: translate(-50%,-43%); }
.agentProfilesWrapper .AgentProfile .info {
    position: relative;
    top: 5px;
    bottom: 5px;
    left: auto;
    display: block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
}
.agentProfilesWrapper .AgentProfile .name { font-weight: 500; }
.agentProfilesWrapper .AgentProfile .title { font-size: 12px; color: #8c8c8c; text-transform: uppercase; }
.agentProfilesWrapper .AgentProfile .links { text-transform: none; }
/****** END AGENT DISPLAY STYLE - CIRCLE ******/


.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.mortgageCalculator {
    position: absolute;
    top: 150px;
    right: 10px;
    display: none;
    width: 136px;
    height: 229px;
    background-image: url('/my_files/design_files/mortgageCalculator4.png');
    background-repeat: no-repeat;
    background-position: center top;
    text-decoration: none;
}
/****** Listings Gallery Block Display ******/
.featuredGalleryBlock { border-radius: 14px; border: solid 1px #ffffff7a; box-shadow: 0px 2px 4px #9d9d9d; }
.featuredGalleryBlock.odd { background: #fff; }

.featuredMiniBlockWrapper { text-align: center; }
.featuredMiniBlock { float: none; display: inline-block; }


#title {
    background: #d6d6d6!important;
}
#title .title {
    font-weight: bold!important;
}

.actionBttns .actionBttn {
    background-color: #217fc9!important;
}

.statusBanner {
    padding: 7px 0px;
    width: 240px!important;
    top: 9px;
    left: 0px;
    font-weight: bold;
    font-size: 15px;
transform: rotate(-0deg);
text-transform: uppercase;
}

@media (min-width: 768px) {
    .tabsHorizontal { text-align: left; }
    .tabsHorizontal .tabBtn { display: inline-block; margin: 0px 4px 0px 0px; }
    .tabsHorizontal .tabBtn a { border-top-left-radius: 5px; border-top-right-radius: 5px; }
}

.agentProfilesWrapper .AgentProfile {
    width: 215px!important; 
}