/*Brock Nordman custom.css--*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

:root {
    /* Colors */
        --primary-brand-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
        --secondary-brand-color: #004d00;
}
/*--Utility--*/

/*General classes missing from kvCORE version of Bootstrap*/
.position-relative{position:relative}
.overflow-hidden{overflow:hidden}
.d-block{display:block}
.d-inline-block{display:inline-block}
.flex-column{flex-direction:column}
.align-items-center{align-items:center!important;}
.h-100{height:100%}
.w-100{width:100%}
.text-white{color:#fff}
.object-fit-container{min-height:360px;z-index:1}
.object-fit-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
@media (min-width: 768px){ .m-x-md-0{margin-left:0!important;margin-right:0!important}}

/*Create equal height columns on desktop*/
.row.eq-height {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.row.eq-height .col-xs-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
.row.eq-height .col-xs-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
@media (min-width: 768px){
	.row.eq-height .col-md-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
	.row.eq-height .col-md-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
	.row.eq-height .col-md-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
	.row.eq-height .col-md-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
}
@media (min-width: 992px){
	.row.eq-height .col-lg-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
	.row.eq-height .col-lg-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
	.row.eq-height .col-lg-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
}
@media (min-width: 1200px){
	.row.eq-height .col-xl-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
}

/*Remove gutters from rows*/
.row.no-gutters{margin-right:0;margin-left:0}
.row.no-gutters>[class*=col-]{padding-right:0;padding-left:0}

/*4-side equal gutters on colums*/
.row.equal-gutters{margin:7px}
.row.equal-gutters>[class*=col-]{padding:7px}

@media (min-width: 768px){
	.m-y-md-3{margin-top:3rem!important;margin-bottom:3rem!important}
	.m-b-md-0{margin-bottom:0!important}
}

/*--Full width site customizer area--*/
#home-bodycontent .information-bar + .container,
#home-bodycontent .information-bar + .container-fluid {
	max-width: 100%;
	padding: 0;
}
#home-bodycontent .information-bar + .container > #categories,
#home-bodycontent .information-bar + .container-fluid > #categories {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/*--Typography--*/
body, .btn, p {
  	font-family: "Lato", sans-serif;
  	font-weight: 300;
  	word-spacing: 0.2rem;
}
.font-sans {
  	font-family: "Lato", sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h1, .h3, .h4, .h5, .h6, .font-serif {
  	font-family: "Lato", sans-serif !important;
	font-weight: 400;
}
#custom-content p, #custom-content li, #testimonials i, #testimonials p, #about, #latest-blogs .post-content p, .service-area-link {
	font-size: 1.1rem;
}

#social-broker-logo {
    height: 36px;
    margin-top: -4px;
    margin-bottom: -6px;
}
#header #social-broker-logo {
    filter: brightness(0);
}
#home-bodycontent #header #social-broker-logo,
#header.primary-color #social-broker-logo,
#header.secondary-color #social-broker-logo {
    filter: brightness(0) invert(1);
}

#header > .container > .row-flex:nth-child(2) > .column-end > .navbar-toggler {
    width: 48px;
    border: none;
    outline: none !important;
    transform: none;
}
#header > .container > .row-flex:nth-child(2) > .column-end > .navbar-toggler > span {
    margin: 6px 0 0;
    border-top: 5px solid #fff !important;
}
#header > .container > .row-flex:nth-child(2) > .column-end > .navbar-toggler > span:nth-child(2) {
    margin-left: 33%;
    transition: all 0.33s ease;
}
#header > .container > .row-flex:nth-child(2) > .column-end > .navbar-toggler:hover > span:nth-child(2) {
    margin-left: 0;
}
#home-bodycontent #header > .container > .row-flex:nth-child(2) > .column-end > .navbar-toggler > span {
    border-top: 5px solid #fff !important;
}

#header #quick-search { 
	display: none;
}

#home-bodycontent .cover {
	min-height: calc(100vh - 25px);
	height: unset !important;
}
#home-bodycontent .cover .cover-image {
	background-size: cover !important;
}
/*--Hide cover title until after jquery--*/
#home-bodycontent .cover-title {
	top: 61% !important;
	opacity: 0;
}
#home-bodycontent #hero-title-inner h1 {
	text-transform: uppercase;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
#home-bodycontent #hero-title-inner h2 {
	text-transform: uppercase;
	font-size: 1rem;
}
#home-bodycontent #hero-title-inner img {
	display: block;
	width: 320px;
	max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#home-bodycontent #froala-editor:not(.fr-box) #hero-title-inner {
	display: none;
}
#home-bodycontent #froala-editor.fr-box #hero-title-inner {
	background-color: #2e2e2e;
}
/*--Add tab navigation above horizontal search--*/
.search-tabs.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.search-tabs.nav .nav-item {
	position: relative;
	margin: 0 12px 4px 12px;
}
.search-tabs.nav .nav-item:first-child {
	margin-left: 0;
}
.search-tabs.nav .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.search-tabs.nav .nav-link.active::before,
.search-tabs.nav .nav-link:hover::before {
    visibility: visible;
    transform: scaleX(1);
}
.search-tabs.nav .nav-link {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

/*--Zilly Horizontal Search--*/
#home-bodycontent #horizontal-search {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#home-bodycontent #horizontal-search .form-group {
    display:none;
}
#home-bodycontent #horizontal-search .form-group.location-form-group {
    display: inline-block;
    width: calc(100% - 72px);
}
#home-bodycontent #horizontal-search .form-group.location-form-group .form-control {
    height: 72px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 0;
}
#home-bodycontent #horizontal-search .form-group.location-form-group .token-input.tt-input {
    height: 24px;
}
#home-bodycontent #horizontal-search .form-group.location-form-group .tokenfield .token .close {
    line-height: 1;
}
#home-bodycontent #horizontal-search .form-group:last-of-type {
    display: inline-block;
    width: 72px;
}
#home-bodycontent #horizontal-search #qs-submit {
    height: 72px;
    border-radius: 0 4px 4px 0;
}
#home-bodycontent #horizontal-search #qs-submit .fa{
    margin-right: 0;
    font-size: 22px;
    line-height: 44px;
}
#home-bodycontent #horizontal-search #listing_search_form ~ .row > [class*=col-] {
	padding: .5rem 0 0 !important;
}
#home-bodycontent #horizontal-search #more-options {
    float: right;
    background: transparent;
}
#home-bodycontent #horizontal-search #more-options i {
    display: none;
}

/*--Remove unnecessary padding/margins--*/
#home-bodycontent .information-bar {
	margin-top: 0 !important;
}
#home-bodycontent .custom-top ~ [class*=container] {
	max-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
#home-bodycontent .custom-top ~ [class*=container] > #categories {
	padding: 0 !important;
}

.border-indent-title {
	overflow: hidden;
}
.border-indent-title h1 {
	display: inline-block;
}
.border-indent-title h1 span:nth-child(1) {
	display: block;
	font-size: 5vw;
	letter-spacing: 2px; 
	text-align: left;
}
.border-indent-title h1 span:nth-child(2) {
	display:block;
	font-size: 7.5vw;
	font-weight: 600;
	letter-spacing: -1.8px;
	text-align: left;
	margin-left: 2px;
	padding-left: 2.3vw;
	position: relative;
}
.border-indent-title h1 span:nth-child(2)::before {
	content:'';
	position: absolute;
	height: 75%;
	border-right: 2px solid var(--secondary-brand-color);;
	top: 5px;
	left: 0;
}
@media (min-width: 576px) {
	.border-indent-title h1 span:nth-child(1) {
		font-size: 3.5vw;
	}
	.border-indent-title h1 span:nth-child(2) {
		font-size: 5.5vw;
		margin-left: 2px;
		padding-left: 2vw;
	}
	.border-indent-title h1 span:nth-child(2)::before {
		border-width: 3px;
		height: 75%
	}
}
@media (min-width: 768px) {
	.border-indent-title h1 span:nth-child(1) {
		font-size: 2.75vw;
	}
	.border-indent-title h1 span:nth-child(2) {
		font-size: 4.5vw;
		margin-left: 3px;
		padding-left: 1.5vw;
	}
	.border-indent-title h1 span:nth-child(2)::before {
		border-width: 3px;
		height: 75%
	}
}
@media (min-width: 992px) {
	.border-indent-title h1 span:nth-child(1) {
		font-size: 2vw;
	}
	.border-indent-title h1 span:nth-child(2) {
		font-size: 3.5vw;
		margin-left: 2px;
		padding-left: 1vw;
	}
	.border-indent-title h1 span:nth-child(2)::before {
		border-width: 4px;
		height: 75%
	}
}


/*--Featured Search Section--*/
#search-metro figure {
  position: relative;
  display: block;
  width: 100%;
  height: 360px;
  margin-bottom: 0;
  overflow: hidden;
}
#search-metro figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#search-metro figcaption {
  width: 100%;
  height: 100%;
  position: relative;
  top: unset;
  left: unset;
  transform: none;
}

#search-metro figcaption h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  margin-bottom: 0;
  text-shadow: 0px 1px 14px #000;
}

#search-metro figcaption h3:hover {
  color: #fff;
  text-decoration: none;
}

#search-metro figure:hover img {
  opacity: 1;
  filter: brightness(50%);
}

#search-metro figure .list-group {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
  opacity: 0;
}
#search-metro figure .list-group a.btn {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#search-metro figure:hover .list-group {
  top: 0;
  transform: translateY(0);
  opacity: 1;
}

#home-bodycontent #froala-editor.fr-box #search-metro figure {
    height: 720px;
}
#home-bodycontent #froala-editor.fr-box #search-metro figure img {
    height: 360px;
}
#home-bodycontent #froala-editor.fr-box #search-metro figure figcaption {
    height: 100px;
}
#home-bodycontent #froala-editor.fr-box #search-metro figure .list-group {
    height: 360px;
    transform: none;
    opacity: 1;
}
#home-bodycontent #froala-editor.fr-box #search-metro figure:hover .list-group {
    top: unset;
    transform: none;
}


/*--Fixed Background 100vh Offset 6--*/
.fixed-bg-100vh-offset-6 {
	position: relative;
	z-index: 2;
	overflow: hidden;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fixed-bg-100vh-offset-6 .row {
	position: relative;
	z-index: 3;
}
.fixed-bg-100vh-offset-6 .content {
	background-color: rgba(129,0,0,0.9);
	padding-left: 1rem;
	padding-right: 1rem;
	overflow: hidden;
}
@media (min-width: 576px) {
	.fixed-bg-100vh-offset-6 .content {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
.fixed-bg-100vh-offset-6 .content h2 {
	margin-bottom: 12px;
}
.fixed-bg-100vh-offset-6 h2 .sub-heading {
	display: block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 4px;
}
.fixed-bg-100vh-offset-6 h2 .main-heading {
	display: block;
	font-size: 45px;
}

/*--Fixed full width background images--*/
    .bg-wrap-fixed + .container {
        transform: translateZ(0);
        will-change: transform;
    }
    .bg-wrap-fixed {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        clip: rect(0, auto, auto, 0);
    }
    .bg-wrap-fixed img {
        position: fixed;
        z-index:0;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: translateZ(0);
        will-change: transform;
        filter:brightness(.5);
    }
    .bg-wrap-fixed img::after {
        content:'';
        position:absolute;
        width:100%;
        height:100%;
        background-color:#000;
        opacity:0.2
    }
    
#cta-50-left.fixed-bg-100vh-offset-6 .content {
	background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),.85);
}
#cta-50-right.fixed-bg-100vh-offset-6 .content {
	background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),.85);
}

.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
	font-size: 3.25vw;
}
.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
	font-size: 6vw;
}
@media (min-width: 576px) {
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
		font-size: 3.5vw;
	}
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
		font-size: 5.75vw;
	}
}
@media (min-width: 768px) {
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
		font-size: 2.5vw;
	}
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
		font-size: 4vw;
	}
}
@media (min-width: 992px) {
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
		font-size: 2vw;
	}
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
		font-size: 3vw;
		padding-left: 1.33vw;
	}
}
@media (min-width: 1200px) {
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
		font-size: 1.5vw;
	}
	.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
		font-size: 2.6vw;
		padding-left: 1.25vw;
	}
}







/*--Proven Record Of Success--*/
#listing-stats .counter-box {
    font-size: 26px;
    line-height: 1.2;
}
#listing-stats .counter-label {
    font-size: 14px;
}
@media (min-width: 570px){
    #listing-stats .counter-box {
        font-size: 30px;
    }
    #listing-stats .counter-label {
        font-size: 16px;
    }
}
@media (min-width: 992px){
    #listing-stats .counter-wrapper:nth-of-type(n+2) {
        border-left: 1px solid #000;
    }
    #listing-stats .counter-box {
        font-size: 35px;
    }
    #listing-stats .counter-label {
        font-size: 18px;
    }
}

#testimonials {
	padding: 0 28px;
}
#testimonials .testimonial-nav {
	position: relative;
	display: flex;
	justify-content: space-between;
}
#testimonials .testimonial-nav .fa-quote-right {
	margin-top: 4px;
	font-size: 32px;
	color: var(--secondary-brand-color);;
}
#testimonials .carousel-control {
	position: relative;
	width: unset;
	background-image: none;
	font-size: 28px;
	color: #999;
	text-shadow: none;
}
#testimonials .carousel-control span:nth-child(1) {
	position: relative;
	top: unset;
	right: unset;
	left: unset;
	margin-top: 0;
}
#testimonials .carousel-control span.icon-prev::before {
    content: '\f053';
    font-family: FontAwesome;
}
#testimonials .carousel-control span.icon-next::before {
    content: '\f054';
    font-family: FontAwesome;
}
#testimonials .carousel-item > i {
	font-style: normal;
	font-weight: normal;
}
/*-Limit to 6 lines-*/
#testimonials .carousel-item i {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}


/*--Social Media Accordian--*/
#social-boxes {
	overflow: hidden;
}
#social-boxes .row.eq-height {
	flex-wrap: nowrap;
}
#social-boxes .col {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	transition: all .33s ease;
}
#social-boxes #social-header {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width: 768px){
	#social-boxes #social-header {
		height: 495px;
	}
}
#social-boxes #social-header img {
	width: 300px;
	filter: brightness(0) invert(1);
}
#social-boxes .social-links a {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    text-decoration: none !important;
}
@media (min-width: 768px) {
	#social-boxes .social-links a {
		height: 495px;
	}
}
#social-boxes .social-links .fa {
	position: relative;
	z-index: 3;
	font-size: 8vw;
	color: #fff;
}
#social-boxes .social-links img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	filter: grayscale(1) brightness(0.5);
	transition: all 0.33s ease;
}
#social-boxes .social-links a:hover img {
	filter: grayscale(0) brightness(1);
}
#social-boxes .col-xs-5ths {
	transition: all 0.33s ease;
}
#social-boxes .col-xs-5ths.grow {
	flex: 0 0 28%;
    max-width: 28%;
}
#social-boxes .col-xs-5ths.shrink {
	flex: 0 0 18%;
    max-width: 18%;
}

#about,
#latest-blogs,
#seo-areas {
	overflow: hidden;
}

.listings.container .page-header {
    padding: 60px 0 20px;
}
.listings.container .page-header h2 span {
	position: relative;
	font-weight: 600;
	font-size: 2rem;
}
.listings.container .page-header h2 span::before {
	content: '';
	position: absolute;
	top: 7px;
	left: -10px;
	display: inline-block;
	height: 25px;
	border-right: 2px solid var(--secondary-brand-color);;
	margin-right: 12px;
}
.listings.container .listing-box-wrapper {
	background: transparent;
	border: none;
}
.listings.container .listing-box {
	box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 30%);
}
.listings.container .owl-nav button {
	width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%);
}
.listings.container .owl-nav button i.fa {
	color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
}

.footer-bottom .footer-left {
	float: none;
	text-align: center;
}
.footer-bottom .footer-left ul {
	display: inline-block;
}
#design-creds {
	clear: both;
}
#design-creds a {
	color: rgba(255,255,255,0.5);
	font-size: .8rem;
}
.post-content p {
    color: #575757;
}
.footer-top-right p {
	color: #f0f0f0 !important;
}

/*--Agents Page--*/
#agent-bodycontent .listing-user-image {
	width: 200px;
    height: 200px;
    border-radius: 0%;
}
#agent-bodycontent .listing-user-image a {
    border-radius: 0%;
}

/*--Home Page Editor--*/
#site-editor-screencast {
    position: fixed;
    z-index: 9999;
    bottom: 1rem;
    left: 1rem;
	max-width: 360px;
    border: 1px solid #ebe9e9;
    box-shadow: 1px 1px 15px -4px rgb(0 0 0 / 20%);
}
#close-screencast {
    position: absolute;
    top: -18px;
    right: 12px;
    padding: 0;
    margin: 0;
    border: 0;
}
#close-screencast .fa-stack-2x {
	height: 27.2px;
    width: 27.2px;
    transition: all .3s ease;
}
#close-screencast:hover .fa-stack-2x {
	transform: rotateZ(270deg);
}
#close-screencast .fa-times-circle {
	color: #e50000;
}
#close-screencast .fa-times-circle,
#close-screencast .fa-circle {
	line-height: 1;
}

/*--Default kvCORE Page Customizations--*/

    /*--Agent's Profile Page--*/
        #agent-bodycontent {
            background-color: #fff;
        }
        #agent-bodycontent .listing-user-image {
            display: block;
            width: 320px;
            height: 320px;
            margin: 0 auto;
            box-shadow: none;
        }
        @media only screen and (min-width: 992px) { 
            #agent-bodycontent .listing-user-image {
                display: inline-block;
                margin: 0 30px 0 0;
            }
        }
        #agent-bodycontent .listing-user:hover .listing-user-image {
            background-color: transparent;
        }
        #agent-bodycontent .listing-user-image > a {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 0%;
        }
        #agent-bodycontent .listing-user:hover .listing-user-image > a {
            cursor: default;
        }
        #agent-bodycontent #custom-user-social {
            display: flex;
		    width: 100%;
		    height: 100%;
		    justify-content: center;
		    margin: 0 auto !important;
        }
        #agent-bodycontent #custom-user-social > ul {
            display: flex;
		    flex-direction: row;
		    align-self: end;
        }
        #agent-bodycontent #custom-user-social > ul > li {
            float: none;
            margin: 0 6px;
        }
        #agent-bodycontent #custom-user-social > ul > li > a {
            position: relative;
            top: unset;
            left: unset;
            right: unset;
            bottom: unset;
        }
        #agent-bodycontent .listing-user-title {
            display: block;
            text-align: center;
        }
        @media only screen and (min-width: 992px) { 
            #agent-bodycontent .listing-user-title {
                display: inline-block;
                text-align: left;
            }
        }
        #agent-bodycontent table.contact {
            box-shadow: none;
        }
        #agent-bodycontent .listing-detail .row > .col-lg-7 [class*=col-] {
            width: 100%;
        }

    /*--Contact Page--*/
        #contact-bodycontent {
            background-color: #fff;
        }
        #contact-bodycontent .main-wrapper + .container-fluid {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        #contact-bodycontent .main-wrapper + .container-fluid > .container-fluid .container-fluid {
            margin-bottom: 0 !important;
        }
        #contact-bodycontent table.contact {
            box-shadow: none;
        }

        #footer-logo{width:200px;max-width:100%}

        
/*--CUSTOM PAGES--*/
/*Create equal height columns on desktop*/
.row.eq-height {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.row.eq-height .col-xs-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
@media (min-width: 768px){
	.row.eq-height .col-md-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
	.row.eq-height .col-md-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
	.row.eq-height .col-md-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
}
@media (min-width: 992px){
	.row.eq-height .col-lg-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
	.row.eq-height .col-lg-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
}
@media (min-width: 1200px){
	.row.eq-height .col-xl-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
}
/*Fixed Background Styling*/
#resources-bodycontent .bg-wrap-fixed img {
    filter:brightness(.5);
}
/*--Buyer & Seller Resources Pages--*/
	    .full-width{margin-left: calc(50% - 50vw);margin-right: calc(50% - 50vw);}
	    .bee-editor-container .bee-html-block { text-align:unset}
	    .z-index-1{z-index:1}
	    #custom-content p {margin: 0 0 20px;}
	    #custom-content a.btn-primary{color:#fff}
	    #custom-content a.btn-white{color:#000}
        /*Quick Search Styling*/
        #quick-search-wrapper{z-index:4}
        #quick-search-wrapper #quick-search{display:block !important;position:relative;z-index:3}
        #quick-search-wrapper #quick-search #header-search{display:flex;width:100%;align-items:center;margin-top:-14px}
        #quick-search-wrapper #quick-search #header-search::before,
        #quick-search-wrapper #quick-search #header-search::after{content:'';display:inline-block;width:16px;height:80px;border:1px solid #ffffff}
        #quick-search-wrapper #quick-search #header-search::before{border-right:none}
        #quick-search-wrapper #quick-search #header-search::after{border-left:none}
        #quick-search-wrapper .input-group.location-form-group{width: calc( 100% - 32px);}
        #quick-search-wrapper .token-input.tt-input{width:100%!important}
        #quick-search-wrapper .input-group-addon{position:relative;width:40px}
        #quick-search-wrapper .input-group-addon i.fa{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}
        #quick-search-wrapper .tt-menu{min-width:unset!important;width: calc(100% + 68px) !important;margin:16px 0 0 -14px}
        #quick-search-wrapper #adv-search-btn{margin:-8px;padding:0 10px 0 0}
        #quick-search-wrapper #adv-search-btn i.fa{padding:10px;border-right:1px solid #c3c3c3;color:inherit;}
        @media (min-width: 768px){
            #quick-search-wrapper #quick-search{display:flex!important;align-items:center}
            #quick-search-wrapper #quick-search #quick-search-title{width:114px;margin-right:12px;font-size:1.75rem;}
            #quick-search-wrapper #quick-search #header-search{margin-top:0}
        }
        /*Roadmap Styling*/
        #roadmap .row .col-md-6{border-left:1px solid #ccab6c}
        #roadmap .row:nth-child(odd) .col-md-6:nth-child(odd)::before,
        #roadmap .row:nth-child(even) .col-md-6:nth-child(even)::before{display:block;position:absolute;top:.25rem;left:-.3625rem;font-family:"FontAwesome";font-size:.75rem;color:#ccab6c;content:'\f111'}
        #roadmap span.h5{font-size:1rem}
        #roadmap span.h5::before,
        #roadmap span.h5::after{display:inline-block;content:"";border-top:1px solid #fff;width:45px;margin:0 12px;transform:translateY(-6px)}
        #roadmap h4{font-weight:600}
        #roadmap .row .col-md-6 h4{text-align:left}
        #roadmap .row .col-md-6 p{text-align:left}
        #homeowner-badge img{display:block;height:auto;max-width:280px!important;margin:0 auto}
        @media only screen and (min-width: 768px) {
            #roadmap span.h5{font-size:1.25rem}
            #roadmap .row .col-md-6{border-left:none}
            #roadmap .row .col-md-6:first-child{border-right:1px solid #ccab6c}
            #roadmap .row:nth-child(odd) .col-md-6:nth-child(odd)::before{right:-.3625rem;left:unset}
            #roadmap .row:nth-child(odd) .col-md-6:nth-child(odd) h4{text-align:right}
            #roadmap .row .col-md-6 p{text-align:justify}
        }