:root {
    --bl-text: #000000;
    --wh-text: #fff;
    --lgrey-text: #bcbbbc;
    --dgrey-text: #393637;
    --red-bg: #f44742;
    --bl-bg: #000000;
    --dgrey-bg: #000000;
    --dgrey-bg-darker: #3a3637;
    --grey-bg: #f6f6f6;
    --white-bg: #fff;
    --heading-size: 42px;
    --heading-size-smaller: 32px;
    --lead-size: 16px;
    --button-size: 16px;
    --p-size: 12px;
    --f-weight-light: 300;
    --f-weight-regular: 400;
    --f-weight-bold: 700;
    --f-line-height: 2.2rem;
    --section-pad-75: 75px;
    --section-pad-100: 100px;
    --section-pad-150: 150px;
    --br-sm: 0px;
}

.hidden {
    display: none!important;
}

.shuffleleft {
    color: #007bff;
    cursor: pointer;
    -webkit-animation: boucexl 2s ; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: boucexl 2s ; /* Firefox < 16 */
    -ms-animation: boucexl 2s ; /* Internet Explorer */
    -o-animation: boucexl 2s ; /* Opera < 12.1 */
    animation: boucexl 2s;
}
.shuffleright {
    color: #007bff;
    cursor: pointer;
    -webkit-animation: boucexr 2s ; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: boucexr 2s ; /* Firefox < 16 */
    -ms-animation: boucexr 2s ; /* Internet Explorer */
    -o-animation: boucexr 2s ; /* Opera < 12.1 */
    animation: boucexr 2s;
}
@keyframes lefttocenter {
    from {
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes righttocenter {
    from {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
.shadowLarge {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    display: flex;
    place-items: center;
    place-content: space-between;
    
    padding-top: 1.5rem /* 24px */;
    padding-bottom: 1rem /* 24px */;
    -webkit-animation: lefttocenter 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: lefttocenter 2s; /* Firefox < 16 */
    -ms-animation: lefttocenter 2s; /* Internet Explorer */
    -o-animation: lefttocenter 2s; /* Opera < 12.1 */
    animation: lefttocenter 2s;
    
}
.new-rural-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.shadowSmall {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    -webkit-animation: righttocenter  1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: righttocenter  1s; /* Firefox < 16 */
    -ms-animation: righttocenter  1s; /* Internet Explorer */
    -o-animation: righttocenter  1s; /* Opera < 12.1 */
    animation: righttocenter 1s;
}

.flexAwards {
    display: flex;
    flex-direction: column;
    place-content: start;
    place-items: start;
    width: 90%;
    gap: 0.25rem;
}
.awardparent {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
    gap: 0.75rem;
    margin-top: 4rem;
    width: 100%;
}
.oneOrTwo {
    grid-column: span 12 / span 12;
    padding-left: 1rem;
    padding-right: 1rem;
}
.testimonialContainer {
    padding: 0.75rem;
    gap: 0.75rem;
}
@keyframes boucexl {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }

    60% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

/* Firefox < 16 */
@-moz-keyframes boucexl {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }

    60% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes boucexl {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }

    60% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

/* Internet Explorer */
@-ms-keyframes boucexl {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }

    60% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

/* Opera < 12.1 */
@-o-keyframes boucexl {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }

    60% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
@keyframes boucexr {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }

    40% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

/* Firefox < 16 */
@-moz-keyframes boucexr {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }

    40% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes boucexr {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }

    40% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

/* Internet Explorer */
@-ms-keyframes boucexr {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }

    40% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

/* Opera < 12.1 */
@-o-keyframes boucex {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }

    40% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
#sliderImageMobile img, #sliderImageDeskTop img, #sliderArticles article {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

html, body {
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 14px;
    color: var(--bl-text);
}

h1, h2 {
    font-family: 'SangBleu Empire Medium', serif;
}

h3, h4, h5 {
    font-family: 'Euclid Circular A', sans-serif;
}

.euclid {
    font-family: 'Euclid Circular A', sans-serif;
}

.euclid-semibold {
    font-family: 'Euclid Circular A SemiBold', sans-serif;
}

.sangbleu {
    font-family: 'SangBleu Empire Medium', sans-serif;
}

.nowrap {
    white-space: nowrap;
    letter-spacing: -1px;
}

.w-50 {
    width: 50vw;
    max-width: 50vw;
    /*min-width: 50vw;*/
}

.h-20 {
    height: 25vh;
    max-height: 25vh;
    min-height: 25vh;
}

.toop-background-tile {
    background-image: url("/Content/images/toop-background-tile.png");
    background-repeat: repeat;
    background-size: 50px 50px;
}

.toop-background-vault-tile {
    background-image: url("/Content/images/toop-background-tile.png");
    background-repeat: repeat;
    background-size: 50px 50px;
    opacity: 0.8;
}

input, textarea {
    caret-color: #1b1b1b;
}
input, textarea, select {
    font-size:16px !important;
}
.typewrite > .wrap:after {
	position:absolute;content:'';height:50px !important;margin-top:8px !important;width:2px;background-color:#fff !important;
}
.clear-navbar.scrolled {
	z-index:1000;
	box-shadow:0 5px 25px 15px rgba(0,0,0,0.05);
}
.clear-navbar.scrolled .clear-nav-links {
	/*color:#fff;*/
}
.clear-navbar.scrolled .nav-scrolled-btn {
	border:1px solid #fefefe;
	color:#fefefe;
}
.clear-navbar.scrolled .nav-scrolled-btn:hover {
	border:1px solid #231f20;
	color:#fff !important;
    background-color:#231f20;
}
.clear-navbar.scrolled .clear-nav-text {
	color:#fefefe;font-size:15px;
}
.clear-navbar.scrolled .navbar-vertical-divider {
	background-color:rgba(35,31,32,0.5);
}

.clear-navbar {
    text-transform: uppercase;
    background-color: #000;
}

.text-grey {
    color: #CCC;
    font-weight: normal !important;
}
.text-grey:hover {
    color: #FFF;
    font-weight: normal !important;
}

.search-filter-options-container-a.activated {
	background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
	flex-direction: column;
	overflow:auto;
}
.search-filter-options-container-a.activated .a-show {
	display:block !important;margin-right:0 !important;
}
.search-filter-options-container-a.activated .search-filters-container {
    position: relative !important;
    display: block !important;
    padding: 5px 20px;
    top: 0 !important;left: 0 !important;
}
.search-filter-options-container-a.activated .a-hide-options {
	display:none !important;
}
.search-filter-options-container-a.activated .apply-filters-container-footer, .search-filter-options-container-a.activated .apply-filters-container {
	position:fixed !important;z-index:3;
}
.search-filter-options-container-a.activated .apply-filters-container-footer {
	border-top:1px solid #eee;padding:10px 20px;
}
.search-filter-options-container-a.activated .a-filters-container {
	margin-top:0 !important;padding:5px 20px 30px !important;
}
.search-filter-options-container-a.activated .a-show-price {
	margin-top:60px !important;
}
.search-filter-options-container-a.activated .a-hide-btn {
	display:none;
}
.search-filter-options-container-a.activated .a-show-btn {
	display:block !important;
}
.search-filter-options-container-a.activated .search-price-filter-container {
	padding:27px 25px 20px !important;
}
.nav-links-active {
    font-weight:700 !important;
}
.fullscreen-header {
    height: 100vh;
}
.halfscreen-header {
    height: 70vh;
}

#newprofilebuttonsgroup {
    flex-direction: column;
    max-width: 996px;
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

.vh-60 {
    height: 60vh;
}
.c-pointer {
    cursor:pointer;
}
.zi-1 {
    z-index: 1 !important;
}
.zi--1 {
    z-index:-1 !important;
}
.zi-10 {
    z-index: 10 !important;
}
.lh-0 {
    line-height: 0 !important;
}

.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}
.fs-34 {
	font-size:34px !important;
}
.fs-42 {
    font-size: 42px !important;
}

.lh-35 {
    line-height: 3.5rem !important;
}
.lh-16 {
    line-height: 1.6rem !important;
}
.lh-0 p {
    line-height: 0 !important;
}

.fs-12 p {
    font-size: 12px !important;
}

.fs-14 p {
    font-size: 14px !important;
}

.fs-15 p {
    font-size: 15px !important;
}

.fs-16 p {
    font-size: 16px !important;
}

.fs-17 p {
    font-size: 17px !important;
}

.fs-20 p {
    font-size: 20px !important;
}

.fs-24 p {
    font-size: 24px !important;
}

.fs-42 p {
    font-size: 42px !important;
}

.lh-35 p {
    line-height: 3.5rem !important;
}

.lh-2point1 {
    line-height: 2.1rem !important;
}

.lh-2point1 p {
    line-height: 2.1rem !important;
}

.w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
.video-mb {
	margin-bottom:15px;
}
.margin-center {
    margin: 0 auto;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-70 {
    margin-right: 70px;
}
.mb-10 {
	margin-bottom:10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-55 {
    padding-bottom: 55px;
}

.f-light {
    font-weight: 300;
}

    .f-light p {
        font-weight: 300;
    }

.f-regular {
    font-weight: 400;
}

.f-semi {
    font-weight: 600;
}

.f-bold {
    font-weight: 700;
}

.wb-input {
    padding: 12px 8px;
    height: auto;
    margin-bottom: 10px;
}

.w-33 {
    width: 33%;
}

.grey-heading-text {
    color: #5f6061;
}

.lgrey-text {
    color: var(--lgrey-text);
}

.dgrey-text {
    color: var(--dgrey-text);
}

.black-text-hover:hover {
    color: var(--bl-text);
    text-decoration: none;
}

.width-20 {
    width: 20px;
}

.width-24 {
    width: 24px;
}

.fontw-700 {
    font-weight: 700 !important;
}

.nav-desk-container {
    background-color: #fefefe;
    position: fixed;
    top: 80px;
    z-index: 1000;
    color: #000;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(26, 26, 29, 0.5) 0px 0px 15px -8px !important;
}

.mb-pad-leftright {
    padding: 0px 30px;
}

.mb-hide {
    display: none;
}
.desk-hide {
    display: inline;
}

.align-left {
    text-align: left !important;
}

.no-h3-margin {
    margin-block: 0 !important;
}

.feature-listing-text-panel {
    background-color: var(--bl-bg);
}

.object-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-0 {
    font-size: 0px;
    line-height: 0px;
}

.h-100 {
    height: 100vh;
}

.cursor-pointer {
    cursor: pointer !important;
}
.cursor-default {
    cursor: default !important;
}

.flex-switch {
    display: flex;
    flex-direction: column;
}

.section-heading-smaller {
    font-size: var(--heading-size-smaller);
    margin-bottom: 40px !important;
    padding-left: 20px !important;
}

.text-black {
    color: #000 !important;
}

.btn {
    border-radius: 0px !important;
}

.form-control {
    border-radius: 0px !important;
}

.sphp-mediumheader {
    font-size: 1.1em;
    font-weight: 600;
}

.sphp-largeheader {
    font-size: 4em;
    line-height: 1.8em;
    margin-top: 10px;
}

.sphp-titleheader {
    font-size: 1.1rem;
}

.sphp-top-button {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #FFFFFF !important;
    border: 1px white solid;
    margin: 3px;
}

.sphp-top-button-smaller, .sphp-top-button-report {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #FFFFFF !important;
    border: 1px white solid;
    margin: 3px;
}

.sphp-top-button-report {
    margin-top: 10px !important;
    display: inline-block !important;
}


    .sphp-top-button:hover, .sphp-top-button-smaller:hover, .sphp-top-button-report:hover {
        color: #818181 !important;
        background-color: #FFF;
        cursor: pointer;
    }

.sphp-mid-button {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #333333 !important;
    border: 1px #333333 solid;
    margin: 3px;
    background-color: transparent;
    font-size: 1.2em;
}

    .sphp-mid-button:hover {
        color: #333333 !important;
        background-color: #D8D8D8;
        cursor: pointer;
    }

.sphp-second-nav-section {
    height: 0px;
    display: none;
}

.sp-testimonial-img {
    max-width: 600px;
    margin: 10px auto;
    position: relative;
    display: block;
}

.feature-listing-panel-rural-buttons {
    width: 100%;
    max-width: 100%;
}

@media(min-width: 1420px) {
    #desksubnav-buy {
        margin-right: 110px;
    }
    #desksubnav-sell {
        margin-right: 90px;
    }
    #desksubnav-rural {
        margin-right: 70px;
    }
    #desksubnav-rent {
        margin-right: 50px;
    }
    #desksubnav-propertymanagement {
        margin-right: 30px;
    }
    #desksubnav-aboutus {
        margin-right: 10px;
    }
}

#nav-desk-search-btn:hover {
    font-weight: 800 !important;
}

#nav-desk-query {
    width: Calc(100% - 40px);
}

#nav-desk-search-panel-background {
    position: absolute;
    display: none;
    top: 0px;
    right: 0px;
    background-color: #000;
    height: 100%;
    width: 1%;
    opacity: 1;
}

#nav-desk-search-results-panel {
    position: absolute;
    height: 300px;
    width: 500px;
    right: 30px;
    top: 80px;
    background-color: RGB(229,229,229);
    padding: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    opacity: 0;
    text-transform: none !important;
}

.nav-desk-search-input {
    width: 5%;
    height: 50%;
    padding: 10px 10px 10px 10px;
    margin: 20px 20px 20px 10px;
}

.nav-desk-container.active {
    opacity: 1;
    visibility: inherit;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -ms-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
}

    .nav-desk-container li {
        padding: 0px 30px;
        font-size: 1.2em;
        width: 100%;
        text-align: right;
    }

    .nav-desk-container li a {
        text-decoration: none;
        color: #212121;
        display: inline-flex;
        align-items: center;
        height: 50px;
    }

    .nav-desk-container li:hover {
        background-color: #efefef;
    }

.mb-nav-container {
    background-color: #fff;
    width: 100vw;
    height: calc(100% - 60px);
    position: fixed;
    margin-top: 60px;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
    .mb-nav-container.active {
        opacity: 1;
        visibility: inherit;
        overflow: auto;
    }
        .mb-nav-container.active .mb-primary-list li {
            opacity: 1;
            visibility: inherit;
            transform: translateX(0);
            transition: all 420ms cubic-bezier(.165,.84,.44,1);
            transition-delay: 320ms;
        }
            .mb-nav-container.active .mb-primary-list li:nth-child(2) {
                opacity: 1;
                visibility: inherit;
                transform: translateX(0);
                transition: all 420ms cubic-bezier(.165,.84,.44,1);
                transition-delay: 350ms;
            }
            .mb-nav-container.active .mb-primary-list li:nth-child(3) {
                opacity: 1;
                visibility: inherit;
                transform: translateX(0);
                transition: all 420ms cubic-bezier(.165,.84,.44,1);
                transition-delay: 370ms;
            }
            .mb-nav-container.active .mb-primary-list li:nth-child(4) {
                opacity: 1;
                visibility: inherit;
                transform: translateX(0);
                transition: all 420ms cubic-bezier(.165,.84,.44,1);
                transition-delay: 390ms;
            }
            .mb-nav-container.active .mb-primary-list li:nth-child(5) {
                opacity: 1;
                visibility: inherit;
                transform: translateX(0);
                transition: all 420ms cubic-bezier(.165,.84,.44,1);
                transition-delay: 410ms;
            }
            .mb-nav-container.active .mb-primary-list li:nth-child(6) {
                opacity: 1;
                visibility: inherit;
                transform: translateX(0);
                transition: all 420ms cubic-bezier(.165,.84,.44,1);
                transition-delay: 430ms;
            }
			.mb-nav-container.active .mb-primary-list li:nth-child(7) {
                opacity: 1;
                visibility: inherit;
                transform: translateX(0);
                transition: all 420ms cubic-bezier(.165,.84,.44,1);
                transition-delay: 450ms;
            }
            .mb-nav-container.active .mb-primary-list li:nth-child(8) {
                opacity: 1;
                visibility: inherit;
                transform: translateX(0);
                transition: all 420ms cubic-bezier(.165,.84,.44,1);
                transition-delay: 470ms;
            }
            .mb-nav-container.active .mb-primary-list li:nth-child(9) {
                opacity: 1;
                visibility: inherit;
                transform: translateX(0);
                transition: all 420ms cubic-bezier(.165,.84,.44,1);
                transition-delay: 490ms;
            }
            .mb-nav-container.active .mb-primary-list li:nth-child(10) {
                opacity: 1;
                visibility: inherit;
                transform: translateX(0);
                transition: all 420ms cubic-bezier(.165,.84,.44,1);
                transition-delay: 510ms;
            }
            .mb-nav-container.active .mb-primary-list li:nth-child(11) {
                opacity: 1;
                visibility: inherit;
                transform: translateX(0);
                transition: all 420ms cubic-bezier(.165,.84,.44,1);
                transition-delay: 530ms;
            }
            .mb-nav-container.active .mb-primary-list li:last-child {
                border-bottom: 1px solid #eee;
            }

.mb-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.0em;
}
.mb-nav-list li a {
    margin-left: 0;
    color: #231f20;
    width: 100%;
    border-top: 1px solid #eee;
    text-transform: uppercase;
    font-size: 1.2em;
    background-color: #fff;
}

.mb-nav-list li a:hover {
    color: #000;
    font-weight: 700;
}
.mb-primary-list li {
    opacity: 0;
    visibility: hidden;
    transform: translateX(25px);
    transition: all 420ms cubic-bezier(.165,.84,.44,1);
    box-sizing: border-box;
}
.mb-primary-list li a {
    color: #231f20;
    padding: 20px 20px 18px 20px !important;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.mb-primary-list li i {
    margin-left:10px
}
.mb-nav-secondary-item a {
    background-color: #e5e5e5 !important;
}

#clearmobilesearch {
    position: absolute;
    right: 35px;
    top: 33px;
    visibility: hidden;
}

#cleardesksearch {
    position: absolute;
    right: 40px;
    top: 26px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 5px;
}

#mobile-searchresultspanel {
    position: absolute;
    top: 78px;
    left: 0;
    height: calc(100vh - 78px);
    width: 100%;
    background-color: #e5e5e5;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: scroll !important;
    text-transform: none !important;
}

#mobile-searchresultspanel-inner {
    padding: 20px 20px 20px 20px;
}

.mobilenavsearch-header {
    font-size: 1.2em;
}

.text-smaller {
    font-size: 1em;
}

.searchmobileinput {
    width: Calc(100% - 40px);
    border: none;
    background-color: #e5e5e5;
    color: #959595;
    padding: 10px 20px 8px 20px !important;
}

.searchmobileinput::placeholder {
    color: #959595;
}

.mb-nav-search-outer {
    background-color: #fff;
    margin-left: 0;
    color: #231f20;
    width: 100%;
    border-top: 1px solid #eee;
    text-transform: uppercase;
    font-size: 1.2em;
    height: 80px !important;
    display: inline-flex;
    align-items: center;
}
.mb-nav-search-inner {
    padding-left: 20px;
    padding-right: 20px;
}
.mb-nav-search-inner input {
    height: 45px;
    font-size: 1.2em !important;
    padding-top: 10px;
}
.mb-nav-search-icon {
    font-size: 1.2em !important;
}
.mb-nav-search-inner input::placeholder {
    opacity: 0.5;
}
.mb-nav-search-inner button {
    background-color: #fff !important;
    border-color: #ced4da !important;
}

.mb-nav-subcontainer {
    background-color: #fff;
    width: 100vw;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 420ms cubic-bezier(.165,.84,.44,1);
}
.mb-nav-subcontainer.active {
    opacity:1;
    visibility:visible;
	transition: all 420ms cubic-bezier(.165,.84,.44,1);
}
.nav-subcontainer-title i {
	margin-right:15px;
}
.close-nav-subcontainer {
    padding-left: 20px;
    display: inline-flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: all 420ms cubic-bezier(.165,.84,.44,1);
    text-transform: uppercase;
    width: 100vw;
    border-top: 1px solid #eee;
    font-size: 1.2em !important;
    background-color: #e5e5e5;
    height: 80px;
}
.nav-extra-sublinks li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 420ms cubic-bezier(.165,.84,.44,1);
    line-height: unset;
    line-height: 1.0em;
    margin: 0;
    padding: 0;
}
.nav-extra-sublinks li a {
    color: #231f20;
    padding: 20px 20px 18px 20px !important;
    display: inline-flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid #eee;
    text-transform: uppercase;
    margin: 0 !important;
    font-size: 1.2em;
}
.nav-extra-sublinks li a:hover {
    text-decoration: none;
    font-weight: 700;
}

.mb-nav-subcontainer.active .close-nav-subcontainer {
	opacity:1;
    visibility: visible;
	transform: translateY(0);
    transition: all 420ms cubic-bezier(.165,.84,.44,1);
	transition-delay: 290ms;
}

.mb-nav-subcontainer.active .nav-extra-sublinks li {
	opacity: 1;
	visibility: inherit;
	transform: translateY(0);
	transition: all 420ms cubic-bezier(.165,.84,.44,1);
	transition-delay: 320ms;
}
.mb-nav-subcontainer.active .nav-extra-sublinks li:nth-child(2) {
	opacity: 1;
	visibility: inherit;
	transform: translateY(0);
	transition: all 420ms cubic-bezier(.165,.84,.44,1);
	transition-delay: 350ms;
}
.mb-nav-subcontainer.active .nav-extra-sublinks li:nth-child(3) {
	opacity: 1;
	visibility: inherit;
	transform: translateY(0);
	transition: all 420ms cubic-bezier(.165,.84,.44,1);
	transition-delay: 370ms;
}
.mb-nav-subcontainer.active .nav-extra-sublinks li:nth-child(4) {
	opacity: 1;
	visibility: inherit;
	transform: translateY(0);
	transition: all 420ms cubic-bezier(.165,.84,.44,1);
	transition-delay: 390ms;
}
.mb-nav-subcontainer.active .nav-extra-sublinks li:nth-child(5) {
	opacity: 1;
	visibility: inherit;
	transform: translateY(0);
	transition: all 420ms cubic-bezier(.165,.84,.44,1);
	transition-delay: 410ms;
}
.mb-nav-subcontainer.active .nav-extra-sublinks li:nth-child(6) {
	opacity: 1;
	visibility: inherit;
	transform: translateY(0);
	transition: all 420ms cubic-bezier(.165,.84,.44,1);
	transition-delay: 440ms;
}

.mb-nav-subcontainer.active .nav-extra-sublinks li:nth-child(7) {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    transition: all 420ms cubic-bezier(.165,.84,.44,1);
    transition-delay: 470ms;
}
.mb-nav-subcontainer.active .nav-extra-sublinks li:nth-child(8) {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    transition: all 420ms cubic-bezier(.165,.84,.44,1);
    transition-delay: 500ms;
}

.mb-nav-subcontainer.active .nav-extra-sublinks li:last-child {
    border-bottom: 1px solid #eee;
}

.skeleton-autoSearch-items {
    padding: 8.5px 15px;
}
.btn-signUp {
    background-color:#231f20;
    color:#fff !important;
    border-radius:0px;
    padding:8px 16px;
}

#search-key::placeholder {
    opacity: 0.9;
    transition: color 0.3s ease;
}

#search-key:focus::placeholder {
    color: transparent;
}

#search-key {
    caret-color: auto;
}

.mb-nav-account-list {
    margin-bottom:15px;
}
.mb-nav-account-pd {
    padding:25px 40px;
}
.mb-sign-in-bubble-container {
	width:45px;height:45px;
	background-color:#231f20;color:#fff;
	border-radius:0%%;
    margin-bottom:10px;
}
.mb-account-outer-container {
	padding:0 25px;
}
.mb-sign-in-options i {
	width:45px;
	margin-right:0;
	text-align:center;
}
.mb-sign-in-options a {
	padding:7.5px 0;
}
.skeleton-searchHomes {
    height: 12px;
    max-width: 50%;
    overflow: hidden;
    border-radius: 0px;
}

.skeleton-searchHomesLonger {
    height: 12px;
    max-width: 75%;
    overflow: hidden;
    border-radius: 0px;
}

.maxw-100 {
    width: 100%;
    max-width: 100%;
}

.maxw-80 {
    width: 80%;
    max-width: 80%;
}


.m-auto {
    margin: auto;
}

.minw-100 {
    min-width: 100%;
}

.skeleton-searchStaff {
    background-color: #eee;
}

.panel-bl-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35,31,32,0.5);
}

.loading {
    position: relative;
    background-color: #E2E2E2;
}

    .loading::after {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
        -webkit-animation: loading 1.5s infinite;
        animation: loading 1.5s infinite;
    }

@-webkit-keyframes loading {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes loading {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.skeleton-searchHomes.loading, .skeleton-searchHomesLonger.loading {
    height: 12px;
}

.skeleton-searchStaff.loading {
    height: 60px;
}
.error-helper-text {
    color:#f44742;
}
.error-helper-bc {
    border-color: #f44742 !important;
    /*border: 1px solid #f44742 !important;*/
}
.autoSearch-container {
    position: absolute;
    background-color: #fff;
    border-radius: 0px;
    max-height: 250px;
    width: 100%;
    overflow: auto;
    margin-top: 5px;
    z-index: 1;
	box-shadow: rgba(26, 26, 29, 0.3) 0px 0px 15px -8px !important;
}
.autocomplete-suggestions {
    position: absolute !important;
    background-color: #fff;
    border-radius: 0px;
    max-height: 250px !important;
    width: 100%;
    overflow: auto;
    margin-top: 5px;
    z-index: 1 !important;
	box-shadow: rgba(26, 26, 29, 0.3) 0px 0px 15px -8px !important;
}
.autoSearch-items-heading {
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 5px;
}

.autoSearch-items, .autocomplete-suggestion {
    padding: 5px 15px;
    color: #1d1d1d;
    display: block;
}

    .autoSearch-items:hover, .autocomplete-selected {
        color: #000;
        text-decoration: none;
        background-color: #F2F6F8;
        text-transform: capitalize;
		cursor: pointer;
    }

.autoSearch-staff-container {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 0%;
    /*border: 1px solid #eee;*/
    /* background-color:#f5f3ef;*/
    align-content: center;
    position:relative;
}

    .autoSearch-staff-container img {
        width: 90%;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;        
    }

.user-menu-wrapper {
    padding: 0px 20px 0px 95px;
}

.nav-logo {
    height: 25px;
}

.nav-menu-container {
    padding-left: 0;
    padding-right: 0;
}

    .nav-menu-container:hover {
        outline: 0;
    }

.nav-menu-container-inner {
    width: 20px;
    height: 14px;
}

    .nav-menu-container-inner div {
        position: absolute;
    }

        .nav-menu-container-inner div:nth-child(1) {
            top: 0;
        }

        .nav-menu-container-inner div:nth-child(2), .nav-menu-container-inner div:nth-child(3) {
            top: 6px;
            right: 0;
        }

        .nav-menu-container-inner div:nth-child(4) {
            top: 12px;
        }

    .nav-menu-container-inner.nav-open div:nth-child(1) {
        top: 6px;
        width: 0%;
        left: 50%;
        background-color: #000;
    }

    .nav-menu-container-inner.nav-open div:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #000;
    }

    .nav-menu-container-inner.nav-open div:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #000;
    }

    .nav-menu-container-inner.nav-open div:nth-child(4) {
        top: 6px;
        width: 0%;
        left: 50%;
        background-color: #000;
    }

.clear-navbar {
    position: fixed;width:100%;
    top: 0;
    left: 0;
    z-index: 6;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

    .clear-navbar:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(255,255,255,0.5);
    }

.clear-nav-links {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

    .clear-nav-links:hover {
        font-weight:600;color:#fff;
    }


.account-list-items {
    color: #383536;
    padding: 12.5px 15.25px;
    line-height: 0;
    font-weight: 300;
}

    .account-list-items:hover {
        color: #231f20;
        text-decoration: none;
        background-color: #F9F9F9;
    }

    .account-list-items:active {
        background-color: #231f20;
        color: #fff;
    }

.header-otherpages:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35,31,32,0.5);
}

.toop-home-header {
    overflow: hidden;
    background-color: #111;
}

.toop-video-bg {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.toop-video-bg-rural {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 70%;
    z-index: 0;
}

.pad-right-extra {
    padding-right: 30px;
}
/*.toop-home-header:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
}*/
.header-fold-indicator {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 15px;
}

.btn-options {
    border-radius: var(--br-sm);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.white-btn {
    border: 1px solid #fff;
    color: #fff;
}

.white-btn:hover {
    background-color: #fff;
    color: #1b1b1b !important;
    text-decoration: none;
}

.white-btn {
    border: 1px solid #fff;
    color: #fff;
}

.white-btn:hover {
    background-color: #fff;
    color: #1b1b1b !important;
    text-decoration: none;
}

.black-on-white-btn {
    border: 1px solid #fefefe;
    color: #000 !important;
    background: #fefefe;
}

.black-on-white-btn:hover {
    border: 1px solid #fefefe;
    color: #fefefe !important;
    background-color: #000 !important;
}

.black-outline-btn {
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
}

    .black-outline-btn:hover {
        background-color: #000;
        color: #fff !important;
        text-decoration: none;
    }

.black-btn {
    background-color: #1b1b1b;
    color: #fff;
}

    .black-btn:hover {
        background-color: #000;
        color: #fff !important;
        text-decoration: none;
    }

.form-horizontal label {
    font-weight: 600;
}

.form-check-label {
    font-weight: 400 !important;
}

.offer-form .form-group {
    margin-bottom: 30px !important;
}

.offer-form h3 {
    margin-bottom: 20px !important;
}

.signature {
    font-size: 20px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.white-text {
    color: white;
}

.cursive-1 {
    font-family: 'Homemade Apple';
}
.cursive-2 {
    font-family: 'Dawning of a New Day';
}
.cursive-3 {
    font-family: 'Nothing You Could Do';
}



#offer-thank-you {
    border: 1px solid #C0C0C0;
    border-radius: 0px;
    padding: 20px;
    background-color: #F8F8F8;
}

.navbar-account-options {
    margin-left: 25px;
}

.navbar-vertical-divider {
    position: absolute;
    top: -23px;
    left: -25px;
    height: 80px;
    width: 1px;
    background-color: rgba(255,255,255,0.5);
}

.nav-menu-items {
    height: 2px;
    border-radius: 0px;
}

.nav-menu-white {
    background-color: #fff;
}
.nav-menu-black {
    background-color: #231f20;
}


.clear-nav-text {
    color: #fff;
    position: absolute;
    right: -9px;
    top: 8px;
    font-size: 15px;
    font-weight: 400;
}

.smooth-animation {
    transition: all 420ms cubic-bezier(.165,.84,.44,1);
}

.slow-animation {
    transition: all 920ms cubic-bezier(.165,.84,.44,1);
}

.section-top-bottom {
    padding-top: var(--section-pad-75);
    padding-bottom: var(--section-pad-75);
}

.section-top-bottom-white {
    padding-top: var(--section-pad-100);
    padding-bottom: var(--section-pad-100);
}

.section-top-only {
    padding-top: var(--section-pad-75);
}

.section-heading {
    font-size: calc(var(--heading-size) - 12px);
    margin-bottom: 40px;
}

.header-bigtitle {
    font-size: 48px;
	max-width: 350px;
    margin: 0 auto;
}

.bl-bg {
    background-color: var(--bl-bg);
}

.bl-text {
    color: var(--bl-text);
}

.fofta-panel {
    max-width: 530px;
    margin-bottom: 75px;
}

.fl-panel {
    margin-bottom: 60px;
}
.header-min-height {
    top: 50px;
    height: 60vh;
    min-height: 60vh;
}
.blog-content-upper-wrapper {
	max-width:700px;margin:0 auto;
}
.blog-content-wrapper video {
	max-width:1200px;margin: 0 !important;
}
.blog-content-wrapper>div {
	max-width:1200px;margin:60px auto;
}
.blog-content-wrapper > p:first-child {
    color: #231f20;
    font-size: 19px;
    font-weight: 300;
    line-height: 2.2rem;
    margin-bottom: 40px;
}
.blog-content-wrapper.nofirstchild > p:first-child {
    color: #231f20;
    font-size: 15px !important;
    font-weight: 300;
    line-height: 2.1rem !important;
    margin-bottom: 20px !important;
}

.blog-content-wrapper p {
    font-size: 15px;
    font-weight: 300;
    line-height: 2.1rem;
	max-width:700px;margin:0 auto 20px;
}
.blog-content-wrapper p b {
    font-size: 15px;
    font-weight: 600;
    line-height: 2.1rem;
    max-width: 700px;
    margin: 0 auto 20px;
}
.blog-content-wrapper ul {
	max-width:700px;margin:0 auto 35px;text-align:left;padding-left:18px;
}
.blog-content-wrapper ul li p {
    margin-bottom:0;
}
.blog-content-wrapper h5, .blog-content-wrapper h6 {
	text-align:left;
	max-width:700px;margin:0 auto;font-size:15px;
}
.blog-content-wrapper h5 {
	margin-bottom:15px;
}
.blog-content-wrapper h6 {
	font-weight:300;
	margin-bottom:15px;
}
.blog-content-wrapper blockquote {
    margin-top: 55px;
    text-indent: -.32em;
    padding-left: 50px;
    font-size: 30px;
}

.blog-content-wrapper a {
    color: #231f20;
}

    .blog-content-wrapper a:hover {
        color: #000;
    }

.blog-content-wrapper h3 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

.lead-text {
    color: var(--bl-text);
    font-size: var(--lead-size);
    font-weight: var(--f-weight-light);
    line-height: var(--f-line-height);
}
.button-disabled {
    pointer-events: none;
}
.text-red {
    color:#f44742;
}
.mt--5 {
    margin-top:-5px;
}
.button-cta {
    border-radius: 0px;
}
.button-cta-wide {
    border: 1px solid #231f20;
    color: #231f20;
    font-size: 12px;
    padding: 10px 60px !important;
}

    .button-cta.dark-cta {
        background-color: var(--white-bg);
        color: var(--bl-text);
        padding: 14px 85px;
        border: 1px solid var(--bl-bg);
    }

.dark-cta:hover, .outline-dark-cta:hover, .outline-sm-dark-cta:hover {
    background-color: #000;
    text-decoration: none;
    box-shadow: 0 0 2rem rgba(0,0,0,0.2);
    color: #fff !important;
}

.button-cta.outline-dark-cta {
    border: 1px solid var(--white-bg);
    color: var(--bl-text);
    font-size: var(--button-size);
    padding: 14px 75px;
}

.button-cta.outline-sm-dark-cta {
    border: 1px solid var(--dgrey-bg);
    color: var(--dgrey-text);
    font-size: var(--button-size);
    padding: 8px 25px;
}

.button-cta.white-cta {
    background-color: #fff;
    color: #1b1b1b;
    padding: 14px 35px;
}

    .button-cta.white-cta:hover {
        background-color: #fcfcfc;
        color: #1b1b1b;
        text-decoration: none;
        box-shadow: 0 0 2rem rgba(0,0,0,0.2);
    }

.grey-outline-cta {
    border: 1px solid rgba(0,0,0,1);
    font-weight: var(--f-weight-light);
    color: #c8c7c7;
    padding: 16px 0;
}

    .grey-outline-cta:hover {
        background-color: #1b1b1b;
        border-color: #1b1b1b;
        color: #fff;
        text-decoration: none;
        box-shadow: 0 0 2rem rgba(0,0,0,0.2);
    }

.section-white {
    background-color: var(--white-bg);
}

.section-grey {
    background-color: #f2f2f2;
}

.section-grey-rebrand {
    background-color: #2e2e2e;
    color: #fff;
}

.property-thumb {
    border-radius: var(--br-sm);
}

.th-details {
    font-size: 16px;
    line-height: 1.5rem;
}

    .th-details.p-address {
        font-weight: var(--f-weight-light);
    }

    .th-details.p-suburb {
        font-weight: var(--f-weight-bold);
    }

.property-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(27,27,27,.20);
    padding: 23px 30px;
}

.twt-microcopy p {
    max-width: 265px;
    font-weight: 300;
}

.toggle-weekly-options {
    margin-bottom: 50px;
}

.toggle-nav-link {
    width: 130px;
    border: 1px solid var(--dgrey-bg);
    color: var(--dgrey-text);
    border-radius: var(--br-sm) !important;
    margin: 0 15px 15px;
    padding: 9px 0;
    font-size: 16px;
}

    .toggle-nav-link:hover {
        background-color: #000;
        border-color: #000;
        color: #fff !important;
        box-shadow: 0 0 2rem rgba(0,0,0,0.2);
    }

    .toggle-nav-link.active {
        background-color: var(--dgrey-bg) !important;
    }

.trusted-agent-panel {
    padding-top: var(--section-pad-75);
    padding-bottom: var(--section-pad-75);
}

.landing-header {
    margin-bottom: 5em;
}

.home-header-inner {
    padding-top: 150px;
    padding-bottom: 65px;
}

.header-search-panel {
    display: grid;
    grid-template-columns: [searchinput] 7.8fr [searchbutton] 2.25fr;
    grid-gap: 18px;
    max-width: 922px;
    margin: 0 auto;
    margin-top: 1.786rem;
    flex-wrap: unset;
}

.search-input:before {
    content: '\f002';
    z-index: 1;
    position: absolute;
    left: 14px;
    top: 15px;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
}
.whats-on-nav {
	margin-bottom:25px;
}
.whats-on-login-container {
	margin-top:42px;
	margin-bottom:25px;
}
.featured-listing-text {
	max-width:430px;
	padding-left:15px;padding-right:15px;
}
.featured-listings-container a {
    text-decoration: none !important;
}
.feature-listing-outer {
    display: flex;
    flex-direction: column;
}
.feature-listing-panel {
    width: 100%;
    max-width: 100%;
}
.feature-listing-text-panel {
    padding: 40px 0px;
}
.feature-listing-panel-rural {
    width: 100%;
    max-width: 100%;
}

.feature-listing-text-panel-rural {
    padding: 40px 0px;
}

.header-search-options {
    max-width: 922px;
    margin: 0 auto;
    margin-top: 0.2143rem;
}

.header-search-option-items:not(:last-child) {
    margin-right: 38px !important;
}

.header-search-option-items button {
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
}

.btn-red {
    background-color: var(--red-bg);
}

.btn-search {
    color: #fff;
}

.btn-search:hover {
    background-color: #db3f3b;
    text-decoration: none;
}

.search-dropdown {
    grid-column: searchdropdown;
}

.search-input > div {
    grid-column: searchinput;
}

.search-input input, .searchInput-fc {
    height: auto;
    font-weight: var(--f-weight-light);
    padding: 16px 20px 16px 42px;
    border-radius: var(--br-sm);
    border: none;
}

.search-input::placeholder {
    opacity: 1;
    color: #FFF;
}

.search-button {
    grid-column: searchbutton;
}

    .search-button a, .search-dropdown button {
        padding: 15px 15px;
        border-radius: var(--br-sm);
    }

.search-dropdown button {
    font-weight: var(--f-weight-light);
}

.search-dropdown button:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f0d7';
    font-weight: 700;
    position: absolute;
    right: 30px;
    top: 12px;
    font-size: 20px;
    margin-left: auto;
    vertical-align: auto;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.header-btn {
    border-radius: var(--br-sm);
    border: 1px solid #fff;
    margin-top: 3.571rem;
    padding: 15px 50px;
    color: #fff;
}

    .header-btn:hover, .header-invest-btn:hover {
        background-color: #fff;
        color: #1b1b1b;
        text-decoration: none;
    }
.header-invest-btn {
    border-radius: var(--br-sm);
    border: 1px solid #fff;
    margin-top: 3.571rem;
    padding: 15px 40px;
    color: #fff;
}

.header-btn-reverse {
    border-radius: var(--br-sm);
    border: 1px solid #313131;
    margin-top: 3.571rem;
    padding: 15px 50px;
    color: #313131;
    background-color: #f7f7f7;
}

    .header-btn-reverse:hover {
        background-color: #000;
        color: #f7f7f7;
        text-decoration: none;
    }

@-webkit-keyframes bounce-animation {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(5px);
        transform: translateY(5px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(5px);
    }
}

.bounce-animation {
    -moz-animation: bounce-animation 2s infinite;
    -webkit-animation: bounce-animation 2s infinite;
    animation: bounce-animation 2s infinite;
}

.bottom-border-1 {
    border-bottom: 1px solid #313131;
}

.grid-home-thumbnails {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 14px;
    padding: 0 14px;
}

.no-matches-panel {
    text-align: center;
    margin: auto auto;
}

.trusted-agent-panel-inner {
    align-items: center;
}


.video-overlay:before {
	content:'';
	position:absolute;
	left:0;top:0;z-index:2;
	width:100%;height:100%;
	background-color:rgba(35,31,32,.5);
}
.featured-prop-star {
    right: 20px;
    top: 23px;
    z-index: 5;
}

    .featured-prop-star i {
        font-size: 26px;
    }

.fl-cta-container {
    z-index: 2;
    margin: 370px auto;
    left: 0;
    right: 0;
}

.fl-section-top-bottom {
    padding-top: 100px;
    padding-bottom: 30px;
}

.feature-listing-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-listing-slide {
    width: 100%;
    height: calc(60vh - 60px) !important;
}

.backstretch-darken {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

.swiper-button-prev, .swiper-button-next {
    background-image: none;
}

.swiper-button-prev {
    left: 20px;
}

.swiper-button-next {
    right: 20px;
}

.swiper-button-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    font-weight: 300;
    font-size: 46px;
}

.swiper-button-next:after {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    font-weight: 300;
    font-size: 46px;
}

.fl-property-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.55);
    padding: 15px 25px;
}

.blog-panel-article-inner h2 {
    color: #5f6061;
}

.blog-panel-article-inner p {
    color: #221f20;
}

.desk-floatright {
    float: right !important;
}

.account-dropdown-container {
    background-color: inherit;
    border-radius: 0px;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: none;
    height: 0;
    opacity: 0;
    position: relative;
}

.account-dropdown-container.active {
    height: 80px;
    opacity: 1;
}
.info-dropdown-container {
    background-color: inherit;
    border-radius: 0px;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: none;
    height: 0;
    opacity: 0;
    position: relative;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.info-dropdown-container.active {
    height: 130px;
    opacity: 1;
}
.account-dropdown-container-info.active {
    height: 120px !important;
}
    .account-dropdown-container ul li {
        opacity: 0;
        transform: translateX(25px);
        transition: all 420ms cubic-bezier(.165,.84,.44,1);
    }

    .account-dropdown-container.active ul li {
        opacity: 1;
        transform: translateX(0px);
        transition: all 420ms cubic-bezier(.165,.84,.44,1);
        transition-delay: 320ms;
    }

        .account-dropdown-container.active ul li:nth-child(2) {
            opacity: 1;
            transform: translateX(0px);
            transition: all 420ms cubic-bezier(.165,.84,.44,1);
            transition-delay: 350ms;
        }

        .account-dropdown-container.active ul li:nth-child(3) {
            opacity: 1;
            transform: translateX(0px);
            transition: all 420ms cubic-bezier(.165,.84,.44,1);
            transition-delay: 410ms;
        }

.popup-panel-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27,27,27,0.82);
    z-index: 1999;
    overflow-y: auto;
}

.popup-panel {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 6rem auto;
    width: 90%;
    overflow-x: hidden;
    background-color: #fff;
    z-index: 2000;
    opacity: 0;
    transform: translateY(25px);
}

    .popup-panel.active {
        opacity: 1;
        transform: translateY(0px);
        transition: all 420ms cubic-bezier(.165,.84,.44,1);
    }

.popup-panel-inner-panel div {
    opacity: 0;
    transform: translateX(25px);
    transition: all 420ms cubic-bezier(.165,.84,.44,1);
}

.popup-panel.active .popup-panel-inner-panel div {
    opacity: 1;
    transform: translateX(0px);
    transition: all 420ms cubic-bezier(.165,.84,.44,1);
    transition-delay: 320ms;
}

    .popup-panel.active .popup-panel-inner-panel div:last-child {
        opacity: 1;
        transform: translateX(0px);
        transition: all 420ms cubic-bezier(.165,.84,.44,1);
        transition-delay: 380ms;
    }

.popup-panel-inner-panel {
    padding: 0;
}

.close-popup-btn {
    top: 10px;
    right: 15px;
    z-index: 1;
}
/* Buy Page */
.buySearchFilter-bc {
    border: 1px solid rgba(35,31,32,0.25);
}

.buySearchFilter-options {
    font-weight: 300;
    padding: 16px 20px;
    height: auto;
}

.search-item-prop-type {
    width: 165px;
}

.search-item-beds {
    width: 74px;
}

.search-item-price {
    width: 115px;
}

.pr-top {
    top: 3px;
}

.socialsquarecontainerupper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    padding: 0 20px;
    width: 100%;
}

.socialsquarecontainer {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 1000px;
}

.socialsquareitem {
    display: flex;
    box-sizing: border-box;
    flex-basis: 33.33%;
    padding: 10px;
}

.socialsquareitemcontent {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    letter-spacing: .04em;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
    width: 100%;https://www.google.com/
    border: 1px solid white;
}

.socialsquareitem img {
    align-self: flex-start;
    position: static;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    z-index: -1;
    transition: transform .2s ease;
    filter: brightness(85%);
}

.socialsquareitem:hover img {
    transform: scale(1.2);
    filter: brightness(100%);
}

.socialsquaretext {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    bottom: 0;
    flex: 1;
    justify-content: flex-end;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    text-align: left;
    left: 0;
    color: #FFF;
    width: 100%;
    top: 0;
    transition: transform .2s ease;
}

.socialsquaretext:hover {
    transform: translateY(-5%);
}

.socialsquaretextitem {
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
    text-shadow: 2px 2px 4px #000000;
    padding: 20px;
}

.img-fluid-constrained {
    max-width: 600px;
    max-height: 600px;
    width: 100%;
}




@media (max-width: 580px) {
    .socialsquaretextitem {
        font-size: 11px;
        font-weight: 400;
        z-index: 1;
        text-shadow: 2px 2px 4px #000000;
        padding: 10px;
    }
}

.search-item-dropdown {
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    padding: 3px 0;
    position: absolute;
    background: #fff;
    max-height: 224px;
    overflow-y: auto;
    z-index: 100;
    box-shadow: 0 2px 1rem rgba(0,0,0,.2);
    cursor: pointer;
}

    .search-item-dropdown li {
        margin: 0 3px;
        padding: 0 0 5px 5px;
    }

.search-control-input:before, .search-control-input:after {
    top: 6px !important;
}

.custom-checkbox-type {
    position: relative;
    top: 2px;
}

.search-item-dropdown li div {
    font-size: 14px;
}

    .search-item-dropdown li div label {
        cursor: pointer;
    }

.search-item-dropdown li:hover {
    background-color: rgba(0,123,255,0.1);
    border-radius: 0px;
    cursor: pointer;
}

.static-view-container {
    background-color: #fff;
    border-radius: 0px;
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
}

.table td {
    padding: 1.05rem .75rem;
}

.bt-none {
    border-top: none !important;
}

.table-dataList {
    font-weight: 300;
}

.table-header-row a, .dataList-row-link {
    color: var(--bl-text);
}

    .table-header-row a:hover, .dataList-row-link:hover {
        color: var(--bl-text);
        opacity: 0.75;
        text-decoration: none;
    }

    .dataList-row-link i {
        font-size: 22px;
    }

.propSearch-toggle-links a.active {
    color: var(--bl-text);
}

.property-thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 35px 15px;
}

.property-thumbnail-sp-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 35px 15px;
}

.thumbnail-vault-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35,31,32,.83);
    display: flex;
    align-content: center;
    justify-content: center;
}

    .thumbnail-vault-overlay img {
        max-width: 125px;
        align-self: center;
        justify-content: center;
    }

.thumbnail-vault-tag {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}

    .thumbnail-vault-tag img {
        max-width: 125px;
        align-self: center;
        justify-content: center;
    }

.property-thumbnail-container {
    /*border-radius:4px;*/
}

    .property-thumbnail-container a {
        text-decoration: none;
    }

    .property-thumbnail-container img {
        /*border-top-left-radius: 4px;border-top-right-radius: 4px;*/
    }

.property-thumbnail-container-inner {
    /*border:1px solid rgba(0,0,0,0.25);*/ border-top-color: #fff;
    /*border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;*/
    padding: 35px 3px 35px 20px;
    background-color: #f0f0f0;
}

.badge-container {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: rgba(244,71,66,0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-container-new {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,1);
    width: 60px;
    height: 38px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Euclid Circular A SemiBold', sans-serif;
    letter-spacing: 1.2px;
}

.prop-thumb-tile {
    width: 50px !important;
}

.property-spec-text {
    color: #231f20;
}

.property-address-text {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.property-suburb-text {
    font-size: 14px;
    font-weight: 600 !important;
    /*text-transform: uppercase;
letter-spacing: 1.5px;*/
}

.property-price-text {
    /*margin-top: 5px !important;*/
    font-size: 13px;
    font-weight: 300;
}

.pst-big {
    font-size: 16px;
    line-height: 1.9rem;
}

.pst-sm {
    font-size: 12px;
}

.buy-mv-pad {
    padding-left: 0;
    padding-right: 0;
}

.property-mansonry-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.property-masonry-item-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5) !important;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.property-mansonry-item:hover .property-masonry-item-hover {
    opacity: 1;
}

.property-masonry-item-hover-inner {
    padding: 0;
    border: 1px solid rgba(255,255,255,.5);
}

.property-masonry-view-container {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: repeat(20, 32px);
    margin-bottom: 2px;
}

.pattern1 div:nth-child(n+1) {
    grid-column: 1 / span 8;
    grid-row: 1 / span 4;
}

.pattern1 div:nth-child(n+2) {
    grid-column: 9 / span 16;
    grid-row: 1 / span 8;
}

.pattern1 div:nth-child(n+3) {
    grid-column: 1 / span 8;
    grid-row: 5 / span 4;
}

.pattern1 div:nth-child(n+4) {
    grid-column: 1 / span 8;
    grid-row: 9 / span 4;
}

.pattern1 div:nth-child(n+5) {
    grid-column: 9 / span 8;
    grid-row: 9 / span 4;
}

.pattern1 div:nth-child(n+6) {
    grid-column: 17 / span 8;
    grid-row: 9 / span 4;
}

.pattern1 div:nth-child(n+7) {
    grid-column: 1 / span 16;
    grid-row: 13 / span 8;
}

.pattern1 div:nth-child(n+8) {
    grid-column: 17 / span 8;
    grid-row: 17 / span 4;
}

.pattern1 div:nth-child(n+9) {
    grid-column: 17 / span 8;
    grid-row: 13 / span 4;
}

.pattern2 div:nth-child(n+1) {
    grid-column: 9 / span 16;
    grid-row: 1 / span 8;
}

.pattern2 div:nth-child(n+2) {
    grid-column: 1 / span 8;
    grid-row: 1 / span 4;
}

.pattern2 div:nth-child(n+3) {
    grid-column: 1 / span 8;
    grid-row: 5 / span 4;
}

.pattern2 div:nth-child(n+4) {
    grid-column: 1 / span 16;
    grid-row: 9 / span 8;
}

.pattern2 div:nth-child(n+5) {
    grid-column: 1 / span 8;
    grid-row: 17 / span 4;
}

.pattern2 div:nth-child(n+6) {
    grid-column: 17 / span 8;
    grid-row: 9 / span 4;
}

.pattern2 div:nth-child(n+7) {
    grid-column: 9 / span 8;
    grid-row: 17 / span 4;
}

.pattern2 div:nth-child(n+8) {
    grid-column: 17 / span 8;
    grid-row: 17 / span 4;
}

.pattern2 div:nth-child(n+9) {
    grid-column: 17 / span 8;
    grid-row: 13 / span 4;
}

.toopVault-cta-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
}

.search-navbar {
    background-color: #fff !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}

.search-navbar-items {
    color: #393637;
}

    .search-navbar-items:hover {
        color: #1d1d1d;
    }

.search-pinned-map {
    position: fixed;
    top: 140px;
    right: 0;
    width: 100%;
    height: calc(100vh - 140px);
}

.search-results-property-container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px 48px;
    position: relative;
    margin-top: 165px;
    transform: translate3d(0,0,0);
}

.search-subnav-filters {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    z-index: 1;
    border-top: 1px solid #e7e7e7;
    padding-left: 15px;
    padding-right: 15px;
}

.search-filters-container {
    padding: 25px 15px;
    border-radius: 0px;
    border: none;
    background-color: #fff;
    margin-top: 0;
}

.btn-close-mb {
    padding: 17.5px 25px !important;
}

.search-filter-container {
    padding: 0 !important;
    position: fixed !important;
    /*left: 0 !important;
top: 0 !important;*/
    width: 100% !important;
    z-index: 1;
}

.apply-filters-container-footer {
    padding: 10px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search-results-text {
    margin-top: 35px;
    margin-bottom: 35px;
}

.search-subnav-input {
    max-width: 100%;
    width: 69.5vw;
    margin-right: 15px;
}

    .search-subnav-input input {
        border: 1px solid #ebebeb;
    }

    .search-subnav-input:after {
        content: '\f002';
        font-size: 18px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 700;
        position: absolute;
        left: 17px;
        top: 9.5px;
    }

.pd-search-input input {
    padding: 12px 15px 12px 50px;
}

.pd-12-15 {
    padding: 12px 15px;
}

.mr-15 {
    margin-right: 15px;
}

.grey-outline {
    border: 1px solid #ebebeb;
}

.btn-search-filters {
    background-color: #fff;
}

    .btn-search-filters:hover {
        background-color: rgb(242,242,242);
        border-color: rgb(242,242,242);
    }

    .btn-search-filters.active {
        background-color: #1d1d1d;
        border-color: #1d1d1d;
        color: #fff;
    }

.search-filter-map-text {
    top: 5px;
    margin-right: 5px;
}

.btn-filter-options-container {
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.btn-filter-options-links {
    width: 48px;
    height: 46px;
    border: none;
}

    .btn-filter-options-links:hover {
        color: inherit;
        background-color: rgb(242,242,242);
        border-color: rgb(242,242,242);
        cursor: pointer;
    }

    .btn-filter-options-links.active {
        background-color: #1d1d1d !important;
    }

.btn-filter-set-options {
    padding: 0;
}

.grey-link {
    color: #595959;
}

.dark-link {
    color: #1d1d1d;
}

    .grey-link:hover, .dark-link:hover {
        color: #1d1d1d;
    }

.social-link {
    color: #231f20;
}

    .social-link:hover {
        color: #000;
        text-decoration: none;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 32px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switch-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f2;
    border: 1px solid #ebebeb;
    -webkit-transition: .4s;
    transition: .4s;
}

    .switch-toggle:before {
        position: absolute;
        content: "";
        height: 32px;
        width: 32px;
        border: 1px solid rgb(242,242,242);
        left: -1px;
        bottom: -1px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .switch-toggle {
    background-color: #1d1d1d;
}

input:focus + .switch-toggle {
    box-shadow: 0 0 1px #1d1d1d;
}

input:checked + .switch-toggle:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    border-color: #1d1d1d;
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Rounded sliders */
.switch-toggle.round {
    border-radius: 34px;
}

    .switch-toggle.round:before {
        border-radius: 50%;
    }

.filter-background-bg {
    height: 100vh !important;
    position: fixed !important;
    top: 160px !important;
    left: 0;
    width: 100% !important;
    z-index: 1 !important;
    background: rgba(255, 255, 255, 0.85) !important;
}

.btn-outline-grey {
    color: #505a63;
    border-color: #ebebeb;
}

.btn-filter-options {
    padding: 12px 0;
}

    .btn-filter-options.active {
        background-color: #1d1d1d !important;
        border-color: #1d1d1d !important;
        color: #fff !important;
    }

    .btn-filter-options.preactive {
        background-color: #1d1d1d !important;
        border-color: #1d1d1d !important;
        color: #fff !important;
    }

.filter-divider {
    background-color: #ebebeb;
    height: 1px;
    width: 100%;
    margin: 35px 0;
}

.filter-btn-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 8px 8px;
    margin-bottom: 1px;
}

.slider-handle {
    width: 28px !important;
    height: 28px !important;
    margin-top: -10px !important;
    background-color: #fff !important;
    border: 1px solid #231f20 !important;
    border-radius: 14px !important;
}

    .slider-handle:after {
        content: '\f7a5';
        font-family: 'Font Awesome 6 Pro';
        position: absolute;
        color: #231f20;
        left: 0;
        right: 0;
        margin: 3.5px auto 0;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
    }

    .slider-handle:focus {
        outline: 0;
        border-radius: 14px !important;
    }

.slider {
    height: 3px !important;
    background-color: #231f20 !important;
    border: 1px solid #231f20 !important;
}

.slider-line {
    /*background-color: #fff !important;
border: 1px solid #dee2e6 !important;*/
}

.search-price-filter-container {
    padding: 38px 25px 25px !important;
}

.price-range-input-container div:first-child {
    padding-right: 10px;
}

    .price-range-input-container div:first-child:after {
        content: '\2013';
        position: absolute;
        right: -3.5px;
        top: 10px;
        color: #231f20;
    }

.price-range-input-container div:last-child {
    padding-left: 10px;
}

.apply-filters-container {
    position: absolute;
    left: 0;
    top: 0;
    height: 58px;
    width: 100%;
    background-color: #fff;
    padding-right: 25px;
    border-bottom: 1px solid rgb(235,235,235);
}

.filters-container-overflow {
    width: 100%;
    max-height: calc(100vh - 126px);
    overflow: auto;
    margin-bottom: 68px;
    margin-top: 58px;
    padding: 25px 25px 0;
}

.mobile-toggle-container {
    bottom: 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.mobile-toggle-inner {
    margin: 0 auto;
    background-color: #fff;
    width: 77px;
    height: 35px;
    border-radius: 35px;
    font-size: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.14);
}

.ourcompany-lead-text {
    max-width: 880px;
    font-size: 1.2rem;
    font-weight: 100 !important;
}

.mb-list-map-toggle {
    color: #393637;
}

    .mb-list-map-toggle:active {
        color: #1d1d1d;
    }
/* Buy Page */
/* Blog Page */
.blog-filter-items {
    flex-direction: column;
}

    .blog-filter-items > div {
        margin-bottom: 15px;
    }

.blog-search-container, .blog-button-container {
    max-width: 100%;
}

    .blog-button-container > .active {
        background-color: #000000 !important;
        color: white;
    }

.blog-article-date {
    margin-top: 70px;
    margin-bottom: 35px;
}

#blog-article_richtext h4 {
    max-width: 700px;
    width: 100%;
    margin: 50px auto 0px auto;
}

#blog-article_richtext hr {
    max-width: 700px;
    width: 100%;
    margin: 50px auto 0px auto;
}

#blog-article_richtext h5 {
    max-width: 700px;
    width: 100%;
    margin: 50px auto 30px auto;
    font-size: 18px;
}

.blog-header-inner {
    padding-top: 0;
    padding-bottom: 0;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .blog-header-inner h1 {
        font-size: 52px;
        max-width: 535px;
        margin: 0 auto;
    }

    .blog-header-inner h2 {
        font-size: 32px;
    }

    .blog-header-inner p {
        max-width: 535px;
    }

.blog-lead-heading {
    font-size: 44px;
}

.blog-grey-text {
    color: #939598;
    font-weight: 300;
}


/*Default Media Query for Mobiles*/
.blog-thumb-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 35px 15px;
}

.blog-thumb-container {
    background-color: rgba(0,0,0,0.04);
}

    .blog-thumb-container:hover {
        text-decoration: none;
        box-shadow: 0 0 2rem rgba(0,0,0,0.2);
        transform: scale(1.02);
    }

.blog-thumb-containerInner {
    padding: 25px 45px;
    font-weight: var(--f-weight-light);
}

    .blog-thumb-containerInner h4 {
        font-size: 24px;
    }

.blog-thumb-subtitle {
    font-size: 18px;
}

.blog-thumb-containerInner p:last-child {
    font-weight: var(--f-weight-bold);
}

.blog-date-tag {
    right: 0;
    top: 45px;
    background-color: rgba(0,0,0,0.65);
    color: #fff;
    width: 165px;
    font-weight: 300;
    padding: 3px 15px;
}

.lead-text-blog {
    font-size: 19px;
}

.blog-body-text {
    font-size: 15px;
    font-weight: var(--f-weight-light);
    line-height: 2.1rem;
}

.blog-content-footer p {
    font-size: 16px;
}

    .blog-content-footer p:nth-child(1) {
        font-weight: 300;
    }

.grey-section-heading {
    font-size: 42px;
}

.blog-search-container:before {
    content: '\f002';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: 15px;
    top: 18px;
    z-index: 1;
    color: #c8c7c7;
}

.blog-search-container > div {
    width: 100%;
}

.blog-search-container input {
    padding: 16px 20px 16px 40px;
    font-weight: 300;
}

.blog-image-right {
    margin-right: 15px;
}

.blog-image-left {
    margin-left: 15px;
}

.blog-link {
    color: #939598;
}

    .blog-link:hover {
        text-decoration: none;
        color: #1d1d1d;
    }
/* Blog Page */
/* Sales Partner Page */
.sp-outer-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.salespartner-header {
    background: linear-gradient(180deg, rgba(32,32,32,0) 0%, rgba(32,32,32,0) 60%, rgba(32,32,32,0.4) 80%, rgba(32,32,32,0.4) 100%) !important;
    position: static !important;
}

.salespartner-header-inner {
    padding-top: 50vh; /* mobiles */
}

.salespartner-header-inner-new {
    padding-top: 50vh;
}

.salespartner-header-text {
    max-width: 475px;
    font-size: 3rem;
}

.salespartner-lead-text {
    max-width: 880px;
    font-size: 1.8rem;
    color: #777;
    font-weight: 100 !important;
}

.salespartner-body {
    max-width: 880px;
}

.salespartner-body-text {
    max-width: 880px;
    font-size: 1.6rem;
    color: #777;
    font-weight: 100 !important;
}

.maxw-880 {
    max-width: 880px;
}

.salespartner-details {
    border-bottom: 1px solid rgba(0,0,0,0.25);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.salespartner-profile-img {
    margin-bottom: 1.5rem;
}

.property-thumb-sold-container {
    width: 70px;
    height: 70px;
    z-index: 1;
    top: 15px;
    right: 15px;
}

.grid-sp-thumbnails {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 35px 14px;
}

.sp-thumbnail-container-inner {
    background-color: #fff;
}

.sp-name-subtitle {
    font-size: 1.5rem;
}

.sp-button-cta {
    padding: 14px 0 !important;
}

.divider {
    height: 1px;
    background-color: rgba(0,0,0,1);
    width: 100%;
}

.divider-white {
    height: 1px;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
}

.underline {
    text-decoration: underline;
}

.hover-white:hover {
    color: #FFF !important;
}

.hover-black:hover {
    color: #000 !important;
}

.sp-outline-cta {
    padding: 14px 25px !important;
}

.sp-video-link:hover {
    transform: scale(1.02);
    box-shadow: 0 0 2rem rgba(0,0,0,0.15);
}

.sp-video-link-2:hover {
    transform: scale(1.02);
}

.noscroll {
    overflow: hidden;
}

.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;
    -webkit-transform: translate(500%,0%);
    transform: translate(500%,0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .video-modal .overlay {
        z-index: 0;
        background: rgba(27,27,27,0.82);
        opacity: 0.0;
        -webkit-transition: opacity 0.2s ease-out 0.05s;
        transition: opacity 0.2s ease-out 0.05s;
    }

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: 95vw;
    height: 80vh;
}

.close-video-modal {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

.show-video-modal .video-modal {
    opacity: 1.0;
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
}

    .show-video-modal .video-modal .overlay {
        opacity: 1.0;
    }

.show-video-modal .video-modal-content {
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
}

.video-modal-photos,
.video-modal-photos .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal-photos {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;
    -webkit-transform: translate(500%,0%);
    transform: translate(500%,0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .video-modal-photos .overlay {
        z-index: 0;
        background: rgba(27,27,27,0.82);
        opacity: 0.0;
        -webkit-transition: opacity 0.2s ease-out 0.05s;
        transition: opacity 0.2s ease-out 0.05s;
    }

.show-video-modal-photos .video-modal-photos {
    opacity: 1.0;
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
}

    .show-video-modal-photos .video-modal-photos .overlay {
        opacity: 1.0;
    }

.show-video-modal-photos .video-modal-content {
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
}

.close-photo-modal {
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 2;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.photo-slider-container {
    position: relative;
    z-index: 1;
}

    .photo-slider-container img {
        /*width: 90vw;*/
    }

.fc-image {
    height: 90vh;
}

    .fc-image img, .fc-image picture {
        display: block !important;
        height: 100% !important;
        width: 100% !important;
        object-fit: contain;
    }

 /* Breadcrumb Trail on Join Process */

.cd-multi-steps {
    width: 100%;
    max-width: 640px;
    padding: 0.5em 1em;

    background-color: #edeff0;
    border-radius: .25em;
}

.cd-multi-steps::after {
    clear: both;
    content: "";
    display: table;
}

.cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}

.cd-multi-steps li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0.6em;
    color: #959fa5;
}

.cd-multi-steps li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.cd-multi-steps li > * {
    /* single step */
    display: inline-block;
    font-size: 1rem;
    color: #2c3f4c;
}

.cd-multi-steps li.current > * {
    /* selected step */
    color: #96c03d;
}

.no-touch .cd-multi-steps a:hover {
    /* steps already visited */
    color: #96c03d;
}

.cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
}

.cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
}

.cd-multi-steps li:last-of-type {
    margin-right: 0;
}

.cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 4px;
    background: #edeff0;
    /* reset style */
    margin: 0;
}

.cd-multi-steps li.visited::after {
    background-color: #96c03d;
}

.cd-multi-steps li > *, .cd-multi-steps li.current > * {
    position: relative;
    color: #2c3f4c;
}

.cd-multi-steps.text-topcrumb li  {
    width: 120px;
    text-align: center;
}

.cd-multi-steps.text-topcrumb li > *::before {
    /* this is the spot indicator */
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
}

.cd-multi-steps.text-topcrumb li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
}

.cd-multi-steps.text-topcrumb li.visited > *::before,
.cd-multi-steps.text-topcrumb li.current > *::before,
.cd-multi-steps.text-bottom li.current > *::before {
    background-color: #96c03d;
}

.no-touch .cd-multi-steps.text-topcrumb a:hover {
    color: #96c03d;
}

.no-touch .cd-multi-steps.text-topcrumb a:hover::before {
    box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
}

.cd-multi-steps.text-topcrumb li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
}

.cd-multi-steps.text-topcrumb li > * {
    padding-bottom: 20px;
}

.cd-multi-steps.text-topcrumb li > *::before {
    /* this is the spot indicator */
    bottom: 0;
}

.login-inner-logo-container {
    margin-top: 50px;
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 20px;
}

@media(max-width: 512px) {
    .cd-multi-steps li {
        position: relative;
        float: none;
        margin: 0.4em 15px 0.4em 0;
    }
    .cd-multi-steps.text-topcrumb li {
        width: 90px;
        text-align: center;
    }
    .cd-multi-steps.text-topcrumb li::after {
        /* this is the line connecting 2 adjacent items */
        position: absolute;
        left: 50%;
        /* 40px is the <li> right margin value */
        width: calc(100% + 15px);
    }
    .login-inner-logo-container {
        margin-top: 10px;
        font-size: 30px;
        line-height: 32px;
    }

    .login-new-logo-container {
        margin-top: 70px;
        font-size: 30px;
        line-height: 32px;
    }
}

@media(min-width: 1199px) {
    .login-new-logo-container {
        margin-top: 0px;
        font-size: 30px;
        line-height: 32px;
    }
}

.sp-team-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
}

.sp-member-img {
    max-width: 100%;
}

.sp-team-mob-fcol {
    margin-top: 25px;
    flex-direction: column !important;
}

.sp-member-name {
    margin: 15px auto;
    font-size: 2rem;
    line-height: 1.9rem;
}

.sp-member-name-container {
    position: absolute;
    bottom: 8px;
    z-index: 500;
    color: #FFFFFF !important;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
}

.sp-member-image-area {
    position: relative;
    color: #FFFFFF !important;
}

.sp-member-gradient {
    display: block;
    position: absolute;
    background: linear-gradient(180deg, rgba(32,32,32,0) 0%, rgba(32,32,32,0) 50%, rgba(32,32,32,0.8) 100%) !important;
    z-index: 100;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.sp-member-textarea {
    position: relative;
    color: #333333 !important;
    height: 250px;
    overflow: hidden;
}

.sp-member-textarea-gradient {
    display: block;
    position: absolute;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,1) 100%) !important;
    z-index: 100;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.sp-blog-row {
    max-width: 100%;
}

.sp-blog-overlay {
    position: absolute;
    bottom: 25px;
    left: 15%;
    right: 15%;
    color: #FFFFFF;
    font-size: 1em;
    line-height: 1.3em;
    max-width: 70%;
    z-index: 500;
    text-align: left;
}

.sp-blog-overlay-title {
    position: absolute;
    bottom: 25px;
    left: 15%;
    right: 15%;
    color: #FFFFFF;
    font-size: 1.5em;
    max-width: 70%;
    z-index: 500;
    text-align: left;
}

.sp-blog-overlay-title-small {
    position: absolute;
    bottom: 4em;
    left: 13%;
    right: 17%;
    color: #FFFFFF;
    font-size: 1em;
    max-width: 70%;
    z-index: 500;
    text-align: left;
}

.sp-blog-overlay-arrow {
    position: absolute;
    bottom: 15px;
    left: 75%;
    right: 15%;
    color: #FFFFFF;
    font-size: 2em;
    max-width: 10%;
    z-index: 500;
    text-align: left;
}

.sticky {
    margin: 0;
    padding: 0;
    width: 100%;
    top: 80px;
    position: fixed;
    z-index: 2999;
}

.testimonial-inner-copy {
    max-width: 85%;
    margin: 25px auto;
    color: #999;
    position: relative;
}

    .testimonial-inner-copy:before {
        content: url(../images/quotation-top.svg);
        position: absolute;
        width: 60px;
        z-index: -1;
        left: -29px;
        top: -21px;
        color: #ccc;
    }

    .testimonial-inner-copy:after {
        content: url(../images/quotation-bottom.svg);
        position: absolute;
        width: 60px;
        z-index: -1;
        right: -29px;
        bottom: -21px;
        color: #ccc;
    }

.testimonial-control-prev {
    left: 15px;
    width: auto;
}

.testimonial-control-next {
    right: 15px;
    width: auto;
}

.testimonial-control-next-icon:after {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 34px;
    top: 50%;
    transform: translateY(-50%);
    color: #231f20;
}

.testimonial-control-prev-icon:after {
    content: '\f053';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 34px;
    top: 50%;
    transform: translateY(-50%);
    color: #231f20;
}
/* Sales Partner Page */
/* Property Details */
.property-details-section-top-bottom {
    padding-top: 35px;
    padding-bottom: 35px;
}

.property-details-section-top-bottom-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.property-details-subheader-direction {
    flex-direction: column;
}

.property-details-subheader-bbcs {
}

.prop-details-outline-cta {
    padding: 8px 24px !important;
}

.neighbourhood-snapshot-panel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.neighbourhood-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0px;
}

    .neighbourhood-snapshot-grid div {
        border-radius: 0px;
        border-right: 1px solid #000;
        padding: 35px 25px;
    }

        .neighbourhood-snapshot-grid div:last-child {
            border-radius: 0px;
            border-right: none !important;
            padding: 35px 15px;
        }

.school-neighbourhood-search {
    max-width: 525px;
    margin: 0 auto;
    position: relative;
}

    .school-neighbourhood-search button {
        right: 0;
        top: 4.5px;
        font-size: 16px;
        color: #ced4da !important;
    }

        .school-neighbourhood-search button:hover {
            color: #767676 !important;
        }

        .school-neighbourhood-search button:active {
            color: #767676 !important;
        }

        .school-neighbourhood-search button:focus {
            color: #767676 !important;
        }

.table-schoolList tr:nth-child(even) {
    background-color: #fafafa;
}

.table-schoolList td {
    border-top: none;
}

.prop-details-inspection-list li {
    margin-bottom: 12px;
}

    .prop-details-inspection-list li:last-child {
        margin-bottom: 0;
    }

    .prop-details-inspection-list li button {
        background-color: #fafafa;
        border-radius: 3px;
        padding: 8px 15px;
        color: #1d1d1d;
    }

        .prop-details-inspection-list li button:hover {
            background-color: #F0F0F0;
            color: #231f20;
            text-decoration: none;
        }

.prop-details-info-w {
    width: 150px;
    display: inline-block;
}

.property-details-subheader-info {
    margin-top: 15px;
}

    .property-details-subheader-info div {
        padding: 5px 0 5px 0;
        width: 75px;
        border-right: 1px solid rgba(0,0,0,0.25);
    }

        .property-details-subheader-info div:first-child {
            padding: 5px 0 5px 0;
        }

        .property-details-subheader-info div:last-child {
            padding: 5px 0 5px 0;
            border-right: none;
        }

.btn-prop-dets-solid {
    background-color: #1d1d1d;
    border-radius: 3px;
    color: #fff;
    width: 160px;
    padding: 10px 0;
}

    .btn-prop-dets-solid:hover {
        background-color: #000;
        text-decoration: none;
        color: #fff;
    }

.btn-prop-dets-big-outline {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    width: 130px; /* 175px */
    padding: 12px 0;
}

    .btn-prop-dets-big-outline:hover {
        background-color: #fff;
        color: #1d1d1d;
        text-decoration: none;
    }

.prop-details-features-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 35px 15px;
}

.btn-prop-dets-share {
    background-color: #1d1d1d;
    border-radius: 3px;
    color: #fff;
    padding: 13.5px 16.25px;
}

    .btn-prop-dets-share:hover {
        background-color: #000;
        text-decoration: none;
        color: #fff;
    }

.property-details-header {
    height: 70vh;
    background-color: #fafafa;
}

.bs-property-details-left {
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    z-index: 100;
}

.bs-property-details-right {
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    z-index: 100;
}

    .bs-property-details-left i, .bs-property-details-right i {
        font-size: 34px;
        color: #fff;
        text-shadow: 0 0 3px rgba(0,0,0,0.25);
    }

        .bs-property-details-left i:active, .bs-property-details-left i:active {
            color: #1d1d1d;
            text-shadow: none;
        }

.btn-prop-dets-video, .btn-prop-dets-photos {
    width: 52px;
}

.btn-prop-dets-video {
    padding: 6px 0;
}

.btn-prop-dets-photos-ml-mr {
    margin-left: 10px;
    margin-right: 0;
}

.btn-prop-dets-tc {
    width: 134px;
}

.subheader-panel {
    position: relative;
    z-index: -1;
}

.tc-item {
    padding: .5rem 1.5rem;
}

    .tc-item:active {
        background-color: #1d1d1d;
    }
/* Property Details */
/* Account */
.toop-account-header {
    height: 50vh;
    background-color: #202020;
    background: url(../images/account-header-pattern-small.jpg) repeat;
}

.toop-account-outer-panel {
    padding: 3rem;
    background-color: #fff;
}

.relative {
    position: relative;
}

.toop-account-inner-left i {
    width: 25px;
}

.toop-account-inner-right {
    border-bottom: 1px solid rgba(0,0,0,0.25);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.toop-account-primary-text {
    font-size: 1.25rem;
}

.account-subnav-a {
    padding: 15px;
    color: #767676;
}

    .account-subnav-a.active, .account-subnav-a:hover {
        color: #1b1b1b;
        text-decoration: none;
    }

        .account-subnav-a.active:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 2px;
            bottom: -1px;
            left: 0;
            background-color: #1b1b1b;
        }

.toop-mob-flex-column {
    flex-direction: column;
}

.toop-account-link-container {
    margin-top: 15px;
}

.toop-account-link {
    color: #231f20 !important;
}

.reg-inner-container {
    align-self: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.reg-inner-container-rent {
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
}
.reg-register-container {
    align-self: auto;
    padding-top: 90px;
    padding-bottom: 15px;
}
.reg-login-container {
    align-self: auto;
    padding-top: 160px;
    padding-bottom: 15px;
}
.reg-lonin-container {
    align-self: auto;
    padding-top: 90px;
    padding-bottom: 15px;
}
    .reg-register-container
    /* Account */
    /* Loader */
    .lds-ring {
        display: inline-block;
        position: relative;
        width: 21px;
        height: 21px;
    }

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        margin: 0;
        border: 2px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

.justify-between {
    justify-content: space-between;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* End Loader */
/* Login */
.login-np {
    padding-left: 0;
    padding-right: 0;
}

.loginCarousel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35,31,32,0.5);
    z-index: 1;
}

.loginCarousel-indicators {
    bottom: 0;
    right: auto;
    margin: 0 0 50px 50px !important;
}

.loginCarousel-item {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

    .loginCarousel-item img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
    }

.login-account-wh-container {
    height: 100vh;
    top: 0;
    width: 100vw;
    background-color: #121212;
    z-index: 1;
    overflow: auto;
}

.login-account-wh-container-rent {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #121212;
    z-index: 5;
    overflow: auto;
}

.login-account-wh-container-create {
    height: 100vh;
    top: 0;
    width: 100vw;
    background-color: #FFF;
    z-index: 1;
    overflow: auto;
}

.login-account-wh-container-intro {
    min-height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0);
    z-index: 5;
    overflow: auto;
}

.login-account-img-container {
    display: none;
}

.login-outer-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 550px;
    position: relative;
    z-index: 1;
}

.login-outer-container-rent {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 550px;
    position: relative;
    z-index: 1;
}

.login-outer-container-intro {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 650px;
    position: relative;
    z-index: 1;
}

.account-page-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2,1fr);
}

.login-signin-btn {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 12px 35px !important;
}

.register-btn {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 12px 35px !important;
}
.orinmiddle {
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
}

.login-element-container {
    flex-direction: column;
}

.rural-logo {
    max-height: 200px;
    max-width: 80vw;
}

.white-outline-cta {
    border: 1px solid #fff !important;
    color: #fff !important;
    padding: 14px 35px;
    background-color: transparent;
}

    .white-outline-cta:hover {
        background-color: #fff;
        color: #231f20 !important;
    }

.white-outline-cta-thin {
    border: 1px solid #fff !important;
    color: #fff !important;
    padding: 8px 25px;
    background-color: transparent;
}

    .white-outline-cta-thin:hover {
        background-color: #fff;
        color: #231f20 !important;
    }

.account-grey {
    color: #939598;
}

.bl-outline-cta {
    /*border:1px solid #231f20;*/
    color: #231f20;
}

.minh-video {
    min-height: 340px;
}

.bg-black {
    background-color: #000;
    color: #FFF;
}

.bg-lgrey {
    background-color: #EFEFEF;
}

.contact-options {
    display: flex;
    flex-direction: column;
}

    .contact-options label {
        margin-right: 0;
        margin-bottom: 10px !important;
    }

        .contact-options label:last-child {
            margin-bottom: 0 !important;
        }

.contact-options-rural {
    display: flex;
    flex-direction: row;
}

    .contact-options-rural label {
        margin-right: 10px;
        margin-bottom: 10px !important;
    }


.black-contact-outline-cta {
    border: 1px solid #231f20;
    color: #231f20;
    padding: 8px 16px !important;
}

.black-contact-srwu-cta {
    border: 1px solid #231f20;
    background-color: #231f20;
    color: #fff;
    padding: 8px 16px !important;
}

    .black-contact-srwu-cta:hover {
        border: 1px solid #231f20;
        background-color: transparent;
        text-decoration: none;
        color: #231f20;
        padding: 8px 16px !important;
    }

.leasing-appr-btn {
    margin-left: 20px;
    margin-right: 20px;
}

.community-built-on-talent-panel:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.sign-in-bubble-container:before {
    content: '';
    position: absolute;
    background-color: #231f20;
    width: 45px;
    height: 45px;
    z-index: -1;
}
/* Login */
/* About */
.form-btn-cta {
    width: 235px;
    padding: 14px 0 !important;
}

.inline-form-btn-cta {
    border: 1px solid #231f20 !important;
    color: #231f20 !important;
    background-color: transparent !important;
    margin-right: 25px;
}

    .inline-form-btn-cta:hover {
        border: 1px solid #231f20 !important;
        color: #fff !important;
        background-color: #231f20 !important;
    }

.about-article-container {
    max-width: 500px;
    margin: 0 auto;
}

.lh-about-p {
    line-height: 1.6em;
}

.table-text-pad {
    padding: 1.5rem .75rem !important;
}
/* About */
.account-sign-in-panel {
    margin-bottom: 35px;
}

footer {
    padding: 50px 0;
}

.logo-h {
    height: 40px;
}

.footer-headings {
    font-weight: 400 !important;
    font-size: 16px;
    padding-top: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

    .footer-headings:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #ffffff;
    }

.footer-links li {
    margin-bottom: 25px;
}

.more-heading {
    margin-top: 75px;
}

.footer-links li a {
    color: #ffffff;
    font-weight: 300;
}

    .footer-links li a:hover {
        color: #fefefe;
        font-weight: 400;
    }

.footer-social-panel ul {
    padding: 0;
    margin: 0;
}

    .footer-social-panel ul li {
        width: 34px;
        height: 34px;
    }

        .footer-social-panel ul li a {
            width: inherit;
            height: inherit;
        }

            .footer-social-panel ul li a:hover {
                text-decoration: none;
            }

        .footer-social-panel ul li i {
            font-size: 18px;
        }

.footer-offices {
    font-size: 18px;
}

    .footer-offices h6 {
        font-size: 18px;
        font-family: 'Euclid Circular A SemiBold', sans-serif;
        padding-bottom: 4px;
    }

    .footer-offices p {
        font-weight: var(--f-weight-light);
    }

.buy-panel, .sell-panel {
    padding-top: 30px;
}

/* Footer mobile nav styles */
.footer-fixed {
    position: fixed;
    top: 60px;
    z-index: 5;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0 0 50px 0;
}

.logo-footer-w {
    max-width: 260px;
    width: 100%;
}

.mb-user-toggle-panel {
    display: none;
}

    .mb-user-toggle-panel:after {
        content: '';
        position: absolute;
        background-color: #e6e6e6;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: -1px;
        z-index: 1;
    }

.mb-user-footer {
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #231f20;
}

.mb-user-footer-container {
    padding: 10px 0;
    color: #231f20;
}

    .mb-user-footer-container:hover, .mb-user-footer-container:active {
        color: #231f20;
        text-decoration: none;
    }

.nav-grey {
    background-color: var(--grey-bg);
}

.nav-white {
    background-color: #fff;
}
/* End Footer mobile nav styles */
.d-mb-none {
    display: none;
}


.slider-thumb-arrows {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #231f20;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.14);
}

    .slider-thumb-arrows i {
        font-size: 24px;
    }

    .slider-thumb-arrows:hover {
        background-color: #fff;
        text-decoration: none;
        color: #000;
    }

    .slider-thumb-arrows:active, .slider-thumb-arrows:focus {
        background-color: #fff;
        text-decoration: none;
        color: #000;
        outline: 0;
        box-shadow: 0 1px 1px 1px rgba(0,0,0,0.5);
    }

.slider-thumb-arrow-left {
    left: -10px;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.slider-thumb-arrow-right {
    right: -10px;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.background-gradient-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(35,31,32,0) 0%, rgba(25,22,22,0) 66%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(rgba(35,31,32,0) 0%, rgba(25,22,22,0) 66%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(rgba(35,31,32,0) 0%, rgba(25,22,22,0) 66%, rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00231f20', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.property-details-gradient {
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(35,31,32,0) 0%, rgba(25,22,22,0) 66%, rgba(0,0,0,0.35) 100%);
    background: -o-linear-gradient(rgba(35,31,32,0) 0%, rgba(25,22,22,0) 66%, rgba(0,0,0,0.35) 100%);
    background: linear-gradient(rgba(35,31,32,0) 0%, rgba(25,22,22,0) 66%, rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00231f20', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.info-panel-thumbnail {
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,0.10);
    padding: 0 25px;
}

.search-pagination {
    justify-content: center;
}

    .search-pagination li:first-child {
        margin-left: 0;
        margin-right: 8px;
    }

    .search-pagination li:last-child {
        margin-left: 8px;
        margin-right: 0;
    }

    .search-pagination li {
        margin-left: 8px;
        margin-right: 8px;
    }

.search-page-link {
    width: 32px;
    height: 32px;
    padding: 0;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #231f20;
    border: none;
    background-color: transparent;
}

.search-page-item.active .search-page-link {
    background-color: #231f20;
    border-color: #231f20;
    color: #fff;
    width: 32px;
    height: 32px;
}

.search-page-item:last-child .search-page-link, .search-page-item:first-child .search-page-link {
}

.search-page-item.disabled .search-page-link {
    background-color: transparent;
}

.search-page-link:hover {
    color: inherit;
    background-color: transparent;
    border-color: none;
    text-decoration: underline;
}

.team-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 10px;
}

.person-inner-cta div {
    width: 100%;
    margin-bottom: 5px;
}

    .person-inner-cta div:first-child {
        margin-right: 0;
    }

    .person-inner-cta div:last-child {
        margin-left: 0;
    }

.landlordAdviceFaq .card-header {
    background-color: #fff;
}

    .landlordAdviceFaq .card-header:hover {
        background-color: rgba(0,0,0,0.03);
    }

    .landlordAdviceFaq .card-header .btn-link {
        color: #231f20;
        text-decoration: none;
        font-weight: 600;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
        text-align: left;
    }

        .landlordAdviceFaq .card-header .btn-link:hover {
            color: #000;
        }

.hide-under-996 {
    display: none;
}

@media(min-width:1366px) {
    .team-profile-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(300px, 1fr));
        grid-gap: 35px 35px;
    }
    .new-rural-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .person-inner-cta div {
        width: 32%;
    }

        .person-inner-cta div:first-child {
            margin-right: 5px;
        }

        .person-inner-cta div:last-child {
            margin-left: 5px;
        }
}


.slider-row-properties {
    overflow-x: hidden;
    margin: 0 15px;
}

.sp-inner-person-container {
    min-width: 100%;
    width: 100%;
    padding: 0 15px;
}
/*.fc-image img, .fc-image picture {
display: block !important;
height: auto !important;
max-width: 100% !important;
}*/
.careers-job-description-container {
    margin-top: 60px;
    margin-bottom: 60px;
}

.share-dropdown-container {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    height: 0;
    opacity: 0;
    top: 55px !important;
    right: 0 !important;
    width: 128px !important;
}

.copy-notification-container {
    padding: 14.5px 10px;
    background-color: #231f20;
    width: 148px;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

    .copy-notification-container.active {
        opacity: 1;
        visibility: visible;
        right: 52px;
    }

.m-wb-input {
    padding: 12px 8px;
    height: auto;
    font-size: 16px;
}

.m-form-gap {
    margin-bottom: 19px;
}

.m-wb-input:focus {
    border-color: rgba(35,31,32,.5);
    box-shadow: 0 0 1rem rgba(35,31,32,.05);
}

.m-landlord-img-panel {
    overflow: hidden;
    position: relative;
    min-height: 100%;
    height: 100vh;
    min-width: 490px;
    background-image: url(https://media.toop.com.au/photos2019/2019/2034814/2034814-485601-1620x1080.jpg);
    background-size: cover;
    display: none;
}

    .m-landlord-img-panel img {
        z-index: 1;
        margin: 15px 0 0 15px;
    }

    .m-landlord-img-panel:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(35,31,32,.5);
    }

.btn-m-submit {
    padding: 11px 34px;
    background-color: #231f20;
    color: #FFFFFF;
}

    .btn-m-submit:hover {
        background-color: #0e0c0c;
    }

.m-l-grey {
    color: #5f6061;
}

.m-t-c-p a {
    color: inherit;
    text-decoration: underline;
}

    .m-t-c-p a:hover {
        color: #231f20;
    }

.pricing-table-container {
    max-width: 1200px;
}

.landlord-form-container {
    max-width: 540px;
    padding: 0 15px;
}

.m-form-container > div label, .m-form-container > div input, .m-form-container > div > button, .m-form-container > div > p, .m-form-container > div > div, .m-form-container > div > h3 {
    opacity: 0;
    transform: translateX(18px);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
}

.m-form-container.active > div h3 {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
}

.m-form-container.active > div p {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) .065s;
}

.m-form-container.active > div:nth-of-type(2) label {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) .13s;
}

.m-form-container.active > div:nth-of-type(2) input {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) .19s;
}

.m-form-container.active > div:nth-of-type(3) label {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) .19s;
}

.m-form-container.active > div:nth-of-type(3) input {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) .25s;
}

.m-form-container.active > div:nth-of-type(4) label {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) .25s;
}

.m-form-container.active > div:nth-of-type(4) input {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) .31s;
}

.m-form-container.active > div:nth-of-type(5) label {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) .25s;
}

.m-form-container.active > div:nth-of-type(5) input {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) .31s;
}

.m-form-container.active > div:nth-of-type(6) label {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) .31s;
}

.m-form-container.active > div:nth-of-type(6) div {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) .37s;
}
/*.m-form-container.active>div:nth-of-type(6) input {
	opacity:0;
	transform:translateX(0);
	transition:all 1s cubic-bezier(.19, 1, .22, 1) .37s;
}*/

.m-form-container.active > div:nth-of-type(6) button {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) .43s;
}

.m-form-container.active > div:nth-of-type(7) p {
    opacity: 1;
    transform: translateX(0);
    transition: all .8s cubic-bezier(.19, 1, .22, 1) .49s;
}

.pricing-table-blue {
    background-color: #d0f0fd;
}

.pricing-table-yellow {
    background-color: #ffeec5;
}

.pricing-table-bl {
    background-color: rgb(51,51,51);
}

.pricing-table-padding {
    padding-top: 7px;
    padding-bottom: 7px;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-justify-end {
    justify-content: end;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-auto {
    flex: 1 1 auto;
}

.pricing-table-bt {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-table-bb {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pt-pd-15 {
    padding: 15px;
}

.fs-20 {
    font-size: 20px;
}

.fs-30 {
    font-size: 30px;
}

.btn-pricing-pad {
    padding: 8px 16px;
}

.pricing-table-prehover:hover .pricing-table-hover {
    opacity: 1;
}

.pricing-table-hover {
    background-color: rgba(0,0,0,0.05);
    width: 84%;
    left: 8.333333%;
    top: 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.padding-l-r-15 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.btn-outline-yellow {
    border-color: #ccbe9d;
    color: #998e76;
}

    .btn-outline-yellow:hover {
        background-color: #f5c45e;
        border-color: #f5c45e;
    }

.get-in-touch-link {
    color: #428bca;
}

    .get-in-touch-link:hover {
        text-decoration: none;
    }

        .get-in-touch-link:hover span {
            background-color: #0056b3;
        }

    .get-in-touch-link span {
        bottom: -3px;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #428bca;
    }

.mbp-5 {
    margin-bottom: 5px;
}

.mbp-8 {
    margin-bottom: 8px;
}

.mtp-10 {
    margin-top: 10px;
}

.mrp-spacing {
    margin-right: 5px;
}

.btn-link-grey {
    color: #333;
}

.btn-link-ph {
    padding: 0;
}

    .btn-link-ph span {
        margin-left: 2px;
    }

    .btn-link-ph:active, .btn-link-ph:focus {
        text-decoration: none;
    }

.pt-35 {
    padding-top: 35px;
}

.pb-7 {
    padding-bottom: 7px;
}

.pricing-table-container-ph {
    padding: 25px 30px 15px;
    margin-bottom: 15px;
}

.switch-pricing:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    border: none !important;
    left: 2px;
    bottom: 2.5px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-color: #1d1d1d;
    content: '' !important;
}

.switch-pricing {
    background-color: #231f20;
}

    .switch-pricing:before {
        border-color: #231f20;
    }

input:checked + .switch-pricing {
    background-color: #231f20;
}

    input:checked + .switch-pricing:before {
        -webkit-transform: translateX(16px) !important;
        -ms-transform: translateX(16px) !important;
        transform: translateX(16px) !important;
        border-color: #231f20;
    }

.save-per-week-info {
    bottom: 21px;
    left: 30px;
}

.width-16 {
    width: 16px;
}

.btn-m-submit:disabled {
    background-color: rgba(35,31,32,.50);
    border-color: rgba(35,31,32,.10);
}

.ten-header-btn {
    margin-top: .75rem !important;
}

.profile-description-image, .profile-description-image-sq1, .profile-description-image-sq2 {
    margin-bottom: 10px;
}

.d-1420-show {
    display: inline-block !important;
}

.d-1420-none {
    display: none !important;
}

.black-link {
    color: #333;
    text-decoration: none;
}

    .black-link a {
        color: #333;
    }

        .black-link a:hover {
            color: #333;
        }

.img-max-80 {
    max-width: 80% !important;
    margin: 0 auto;
}

/*Media Subsets here*/
@media (min-width: 576px) {
    .w-sm-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #newprofilebuttonsgroup {
        flex-direction: row;
    }

    .section-heading {
        font-size: var(--heading-size);
        margin-bottom: 40px;
    }

    .section-heading-smaller {
        font-size: var(--heading-size-smaller);
        padding-left: 20px !important;
    }

    .home-header-inner {
        padding-top: 250px;
        padding-bottom: 145px;
    }

    .trusted-agent-panel-inner {
        margin-left: 100px;
        margin-right: 100px;
    }

    /*.feature-listing-slide {
    width: 70%;
    height: 790px !important;
}*/
    .fl-property-overlay {
        background-color: rgba(0,0,0,.55);
        padding: 40px 70px;
    }

    .swiper-button-prev {
        left: 55px;
    }

    .swiper-button-next {
        right: 55px;
    }

    .logo-h {
        height: 40px;
    }

    .header-search-panel {
        display: grid;
        grid-template-columns: [searchinput] 7.8fr [searchbutton] 2.25fr;
        grid-gap: 18px;
        max-width: 922px;
        margin: 0 auto;
        margin-top: 1.786rem;
        flex-wrap: unset;
    }

        .header-search-panel div:nth-child(1) {
            flex-basis: unset;
        }

        .header-search-panel div:nth-child(2) {
            flex-basis: unset;
            margin-left: initial;
        }

        .header-search-panel div:nth-child(3) {
            margin-left: initial;
            margin-top: 0;
        }

    .blog-header-inner {
        padding-top: 180px;
        padding-bottom: 100px;
        height: auto;
    }

    .blog-article-date {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .btn-prop-dets-video {
        width: 175px;
    }

    .btn-prop-dets-photos {
        width: 160px;
    }

    .btn-prop-dets-photos-ml-mr {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .sp-blog-overlay {
        font-size: 1.5em;
        line-height: 1.3em;
    }

    .sp-blog-overlay-title {
        font-size: 3em;
    }

    .sp-blog-overlay-title-small {
        font-size: 1em;
        bottom: 6em;
        left: 15%;
        right: 15%;
    }

    .sp-blog-overlay-arrow {
        font-size: 5em;
    }

    .signature-tall {
        font-size: 40px !important;
    }
}

@media (max-width: 580px) {
    .blog-header-inner h1 {
        font-size: 32px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .smallerheaderonmobiles {
        font-size: 38px !important;
    }
    .new-rural-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/*Tablets*/
@media (min-width: 768px) {
    
    .maxw-33 {
        width: 33%;
        max-width: 33%;
    }
    .maxw-25 {
        width: 25%;
        max-width: 25%;
    }
    .flexAwards {
        display: flex;
        flex-direction: row;
        place-content: start;
        place-items: center;
        width: 90%;
        gap: 1.25rem;
        min-height:60px;
    }
    .w-md-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-invest-btn {
        border-radius: var(--br-sm);
        border: 1px solid #fff;
        margin-top: 3.571rem;
        padding: 15px 50px;
        color: #fff;
    }

    .ten-header-btn {
        margin-top: 3.751rem !important;
    }
    /*.fc-image img, .fc-image picture {
    display: block !important;
    height: auto !important;
    width:80% !important;
    margin:0 auto !important;
       
}*/
    .grid-home-thumbnails {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 14px;
        padding: 0 14px;
    }

    .grid-sp-thumbnails {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 14px;
    }

    /*.feature-listing-slide {
    width: 70%;
    height: 390px !important;
}*/

    .logo-h {
        height: 40px;
    }

    .nav-logo {
        height: 30px;
    }

    .clear-navbar {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 6;
        height: 80px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .mb-nav-container {
        top: 20px;
    }

    .toggle-weekly-options {
        margin-bottom: 100px;
    }

    .toggle-nav-link {
        width: 130px;
        border: 1px solid var(--dgrey-bg);
        color: var(--dgrey-text);
        border-radius: var(--br-sm) !important;
        margin: 0 25px;
        padding: 9px 0;
        font-size: 16px;
    }

    .blog-thumb-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 35px 35px;
    }

    .blog-header-inner h1 {
        font-size: 52px;
        max-width: 535px;
        margin: 0 auto;
    }

    .blog-filter-items {
        flex-direction: row;
    }

        .blog-filter-items > div {
            margin-bottom: 0;
            cursor: pointer;
        }

            .blog-filter-items > div:nth-child(1) {
                margin-right: 50px;
            }

            .blog-filter-items > div:nth-child(2) {
                margin-right: 10px;
            }

            .blog-filter-items > div:nth-child(3) {
                margin-left: 10px;
                margin-right: 10px;
            }

            .blog-filter-items > div:nth-child(4) {
                margin-left: 10px;
                margin-right: 10px;
            }

            .blog-filter-items > div:nth-child(5) {
                margin-left: 10px;
                margin-right: 10px;
            }

            .blog-filter-items > div:nth-child(6) {
                margin-left: 10px;
                margin-right: 10px;
            }

            .blog-filter-items > div:nth-child(7) {
                margin-left: 10px;
            }

    .blog-search-container {
        max-width: 343px;
    }

    .blog-button-container {
        max-width: 174px;
    }

    .property-thumbnail-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 60px 35px;
    }

    .property-thumbnail-sp-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 60px 35px;
    }

    .property-masonry-view-container {
        display: grid;
        grid-gap: 3px;
        grid-template-columns: repeat(24, 1fr);
        grid-template-rows: repeat(20, 60px);
        margin-bottom: 3px;
    }

    .search-pinned-map {
        position: fixed;
        top: 160px;
        right: 0;
        width: 100%;
        height: calc(100vh - 160px);
    }

    .search-results-property-container {
        width: 100%;
        max-width: 100%;
        padding: 0 24px 48px;
        position: relative;
        margin-top: 185px;
        transform: translate3d(0,0,0);
    }

    .search-subnav-filters {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        z-index: 1;
        border-top: 1px solid #e7e7e7;
        padding-left: 35px;
        padding-right: 35px;
    }

    .search-results-text {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .search-subnav-input {
        max-width: 100%;
        width: 460px;
        margin-right: 35px;
    }



    .search-filter-container {
        padding: 0 !important;
    }

    .filter-options-container-overflow {
        padding: 25px 25px 0;
    }

    .apply-filters-container-footer {
        padding: 10px 25px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        background-color: #fff;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

        .apply-filters-container-footer.dark-cta {
            padding: 10px 22px;
        }

    .filters-container-overflow {
        width: 475px;
        max-height: 725px;
        overflow: auto;
        margin-bottom: 68px;
        margin-top: 0;
    }

    .property-details-subheader-direction {
        flex-direction: row;
    }

    .property-details-subheader-bbcs {
        margin-left: auto;
    }

    .property-details-subheader-info {
        margin-top: 0;
    }

    .bs-property-details-left {
        top: 50%;
        transform: translateY(-50%);
        left: 50px;
        z-index: 100;
    }

    .bs-property-details-right {
        top: 50%;
        transform: translateY(-50%);
        right: 50px;
        z-index: 100;
    }

    .btn-prop-dets-video {
        padding: 12px 0;
    }

    .toop-mob-flex-column {
        flex-direction: row;
    }

    .toop-account-link-container {
        margin-top: 0;
    }

    .sp-team-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 0 35px;
    }

    .salespartner-profile-img {
        margin-bottom: 1.5rem;
    }

    .popup-panel {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 6rem auto;
        max-width: 625px;
        overflow-x: hidden;
        background-color: #fff;
        z-index: 2000;
        opacity: 0;
        transform: translateY(25px);
    }

    .popup-panel-inner-panel {
        padding: 0 15px 10px;
    }

    .slider-row-properties {
        overflow-x: hidden;
        margin: 0 80px;
    }

    .slider-thumb-arrow-left {
        left: 45px;
        z-index: 1;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .slider-thumb-arrow-right {
        right: 45px;
        z-index: 1;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
}

/*Wide Tablets*/
@media (min-width: 992px) {

    .mb-hide {
        display: inherit;
    }

    .flex-switch {
        display: flex;
        flex-direction: row;
    }

    .desk-hide {
        display: none;
    }

    .feature-listing-outer {
        display: flex;
        flex-direction: row;
    }

    .feature-listing-panel {
        width: 50%;
        max-width: 50%;
    }

    .feature-listing-panel-rural {
        width: 75%;
        max-width: 75%;
    }

    .video-mb {
        margin-bottom: 0;
    }

    .w-lg-66 {
        width: 66%;
    }

    .typewrite > .wrap:after {
        position: absolute;
        content: '';
        height: 60px !important;
        margin-top: 8px !important;
        width: 2px;
        background-color: #fff !important;
    }

    .account-sign-in-panel {
        margin-bottom: 0;
    }

    input, textarea, select {
        font-size: 14px !important;
    }
    /*.fc-image img, .fc-image picture {
    display: block !important;
    height: auto !important;
    width: 63% !important;
    margin: 0 auto !important;
}*/
    .contact-options {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        .contact-options label {
            margin: 0 7.5px !important;
        }

            .contact-options label:last-child {
                margin-bottom: 0 !important;
            }

    .w-lg-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .grid-home-thumbnails {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 14px;
        padding: 0 14px;
    }

    .grid-sp-thumbnails {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 14px;
    }

    .logo-h {
        height: 40px;
    }

    .blog-thumb-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 35px 35px;
    }

    .blog-image-right {
        margin-right: 35px;
    }

    .blog-image-left {
        margin-left: 35px;
    }

    .image-fluid-constrained {
        max-width: 600px;
    }

    .property-masonry-view-container {
        display: grid;
        grid-gap: 3px;
        grid-template-columns: repeat(24, 1fr);
        grid-template-rows: repeat(24, 22px);
        margin-bottom: 3px;
    }

    .property-masonry-item-hover-inner {
        padding: 30px 35px;
        border: 1px solid rgba(255,255,255,.5);
    }

    .pattern1 div:nth-child(n+1) {
        grid-column: 1 / span 7;
        grid-row: 1 / span 8;
    }

    .pattern1 div:nth-child(n+2) {
        grid-column: 8 / span 12;
        grid-row: 1 / span 12;
    }

    .pattern1 div:nth-child(n+3) {
        grid-column: 20 / span 5;
        grid-row: 1 / span 6;
    }

    .pattern1 div:nth-child(n+4) {
        grid-column: 20 / span 5;
        grid-row: 7 / span 6;
    }

    .pattern1 div:nth-child(n+5) {
        grid-column: 1 / span 7;
        grid-row: 9 / span 8;
    }

    .pattern1 div:nth-child(n+6) {
        grid-column: 1 / span 7;
        grid-row: 17 / span 8;
    }

    .pattern1 div:nth-child(n+7) {
        grid-column: 8 / span 5;
        grid-row: 13 / span 6;
    }

    .pattern1 div:nth-child(n+8) {
        grid-column: 8 / span 5;
        grid-row: 19 / span 6;
    }

    .pattern1 div:nth-child(n+9) {
        grid-column: 13 / span 12;
        grid-row: 13 / span 12;
    }

    .grid-home-thumbnails {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 14px;
        padding: 0 14px;
    }

    .grid-sp-thumbnails {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 14px;
    }

    .logo-h {
        height: 40px;
    }

    .blog-image-right {
        margin-right: 35px;
    }

    .blog-image-left {
        margin-left: 35px;
    }

    .property-masonry-item-hover-inner {
        padding: 30px 35px;
        border: 1px solid rgba(255,255,255,.5);
    }

    .pattern1 div:nth-child(n+1) {
        grid-column: 1 / span 7;
        grid-row: 1 / span 8;
    }

    .pattern1 div:nth-child(n+2) {
        grid-column: 8 / span 12;
        grid-row: 1 / span 12;
    }

    .pattern1 div:nth-child(n+3) {
        grid-column: 20 / span 5;
        grid-row: 1 / span 6;
    }

    .pattern1 div:nth-child(n+4) {
        grid-column: 20 / span 5;
        grid-row: 7 / span 6;
    }

    .pattern1 div:nth-child(n+5) {
        grid-column: 1 / span 7;
        grid-row: 9 / span 8;
    }

    .pattern1 div:nth-child(n+6) {
        grid-column: 1 / span 7;
        grid-row: 17 / span 8;
    }

    .pattern1 div:nth-child(n+7) {
        grid-column: 8 / span 5;
        grid-row: 13 / span 6;
    }

    .pattern1 div:nth-child(n+8) {
        grid-column: 8 / span 5;
        grid-row: 19 / span 6;
    }

    .pattern1 div:nth-child(n+9) {
        grid-column: 13 / span 12;
        grid-row: 13 / span 12;
    }

    .pattern2 div:nth-child(n+1) {
        grid-column: 1 / span 12;
        grid-row: 1 / span 12;
    }

    .pattern2 div:nth-child(n+2) {
        grid-column: 13 / span 5;
        grid-row: 1 / span 6;
    }

    .pattern2 div:nth-child(n+3) {
        grid-column: 13 / span 5;
        grid-row: 7 / span 6;
    }

    .pattern2 div:nth-child(n+4) {
        grid-column: 18 / span 7;
        grid-row: 1 / span 8;
    }

    .pattern2 div:nth-child(n+5) {
        grid-column: 1 / span 5;
        grid-row: 13 / span 6;
    }

    .pattern2 div:nth-child(n+6) {
        grid-column: 1 / span 5;
        grid-row: 19 / span 6;
    }

    .pattern2 div:nth-child(n+7) {
        grid-column: 6 / span 12;
        grid-row: 13 / span 12;
    }

    .pattern2 div:nth-child(n+8) {
        grid-column: 18 / span 7;
        grid-row: 9 / span 8;
    }

    .pattern2 div:nth-child(n+9) {
        grid-column: 18 / span 7;
        grid-row: 17 / span 8;
    }

    .sp-outline-cta {
        padding: 14px 75px !important;
    }

    .sp-blog-row {
        max-width: 996px;
        margin: 0 auto;
    }

    .hide-under-996 {
        display: block;
    }

    .search-results-property-container {
        width: 100%;
        max-width: 100%;
        padding: 0 24px 48px;
        background-color: #fafafa;
        position: relative;
        margin-top: 185px;
        transform: translate3d(0,0,0);
    }

    .agent-flex-row {
        flex-direction: row !important;
    }

        .agent-flex-row img {
            width: 181px;
        }

        .agent-flex-row div:first-child {
            margin-right: 50px;
        }

    .agent-flex-inner {
        width: 450px;
    }

    .neighbourhood-snapshot-grid {
        grid-template-columns: repeat(4,1fr);
        grid-gap: 0px;
    }

    .photo-slider-container img {
        /*width: 60vw;*/
        height: 80vh;
    }

    .salespartner-profile-img {
        margin-bottom: 0;
    }

    .sp-team-mob-fcol {
        flex-direction: row !important;
    }



    .testimonial-inner-copy {
        max-width: 825px;
        margin: 25px auto;
        color: #999;
        position: relative;
    }

        .testimonial-inner-copy:before {
            content: url(/Content/images/quotation-top.svg);
            position: absolute;
            width: 60px;
            z-index: -1;
            left: -48px;
            top: -21px;
            color: #ccc;
        }

        .testimonial-inner-copy:after {
            content: url(/Content/images/quotation-bottom.svg);
            position: absolute;
            width: 60px;
            z-index: -1;
            right: -48px;
            bottom: -21px;
            color: #ccc;
        }

    .testimonial-control-prev {
        left: 30px;
        width: auto;
    }

    .testimonial-control-next {
        right: 30px;
        width: auto;
    }

    .testimonial-control-next-icon:after {
        content: '\f054';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 300;
        font-size: 34px;
        top: 50%;
        transform: translateY(-50%);
        color: #231f20;
    }

    .testimonial-control-prev-icon:after {
        content: '\f053';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 300;
        font-size: 34px;
        top: 50%;
        transform: translateY(-50%);
        color: #231f20;
    }

    /* We are currently in the media query > 992px */

    .login-account-wh-container {
        height: 100%;
        top: 0;
        width: 50vw;
        background-color: #121212;
        z-index: 1;
    }

    .login-account-wh-container-rent {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 50vw;
        background-color: rgba(0,0,0,.75);
        z-index: 5;
    }

    .login-account-wh-container-create {
        height: 100%;
        top: 0;
        width: 50vw;
        background-color: #FFF;
        z-index: 1;
    }

    .login-account-wh-container-intro {
        display: flex;
        height: 100%;
        min-height: 100vh;
        position: relative;
        left: 0;
        top: 0;
        width: 100vw;
        background-color: rgba(0,0,0);
        z-index: 5;
    }

    .login-account-img-container {
        height: 100% !important;
        min-height: 100vh !important;
        display: block !important;
        z-index: -2 !important;
        top: 0 !important;
        left: 0 !important;
    }

    .login-outer-container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 750px;
        position: relative;
        z-index: 1;
    }

    .login-outer-container-intro {
        width: 50vw;
        min-width: 50vw;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .login-mw-container {
        max-width: 550px !important;
    }

    .login-signin-btn {
        width: auto;
        display: inline-block;
        margin-left: auto;
        margin-bottom: 0;
        padding: 12px 35px !important;
    }
    .register-btn {
        width: auto;
        display: inline-block;
        margin-bottom: 0;
        padding: 12px 35px !important;
    }

    .justify-between {
        justify-content: space-between;
    }
    .orinmiddle {
        width: auto;
        display: inline-block;
        margin-bottom: 0;
    }

    .login-element-container {
        flex-direction: row;
    }

    .featured-prop-star {
        right: 20px;
        top: 23px;
        z-index: 5;
    }

    .form-control-info {
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-left: 0px solid white;
        border-bottom-right-radius: .25rem;
        border-top-right-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        padding-right: 5px;
        align-content: center;
        align-items: center;
    }

    .featured-prop-star i {
        font-size: 20px;
    }

    .header-bigtitle {
        font-size: 60px;
        max-width: 100%;
        margin: 0 auto;
    }

    .account-list-items {
        color: #383536;
        padding: 12.5px 20px;
        line-height: 0;
        font-weight: 300;
    }

    .share-dropdown-container {
        background-color: #fff;
        overflow: hidden;
        box-shadow: 0 0 2px rgba(0,0,0,0.5);
        height: 0;
        opacity: 0;
        top: 55px !important;
        right: 0 !important;
        width: 128px !important;
    }

    .account-dropdown-container {
        background-color: #fff;
        overflow: hidden;
        right: 10px;
        top: 90px;
        box-shadow: 0 0 2px rgba(0,0,0,0.5);
        height: 0;
        opacity: 0;
        position: absolute;
        width: auto;
    }

        .account-dropdown-container.active {
            height: 80px;
            opacity: 1;
        }
    .info-dropdown-container {
        background-color: #fff;
        overflow: hidden;
        left: 10px;
        top: 90px;
        box-shadow: 0 0 2px rgba(0,0,0,0.5);
        height: 0;
        opacity: 0;
        position: absolute;
        width: auto;
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

        .info-dropdown-container.active {
            height: 110px;
            opacity: 1;
        }
    .share-dropdown-container.active {
        height: 120px;
        opacity: 1;
    }

    .account-dropdown-container ul li, .share-dropdown-container ul li {
        opacity: 0;
        transform: translateX(25px);
        transition: all 420ms cubic-bezier(.165,.84,.44,1);
    }
    .account-dropdown-container-info.active {
        height: 120px !important;
    }
    .account-dropdown-container.active ul li, .share-dropdown-container.active ul li {
        opacity: 1;
        transform: translateX(0px);
        transition: all 420ms cubic-bezier(.165,.84,.44,1);
        transition-delay: 320ms;
    }

        .account-dropdown-container.active ul li:nth-child(2), .share-dropdown-container.active ul li:nth-child(2) {
            opacity: 1;
            transform: translateX(0px);
            transition: all 420ms cubic-bezier(.165,.84,.44,1);
            transition-delay: 350ms;
        }

        .account-dropdown-container.active ul li:nth-child(3), .share-dropdown-container.active ul li:nth-child(3) {
            opacity: 1;
            transform: translateX(0px);
            transition: all 420ms cubic-bezier(.165,.84,.44,1);
            transition-delay: 410ms;
        }

    .toop-account-header {
        height: 50vh;
    }

    .team-profile-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(300px, 1fr));
        grid-gap: 10px 10px;
    }

    .buy-panel, .sell-panel {
        padding-top: 0;
    }

    .reg-inner-container {
        align-self: center;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 650px;
        width: 650px;
        margin: 0 auto;
    }

    .sp-inner-person-container {
        min-width: 33%;
        width: 33%;
        padding: 0 8px;
    }
    .reg-register-container {
        align-self: center;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 650px;
        width: 650px;
        margin-top: 120px;
        margin-left: auto;
        margin-right: auto;
    }
    .sp-inner-person-container-50 {
        min-width: 50% !important;
        width: 50% !important;
        padding: 0 8px;
    }

    .m-landlord-img-panel {
        display: block;
        min-width: 300px;
    }

    .landlord-form-container {
        max-width: 540px;
        padding: 0;
    }

    .save-per-week-info {
        bottom: 35px;
        left: 5px;
    }

    .img-max-80 {
        max-width: 100% !important;
    }
}

@media (min-width:1242px) {
    .oneOrTwo {
        grid-column: span 6 / span 12;
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
    .flexAwards {
        display: flex;
        flex-direction: row;
        place-content: start;
        place-items: center;
        width: 70%;
        gap: 1.25rem;
    }
    .testimonialContainer {
        padding: 8.25rem;
        gap: 2.25rem;
    }
    .search-filters-container {
        padding: 25px;
        border: 1px solid #ddd;
        background-color: #fff;
        margin-top: 16px;
        position: absolute !important;
        width: inherit !important;
        /*top: inherit !important;
    left: inherit !important;*/
        z-index: 2;
    }

    .mb-nav-container {
        display: none !important;
    }

    .feature-listing-text-panel {
        padding: 40px 0px !important;
    }
}

/*Desktops*/
@media (min-width: 1243px) {
    .w-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mr-xl-35 {
        margin-right: 35px !important;
    }

    .m-wb-input {
        padding: 12px 8px;
        height: auto;
        font-size: 14px;
    }

    .m-landlord-img-panel {
        display: block;
        min-width: 490px;
    }

    .landlord-form-container {
        max-width: 540px;
        padding: 0;
    }

    .pricing-table-container {
        max-width: 1355px;
    }
    /*.fc-image img, .fc-image picture {
    display: block !important;
    height: auto !important;
    width: 56% !important;
    margin: 0 auto !important;
}*/
    .search-pinned-map {
        position: fixed;
        top: 160px;
        right: 0;
        width: 34%;
        height: calc(100vh - 160px);
    }

    .zi-xl-2 {
        z-index: 2 !important;
    }

    .trusted-agent-panel-inner {
        align-items: flex-end;
    }

    .feature-listing-slide {
        width: 100%;
        height: calc(60vh - 80px) !important;
    }

    .logo-h {
        height: 50px;
    }

    .blog-thumb-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 35px 35px;
    }

    footer {
        padding: 100px 150px;
    }

    .property-thumbnail-grid {
        display: grid;
        /*grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));*/
        grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
        grid-gap: 60px 45px;
    }

    .property-thumbnail-sp-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 60px 45px;
        margin: 0 auto;
        max-width: 1400px;
    }

    .team-profile-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(360px, 1fr));
        grid-gap: 35px 35px;
    }

    .salespartner-header-inner {
        padding-top: 40rem;
    }

    .salespartner-header-inner-new {
        padding-top: 72vh;
    }

    .grid-home-single-row-thumbnails {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 14px;
        padding: 0 80px;
    }

    .whats-on-nav {
        margin-bottom: 50px;
    }

    .whats-on-login-container {
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .featured-listing-text {
        max-width: 430px;
        padding-left: 0;
        padding-right: 0;
    }


    .toop-video-bg {
        object-position: top;
    }

    .property-masonry-view-container {
        display: grid;
        grid-gap: 3px;
        grid-template-columns: repeat(24, 1fr);
        grid-template-rows: repeat(24, 54px);
        margin-bottom: 3px;
    }

    .profile-content-wrapper {
        position: relative;
    }

    .profile-description-image {
        width: 400px !important;
        position: absolute;
        display: inline-block;
        top: 10px;
        right: 0;
    }

    .profile-description-image-sq1 {
        width: 190px !important;
        top: 290px;
        position: absolute;
        display: inline-block;
        right: 0;
    }

    .profile-description-image-sq2 {
        width: 190px !important;
        top: 290px;
        position: absolute;
        display: inline-block;
        right: 210px;
    }

    .profile-content-wrapper p {
        width: 400px;
    }
}


@media (min-width: 1420px) {
    .d-1420-none {
        display: inline-block !important;
    }

    .d-1420-show {
        display: none !important;
    }

    .clear-nav-links {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 15px;
        font-weight: 400;
    }

    .profile-content-wrapper {
        max-width: 1024px !important;
        margin: auto !important;
    }

        .profile-content-wrapper p {
            width: 480px;
        }
}

@media (min-width: 1650px) {
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .team-profile-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 35px 35px;
    }
}

@media (min-width: 2005px) {
    .team-profile-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px 10px;
    }
    .new-rural-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (min-width: 3455px) {
    .new-rural-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .team-profile-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px 30px;
    }
}


.blog > img {
    max-width: 100%;
    height: auto;
}

.leasing-appr-btn.active {
    background-color: #231f20 !important;
    color: #fff !important;
}

#parrot {
    left: 50px !important;
    top: 50px !important;
    border: 1px solid #f00;
    height: 50px;
    width: 50px;
}

.map-price-marker {
    position: absolute;
    font-family: 'Helvetica';
    left: -37px;
    top: -25px;
    width: 70px;
    height: 20px;
    line-height: 22px;
    background-color: white;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07);
    text-align: center;
    color: black;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid gray;
    z-index: 1;
}

    .map-price-marker:before,
    .map-price-marker:after {
        position: absolute;
        content: "";
        border-style: solid;
    }

    .map-price-marker:after {
        left: 31px;
        top: 19px;
        border-width: 5px;
        border-color: white transparent transparent;
    }

    .map-price-marker:before {
        left: 30px;
        top: 20px;
        border-width: 6px;
        border-color: gray transparent transparent;
    }

    .map-price-marker.visited:hover {
        background-color: #7b8d93;
        color: #fff;
        border-color: #5b6a6f;
    }

        .map-price-marker.visited:hover:after {
            border-color: #7b8d93 transparent transparent;
        }

        .map-price-marker.visited:hover:before {
            border-color: #5b6a6f transparent transparent;
        }

    .map-price-marker:hover {
        background-color: #f2f2f2;
        color: black;
        border-color: gray;
        z-index: 3;
    }

        .map-price-marker:hover:after {
            border-color: #f2f2f2 transparent transparent;
        }

        .map-price-marker:hover:before {
            border-color: gray transparent transparent;
        }


.sp-sold-drop-shadow > div {
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}

.hide-footer {
    display: none;
}

.search-page-top-align {
    margin-top: 160px;
}

.our-people-our-team-name {
    font-size: 14px;
}

@media(min-width: 415px) {
    .our-people-our-team-name {
        font-size: 16px;
    }
}

@media (min-width:1199px) {
    .reg-login-container {
        /*align-self: center;*/
        padding-top: 160px;
        padding-bottom: 0;
        max-width: 650px;
        width: 650px;
/*        margin-top: 300px;*/
        margin-left: auto;
        margin-right: auto;
    }
    .sphp-mediumheader {
        font-size: 2em;
    }

    .sphp-largeheader {
        font-size: 7em;
        letter-spacing: -5px;
        line-height: 1.8em;
    }

    .sphp-titleheader {
        margin-top: -0.4em;
        font-size: 30px;
    }

    .sphp-top-button {
        width: 1em;
        padding-left: 80px !important;
        padding-right: 80px !important;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #FFFFFF !important;
        border: 0.5px white solid;
        border-radius: 3px;
        font-size: 1.6em;
    }

    .sphp-top-button-smaller, .sphp-top-button-report {
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #FFFFFF !important;
        border: 0.5px white solid;
        font-size: 1.6em;
        margin-top: 3px;
    }

    .sphp-second-nav-section {
        height: 63px;
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #FFFFFF;
        border-bottom: 1px solid #c6c6c6;
        border-top: 1px solid #c6c6c6;
        z-index: 2999;
    }

        .sphp-second-nav-section li {
            background-color: #FFFFFF;
            color: #646464;
            font-size: 1.4em;
            height: 61px;
            padding: 14px 30px;
        }

            .sphp-second-nav-section li:hover {
                background-color: #acacac;
                color: #FFFFFF;
                font-size: 1.4em;
                height: 61px;
                padding: 14px 30px;
                cursor: pointer;
            }

            .sphp-second-nav-section li a {
                color: #333333;
            }
}




