html:not(.et-fb-root-ancestor) {
    body, p, #main-content ul > li {
        font-size: 16px;
        line-height: normal;
        
        @media (min-width: 1600px) {
            font-size: 18px;
        }
        @media (max-width: 1199px) {
            font-size: 13px;
        }
    }

    .gform_required_legend, .gfield_required, .gform_description {
        display: none !important;
    }

    .gform-footer {
        position: relative;
        background-color: #ff000c;
        overflow: hidden;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: 20px auto 0 !important;
        padding: 0 !important;
        width: auto;
        border-radius: 50px;
        -webkit-border-radius: 50px;

        &:after {
            color: #FFFFFF;
            font-family: ETmodules !important;
            content: '\24';
            position: absolute;
            margin: 0;
            line-height: normal;
            border: 1px solid #fff;
            border-radius: 500px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);

            @media (max-width: 1199px) {
                width: 25px;
                height: 25px;
            }
        }
        
        input[type="submit"], input[type="reset"] {
            padding: 15px 75px 15px 35px;
            cursor: pointer;
            background-color: transparent;
            border: none !important;
            width: 100% !important;
            font-size: 20px !important;
            font-weight: 700 !important;
            text-transform: capitalize !important;
            font-weight: 700;
            margin: 0 !important;
            color: #fff !important;
            font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;

            @media (max-width: 1199px) {
                font-size: 12px !important;
                padding-top: 12px !important;
                padding-right: 65px !important;
                padding-bottom: 12px !important;
                padding-left: 25px !important;
            }
        }

        &:hover {
            background-color: #000;
        }
    }
    
    .entry-content, #main-content {

        .container {
            &:before {
                display: none;
            }
        }

        p {
            &:not(.post-meta) {
                padding-bottom: 30px !important;
            }

            &:last-child {
                padding-bottom: 0 !important;
            }

            @media (max-width: 980px) {
                padding-bottom: 10px !important;
            }
        }

        form {
            label {
                margin-bottom: 5px !important;

                @media (max-width: 1024px) {
                    font-size: 13px;
                }
            }
        }
        input[type="text"], input[type="tel"], input[type="url"], input[type="email"], select, textarea {
            border-color: #8e8e8e !important;
            padding: 20px 20px !important;
            border-radius: 15px;
            -webkit-border-radius: 15px;

            @media (max-width: 1199px) {
                min-height: 32px;
                font-size: 12px !important;
                padding: 6px 10px !important;
            }
        }
        input[type="text"], input[type="tel"], input[type="url"], input[type="email"], select {
            border-radius: 55px;
            -webkit-border-radius: 55px;
        }

        textarea {
            @media (min-width: 1025px) {
                height: 190px;
            }
        }

        ol, ul {
            padding: 0 !important;
        }

        ul:not(.slick-dots, .et_pb_social_media_follow) > li {
            list-style: none;
            position: relative;
            padding: 0 0 30px 45px;

            &:before {
                position: absolute;
                top: -4px;
                left: 0;
                content: '\27';
                background-color: #e31e27;
                width: 32px;
                height: 32px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-weight: 700;
                color: #fff;
                font-size: 12px;
                font-family: 'ETMODULES';
            }
        }

        a:hover{
            color: #ff000c;
        }

        .et_pb_widget {
            & ul {
                li {
                    padding-left: 0;
                    margin-bottom: 0 !important;
                    
                    a {
                        font-size: 12px;
                        line-height: normal;
                    }

                    &:before {
                        display: none;
                    }
                }
            }
        }

        .o-heading--borderrightRed {
            h1 {
                display: inline-block;

                &:after {
                    height: 4px;
                    width: 153px;
                    left: 100%;
                    bottom: 21px;
                    top: auto;
                    right: 0;
                    margin: 0 0 0 20px;

                    @media (max-width: 1199px) {
                        display: none;
                    }
                }
            }
        }
    }
}

.o-blurbwithTitleList {
    .et_pb_blurb_description {
        width: auto;
        display: flex;
        justify-content: center;
    }
}

.o-background-lightgrey {
    background: rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.star-rating {
    svg {
        width: 22px;
        height: 22px;

        path {
            fill: #ffc107;
        }
    }
}

a, ::after, ::before, input[type="submit"], input[type="reset"], ul > li, ol > li, .gform_footer, .o-ourteam-thumbnail img {
    transition: all 500ms ease-in-out !important;
    -webkit-transition: all 500ms ease-in-out !important;
}
small {
    font-size: 12px;
    font-weight: 700;
}
.p-absolute {
    position: absolute;
    top: 0;
    left: 0;
}
.z-index2 {
    z-index: 2;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.mw-100 {
    max-width: 100%;
}

/* --------------------------------------- *
|           F L E X    I T E M S           |
* ----------------------------------------*/
.fixed {
    position: fixed;
    top: 0;
    height: 70px;
    z-index: 1;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.justify-spcbetwn {
    justify-content: space-between !important;
}
.justify-start {
    justify-content: flex-start !important;
}
.justify-end {
    justify-content: flex-end !important;
}
.justify-center {
    justify-content: center !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row {
    flex-direction: row !important;
}
.align-center {
    align-items: center !important;
}
.align-content-center {
    align-content: center !important;
}
.align-baseline {
    align-items: baseline !important;
}
.align-stretch {
    align-items: stretch !important;
}
.align-end {
    align-items: flex-end !important;
}
.flex-wrap {
    flex-wrap: wrap;
}
.order1 {
    order: 1 !important;
}
.order2 {
    order: 2 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.text-center {
    text-align: center;
}
.alignright { 
    margin: 0 0 20px 50px; 
    display: inline; 
    float: right;
}
.alignleft { 
    margin: 0 50px 20px 0; 
    display: inline; 
    float: left;
}
.aligncenter { 
    display: block; 
    margin: 0 auto 20px;
}
.o-greyscale {
    filter: grayscale(1);
    -filter: grayscale(1);
}
.o-heading--border h1, .o-heading--border h2, .o-heading--border h3, .o-heading--border h4, .o-heading--border h5, .o-heading--border h6 {
    position: relative;
    display: block;
    padding: 0;
}
.o-heading--border h1:after, .o-heading--border h2:after, .o-heading--border h3:after, .o-heading--border h4:after, .o-heading--border h5:after, .o-heading--border h6:after {
    position: absolute;
    content: '';
}
.o-heading--borderright h1:after, .o-heading--borderright h2:after, .o-heading--borderright h3:after, .o-heading--borderright h4:after, .o-heading--borderright h5:after, .o-heading--borderright h6:after {
    left: auto;
    right: 0;
}
.o-heading--borderrightRed h1:after, .o-heading--borderrightRed h2:after, .o-heading--borderrightRed h3:after, .o-heading--borderrightRed h4:after, .o-heading--borderrightRed h5:after, .o-heading--borderrightRed h6:after, .o-heading--borderleftRed h1:after, .o-heading--borderleftRed h2:after, .o-heading--borderleftRed h3:after, .o-heading--borderleftRed h4:after, .o-heading--borderleftRed h5:after, .o-heading--borderleftRed h6:after {
    background: #ff000c;
    height: 1px;
}
table {
    width: 100%;
}
h1 {
    @media (min-width: 1600px) {
        font-size: 72px !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal !important;
}

.et_pb_button_module_wrapper {
    float: left;
    position: relative;
    margin-bottom: 0 !important;

    .o-link {
        position: relative;

        &:before, &:after {
            position: absolute;
            margin: 0 !important;
            content: '' !important;
            visibility: visible;
        }

        @media (min-width: 1600px) {
            font-size: 24px;
        }

        @media (max-width: 980px) {
            font-size: 13px;
        }
    }

    &:has(.o-link) {

        &:not(:last-child) {
            margin-right: 30px;

            &:before {
                position: absolute;
                opacity: 1;
                display: block;
                top: 50%;
                right: -15px;
                width: 2px;
                height: 60%;
                visibility: visible;
                content: '' !important;
                background-color: #ff000c;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }
        }

    }
}

.o-buttonNoDividerWrapper {
    .et_pb_button_module_wrapper {
        &:not(:last-child) {
            &:before {
                display: none;
            }
        }
    }
}

.o-link {
    display: inline-block;
    padding: 0 !important;

    &.o-link--redColor {
        text-transform: capitalize;

        &:after {
            content: '';
            position: relative;
            display: block !important;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #ff000c;

            @media (max-width: 980px) {
                opacity: 1 !important;
            }
        }

        &:hover {
            &:after {
                width: 0;
            }
        }
    }
}

.o-portalLink {

    &.o-portalLink--redBG {
        background-color: #ff000c;

        &:hover {
            background-color: #000;
        }
    }
    &.o-portalLink--redBlack {
        background-color: #000;

        &:hover {
            background-color: #ff000c;
        }
    }
}

.o-colwithImageTitleLinks {

    .et_pb_image_wrap {
        overflow: hidden;
        border-radius: 25px;
        -webkit-border-radius: 25px;
    }

    .et_pb_module_header {
        position: relative;
        margin: 0 0 16px;

        &:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 37px;
            height: 2px;
            content: '';
            background-color: #b5b5b5;
        } 

        @media (min-width: 1600px) {
            font-size: 36px !important;
        }       
    }
}

.slick-arrow {
    z-index: 2 !important;

    &:before {
        font-family: 'ETMODULES' !important;
        font-size: 30px !important;
        color: #000 !important;
        opacity: 1 !important;
    }

    &.slick-prev {
        &:before {
            content: '\e045';
        }
    }

    &.slick-next {
        &:before {
            content: '\e046';
        }
    }
}

.slick-prev {
    @media (max-width: 1024px) {
        left: 15px !important;
    }
}

.slick-next {
    @media (max-width: 1024px) {
        right: 15px !important;
    }
}

.mobileSlider, .mobileSlider2 {
    .slick-arrow {
        width: 30px;
        height: 30px;
        top: auto;
        bottom: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
}

.o-menu {
    .et-menu {
        width: 100%;
        margin: 0 !important;
    }

    & li {
        margin: 0 !important;
    }

    &.o-menu--top{
        & li {
            & a {
                padding-bottom: 0 !important;
            }

            & ul {
                
                &.sub-menu {
                    padding: 0 !important;
                    border: none;
                    
                    & li {
                        padding: 0;

                        & a {
                            padding: 10px 20px !important;
                            width: 100%;
                            display: block;

                            @media (max-width: 980px) {
                                padding: 5px 35px;
                            }
                        }

                        @media (min-width: 981px) {
                            border-radius: 0 0 10px 10px;
                            -webkit-border-radius: 0 0 10px 10px;
                        }
                    }

                    @media (min-width: 981px) {
                        width: 670px;
                        display: inline-block;
                        border-radius: 0 0 10px 10px;
                        -webkit-border-radius: 0 0 10px 10px;
                    }

                    @media (max-width: 980px) {
                        background-color: rgba(0, 0, 0, .03) !important;
                    }
                }
            }

            @media (max-width: 1199px) {
                padding-left: 6px;
                padding-right: 6px;
            }

            &.menu-item-has-children {
                @media (max-width: 980px) {
                    position: static;
                }
            }    
        }

        .et_mobile_nav_menu {
            display: none !important;
        }

        .et_pb_menu__menu {

            @media (max-width: 980px) {
                display: flex;
                align-items: center;
                justify-content: center;
            }

        }
    }

    &.o-menu--primary {
        .et_pb_menu__wrap {
            @media (min-width: 981px) {
                justify-content: center;
            }
        }

        & li {
            padding-left: 9px !important;
            padding-right: 9px !important;

            & ul {
                &.sub-menu {
                    padding: 0;
                    background-color: RGBA(255,255,255,0.91)!important;

                    & li {
                        padding: 0 !important;
                        width: 100%;
                        display: block;  

                        & a {
                            padding: 6px 20px;
                            width: 100%;
                            display: block;

                            @media (max-width: 980px) {
                                padding: 5px 35px;
                            }
                        }
                    }

                    @media (min-width: 981px) {
                        border: 1px solid #ececec;
                        border-top-color: transparent;
                        width: 100%;
                        min-width: 300px;
                        padding: 0;
                        border-radius: 0 0 10px 10px;
                        -webkit-border-radius: 0 0 10px 10px;
                    }

                    @media (max-width: 980px) {
                        background-color: rgba(0, 0, 0, .03) !important;
                    }
                }
            }

            @media (min-width: 1400px) {
                padding-left: 10px !important;
                padding-right: 10px !important;
            }

            @media (min-width: 1600px) {
                /*padding-left: 12px !important;
                padding-right: 12px !important;*/
                padding-left: 8px !important;
                padding-right: 8px !important;
            }

            @media (min-width: 981px) and (max-width: 1399px) {
                padding-left: 6px !important;
                padding-right: 6px !important;
            }

            & a {
                @media (min-width: 1600px) {
                    font-size: 16px;
                }
                @media  (min-width: 981px) and (max-width: 1399px) {
                    font-size: 11px;
                }
            }
        }

        .et_mobile_nav_menu {
            margin: 0;

            .mobile_nav {
                & ul {
                    &.et_mobile_menu {
                        background-color: rgba(255, 255, 255, 1) !important;
                        top: 140% !important;
                    }
                }
            }

        }
    }

    &.o-menu--portal {
        .et-menu {
            overflow: hidden;
            border-radius: 500px;
            -webkit-border-radius: 500px;

            & li {
                margin: 0 !important;

                & a {
                    padding: 12px 11px;
                    position: relative;

                    &:after {
                        position: absolute;
                        color: #fff;
                        font-size: 0;
                        font-weight: 900;
                        font-family: FontAwesome;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        -webkit-transform: translate(-50%, -50%);

                        @media (max-width: 1299px) {
                            font-size: 12px;
                        }
                    }

                    @media (min-width: 1299px) {
                        padding: 12px 7px;
                        font-size: 11px;
                    }

                    @media (min-width: 1400px) {
                        font-size: 13px;
                    }

                    @media (min-width: 1430px) {
                        font-size: 14px;
                    }

                    @media (max-width: 1299px) {
                        font-size: 0;
                    }

                    @media (max-width: 980px) {
                        font-size: 0;
                        flex-direction: column;
                        border-radius: 10px 0 0 10px;
                        -webkit-border-radius: 10px 0 0 10px;
                    }
                }

                &.o-portalLink--owner {
                    & a {
                        &:after {
                            content: '\f007';
                        }
                    }
                }

                &.o-portalLink--residential {
                    & a {
                        &:after {
                            content: '\f015';
                        }
                    }
                }
            }

            @media (max-width: 980px) {
                flex-direction: column;
                border-radius: 10px 0 0 10px;
                -webkit-border-radius: 10px 0 0 10px;
            }
        }

        .et_mobile_nav_menu {
            display: none !important;
        }

        .et_pb_menu__menu {

            @media (max-width: 980px) {
                display: flex;
                align-items: center;
                justify-content: center;
            }

        }
    }

    &.o-menu--footer {
        .et_pb_menu__wrap, .et_pb_menu__menu, .et-menu-nav {
            width: 100%;
        }
        .et-menu-nav {
            & li {
                width: 50%;
                padding: 0;

                @media (min-width: 1600px) {
                    font-size: 16px !important;
                }
            }
        }

        .et_mobile_nav_menu {
            display: none !important;
        }

        .et_pb_menu__menu {

            @media (max-width: 980px) {
                display: flex;
                align-items: center;
                justify-content: center;
            }

        }
    }
}

.o-header .et_pb_menu_1_tb_header.et_pb_menu .nav li ul {
    background-color: RGBA(255, 255, 255, 1) !important;
}

.o-social {
    & li {

        & a {
            margin-right: 0 !important;

            &:before {

                @media (min-width: 981px) and (max-width: 1199px) {
                    height: 22px !important;
                    width: 22px !important;
                }
            }

            @media (min-width: 981px) and (max-width: 1199px) {
                height: 22px !important;
                width: 22px !important;
            }
        }
    }
}

.o-contactInfo {
    &.o-contactInfo--header {
        .et_pb_blurb_content {
            display: flex;
            align-items: center;
        }
        .et_pb_main_blurb_image {
            width: auto;
            margin: 0;
        }
        .et_pb_blurb_container {
            padding: 0 0 0 5px;
        }
        .et_pb_module_header {
            padding: 0;

            @media (min-width: 981px) and (max-width: 1199px) {
                font-size: 12px !important;
            }
        }
    }
}

.o-footerRow {
    &.o-footerRow--top {
        .o-heading--borderrightRed h1:after, .o-heading--borderrightRed h2:after, .o-heading--borderrightRed h3:after, .o-heading--borderrightRed h4:after, .o-heading--borderrightRed h5:after, .o-heading--borderrightRed h6:after {
            width: 50%;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);

            @media (max-width: 767px) {
                display: none;
            }
        }

        .o-footerCol {
            .et_pb_module_heading {
                @media (min-width: 1600px) {
                    font-size: 21px !important;
                }
            }

            .et_pb_blurb_container {
                .et_pb_module_header, .et_pb_module_header *, p {
                    @media (min-width: 1600px) {
                        font-size: 16px !important;
                    }
                }
            }

            @media (min-width: 769px) and (max-width: 1199px) {
                width: 43.875% !important;
                margin-right: 5.5% !important;
            }
            @media (max-width: 767px) {
                width: 100% !important;
                margin-right: 0 !important;
            }
        }

        &.o-footerColImage {
            .et_pb_module:not(:last-child) {
                @media (min-width: 769px) and (max-width: 1199px) {
                    margin-right: 5.5% !important;
                }
            }
        }
    }
}

.o-buttonWrap {
    display: inline-flex;
    width: auto;
    margin: 20px auto;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
    border-radius: 500px;
    -webkit-border-radius: 500px;

}

.o-button {
    display: inline-flex !important;
    align-items: center;

    &.o-button--WhiteRightIcon {
        &:after {
            border: 1px solid #fff;
        }
    }

    &.o-button--BlackRightIcon {
        &:after {
            border: 1px solid #000;
        }
    }

    &.o-button--withoutIcon {
        font-weight: 400 !important;

        @media (max-width: 1199px) {
            font-size: 17px;
            padding-top: 10px 19px !important;
        }
    }
    
    &:after {
        margin: 0;
        line-height: normal;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        right: 25px;
        border-radius: 500px;
        -webkit-border-radius: 500px;

        @media (max-width: 1199px) {
            width: 25px;
            height: 25px;
        }
    }

    &:hover {
        &.o-button--WhiteRightIcon {
            &:after {
                border-color: #fff;
            }
        }

        &.o-button--BlackRightIcon {
            &:after {
                border-color: #fff;
            }
        }
    }
    
    @media (min-width: 1600px) {
        font-size: 20px !important;
    }
    
    @media (max-width: 980px) {
        padding-right: 70px !important;
        padding-left: 30px !important;
    }
}

.o-banner {
    .et_pb_module_header {
        @media (min-width: 1600px) {
            font-size: 120px !important;
        }

        @media (min-width: 981px) and (max-width: 1199px) {
            font-size: 70px !important;
        }
    }
    .et_pb_button {
        overflow: hidden;
        display: inline-flex;
        margin: 0 !important;
        padding: 12px 25px !important;
        border: none !important;
        border-radius: 25px !important;
        -webkit-border-radius: 25px !important;

        &.et_pb_button_one {
            color: #fff;
            background-color: #ff000c;
            border-radius: 25px 0 0 25px !important;
            -webkit-border-radius: 25px 0 0 25px !important;

            &:hover {
                color: #000 !important;
                background-color: #fff;
            }
        }

        &.et_pb_button_two {
            color: #000;
            background-color: #fff;
            border-radius: 0 25px 25px 0 !important;
            -webkit-border-radius: 0 25px 25px 0 !important;

            &:hover {
                color: #fff !important;
                background-color: #ff000c;
            }
        }

        &:after {
            display: none !important;
        }

        &:hover {
            padding: 12px 25px !important;
        }

        @media (min-width: 981px) {
            font-size: 16px;
        }

        @media (max-width: 980px) {
            font-size: 12px;
            padding: 12px !important;
        }
    }
    .et_pb_fullwidth_header_scroll {
        background: #fff;
        width: 62px;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        min-height: auto;
        bottom: -29px;
        box-shadow: 0px 5px 5px #e4e4e4;
        -webkit-box-shadow: 0px 5px 5px #e4e4e4;
        border-radius: 500px;
        -webkit-border-radius: 500px;

        .scroll-down {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em !important;
            border: 1px solid #ff000c;
            border-radius: 500px;
            -webkit-border-radius: 500px;
        }

        @media (min-width: 1600px) {
            width: 92px;
            height: 92px;
        }
    }

    .header-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;

        p {
            margin-bottom: 20px;
        }

        @media (max-width: 1199px) {
            padding: 0 !important;
        }
    }
}

.o-highlighted {
    &.o-highlighted--red {
        span {
            background-color: #ff000c;
            color: #fff;
            display: inline;
            padding: 5px 20px;
        }
    }
}

.o-circle {
    &.o-circle--full {
        svg {
            fill: #e31e27;
            height: auto;
            text-transform: uppercase;
            font-family: "Abhaya Libre", serif;
            font-weight: 800;
            transform-origin: center;
            width: 229px;
            height: 229px;
            float: right;

            text {
                font-size: 6.2px;
            }

            @media (max-width: 1024px) {
                width: 149px;
                height: 149px;
            }
        }
    }
}

.o-boxwithTitleIcononleft {
    flex-wrap: wrap;
    counter-reset: section;

    .et_pb_column {
        margin-bottom: 5.5%;

        &:after {
            counter-increment: section;
            content: " " counter(section) " ";
            position: absolute;
            bottom: 0;
            right: 13px;
            font-weight: 500;
            color: #e5e5e5;
            font-size: 61px;
            line-height: 100px;
            font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;

            @media (max-width: 1199px) {
                font-size: 21px;
                line-height: 40px;
            }
        }

        &:nth-child(2) {
            margin-right: 0;
        }
        @media (min-width: 981px) {
            width: 47%;
            margin-right: 5.5%;
        }

        .o-boxwithTitleIcononleftBlurb {
            overflow: hidden;

            .et_pb_blurb_content {
                display: flex;
                align-items: center;
            
                .et_pb_main_blurb_image {
                    background-color: #000;
                    display: flex;
                    height: 100%;
                    align-items: center;
                    justify-content: center;
                    width: 103px;
                    margin: 0 20px 0 0;
                    transition: all 500ms ease-in-out !important;
                    -webkit-transition: all 500ms ease-in-out !important;

                    img {
                        padding: 15px;
                    }

                    @media (max-width: 1199px) {
                        width: 73px;
                        margin: 0;
                    }
                }

                .et_pb_module_header {
                    padding: 0;

                    @media (max-width: 1199px) {
                        font-size: 15px !important;
                        line-height: normal !important;
                    }
                }
            }
        }

        &:hover {
            .o-boxwithTitleIcononleftBlurb {
                .et_pb_blurb_content {
                
                    .et_pb_main_blurb_image {
                        background-color: #e31e27;
                    }
                }
            }
        }
    }
    @media (max-width: 1024px) {
        .slick-slide {
            padding: 14px;
        }
    }
}

.o-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;

    .gform-body {
        width: 100%;
    }

    .gform-footer {
        margin: 0;
        padding: 0;
    }
    
    &.o-form--dark {
        label {
            color: #fff;
            font-weight: 400 !important;
        }
        input[type="text"], input[type="tel"], input[type="url"], input[type="email"], select, textarea {
            border-color: #8e8e8e !important;
            color: #fff;
            background-color: transparent !important;

            &::placeholder {
                color: #fff;
                opacity: 1;
            }

            &::-ms-input-placeholder {
                color: #fff;
            }
        }

        select {
            option {
                background-color: #000;
            }
        }

    }

    &.o-form--light {
        /* label {
            &.gfield_label {
                display: none;
            }
        } */

        input[type="text"], input[type="tel"], input[type="url"], input[type="email"], select, textarea {
            border-color: #d0d0d0 !important;
            color: #000;
            background-color: #fff !important;

            &::placeholder {
                color: #000;
                opacity: 1;
            }

            &::-ms-input-placeholder {
                color: #000;
            }
        }

        select {
            option {
                background-color: #d0d0d0;
            }
        }

        .gform_footer {
            background-color: #000 !important;
            
            &:hover{
                background-color: #ff000c !important;
            }
        }

        &.o-form--buttonRed {
            .gform_footer {
                background-color: #ff000c !important;
                
                &:hover{
                    background-color: #000 !important;
                }
            }

        }
    }

    &.o-form--formLabelDisplay {
        .gfield_label {
            display: block !important;
            text-align: left;
        }
    }
    .ginput_container_select {
        position: relative;

        select {
            outline:0;
            flex: 1;
            cursor:pointer;
            -webkit-appearance:none;
            -moz-appearance:none;
            -ms-appearance:none;
            appearance:none;

            &::-ms-expand {
                display: none;
            }
        }

        &:after {
            content: '\33';
            font-family: ETmodules ;
            position: absolute;
            top: 50%;
            right: 20px;
            cursor:pointer;
            pointer-events:none;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);

            @media (min-width: 1025px) {
                font-size: 25px;
            }

            @media (max-width: 1024px) {
                right: 10px;
            }
        }
    }
}

iframe {
    width: 100%;
}

.o-map {
    iframe {
        
        @media (min-width: 981px) {
            height: 685px !important;
        }
        
        @media (max-width: 980px) {
            height: 480px !important;
        }
    }
}

.o-overlay {
    position: relative;

    &:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(0, 0, 0, 0.70);
        z-index: 1;
    }
}

.slick-dots {
    li, button {
        width: 24px !important;
        height: 24px !important;
        padding: 0 !important;
        margin: 0 2px !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;

        &:before {
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            line-height: normal !important;
            width: 24px !important;
            height: 24px !important;
            opacity: 1 !important;
            color: #6a6866 !important;
            font-size: 12px !important;
        }

        &.slick-active, &:hover {
            button {                
                &::before {
                    font-size: 24px !important;
                    color: #df2020 !important;
                }
            }
        }
    }
}

.testimonial-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;

    .o-testimonialInfoBox {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        @media (max-width: 980px) {
            flex-direction: column;
            align-items: flex-start;
        }
    }

    .o-testimonial-slide {
        position: relative;
        padding: 45px;
        background-color: #fff;
        border: 1px solid #fff;
        box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
        border-radius: 15px 0 15px 0;
        -webkit-border-radius: 15px 0 15px 0;
        transition: all 500ms ease-in-out !important;
        -webkit-transition: all 500ms ease-in-out !important;

        .o-testimonial-author {
            font-weight: 700;
        }

        .o-testimonial-content {
            @media (min-width: 981px) {
                width: 90%;
                min-height: 80px;
            }
        }

        .o-testimonial-thumbnail {
            width: 56px;
            height: 56px;
            overflow: hidden;
            margin: 0 20px 0 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 500px;
            -webkit-border-radius: 500px;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;

                &.o-greyscale {
                    object-fit: contain;
                }
            }

            @media (min-width: 1600px) {
                width: 76px;
                height: 76px;
            }
            
            @media (max-width: 980px) {
                margin: 0 0 20px;
            }
        }

        .o-iconQuote {
            opacity: 0.11;
            display: inline-block;
            float: right;

            @media (max-width: 1199px) {
                display: none;
            }
        }

        &:hover {
            border-color: #ff000c;
        }

        @media (min-width: 981px) {
            width: 48%;
            margin: 0 0 60px;
        }

        @media (min-width: 1600px) {
            padding: 45px;
        }
        
        @media (max-width: 1199px) {
            padding: 20px;
        }
    }
}

.o-testimonialSlider {
    .slick-list {
        margin: 0 -20px;
    }
    
    .slick-slide {
        margin: 0 20px;
        padding: 20px 20px 0;
        
        @media (max-width: 1199px) {
            padding-bottom: 20px;
        }
    }
}

.o-blurbwithIconTitlecontent {
    .et_pb_image_wrap {
        height: 55px;
        display: inline-flex;
        justify-content: center;
        align-items: center;

        img {
            width: auto !important;
        }
    }

    .et_pb_blurb_container {
        vertical-align: middle;
    }

    &.o-blurbwithIconcontent {
        .et_pb_image_wrap {
            height: auto;
        }
    }
}

.o-twoblockswithImageContent {
    .et_pb_image_wrap {
        img {
            object-fit: cover;
        }
    }
}

.o-blockquote {
    @media (min-width: 981px) and (max-width: 1024px) {
        padding: 22px !important;
    }
}

.o-boxwith3colsofcontentListButton {

    .et_pb_column {
        margin: 0 auto 2rem;

        &.o-buttonWrapperCol {
            &.o-buttonWrapperColFullWidth {
                width: 100% !important;
                margin-bottom: 0;
            }
        }

        @media (min-width: 981px) {
            width: 44% !important;
        }
    }
}

.o-accordion {
    .et_pb_toggle {
        padding: 0 !important;

        .et_pb_toggle_title {
            padding: 30px !important;

            &:before {
                display: flex !important;
                align-items: center;
                justify-content: center;
                width: 70px;
                margin: 0 !important;
                background-color: #fff;
                text-align: center;
                top: 0;

                @media (min-width: 1025px) {
                    font-size: 46px;
                }
                @media (max-width: 1024px) {
                    width: 30px;
                }
            }

            @media (min-width: 1600px) {
                font-size: 24px !important;
            }

            @media (max-width: 1024px) {
                font-size: 18px;
                padding: 20px 40px 20px 20px !important;
            }

            @media (max-width: 768px) {
                font-size: 16px !important;
            }
        }

        .et_pb_toggle_content {
            padding: 0 40px 20px;

            hr {
                margin: 40px 0;

                @media (max-width: 1024px) {
                    margin: 10px 0 20px;
                }
            }

            h2 {

                @media (max-width: 1024px) {
                    font-size: 16px;
                }
            }

            @media (max-width: 1024px) {
                padding: 0 20px 20px;
            }
        }

        &.et_pb_toggle_close {
            background-color: #fff;

            .et_pb_toggle_title {
                &:before {
                    content: '\4c' !important;
                    height: 100%;
                    border-left: 1px solid #d9d9d9;
                    border-bottom: 1px solid #d9d9d9;
                }
            }
        }

        &.et_pb_toggle_open {
            background-color: #f5f5f5 !important;
            border-color: #e31e27 !important;

            .et_pb_toggle_title {

                &:before {
                    content: '\4b' !important;
                    height: 70%;
                    border-left: 1px solid #e31e27;
                    border-bottom: 1px solid #e31e27;

                    @media (max-width: 1024px) {
                        height: auto;
                        padding: 6px 0;
                    }
                }
            }
        }

        &:not(:last-child) {
            margin-bottom: 2.5%;
        }
    }
}

.o-blurbwithIconTitleBorder {

    &:after {
        @media (max-width: 1299px) {
            font-size: 20px !important;
            width: 36px !important;
            height: 36px !important;
        }
    }

    @media (min-width: 1025px) {
        width: 31.333%;
    }
    
    @media (max-width: 1299px) {
        width: 47%;
        margin-bottom: 5.75% !important;
    }
    
    @media (max-width: 767px) {
        width: 100%;
    }
    
}

.o-blurbwithIconTitleImage {

    .blurbwithIconTitleImage--icon {
        width: 92px;
        height: 92px;
        margin: 0 !important;
        bottom: 106px;
        right: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;

        img {
            width: 47px !important;
            height: 47px !important;
            object-fit: contain;

            @media (max-width: 1024px) {
                width: 33px !important;
                height: 33px !important;
            }
        }

        @media (min-width: 1600px) {
            width: 112px;
            height: 112px;
        }

        @media (max-width: 1024px) {
            width: 62px;
            height: 62px;
            bottom: 84px;
            right: 20px;
        }
    }

    .blurbwithIconTitleImage--blurb {

        .et_pb_module_header {
            @media (max-width: 1024px) {
                font-size: 22px !important;
            }
            @media (max-width: 420px) {
                font-size: 16px !important;
            }
        }
        .et_pb_main_blurb_image {
            width: 100%;
            height: 300px;
            overflow: hidden;
            display: block;

            .et_pb_image_wrap {
                width: 100%;
                height: 100%;
                display: block;
            }

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            @media (max-width: 1024px) {
                height: 170px;
            }
        }
    }

    &.o-blurbwithIconTitleImage--threeCol {

        .blurbwithIconTitleImage--icon {

            @media (min-width: 1025px) {
                bottom: 143px;
            }
            @media (max-width: 1024px) {
                bottom: 127px;
            }
            @media (max-width: 980px) {
                bottom: 94px;
            }
        }

        .et_pb_module_header {
            span {
                br {
                    @media (max-width: 980px) {
                        display: none;
                    }
                }
            }
        }

        &:not(:nth-child(3n)) {
            @media (min-width: 981px) {
                margin-right: 3.5%;
            }
        }

        @media (min-width: 981px) {
            width: 31%;
        }
    }

    @media (max-width: 1024px) {
        padding: 20px !important;
    }
}

.o-barkerRealtyFamilyRow {
    .et_pb_module_heading {
            @media (min-width: 981px) and (max-width: 1199px) {
            font-size: 31px !important;
        }
    }
}
.o-boxwithTitleContentButton {
    .o-boxwithTitleContentButton--red {
        .et_pb_module_header {
            @media (min-width: 981px) and (max-width: 1199px) {
                font-size: 18px !important;
            }
        }
    }
}

.o-fullblockswithImageTitleContent {
    .et_pb_blurb_content {
        z-index: 3;
    }
    .et_pb_blurb_container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .et_pb_image_wrap {
        height: 717px;
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        @media (max-width: 767px) {
            height: 100%;
        }
    }
}

.o-specialSection {
    .o-specialSectionColfirst {
        
        .et_pb_column {
            width: auto !important;
            
            @media (max-width: 563px) {
                margin-right: 0;
            }

            &:not(:last-child) {
                @media (max-width: 563px) {
                    margin-bottom: 15px;
                }
            }
        }
        
        @media (min-width: 981px) {
            width: 54.833%;
        }
    }
    
    .o-specialSectionColSecond {
        
        @media (min-width: 981px) {
            width: 39.6667%;
        }
    }
}

.o-blurbwithLogoTitleContentButton {
    &.o-blurbwithLogoTitleContentButton--black {
        &:not(:last-child) {
            margin-bottom: 30px;
        }

        .et_pb_module_header {
            @media (min-width: 1600px) {
                font-size: 36px !important;
            }
        }
    }
}

.o-galleryRating {
    .et_pb_gallery_items {
        display: flex;
        align-items: center;
        justify-content: center;

        .et_pb_gallery_item {
            padding: 0 30px;
        }
        
        .et_pb_gallery_image {

            & a {
                pointer-events: none;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    width: auto;
                }
            }

        }

        .et_overlay {
            display: none;
        }
    }
}

#timeline {
    position: relative;

    .timeline-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        counter-reset: section;

        .timeline-entry {
            display: flex;
            flex-direction: column;
            padding: 70px;
            background: #fff;
            position: relative;
            width: 50%;
            border: 1px solid #fff;
            box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);

            h3 {
                font-size: 26px;
                font-weight: 700;

                @media (max-width: 980px) {
                    font-size: 19px;
                }
            }
            
            p {

                @media (min-width: 981px) {
                    font-size: 20px;
                }
            }

            &:after {
                counter-increment: section;
                content: " 0" counter(section) " ";
                position: absolute;
                font-weight: 700;
                color: #fff;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background-color: #ff000c;
                font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
                border-radius: 500px;
                -webkit-border-radius: 500px;

                @media (min-width: 768px) {
                    width: 80px;
                    height: 80px;
                    font-size: 45px;
                    top: 50%;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                }

                @media (max-width: 980px) {
                    font-size: 16px;
                    width: 40px;
                    height: 40px;
                    top: 0;
                }
            }

            &:nth-child(odd) {
                text-align: right;

                &:after {

                    @media (min-width: 768px) {
                        right: -40px;
                    }

                    @media (max-width: 767px) {
                        right: auto;
                        left: 0px;
                    }
                }
            }

            &:nth-child(even) {
                text-align: left;

                &:after {

                    @media (min-width: 768px) {
                        left: -40px;
                    }

                    @media (max-width: 767px) {
                        left: auto;
                        right: 0px;
                    }
                }
            }

            &:not(:last-child) {
                margin: 0 0 15px;
            }

            * {
                color: #000;
                font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
            }
            &:hover {
                border-color: #ff000c;
            }

            @media (max-width: 980px) {
                padding: 30px;
                width: 100%;
            }
        }
    }

}

.o-blurbwithIconTitleList {
    .et_pb_blurb_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    
        .et_pb_main_blurb_image {
            width: 127px !important;
            height: 127px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 20px 0 0;

            .et_pb_image_wrap {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: none;

                    @media (max-width: 980px) {
                        width: 50%;
                        object-fit: contain;
                    }
                }
            }
            @media (max-width: 980px) {
                width: 87px !important;
                height: 87px;
            }
            @media (max-width: 768px) {
                margin: 0 0 20px;
            }
        }

        .et_pb_blurb_container {
            display: flex;
            align-items: center;
            width: calc(100% - 147px);

            .et_pb_module_header {
            
                @media (min-width: 1300px) {
                    width: 426px;
                }
            }

            .et_pb_blurb_description {

                p:last-child {
                    padding-bottom: 0 !important;
                }
            
                @media (min-width: 1300px) {
                    width: 780px;
                }

                @media (max-width: 980px) {
                    width: 100%;
                }
            }
            
            @media (max-width: 1299px) {
                flex-direction: column;
                align-items: flex-start;
            }
            @media (max-width: 980px) {
                width: 80%;
                padding: 0;
                flex-wrap: wrap;
            }
            @media (max-width: 767px) {
                width: 100%;
            }
        }

        
        @media (max-width: 768px) {
            width: 100%;
            display: flex !important;
            flex-direction: column;
        }
    }
}

.o-blurbwithTitleContent {
    .o-heading--borderrightRed {
        .et_pb_module_header {
            display: flex;
            align-items: center;
            justify-content: space-between;

            span {
                display: block;
                width: auto;
            }
            &:after {
                background-color: #ff000c;
                width: 46%;
                height: 1px;
                position: relative;
                display: block;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }
        }

        .et_pb_module_heading {
            display: inline-block;

            &:after {
                left: auto !important;
            }
        }
    }
}
.o-table {
    &.o-tableComparedFees {
        table {
            border: 1px solid #c3c3c3;
            background-color: #fff;
            text-align: center;
            box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);

            tr {
                border-bottom: 2px solid #c3c3c3;

                @media (max-width: 980px) {
                    display: block;
                }
            }

            thead {
                th {
                    background-color: #565657;
                    color: #fff;
                    font-weight: 400;
                    padding: 15px 25px;

                    &:not(:last-child){
                        border-right: 1px solid #c3c3c3;
                    }
                }
                @media (max-width: 980px) {
                    display: none;
                }
            }
            tbody {
                td {
                    color: #888;
                    padding: 15px 25px;

                    &:not(:last-child){
                        border-right: 1px solid #c3c3c3;
                    }

                    &::before {
                        @media (max-width: 980px) {
                            display: block;
                            content: attr(data-label);
                            font-weight: bold;
                        }
                    }
                    @media (max-width: 980px) {
                        display: block;
                    }
                }
            }
        }
    }
}

.o-blurbwithImageTitlePhone {
    .et_pb_blurb_content {
        display: flex;
        align-items: center;

        @media (max-width: 980px) {
            flex-direction: column;
        }
    }
    .et_pb_blurb_container {
        vertical-align: middle;

        @media (max-width: 980px) {
            padding: 0 15px 15px;
        }
    }
    .et_pb_main_blurb_image {
        width: auto;

        img {
            @media (max-width: 980px) {
                width: 100%;
            }
        }

        @media (min-width: 981px) {
            margin: 0 40px 0 0;
        }

        @media (max-width: 980px) {
            width: 100%;
            margin: 0 0 20px 0;
        }
    }

    .et_pb_blurb_description {
        p {
            a {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                padding: 10px 30px;
                color: #ff000c;
                font-weight: 600;
                background-color: #fff;
                border-radius: 500px;
                -webkit-border-radius: 500px;

                &:before {
                    content: '\e090';
                    display: block;
                    font-weight: 400;
                    margin: 0 10px 0 0;
                    font-family: 'ETMODULES' !important;
                }

                &:hover {
                    background-color: #000;
                    color: #fff;
                }
            }
        }
    }
}

.o-blurbwithTitleContentwithWhiteBG {

    .o-blurbwithTitleContentwithWhiteBGColumn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        .et_pb_blurb {
            height: 100%;

            p {
                @media (min-width: 981px) {
                    min-height: 220px;
                }
            }

            @media (min-width: 981px) {
                margin-bottom: 60px;
                width: 48%;
            }

            .et_pb_blurb_content {
                @media (max-width: 980px) {
                    display: flex !important;
                    flex-direction: column;
                }
            }
        }
    }
    .o-heading--borderbottomRed {
        .et_pb_image_wrap {
            width: 93px;
            margin: 0 30px 0 0;

            img {
                width: auto;
            }
            @media (max-width: 1024px) {
                width: 53px;
                margin: 0 auto;
            }
        }
        
        .et_pb_module_header {
            padding: 0 0 20px;
            margin: 0 0 20px;

            &:after {
                background-color: #ff000c;
                width: 56px;
                height: 3px;
                bottom: 0;
                left: 0;
            }
            @media (max-width: 1024px) {
                font-size: 20px !important;
            }
        }
    }
}

.o-blurbwithIconTitleAndSmallCircle {
    .et_pb_blurb_content {
        display: flex;
        align-items: center;
    }
    .et_pb_main_blurb_image {
        position: relative;
        width: 45px !important;
        margin: 0 10px 0 0;
        display: inline-block;

        .et_pb_image_wrap {
            position: relative;
            z-index: 3;
        }

        &:after {
            position: absolute;
            bottom: 0;
            right: -10px;
            content: '';
            width: 30px;
            height: 30px;
            z-index: 2;
            background-color: rgba(204, 204, 204, 0.43);
            border-radius: 500px;
            -webkit-border-radius: 500px; 
        }
    }
    .et_pb_module_header {
        padding: 0;
    }
}

.o-squareblurbwithImageTitle {

    .et_pb_column {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        .et_pb_blurb {
            height: 100%;

            .et_pb_module_header {
            
                @media (max-width: 1024px) {
                    font-size: 20px !important;
                }
                
            }

            @media (min-width: 768px) {
                width: 47%;
            }

            @media (min-width: 1025px) {
                width: 23%;
            }

            @media (min-width: 1199px) {
                margin-bottom: 60px;
                width: 24%;
            }
        }

    }

    .et_pb_main_blurb_image {
        width: 100%;
        height: 345px;
        overflow: hidden;
        margin: 0 auto 10px;
        
        .et_pb_image_wrap {
            width: 100%;
            height: 100%;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        
        @media (max-width: 1024px) {
            margin-bottom: 15px;
            height: 245px;
        }
        
        @media (max-width: 767px) {
            width: 100%;
        }

    }
}

.o-ourteam {
    .o-ourteamSlider {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;

        @media (max-width: 1024px) {
            justify-content: space-between;
        }
        
    }
    .o-ourteam-slide {
        position: relative;
        margin-bottom: 30px;

        .o-popupLink {
            position: absolute;
            bottom: 80px;
            right: 30px;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            border-radius: 500px;
            -webkit-border-radius: 500px;
            box-shadow: 0px 5px 5px #e4e4e4;
            -webkit-box-shadow: 0px 5px 5px #e4e4e4;

            &:after {
                display: block;
                content: '\4c';
                color: #bf3434;
                font-weight: 400;
                font-size: 40px;
                font-family: ETmodules !important;

                @media (max-width: 1024px) {
                    font-size: 28px;
                }
            }

            @media (min-width: 1025px) {
                width: 60px;
                height: 60px;
            }

            @media (min-width: 1600px) {
                bottom: 73px;
                width: 73px;
                height: 73px;
            }

            @media (max-width: 1024px) {
                bottom: 50px;
                width: 40px;
                height: 40px;
            }

            @media (max-width: 980px) {
                bottom: 38px;
                right: 20px;
            }
        }
        .o-ourteam-thumbnail {
            /*height: 488px;*/
            height: 244px;
            display: block;
            margin: 0 auto 40px;

            img {
                filter: grayscale(1);
                -webkit-filter: grayscale(1);
            }

            @media (max-width: 1024px) {
                height: 268px;
                margin-bottom: 10px;
            }

            @media (max-width: 980px) {
                height: 248px;
            }
        }
        .o-ourteam-caption {
            display: none !important;
        }

        &:hover {
            .o-ourteam-thumbnail {
                img {
                    filter: grayscale(0);
                    -webkit-filter: grayscale(0);
                }
            }
        }

        @media (min-width: 981px) {
            width: 30.333%;
        }

        @media (min-width: 1111px) {
            /*width: 31.333%;*/
            width: 22.74%;
        }

        @media (max-width: 980px) {
            width: 46%;
        }

        @media (max-width: 420px) {
            width: 100%;
        }

        &:not(:nth-child(3n)) {
            @media (min-width: 981px) {
                margin-right: 30px;
            }
        }

        &:not(:nth-child(4n)) {
            @media (min-width: 1111px) {
                margin-right: 30px;
            }
        }
        &:nth-child(4n) {
            @media (min-width: 1111px) {
                margin-right: 0;
            }
        }

        &:nth-child(odd) {
            @media (max-width: 980px) {
                margin-right: 30px;
            }
            @media (max-width: 980px) {
                margin-right: 0;
            }
        }
    }
}

.o-ourteam-thumbnail {
    position: relative;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 0;
    }
}

.o-ourteam-author {
    display: block;
    font-weight: 700;
    color: #e41d24;

    @media (min-width: 1025px) {
        font-size: 24px;
    }
}
.o-ourteam-position {
    display: block;
    color: #000;

    @media (min-width: 1025px) {
        font-size: 20px;
    }
}

.fancybox-close-small {
    color: #fff !important;
    padding: 0 !important;
    right: 10px !important;
    top: 10px !important;
    background-color: #000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 500% !important;
    -webkit-border-radius: 500% !important;

    svg {
        height: 80% !important;
        width: 80% !important;
    }
}

.fancybox-navigation {
        width: auto;
        
    .fancybox-button {
        opacity: 1 !important;
        border: 1px solid #000;
        visibility: visible !important;
        background-color: #fff !important;
        padding: 0 !important;
        width: 35px !important;
        height: 35px !important;
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 500%;
        -webkit-border-radius: 500%;

        &:before {
            color: #000;
            font-family: ETmodules !important;
            font-size: 25px;
            display: block;
            border-radius: 500%;
            -webkit-border-radius: 500%;
        }

        div, svg {
            display: none !important;
        }

        &.fancybox-button--arrow_left {
            &:before {
                content: '\34';
            }
        }

        &.fancybox-button--arrow_right {
            &:before {
                content: '\35';
            }
        }

        &.fancybox-button[disabled] {
            opacity: 0.5 !important;
        }
    }
}

.fancybox-is-open {
    .fancybox-content {
        border: 10px solid #eb1616;
        display: inline-flex !important;
        align-items: center;

        .o-ourteam-thumbnail{
            display: inline-block;
            width: 380px;
            height: 380px;
            border: 10px solid #eb1616;
            border-radius: 500%;
            -webkit-border-radius: 500%;
        
            @media (min-width: 1025px) {
                margin-right: 44px;
            }
        
            @media (max-width: 1024px) {
                margin-bottom: 20px;
                width: 210px;
                height: 210px;
            }
        }

        .o-ourteam-content {
            vertical-align: middle;
            display: inline-block;
            
            @media (min-width: 1025px) {
                width: 56%;
            }
        
            @media (max-width: 1024px) {
                width: 100%;
            }
        }

        .o-ourteam-position {
            margin-bottom: 10px;
        }
        
        @media (min-width: 1025px) {
            padding: 104px 64px !important;
        }
        
        @media (min-width: 1199px) {
            max-width: 73% !important;
        }
        
        @media (max-width: 1024px) {
            flex-direction: column;
        }
    }

}


@media (min-width: 768px) {
  .timeline-list .timeline-entry:nth-child(even) {
    align-self: flex-end;
  }
}

@media (max-width: 767px) {
  .timeline-entry {
    width: 90%;
    align-self: flex-end;
  }
}

.o-findRental {
    #ttRentalList {
        * {
            font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
        }
        
        .tt-view-header {
            background-color: #000;
            padding: 10px;
            margin: 0 auto 30px;
            border-radius: 10px;
            -webkit-border-radius: 10px;

            .form-group {
                display: flex;
                align-items: center;
                justify-content: center;

                & a {
                    color: #8c8c8c;
                    background-color: transparent;
                    text-transform: uppercase;
                    font-weight: 700;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    padding: 15px 40px;
                    box-shadow: inset 0 0 0 0 #ff000c;
                    -webkit-transition: ease-out 0.4s;
                    transition: ease-out 0.4s;
                    border-radius: 20px;
                    -webkit-border-radius: 20px;

                    &:hover, &.active {
                        background-color: #ff000c;
                        color: #fff;
                        box-shadow: inset 400px 0 0 0 #ff000c;
                    }

                    @media (max-width: 980px) {
                        padding: 10px;
                        font-size: 12px;
                        border-radius: 10px;
                        -webkit-border-radius: 10px;
                    }
                }
            }
        }

        .tt-filter-sort {
            width: auto;

            .tt-rental-list-header-container {
                background-color: #f8f8f8;
                border: 1px solid #c1c1c1;
                padding: 30px 20px;
                border-radius: 15px;
                -webkit-border-radius: 15px;

                label {
                    color: #535353;
                    font-weight: 700;
                    width: 100%;
                    margin: 0 !important;

                    small {
                        float: right;

                        a {
                            color: #908f8f;
                            font-weight: 400;

                            &:hover {
                                color: #ff000c;
                            }
                        }
                    }
                }

                .tt-filters {
                    label {
                        border-bottom: 1px solid #dfdfdf;
                        padding: 0 0 10px;
                        margin: 0 0 20px !important;
                    }

                    .form-group {
                        label {
                            border-bottom: none;
                            padding: 0;
                            margin: 0 0 5px !important;
                        }

                    }
                }
            }

            @media (min-width: 1600px) {
                width: 322px;
            }
        }

        .tt-rental-rows {
            padding: 0;

            .tt-rental-row {
                padding: 35px;
                border: 1px solid #c1c1c1;
                border-radius: 20px;
                -webkit-border-radius: 20px;

                .tt-col1 {
                    float: right;
                    width: auto;

                    .rental-photo {
                        overflow: hidden;
                        display: block;
                        border-radius: 20px;
                        -webkit-border-radius: 20px;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                        @media (min-width: 981px) {
                            width: 226px;
                            height: 188px;
                        }
                    }
                    @media (max-width: 1199px) {
                        order: 1;
                        margin-right: 32px;
                    }
                    
                    @media (max-width: 980px) {
                        margin-bottom: 15px;
                        margin-right: 0;
                        width: 100%;
                    }
                }

                .tt-col2 {
                    float: left;
                    margin: 0;
                    
                    @media (min-width: 1199px) {
                        width: calc(100% - 67%);
                    }
                    
                    @media (min-width: 1400px) {
                        width: calc(100% - 54%);
                    }

                    @media (max-width: 1199px) {
                        width: calc(100% - 47%);
                        order: 2;
                    }

                    @media (max-width: 1024px) {
                        width: calc(100% - 45%);
                    }

                    @media (max-width: 980px) {
                        width: 100%;
                    }
                }

                .tt-col3 {
                    float: right;
                    width: auto;
                    text-align: left !important;

                    .rental-rent {
                        text-align: left;
                        font-weight: 700;
                        color: #000;
                        margin: 0 0 10px 0;
                    }
                    @media (min-width: 1200px) {
                        margin: 0 32px 0 0;
                    }
                    
                    @media (max-width: 1199px) {
                        order: 4;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        width: 100%;
                    }

                    @media (max-width: 980px) {
                        display: block;
                    }
                }

                .rental-description {
                    &.rental-description-details {
                        float: left;
                        margin: 0;

                        .collapse__off {
                            border: 1px solid #d4d4d4;
                            padding: 25px;
                            border-radius: 20px;
                            -webkit-border-radius: 20px;

                            @media (min-width: 1025px) {
                                margin: 40px 0 0;
                            }
                        }

                        @media (max-width: 1199px) {
                            order: 3;
                        }
                    }

                    .collapse__icon {
                        border: 1px solid #d4d4d4;
                        padding: 10px 15px;
                        position: relative;
                        display: inline-flex;
                        align-items: center;
                        justify-content: space-between;
                        width: 60%;
                        border-radius: 15px;
                        -webkit-border-radius: 15px;

                        .material-icons {
                            display: none;
                        }

                        &:after {                            
                            color: #9e9d9d;
                            font-family: ETmodules !important;
                            content: '\33';
                            font-size: 15px;
                            display: block;
                        }

                        @media (max-width: 1199px) {
                            width: 100%;
                            margin: 0 0 20px;
                        }
                    }
                }
                
                &:not(:last-child) {
                    margin: 0 0 20px;
                }
                
                &:hover {
                    h4 {
                        a {
                            color: #000;
                        }
                    }
                }
                
                @media (max-width: 1199px) {
                    display: flex !important;
                    flex-wrap: wrap;
                }
                
                @media (max-width: 980px) {
                    flex-direction: column;
                }
            }

            @media (min-width: 1025px) {
                width: calc(100% - 292px);
                float: right;
            }

            @media (min-width: 1600px) {
                width: calc(100% - 352px);
            }
        }

        #ttRentalListViewList {
            padding: 0;
            width: 100%;
        }

        #ttMap {
            float: none;
            margin: 0 auto;
            border: 10px solid #dfdfdf;
            border-radius: 25px;
            -webkit-border-radius: 25px;

            .mapboxgl-popup-content {
                width: auto;

                .tt-info-window {
                    width: auto;
                }
            }

            .mapboxgl-popup {

                .button-container {
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    flex-direction: column;
                }
            }
        }

        input[type="text"], input[type="tel"], input[type="url"], input[type="email"], select, textarea {
            background-color: #fff;
            border: 1px solid #8e8e8e;
            padding: 12px 20px;
            border-radius: 15px !important;
            -webkit-border-radius: 15px !important;

            &::placeholder {
                color: #000;
                opacity: 1;
            }

            &::-ms-input-placeholder {
                color: #000;
            }

            @media (max-width: 980px) {
                border-radius: 10px !important;
                -webkit-border-radius: 10px !important;
            }
        }

        h4 {
            font-weight: 700;
        }

        .rental-address, .rental-beds-baths, .rental-date-available {
            color: #000;
            display: block;
            margin: 0 0 10px;
        }

        .btn {
            font-weight: 700 !important;
            font-size: 16px !important;
            text-transform: capitalize !important;
            background-color: #ff000c !important;
            color: #fff !important;
            letter-spacing: 0 !important;
            border: none !important;
            margin: 6px auto !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 100% !important;
            padding: 15px 30px !important;
            border-radius: 10px !important;
            -webkit-border-radius: 10px !important;

            &.rental-apply--button, &.apply-btn {
                background-color: #777 !important;
            }

            &:hover {
                background-color: #000 !important;
                text-decoration: none !important;
            }
            @media (max-width: 980px) {
                padding: 10px;
                font-size: 12px;
                border-radius: 10px;
                -webkit-border-radius: 10px;
            }
        }

        a {
            color: #535353;
                
            &:hover {
                color: #000;
            }
        }
    }
}
.o-menuWithLogoCol {
    .et_pb_menu__logo {
        @media (min-width: 981px) and (max-width: 1199px) {
            margin-right: 10px;
        }
    }    
    
    .et_pb_menu__logo-wrap {

        @media (min-width: 981px) and (max-width: 1040px) {
            max-width: 160px !important;
        }
    }
}

.o-blurbContentWithRedBG {
    .et_pb_blurb_description {
        & p {
            @media (min-width: 1600px) {
                font-size: 24px;
            }
        }
    }
}

.income-table-wrapper {
    overflow-x: auto;
    width: 100%;
}

table{
    &.income-table {
        margin: 0 !important;
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;

        thead {
            @media (max-width:1024px) {
                position: absolute;
                clip: rect(1px, 1px, 1px, 1px);
                padding: 0;
                border: 0;
                height: 1px;
                width: 1px;
                overflow: hidden;
            }
        }

        th, td {
            border: 1px solid #ddd;
            text-align: center;
            vertical-align: middle;

            @media (min-width: 1025px) {
                padding: 12px;
            }
        }

        .o-th {
            background-color: #fff;
            color: #888;
            font-weight: 400 !important;

            &.o-thPersonsInFamilyNumber {
                background-color: #888;
                color: #fff;
            }

            &.o-thPersonsInFamily {
                background-color: #565657;
                color: #fff;
            }
        }

        .o-td {
            color: #888;
            font-weight: 400 !important;

            @media (min-width:1025px) {
                text-align: left;
            }

            @media (max-width:1024px) {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            @media (max-width:420px) {
                font-size: 12px;
            }
        }

        @media (max-width:1024px) {
            margin: 0 auto;
            width: 100%;
            border-spacing: 0;
        }
    }
}

.income-table td[data-header]:before {
    @media (max-width:1024px) {
        content: attr(data-header);
        display: block;
        float: left;
        width: 50%;
        color: #000000;
        font-weight: bold;
        text-align: left;
    }

    @media (max-width:420px) {
        width: 100%;
    }
}

.income-table td[data-header]:after {
    @media (max-width:1024px) {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        border-right: 1px solid #EDF0F1;
        padding-bottom: 200%;
        display: block;
    }

    @media (max-width:767px) {
        display: none;
    }
}

        @media (max-width:1024px) {
            .income-table tbody,
            .income-table tr,
            .income-table th,
            .income-table td {
                display: block;
                padding: 0;
                text-align: left;
                white-space: normal;
            }
            .income-table tr td,
            .income-table tr th {
                padding: 2em 1em;
                vertical-align: middle;
                overflow: hidden;
                position: relative;
                vertical-align: top;
                border: 1px solid #EDF0F1;
                border-top: none;
                width: 100%;
                white-space: normal;
                text-align: right;
            }
        }

        

.income-table td[data-header] > * {
    @media (max-width:1024px) {
        display: block;
        width: 50%;
        float: right;
        clear: right;
        padding-left: 1em;
        margin-top: 0;
    }
}

.income-table th[scope="row"] {
    @media (max-width:1024px) {
        width: 100%;
        text-align: right;
        display: block;
        background-color: #B3BFC6;
        margin: 0 auto;
        padding: .5em 0;
    }
}

.income-table td[scope="col"] {
    @media (max-width:1024px) {
        width: 100%;
        text-align: right;
        display: block;
        background-color: #888;
        color: #fff;
        margin: 0 auto;
        padding: 1rem;
    }

    &:before {
        @media (max-width: 1024px) {
            color: #fff;
        }

        @media (max-width: 420px) {
            text-align: center;
        }
    }

    @media (max-width: 420px) {
        text-align: center;
    }
}

ol {
    counter-reset: li;

    li {
        position: relative;
        padding: 0 0 15px 40px;
        list-style-type: none;

        &:before{
            position: absolute;
            top: 0px;
            left: 0px;
            background-color: #ff000c;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 12px;
            font-weight: 700;
            color: #fff;
            content: counter(li);
            counter-increment: li;
        }
    }
}

.single-post {

    #main-content {
        & > img {
            &.attachment-post-thumbnail {
                display: none;
            }
        }
    }

    .container {
        #left-area {

            table {
                font-size: 14px;
                border: 1px solid #eee;

                th {
                    background-color: #888;
                    color: #fff;
                    font-weight: 400 !important;

                    @media (min-width: 1025px) {
                        padding: 12px;
                    }

                    @media (max-width: 1024px) {
                        display: none;
                        padding: 2em 1em;
                    }                  
                }

                td {
                    color: #888;

                    &:before {
                        @media (max-width:1024px) {
                            content: attr(data-th);
                            display: block;
                            color: #000000;
                            font-weight: bold;
                            text-align: left;
                            padding: 0 10px 0 0;
                        }
                    }

                    @media (min-width: 1025px) {
                        padding: 12px;
                    }

                    @media (max-width:1024px) {
                        display: block;
                        width: 100%;
                        padding: 2em 1em;
                    }
                }
            }

            ul {
                & > li {
                    &:before {
                        top: 4px;
                    }
                }
            }

            h1 {
                &.entry-title {
                    @media (min-width: 981px) {
                        font-size: 52px;
                    }

                    @media (min-width: 1600px) {
                        font-size: 70px;
                    }

                    @media (max-width: 980px) {
                        font-size: 60px;
                    }

                    @media (max-width: 767px) {
                        font-size: 30px;
                    }
                }
            }

            .alignright, .alignleft, .aligncenter, .alignnone, .alignfull {
                margin-bottom: 2em;

                @media (max-width: 1299px) {
                    width: 50%;
                }

                @media (max-width: 980px) {
                    margin-right: auto; 
                    margin-left: auto; 
                    float: none;
                    display: block;
                    width: 100%;
                    text-align: center;
                }
            }
            .alignleft {
                img {
                    border-left: 15px solid #ff000c;
                }
                @media (min-width: 981px) {
                    margin-right: 2em;
                }
            }
            .alignright {
                img {
                    border-right: 15px solid #ff000c;
                }

                @media (min-width: 981px) {
                    margin-left: 2em;
                }
            }
            .aligncenter, .alignnone, .alignfull {
                text-align: center;

                img {
                    border: 15px solid #ff000c;
                }
            }

            @media (min-width: 981px) and (max-width: 1299px) {
                width: 75.125% !important;
            }

            /* @media (min-width: 981px) {
                padding-right: 0 !important;
            } */
        }

        #sidebar {
            padding-left: 0;

            @media (min-width: 981px) and (max-width: 1299px) {
                width: 24.875% !important;
            }
        }

        &:before {
            display: none !important;
        }

        @media (min-width: 981px) {
            width: 90%;
        }
    }

    .wp-block-separator {
        border-color: #efefef;
        margin-bottom: 30px;

        @media (max-width: 980px) {
            margin-bottom: 15px;
        }
    }

    .o-blockquote {
            background-color: #f5f5f5;
            border-left: 15px solid #ff000c;
            padding: 42px;

        @media (min-width: 981px) and (max-width: 1024px) {
            padding: 22px !important;
        }

        @media (max-width: 980px) {
            padding: 22px;
        }
    }
}

.widget_block {
    .wp-block-heading {
        margin: 0 0 1rem;
    }

    ul {
        li {
            
            a {
                display: inline;
                width: 100%;

                @media (min-width: 981px) {
                    font-size: 13px;
                }
            }

            .wp-block-latest-posts__post-date {
                color: #ff000c;
                font-weight: 500;

                @media (min-width: 981px) {
                    font-size: 11px;
                }
            }

            @media (min-width: 981px) {
                font-size: 13px !important;
            }

            &:not(:last-child) {
                padding-bottom: 1em !important;
            }
        }

        &.wp-block-latest-posts {
            li {
                a {
                    display: inline;
                }
            }

        }
    }
}
.wp-block-latest-posts__post-date, .published {
    display: flex;
    align-items: center;

    &:before {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 5px 0 0;
        font-family: 'ETmodules';
        content: '\e025';
    }
}
.published {
    display: inline-flex;
}


.o-blog {
    .et_pb_post {
        .et_pb_image_container {
            @media (min-width: 981px) {
                margin: -40px -40px 40px;
            }

        }

        .entry-title {
            @media (max-width: 480px) {
                padding-bottom: 10px;
            }
        }
        @media (min-width: 981px) {
            padding: 40px;
        }
    }
    .post-meta {
        margin: 0 0 20px;
        font-size: 11px !important;
    }
    .post-content {
        .post-content-inner {
            margin: 0 0 20px;
        }
    }
}
.post-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    padding: 10px 0 !important;
    margin: 0;

    a {
        margin: 0 0 0 5px;
    }

    span {
        margin: 0 5px;
        padding: 0 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;

        a {
            margin: 0;
            padding: 0;
        }
    }

    .author {
        &:before {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 0 5px 0 0;
            font-family: 'ETmodules';
            content: '\e08a';
        }
    }
}
.table-info {
    margin: 0 auto 35px;

    p {
        font-weight: 700;
        color: #555;
        font-size: 20px;
        text-align: center;
    }
}
#responsive-stack-table, #responsive-stack {
    margin: 0 auto 35px;
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);

    .work_imcome_header {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    .o-removeParent {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ff000c;
        border: 1px solid #ff000c;
        color: #fff;
        width: 20px;
        height: 20px;
        cursor: pointer;
        border-radius: 500px;
        -webkit-border-radius: 500px;

        &:hover {
            background-color: #fff;
            color: #ff000c;
        }
    }
    .top_header_table {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background-color: #888;

        &.display_on_responsive {
            display: none;
        }
        
        & div {
            color: #fff;
            font-weight: 400;
            padding: 10px 50px;

            &.AddItemMain, &.AddItemRow {
                background-color: #4c4c4c;
                padding: 0;

                a {
                    color: #fff;
                    width: 100%;
                    padding: 10px 50px;
                    display: block;
                    cursor: pointer;
                }

                @media (max-width:1024px) {
                    width: 100%;
                    text-align: center;
                }

            }

            &:not(.AddItemMain) {
                @media (max-width:1024px) {
                    display: none;
                }
            }

            @media (max-width: 1199px) {
                padding: 10px 20px;
            }
        }
        @media (max-width:1024px) {
            justify-content: space-between;
        }
    }

    .working_office_row {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

        div {
            display: flex;
            align-items: center;
            width: 100%;
        }

        & > div {
            padding: 10px 50px;

            & > div {
                padding: 10px;

                &:before {
                    @media (max-width:1024px) {
                        content: attr(data-attr);
                        display: block;
                        float: left;
                        width: auto;
                        color: #000000;
                        font-weight: bold;
                        text-align: left;
                        padding: 0 10px 0 0;
                    }
                }

                @media (max-width:1199px) {
                    padding: 0 10px;
                }

                @media (max-width:1024px) {
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: flex-start;
                    margin: 0 0 10px;
                    padding: 0;
                }
            }

            span {
                color: #565657;
                font-weight: 700;
                margin: 0 5px 0 0;
            }

            input[type="text"], input[type="tel"], input[type="url"], input[type="email"], select, textarea {
                width: 100%;
                padding: 10px !important;
                border-radius: 10px;
                -webkit-border-radius: 10px;
            }

            @media (max-width: 1199px) {
                padding: 10px 20px;
            }

            @media (max-width:1024px) {
                padding: 10px 0;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }
        }

        @media (max-width:1024px) {
            text-align: center;
            flex-direction: column;
        }
    }

    .total_income_row, .total_house_income_row {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        flex-wrap: wrap;
        padding: 10px;
        color: #fff;
        background-color: #565657;
    
        input#total_year_income, input#total_house_year_income {
            margin: 0 0 0 10px;
            padding: 10px !important;
            border-radius: 10px;
            -webkit-border-radius: 10px;

            @media (max-width: 1024px) {
                margin: 0 !important;
                width: 100%;
            }
        }

        @media (max-width: 1024px) {
            justify-content: flex-start;
        }
    }
}

.o-blurbwithTitleContentList {
    .et_pb_blurb_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        
        .et_pb_main_blurb_image {

            @media (min-width: 981px) {
                width: 47%;
                margin-bottom: 0;
                margin-right: 2rem;
            }

            @media (max-width: 980px) {
                width: 100%;
            }
        }

        .et_pb_blurb_container {
            .et_pb_blurb_description {
            }
        }

        @media (max-width: 980px) {
            flex-direction: column;
        }
    }

    ul {
        li {
            padding: 0 0 15px 25px !important;

            &:before {
                width: auto !important;
                height: auto !important;
                top: 6px !important;
                content: '\26' !important;
                color: #e31e27 !important;
                background-color: transparent !important;
            }
        }
    }

    p {
        & strong {
            span {
                color: #e31e27;
            }
        }
    }
}
.o-blurbwithImagewithredrightborderContentButton {

    .o-blurbwithImagewithredrightborderContent {

        .et_pb_blurb_content {

            .et_pb_blurb_container {
                background-color: #fff;
                padding: 2rem;
                margin: -5px 0 0;
                box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
                -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
                
                .et_pb_blurb_description {
                    p {
                        &:not(:last-child){
                            padding-bottom: 10px !important;
                        }
                    }

                    ul {
                        li {
                            padding: 0 0 15px 25px !important;

                            &:last-child{
                                padding-bottom: 0;
                            }

                            &:before {
                                width: auto !important;
                                height: auto !important;
                                top: 6px !important;
                                content: '\26' !important;
                                color: #e31e27 !important;
                                background-color: #fff !important;
                            }
                        }
                    }
                }
            }

            .et_pb_main_blurb_image {
                margin: 0;
                width: 100%;
                height: 350px;
                overflow: hidden;
                border-right: 10px solid #ff000c;
                
                * {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                @media (min-width: 1600px) {
                    height: 400px;
                }
            }
        }

    }

    @media (min-width: 981px) {
        margin-right: 3.5% !important;
        width: 49.25% !important;
    }
}

.o-resultWrapper {
    margin: 0 auto 35px;
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);

    .imcome_result, .imcome_limit, .monthly_minimum {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;

        @media (max-width: 1024px) {
            flex-direction: column;
        }
    }

    .monthly_minimum_box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;

        h5 {
            font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
            color: #555;
            text-transform: capitalize;
        }

        & > div {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            font-weight: 500;

            @media (min-width: 1025px) {
                padding: 0 30px 0 0;
            }

            @media (max-width: 1024px) {
                margin-bottom: 10px;
            }
        }

        input[type="text"]#applying_rent, input[type="text"]#minimum_monthly_income, input[type="text"]#allowed_household_income, #allowed_household_income, select#home_member_count, input[type="text"]#monthly_household_income, input[type="text"]#yearly_household_income{
            width: 100%;
            padding: 10px !important;
            border-radius: 10px;
            -webkit-border-radius: 10px;
        }
    }

    .income_result_wrapper, .income_limit_wrapper {
        border-bottom: 1px solid rgba(128, 128, 128, 1);
        margin: 0 0 20px;
        padding: 0 0 20px;
    }

    .minimum_month_income {
        .monthly_minimum_box {
            flex-direction: row;

            & > div {
                padding: 0 10px;
            }
            @media (min-width: 1025px) {
                flex-direction: row;
            }
            @media (max-width: 1024px) {
                flex-direction: column;
            }
        }
    }
}

.face {
    display: block;
    width: 12em;
    height: auto;
    margin: 0 auto 20px;
    
    @media (max-width: 1040px) {
        width: 8em;
    }
}
 .face__eyes, .face__eye-lid, .face__mouth-left, .face__mouth-right, .face__nose, .face__pupil {
    animation: eyes 1s 0.3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
 .face__eye-lid, .face__pupil {
    animation-duration: 4s;
    animation-delay: 1.3s;
    animation-iteration-count: infinite;
}
 .face__eye-lid {
    animation-name: eye-lid;
}
.face__mouth-left, .face__mouth-right {
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.face__mouth-left {
    animation-name: mouth-left;
}
.face__mouth-right {
    animation-name: mouth-right;
}
.face__nose {
    animation-name: nose;
}
.face__pupil {
    animation-name: pupil;
}

/* Animations */
@keyframes eye-lid {
    from, 40%, 45%, to {
        transform: translateY(0);
    }
    42.5% {
        transform: translateY(17.5px);
    }
}
@keyframes eyes {
    from {
        transform: translateY(112.5px);
    }
    to {
        transform: translateY(15px);
    }
}
@keyframes pupil {
    from, 37.5%, 40%, 45%, 87.5%, to {
        stroke-dashoffset: 0;
        transform: translate(0, 0);
    }
    12.5%, 25%, 62.5%, 75% {
        stroke-dashoffset: 0;
        transform: translate(-35px, 0);
    }
    42.5% {
        stroke-dashoffset: 35;
        transform: translate(0, 17.5px);
    }
}
@keyframes mouth-left {
    from, 50% {
        stroke-dashoffset: -102;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes mouth-right {
    from, 50% {
        stroke-dashoffset: 102;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes nose {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, 22.5px);
    }
}
 


/* --------------------------------------- *
|           R E S P O N S I V E             |
* ----------------------------------------*/
@media (min-width: 981px) {
    .d-none-lg {
        display: none !important;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
}
@media (max-width: 1199px) {
    .d-none-lg {
        display: none !important;
    }
    .d-flex-lg {
        display: flex !important;
    }
    .d-inline-flex-lg {
        display: inline-flex !important;
    }
    .justify-spcbetwn-lg {
        justify-content: space-between !important;
    }
    .justify-start-lg {
        justify-content: flex-start !important;
    }
    .justify-end-lg {
        justify-content: flex-end !important;
    }
    .justify-center-lg {
        justify-content: center !important;
    }
    .flex-column-lg {
        flex-direction: column !important;
    }
    .flex-row-lg {
        flex-direction: row !important;
    }
    .align-center-lg {
        align-items: center !important;
    }
    .align-content-center-lg {
        align-content: center !important;
    }
    .align-start-lg {
        align-items: flex-start !important;
    }
    .align-stretch-lg {
        align-items: stretch !important;
    }
    .align-baseline-lg {
        align-items: baseline !important;
    }
    .flex-wrap-lg {
        flex-wrap: wrap !important;
    }
    .flex-column-reverse-lg {
        flex-direction: column-reverse !important;
    }
    .order1-lg {
        order: 1 !important;
    }
    .order2-lg {
        order: 2 !important;
    }
    .order3-lg {
        order: 3 !important;
    }
}
@media (min-width: 981px) and (max-width: 1199px) {
    .o-header--bottom .o-menuWithLogoCol {
        width: 89.625% !important;
    }
    
    .o-header--bottom .o-portalCol {
        width: auto !important;
    }
}
@media (max-width: 980px) {
    /* .o-header--bottom .o-portalCol {
        right: calc(100% - 106%) !important;
    } */

    .o-header--bottom {
        .et_pb_row {
            width: 100%;
            padding: 15px !important;
        }

        .o-portalCol {
            right: 0 !important;
        }
    }
    .d-none-md {
        display: none !important;
    }
    .d-flex-md {
        display: flex !important;
    }
    .d-inline-flex-md {
        display: inline-flex !important;
    }
    .justify-spcbetwn-md {
        justify-content: space-between !important;
    }
    .justify-start-md {
        justify-content: flex-start !important;
    }
    .justify-end-md {
        justify-content: flex-end !important;
    }
    .justify-center-md {
        justify-content: center !important;
    }
    .flex-column-md {
        flex-direction: column !important;
    }
    .flex-row-md {
        flex-direction: row !important;
    }
    .align-center-md {
        align-items: center !important;
    }
    .align-content-center-md {
        align-content: center !important;
    }
    .align-start-md {
        align-items: flex-start !important;
    }
    .align-stretch-md {
        align-items: stretch !important;
    }
    .align-baseline-md {
        align-items: baseline !important;
    }
    .flex-wrap-md {
        flex-wrap: wrap !important;
    }
    .flex-column-reverse-md {
        flex-direction: column-reverse !important;
    }
    .order1-md {
        order: 1 !important;
    }
    .order2-md {
        order: 2 !important;
    }
    .order3-md {
        order: 3 !important;
    }
}
@media (max-width: 767px) {
    .d-none-sm {
        display: none !important;
    }
    .d-flex-sm {
        display: flex !important;
    }
    .d-inline-flex-sm {
        display: inline-flex !important;
    }
    .justify-spcbetwn-sm {
        justify-content: space-between !important;
    }
    .justify-start-sm {
        justify-content: flex-start !important;
    }
    .justify-end-sm {
        justify-content: flex-end !important;
    }
    .justify-center-sm {
        justify-content: center !important;
    }
    .flex-column-sm {
        flex-direction: column !important;
    }
    .flex-column-reverse-sm {
        flex-direction: column-reverse !important;
    }
    .flex-row-sm {
        flex-direction: row !important;
    }
    .align-center-sm {
        align-items: center !important;
    }
    .align-content-center-sm {
        align-content: center !important;
    }
    .align-start-sm {
        align-items: flex-start !important;
    }
    .align-stretch-sm {
        align-items: stretch !important;
    }
    .align-stretch-sm {
        align-items: stretch !important;
    }
    .flex-wrap-sm {
        flex-wrap: wrap !important;
    }
    .order1-sm {
        order: 1 !important;
    }
    .order2-sm {
        order: 2 !important;
    }
    .order3-sm {
        order: 3 !important;
    }
}
