body {
    overflow-x: hidden;
}

.mobile {
    display: none;
}

.blue-text {
    color: #07beda;
}

/* ===CONTENT=== */
#results h2, .budget #results li h2 span {
    color: #188d47 !important;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-text-decoration {
    text-decoration: none;
}

.fa{
    color: #fff;
}

.centre-text {
    text-align: center;
}

.parallax-image-1 {
    background-image: url('../images/home/1.jpg');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* CAROUSEL OVERLAY */
.overlay-container {
    position: relative;
    width: 100%;
    height: 320px;
    z-index: 3;
}


.overlay-inner {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%,calc(-50% + 65px));
      max-width: 600px;
      height: 200px;
      display: table;
      z-index: 3;
}
                                    
.overlay-inner-text {
    display: table-cell; 
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    line-height: 45px;
}

.overlay-inner-text h1 {
    color: #FFF;
    font-size: 40px;
    line-height: 45px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.90);
}

.overlay-inner-text h3 {
    margin-top: -10px;
}

.btn-rounded {
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 40px;
    padding: 15px 40px;
    text-decoration: none;
}


.url-white {
    color: #FFF;
    text-decoration: none;
}

.url-black {
    color: #333;
    text-decoration: none;
}

.btn.btn-dimond {
    transform: rotate(45deg);
    padding: 10px;
}

.btn-dimond:after {
   content:" ";
   display: block;
   padding-top: 100%;

}

.btn.btn-dimond > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}



.btn {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    /*border-radius: 4px;*/
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 15px;
    border: none;
    position: relative;
    background: #8fc74a;
    overflow: hidden;
    border-radius: 3px;
}

.btn span {
    position: relative;
    pointer-events: none;
}

.btn:hover::before {
    --size: 400px;
}


.btn-download-links {
    white-space: nowrap;
    display: inline-block;
    margin-top: 5px;
}

.text-xs-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
    padding-top: 10px;
    transform:scale(1);
    -webkit-transform:scale(1);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

@media screen and (max-width: 1024px) {
    .mobile {
        display: unset;
    }
}

    @media screen and (max-width: 500px) {
        .g-recaptcha {
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
        }
    }

    @media screen and (max-width: 400px) {
        .g-recaptcha {
            transform: scale(0.6);
            -webkit-transform: scale(0.6);
        }
    }

    #outer-wrap {
        /*background-color: transparent;*/
        /*max-width: 1240px;*/
        /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);*/
    }

    .backing-card {
        color: #555;
        background-color: #fff;
        padding: 40px;
    }

        .backing-card a {
            color: #555;
        }

    .content-row {
        /*height: 100%;*/
        padding: 40px 30px;
        background-color: #fff;
        /*border-bottom: 5px solid #cccccc;*/
    }

    .dots-background {
        background: linear-gradient(90deg, #ffffff 20px, transparent 1%) center, linear-gradient(#ffffff 20px, transparent 1%) center, #cacaca;
        background-size: 22px 22px;
    }


    .content-row.white-strip {
        padding: 20px 15px;
    }

    .page-title {
        position: relative;
        margin-bottom: 10px;
    }

    .title-bg {
        height: 250px;
        background-image: url("../images/1.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 0.7;
        z-index: 2;
    }

    .section {
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;
        z-index: 1;
    }


    .no-padding {
        padding: 0 !important;
    }

    @media screen and (max-width: 1024px) {
        .tablet-no-padding {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }

    @media screen and (max-width: 768px) {
        .mobile-no-padding {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }

    .highlight,
    .highlight a {
        color: #a8a378;
    }

    .border-bottom {
        border-bottom: 5px solid #cccccc;
    }

.content-title {
    overflow: hidden;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
    /*border-bottom: 1px solid #005493;*/
    padding-bottom: 3px;
    color: #333;
    font-weight: 600;
}

    .page-title {
        text-align: center;
    }

    .section-title {
        font-size: 34px;
        padding-top: 20px;
        text-align: center;
        display: inline-block;
        padding-bottom: 10px;
        font-weight: 400;
        border-bottom: 1px solid #fff;
        color: #fff;
        text-shadow: 1px 1px #37424b;
    }

    .sub-title {
        color: #fff;
        text-shadow: 1px 1px #37424b;
        padding: 20px 0;
        margin-bottom: 40px;
    }

    .text-center {
        text-align: center;
    }

    /* BACKGROUNDS */
    .bg-grey {
        color: #FFF;
        background-color: #f3f3f3;
    }

    /* SHARE */
    .share-links {
        margin-top: 20px;
    }

        .share-links i {
            position: relative;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 38px;
            margin-right: 10px;
            font-size: 22px;
            text-align: center;
            color: #555;
            transition: all 0.25s;
        }

        .share-links .fa:hover {
            color: #fff;
        }

        .share-links .fa-print:hover {
            box-shadow: inset 0 0 0 20px #ff8040;
        }

        .share-links .fa-envelope:hover {
            box-shadow: inset 0 0 0 20px #ed1c24;
        }

        .share-links .fa-facebook:hover {
            box-shadow: inset 0 0 0 20px #3b5998;
        }

        .share-links .fa-twitter:hover {
            box-shadow: inset 0 0 0 20px #4cc2ff;
        }

        .share-links .fa-linkedin:hover {
            box-shadow: inset 0 0 0 20px #0077b5;
        }

        .share-links .fa-google-plus:hover {
            box-shadow: inset 0 0 0 20px #d23e2b;
        }

        .share-links .fa-external-link:hover {
            box-shadow: inset 0 0 0 20px #005493;
        }

    /* BUTTONS */

.btn-shine {
    position: relative;
    overflow: hidden;
    background-color: #333 !important;
    display: inline-block;
}

        .btn-shine:after {
            content: "";
            position: absolute;
            top: -110%;
            left: -350%;
            width: 200%;
            height: 200%;
            opacity: 0;
            transform: rotate(0deg);
            background: rgba(255, 255, 255, 0.3);
            background: linear-gradient( to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.3) 100% );
        }

        /* Hover state - trigger effect */

        .btn-shine:hover:after {
            opacity: 1;
            top: -30%;
            left: -30%;
            transition-property: left, top, opacity;
            transition-duration: 1s, 1s, 0.15s;
            transition-timing-function: ease;
        }

        /* Active state */

        .btn-shine:active:after {
            opacity: 0;
        }

    /* SOCIAL */
    .social {
        text-align: center;
    }

        .social i,
        .social-transparent i {
            position: relative;
            display: inline-block;
            width: 35px;
            line-height: 35px;
            margin-right: 10px;
            font-size: 1.8em;
            text-align: center;
            color: #717171;
            padding: 6px;
            border-radius: 4px;
        }

            .social i::before,
            .social-transparent i::before {
                position: relative;
                z-index: 1;
                transition: all 0.25s;
            }

            .social i::after,
            .social-transparent i::after {
                display: block;
                position: absolute;
                z-index: 0;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content: "";
                transition: all 0.25s;
                border-radius: 4px;
            }

            .social-transparent i:hover {
                color: #fff;
            }

    /*.social-transparent i::after {
            box-shadow: inset 0 0 0 20px #d4d6d8;
        }*/

    fa-angle-up:hover::after {
        box-shadow: inset 0 0 0 20px #717171;
    }


    .social .fa-facebook::after,
    .social-transparent .fa-facebook:hover::after {
        box-shadow: inset 0 0 0 20px #3b5998;
    }

    .social .fa-twitter::after,
    .social-transparent .fa-twitter:hover::after {
        box-shadow: inset 0 0 0 20px #4cc2ff;
    }

    .social .fa-google-plus::after,
    .social-transparent .fa-google-plus:hover::after {
        box-shadow: inset 0 0 0 20px #d23e2b;
    }

    .social .fa-youtube:hover::after .social-transparent .fa-youtube:hover::after {
        box-shadow: inset 0 0 0 20px #e62117;
    }

    /* ===PAGING=== */
    .paging-top .paging-links {
        /*display: none;*/
        padding-bottom: 10px;
    }

    .paging-bottom .page-count {
        display: none;
        /*float: none;
    font-size: 80%;
    text-align: center;
    margin-top: 10px;*/
    }

    .page-count {
        line-height: 130%;
    }

    .paging-links {
        position: static;
        left: 0;
        right: 0;
        bottom: 12px;
    }

    .paging li {
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .paging input {
        padding: 10px 15px;
    }

    /* ===MISC=== */
.switch {
    color: #333;
}

    :root input[type="checkbox"].ios-switch + span:before {
        text-indent: -2.45em;
    }

    /* ===CONTROLS=== */

    /* Listings */
    .listing-container {
        border: none;
    }

        .listing-container .icons li {
            font-size: 100%;
        }

        .listing-container .icons img {
            height: 15px;
        }


    /* Blog */
    .no-blog-items {
        margin: 0 auto;
        font-size: 26px;
        font-weight: 300;
        text-align: center;
        padding-bottom: 40px;
        grid-column: 2;
    }

    .news-date {
        color: #149490;
    }

    /* Listings */
    .no-listings {
        margin: 20px;
        font-size: 26px;
        font-weight: 300;
        text-align: center;
        padding-bottom: 40px;
        width: 100%;
    }

    .listing-content a:hover {
        text-decoration: underline;
    }

    /* Testimonials */
    .no-testimonials {
        margin: 20px;
        font-size: 26px;
        font-weight: 300;
        text-align: center;
        padding-bottom: 40px;
    }

    .years-container {
        display: none;
    }

    .testimonial-item {
        border-top: 1px solid #efefef;
    }

        /*.testimonial-item:last-of-type {
        border-bottom: 1px solid #bbbbbb;
    }*/

        .testimonial-item blockquote {
            padding-top: 5px;
        }

    /* Open Homes */
    .open-homes-container {
        color: #FFF;
    }

        .open-homes-container a {
            font-weight: normal;
            color: #FFF;
        }

    .open-homes-date,
    .open-homes-item {
        border-bottom: 1px solid #494949;
    }

    .open-homes-icons .icon-number {
        margin-right: 5px;
    }

    /* ===MEDIA QUERIES=== */
    @media only screen and (max-width: 1250px) {
        .content-row {
            padding: 40px 25px;
        }
    }

    @media only screen and (max-width: 1024px) {

        .overlay-inner {
            transform: translate(-50%,-50%);
        }

        .header-links {
            position: absolute;
            top: 16px;
            right: 80px;
        }
    }

    @media only screen and (max-width: 620px) {
        #outer-wrap {
            padding-top: 0;
        }

        .header-top-bg,
        .header-top {
            display: none;
        }
    }

    @media only screen and (max-width: 570px) {
        .header-links {
            display: none;
        }

        h3 {
            padding-bottom: 10px;
        }

            h3.listing-card-address {
                padding: 0px;
            }
    }

    @media only screen and (max-width: 500px) {
        #content {
            padding: 0;
        }
    }

    @media only screen and (max-width: 450px) {
        .section-title {
            font-size: 28px;
            padding: 20px 0;
        }
    }

    @media only screen and (max-width: 400px) {
        .content-row {
            padding: 20px 25px;
        }
    }





    /*PAGE DEVIDER*/


    h3 {
        font-size: 30px;
        color: #111;
    }

    .title-divider {
        width: 275px;
        height: 1px;
        border-top: 1px solid #d8d1c1;
        display: table;
        margin: 0 auto;
        position: relative;
        margin: 30px auto 0 auto;
        position: relative;
        border-top: 1px solid #8e8e8e;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .title-divider-symbol {
        background-color: #7f6631;
        border: 2px solid #005493;
    }

    .title-divider-symbol {
        width: 20px;
        height: 20px;
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }



    .title-divider-end-point.left {
        top: -2px;
        left: 0;
        z-index: 1;
    }

    .title-divider-end-point {
        background-color: #7f6631;
    }

    .title-divider-end-point {
        width: 5px;
        height: 5px;
        position: absolute;
    }




        .title-divider-end-point.right {
            top: -2px;
            right: 0;
            z-index: 2;
        }

    .title-divider-end-point {
        background-color: #7f6631;
    }

    .title-divider-end-point {
        width: 5px;
        height: 5px;
        position: absolute;
    }



    /* Cycler Diamonds */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    /*transform: rotate(-45deg) scale(1.2);*/
    border: 2px solid #333;
}

    /*.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    transform: rotate(45deg);
    background-color: #7f6631 !important;
    border: 2px solid #005493;
    transition: all 0.15s;
}*/

    .owl-theme .owl-dots .owl-dot span {
        background-color: transparent !important;
        border: 2px solid #FFF;
    }

    /*HEADER STYLE*/


    .page-title-wrap {
        padding: 10px 50px;
        position: relative
    }

    .page-subtitle-wrap {
        margin-top: 15px;
        padding: 10px 50px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
        white-space: nowrap;
    }

    .page-button-wrap {
        margin-top: 10px;
        position: relative;
    }

    h2.page-subtitle {
        padding: 0;
        font-size: 22px;
        text-transform: uppercase;
        transform: translateY(-5px);
    }

    .page-title-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,1);
        z-index: -1;
        transform: perspective(.5em) rotateX(2deg);
        -moz-transform: perspective(.5em) rotateX(2deg);
        -webkit-transform: perspective(.5em) rotateX(2deg);
        -o-transform: perspective(.5em) rotateX(2deg);
    }

    .card-image-inner.placeholder-image {
        background: #ddd;
    }


        .card-image-inner.placeholder-image:after {
            content: " ";
            background-image: url(/assets/images/brand/logo-light.png);
            width: 50%;
            height: 50%;
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            filter: opacity(0.25);
        }

    .card:hover .card-image-inner.placeholder-image {
        transform: none;
    }


    /* Listing Cards */

    .listings {
        margin-left: -15px;
        margin-right: -15px;
    }

    .listing-card {
        background-color: #e3e3e3;
    }

        .listing-card:hover {
            /*background-color: #005493;*/
        }

            .listing-card:hover .listing-card-address {
                color: #111;
            }

            .listing-card:hover .listing-card-price {
                color: #111;
            }

    a.card.listing-card {
        width: calc(33.3333333% - 30px);
        position: relative;
    }

    @media screen and (max-width:1180px) {
        a.card.listing-card {
            width: calc(33.3333333% - 30px);
        }
    }

    @media screen and (max-width:1080px) {
        a.card.listing-card {
            width: calc(50% - 30px);
        }
    }

    @media screen and (max-width:780px) {
        a.card.listing-card {
            width: calc(100% - 30px);
        }
    }

    .listing-card .card-image:before {
        padding-top: 75%;
    }

    .listing-card-status {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        color: #fff;
        width: 100%;
        padding: 5px;
        font-weight: bold;
        background-color: #8fc74a;
    }

    .listing-card .image-caption {
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.25s;
    }

    .listing-card .image-caption-content {
        padding: 20px;
        text-align: left;
        line-height: 1.1;
    }

    .listing-card .image-caption:before {
        opacity: 1;
        background: rgba(0,0,0,0.8);
        top: 0;
    }

    .listing-card .image-caption-content {
        transform: scale(0.95);
        transition: all 0.25s;
    }

    .card.listing-card ul.listing-meta > li {
        width: 100%;
    }

    .card.listing-card:hover .image-caption-content {
        transform: scale(1);
    }

    .card.listing-card:hover .image-caption {
        opacity: 1;
    }

    ul.listing-card-list {
        list-style: none;
    }

        ul.listing-card-list > li {
            text-align: left;
            border-bottom: solid 2px rgba(215, 185, 93, 0.15);
            padding-bottom: 5px;
            margin: 10px 0;
            font-weight: bold;
        }

    .listing-card {
        background: #FFF;
        transition: all 0.5s;
    }

    .listing-card-details {
        position: relative;
        text-align: left;
    }

    h4.listing-card-type {
        text-decoration: none;
        color: #111;
        font-weight: lighter;
        transition: all 0.25s;
        min-height: 1.1em;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 5px;
    }

    h3.listing-card-address {
        font-size: 16px;
        left: 0;
        color: #111;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.25s;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 0;
        line-height: 1.2em;
    }

    h4.listing-card-address {
        font-weight: 400;
        color: #555;
        margin-top: 5px;
        font-size: 0.8em;
    }

    h4.listing-card-address {
        font-weight: 400;
        color: #555;
        margin-top: 5px;
        font-size: 0.8em;
    }

    h5.listing-card-price {
        color: #8fc74a !important;
    }

    .card.listing-card {
        background-color: #e3e3e3;
    }

    a.card.listing-card {
        text-decoration: none;
    }

    .card.listing-card ul.listing-meta {
        display: flex;
        flex-direction: column;
    }

    h3.listing-card-price {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .listing-introduction {
        -webkit-line-clamp: 4;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 72px;
        line-height: 18px;
    }



    a.card.listing-card {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        border-radius: 3px;
        background: #fff;
        overflow: hidden;
    }

    .listing-card-meta {
        display: flex;
        flex-wrap: wrap;
        margin: 10px 0;
        min-height: 1.25em;
    }

        .listing-card-meta > * {
            margin: 0 5px;
            padding: 0.2em;
            padding-left: 1.5em;
            color: #222;
            background-size: 1em auto;
            background-position: left center;
            background-repeat: no-repeat;
        }

            .listing-card-meta > *:first-child {
                margin-left: 0;
            }

        .listing-card-meta > .listing-beds {
            background-image: url(/assets/images/icons/bed-dark.svg);
        }

        .listing-card-meta > .listing-baths {
            background-image: url(/assets/images/icons/bath-dark.svg);
        }

        .listing-card-meta > .listing-parking {
            background-image: url(/assets/images/icons/car-dark.svg);
        }


    .image-caption ul.listing-meta {
        /*filter: invert(100%);*/
    }

    h3.image-cycler-price {
        font-size: 20px;
    }

        h3.image-cycler-price:before {
            content: " ";
            display: block;
            width: 100%;
            height: 1px;
            background-color: #fff;
            margin-top: 20px;
            margin-bottom: 20px;
        }

    ul.listing-card-bulletpoints {
        display: block;
        margin-top: 15px;
        padding-top: 15px;
        border-top: solid 1px #fff;
        list-style: none;
    }

        ul.listing-card-bulletpoints > li {
            margin-bottom: 5px;
            max-height: 1.1em;
            line-height: 1.1em;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-align: left;
        }

    .card-divider {
        display: block;
        background: #aaa;
        height: 1px;
        width: 100%;
        margin: 10px 0;
    }

    ul.listing-meta {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0 -5px;
    }

        ul.listing-meta > li {
            display: flex;
            padding: 5px;
            margin-right: 25px;
            width: 70px;
            text-align: left;
            color: #fff;
            flex-wrap: wrap;
            width: auto;
            align-items: center;
            margin-bottom: 5px;
        }

    @media screen and (max-width: 500px) {
        .card.listing-card.active .image-caption {
            opacity: 1;
        }
    }

    @media screen and (max-width: 400px) {
        ul.listing-meta > li {
            width: 50px;
            margin-right: 15px;
        }
    }

    @media screen and (max-width: 350px) {
        ul.listing-meta > li {
            width: 40px;
            margin-right: 15px;
        }
    }


    span.listing-meta-icon {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

        span.listing-meta-icon:before {
            content: " ";
            display: block;
            width: 100%;
            padding-top: 100%;
        }

    li.listing-meta-parking > .listing-meta-icon {
        background: url(/assets/images/icons/car.svg);
    }

    li.listing-meta-baths > .listing-meta-icon {
        background: url(/assets/images/icons/bath.svg);
    }

    li.listing-meta-beds > .listing-meta-icon {
        background: url(/assets/images/icons/bed.svg);
    }

    .listing-card-inspection {
        margin: 20px 0;
        color: #3f3f3f;
        min-height: 37px;
    }

        .listing-card-inspection > div:not(:last-child) {
            padding-bottom: 5px;
        }

    a.card.listing-card > .card-image > .card-image-inner {
        transition: all 1s ease-out;
    }

    a.card.listing-card:hover > .card-image > .card-image-inner {
        transform: scale(1.05);
    }

    a.card.listing-card:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }


    .listing-slider-card ul.listing-meta {
        color: #fff;
    }

    .content-pull-up {
        margin-top: -200px;
    }

    .content {
        min-height: 1125px;
    }

    span.page-title-underline {
        display: block;
        margin: 0 auto;
        width: 20%;
        height: 1px;
        background: #8fc74a;
        position: relative;
        margin-bottom: 20px;
        display: none;
    }

        span.page-title-underline:before {
            content: " ";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 10px;
            height: 10px;
            background: #8fc74a;
            transform: translateY(-50%) translateX(-50%);
            border-radius: 50%;
        }

.page-title > h2 {
    font-size: 30px;
    color: #333;
    line-height: 2em;
    text-transform: uppercase;
    font-weight: 200;
}

.page-title span {
    line-height: 1.5em;
    padding-top: 5px;
}

li.listing-meta.listing-meta-categories > .meta-data {
    margin-left: 0;
}

    iframe[src*="prolist.net.au/Analytics"] {
        display: none;
    }

    @media screen and (max-width: 1024px) {
        .page-title > h2 {
            font-size: 20px;
        }
    }

    @media screen and (max-width: 800px) {
        span .page-title-underline {
            width: 60%;
        }
    }


    @media screen and (max-width: 768px) {
        .page-title > h2 {
            line-height: 1.3em;
        }
    }




    /* Global CSS for Office Map */
a.gmaps-office-info-window {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #333;
    text-decoration: none;
}

    .office-info-window-photo {
        width: 100px;
        background-size: cover;
        background-position: center;
    }

        .office-info-window-photo:before {
            content: " ";
            display: block;
            padding-top: 75%;
        }

    .office-info-window-content {
        padding-left: 15px;
        max-width: 200px;
    }

    h5.office-info-window-title {
        white-space: normal;
        margin-bottom: 5px;
    }

    h6.office-info-window-subtitle {
        white-space: normal;
        font-weight: 200;
    }



/*VIDEO START*/
.brand-background {
    background-image: url('/assets/images/brand/background.jpg');
}

.brand-background-blue {
    background-image: url('/assets/images/brand/background-blue.png');
    min-height: 400px;
    background-size: cover cover;
}

.videos {
    width: 100%;
}

    .videos h2 {
        color: #fff;
        font-size: 2em;
        text-align: center;
        font-weight: 600;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.70);
        text-transform: unset;
    }

    .videos p {
        padding: 0;
        font-size: 16px;
        line-height: 1.6em;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.70);
    }

.video-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -25px;
    width: calc(100% + 50px);
}

    .video-grid > .video-grid__item {
        width: calc(50% - 50px);
        margin: 25px 25px;
        display: block;
    }

.hosted-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

    .hosted-video-wrapper > video {
        width: 100%;
        object-fit: cover;
    }

.video-grid__item__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-grid__item__content {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.video-grid__item__poster > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-grid__item__content:before {
    content: " ";
    display: block;
    padding-top: 56.25%;
}

h3.video-grid__item__title {
    text-align: center;
    color: #8fc74a;
    font-size: 1.2em;
    padding-top: 0;
}

a.video-grid__item__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4em;
    height: 4em;
    transform: translateX(-50%) translateY(-50%);
    background: #1e374b;
    z-index: 1;
    border-radius: 50%;
    background-image: url(/assets/videos/play-arrow.png);
    background-position: 60% center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .video-grid > .video-grid__item {
        width: calc(100% - 50px);
    }
}

.video-grid__item video {
    width: 100%;
    max-height: 100%;
    object-fit: scale-down;
    object-position: center;
}

/*VIDEO END*/




/* Promo Circles */
.promo-circles {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.promo-circle {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
}

    .promo-circle > img {
        background-color: #fff;
        border-radius: 50%;
    }

    .promo-circle.promo-circle--large {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

.promo-circle-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
}

.promo-circle-row__item {
    display: block;
    width: 25%;
}

    .promo-circle-row__item.circles-row__item--padded {
        padding-top: 30px;
    }

@media screen and (max-width: 768px) {
    .promo-circle-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .promo-circle-row__item {
        width: calc(50% - 30px);
        margin: 25px 15px;
    }

        .promo-circle-row__item.circles-row__item--padded {
            padding-top: 0;
        }
}

@media screen and (max-width: 380px) {
    .promo-circle-row__item {
        width: calc(100%);
        margin: 25px 0;
    }
}

.animate-pop {
    filter: opacity(0);
    transform: scale(0.75);
    transition: all 0.35s;
}

.animate-group.animate-active .animate-pop {
    filter: opacity(1);
    transform: scale(1);
}

.animate--delay-1 {
    transition-delay: 0.3s;
}

.animate--delay-2 {
    transition-delay: 0.45s;
}

.animate--delay-3 {
    transition-delay: 0.6s;
}

.animate-glow {
    animation: animate-glow 10s infinite linear;
}

@keyframes animate-glow {
    0% {
        filter: brightness(100%);
    }
    50% {
        filter: brightness(110%);
    }
    100% {
        filter: brightness(100%);
    }
}









/* Popins Start */
.popin {
    transition: all 1s;
}

body.body--loding .popin {
    opacity: 0;
    transform: scale(0.5);
}

.popin.popin-1 {
    transition-delay: 0.25s;
}

.popin.popin-2 {
    transition-delay: 0.5s;
}

.popin.popin-3 {
    transition-delay: 0.75s;
}

.popin.popin-4 {
    transition-delay: 1s;
}



a.masthead-cta__button {
    display: block;
    padding: 1em 1.5em;
    color: #fff;
    margin: 0.75em;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    min-width: 260px;
    text-align: center;
    transition: all 0.25s;
}

    a.masthead-cta__button:hover {
        transform: scale(1.05);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }

.masthead-cta__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    flex-wrap: wrap;
}

a.masthead-cta__button > span {
    display: block;
    text-transform: uppercase;
}

span.masthead-cta__button__small {
    font-size: 0.85em;
    margin-bottom: 0.75em;
}

span.masthead-cta__button__large {
    font-size: 1.5em;
    text-transform: uppercase;
}

a.masthead-cta__button.masthead-cta__button--primary:before {
    background: linear-gradient(135deg, rgba(0,84,147,1) 0%, rgba(143, 199, 74, 1) 100%);
}

a.masthead-cta__button:before, a.masthead-cta__button:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

a.masthead-cta__button.masthead-cta__button--secondary:after {
    background: #fff;
    left: 3px;
    top: 3px;
    border-radius: 2px;
    bottom: 3px;
    right: 3px;
    width: unset;
    height: unset;
}

a.masthead-cta__button.masthead-cta__button--secondary:before {
    background: #fff;
}

a.masthead-cta__button.masthead-cta__button--secondary > span {
    color: #007fde;
}

.masthead-cta > h3 {
    color: #fff;
    font-size: 4.5em;
    margin-bottom: 0.25em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.masthead-cta > h4 {
    font-size: 2em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    margin-bottom: 0.5em;
    font-weight: normal;
}

.page-masthead {
    max-height: 70vh;
    padding-top: 273px;
}


@media screen and (max-width: 1024px) {
    .masthead-cta > h3 {
        font-size: 6vw;
    }

    .masthead-cta > h4 {
        font-size: 3vw;
    }
}

@media screen and (max-width: 500px) {
    .masthead-cta__buttons {
        font-size: 3vw;
    }

    .masthead-cta__button {
        width: 100%;
    }
}

/* Popins End */

.content-row-bg-layers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-row-bg__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}



.ul-content {
    text-align: left;
    margin: 25px 0;
    margin-left: 18px;
}


    .ul-content li {
        line-height: 1.5em;
        padding-bottom: 15px;
    }

