
html:not(.et-fb-root-ancestor) {
    .page-template-default {
        .addtoany_share_save_container {
            display: none !important;
        }
    }
    &:has(body.logged-in) { margin-top: 0 !important; }
    body, p, p > span, p> a, p > strong, p > em, p > b {

        h1 {
            @media (min-width: 981px) and (max-width: 1199px) {
                font-size: 60px !important;
            }
        }

        h4 {
            @media (min-width: 981px) and (max-width: 1199px) {
                font-size: 16px !important;
            }
        }

        p {
            padding-bottom: 1rem;

            em {
                color: #26265a;
                font-size: 100%;
                font-weight: 500;
            }

            @media (min-width: 981px) {
                padding-bottom: 2rem;
            }
        }

        .o-overlay {
            position: relative;

            .et_pb_row {
                z-index: 3;
            }

            &:after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.79);
                content: '';
                z-index: 2;
            }
            &.o-overlay--filterluminosity {
                &:after {
                    background-color: rgba(38, 38, 90, 0.85);
                }
            }
        }

        #main-content, .o-footer {
            .et_pb_section:not(.o-banner) {
                .et_pb_row {
                    width: 90%;
                }
            }
            .slick-arrow {
                background: rgba(38, 38, 90, 1);
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 2;
                border-radius: 500%;
                -webkit-border-radius: 500%;

                &:not(.slick-disabled) {
                    opacity: 1;
                }
                &:after, &:before {
                    color: #fff;
                    flex-shrink: 0;
                    z-index: 3;
                    font-family: FontAwesome !important;

                    @media (min-width: 981px) {
                        font-size: 16px;
                    }
                }                
                &.slick-prev {
                    left: -5px;
            
                    @media (max-width: 980px) {
                        left: 10px;
                    }
                }                
                &.slick-next {
                    right: -5px;
            
                    @media (max-width: 980px) {
                        right: 10px;
                    }
                }
                @media (min-width: 981px) {
                    width: 34px;
                    height: 34px;
                }
                @media (max-width: 980px) {
                    width: 30px;
                    height: 30px;
                }
            }

            .page-container {
                #left-area {
                    width: 100%;
                }
            }
            .container {
                &:before {
                    display: none;
                }
            }
        }

        @media (min-width: 100px) {
            font-size: 14px;
        }
        @media (min-width: 1200px) {
            font-size: 16px;
            line-height: 2rem;
        }
        @media (min-width: 1600px) {
            font-size: 20px;
            line-height: 2.5rem;
        }
    }

    .et_pb_scroll_top {
        width: 45px;
        height: 45px;
        bottom: 20px !important;
        right: 10px !important;
        cursor: pointer !important;
        z-index: 9 !important;
        background: rgba(38, 38, 90, 1) !important;
        color: #fff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
    }

    a, ::after, ::before, input[type="submit"], input[type="reset"], ul > li, ol > li, .gform_footer, header, .o-header, .o-formButtonWrap, .o-blurbtitlewithIconRightSection {
        transition: all 500ms ease-in-out !important;
        -webkit-transition: all 500ms ease-in-out !important;
    }
    a {
        &:hover, &:focus {
            outline: none;
        }
    }
    p:empty{
        display: none;
    }
    iframe {
        width: 100%;
    }
    img {
        max-width: 100%;
    }
    strong {
        font-weight: 700;
    }
    table {
        width: 100%;
    }
    .w-100 {
        width: 100% !important;
    }
    .mx-100 {
        max-width: 100% !important;
    }
    .p-relative {
        position: relative !important;
    }
    .p-absolute {
        position: absolute !important;
    }
    .t0 {
        top: 0 !important;
    }
    .b0 {
        bottom: 0 !important;
    }
    .l0 {
        left: 0 !important;
    }
    .r0 {
        right: 0 !important;
    }
    .d-none {
        display: none !important;
    }
    input[type='text'], input[type='url'], input[type='email'], input[type='password'], input[type='url'], input[type='tel'], input[type='file'], textarea, select, .ginput_container_fileupload {
        background-color: #fff !important;
        border: 1px solid #d0d0d0 !important;
        color: #002531 !important;
        padding: 5px 10px !important;
        height: auto !important;
        width: 100%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    textarea {
        height: 120px !important;
    }
    ::placeholder, ::-ms-input-placeholder, ::-webkit-input-placeholder, ::-o-input-placeholder {
        color: #002531 !important;
        opacity: 1;
    }
    input[type='submit']{
        border: 10px solid #26265a !important;
        background-color: #26265a !important;
        color: #fff !important;
        height: auto;
        padding: 0 !important;
        margin: 0 20px 0 0 !important;
        font-weight: 600 !important;
        outline: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-transform: uppercase !important;

        &:hover {
            border-color: #666666 !important;
            background-color: #666666 !important;
        }

        @media (max-width: 1199px) {
            font-size: 14px;
            width: max-content !important;
        }
    }
    
    .gform_validation_error {
        input[type='submit'] {
            padding: 15px 44px !important;

            @media (max-width: 1199px) {
                padding: 5px 15px !important;
            }
        }
    }

    .o-formButtonWrap {
        position: relative;
        cursor: pointer !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;

        &:after {
            color: #FFFFFF;
            font-family: ETmodules !important;
            content: '\24';
            margin: 0;
            line-height: normal;
            border: 1px solid #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            border-radius: 500px;
            -webkit-border-radius: 500px;
            position: absolute;
            top: 50%;
            right: 40px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

        input[type="submit"] {
            margin-right: 0 !important;
            background-color: #26265a !important;
            border-color: #26265a !important;
            padding: 15px 74px 15px 44px !important;

            @media (max-width: 1199px) {
                padding: 5px 45px 5px 15px !important;
            }

            &:hover {
                border-color: #666666 !important;
                background-color: #666666 !important;
            }
        }
    }

    .sameHeight {
        @media (max-width: 980px) {
            min-height: 100% !important;
            height: 100% !important;
        }
    }

    .gform_required_legend {
        display: none !important;
    }

    .o-form {
        .ginput_total {
            height: 49.6px !important;
        }
        .gfield--type-html {
            p {
                font-size: initial;
            }
            h1, h2, h3, h4, h5, h6 {
                font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
            }
            h3 {
                padding: 30px 0 0;
            }
        }
        .gform_fields {
            @media (min-width: 981px) {
                gap: 1.5rem !important;
            }
            @media (max-width: 980px) {
                gap: 1rem !important;
            }
        }       

        &.o-form--dark {
            input[type='text'], input[type='url'], input[type='email'], input[type='password'], input[type='url'], input[type='tel'], input[type='file'], textarea, select, .ginput_container_fileupload {
                background-color: transparent !important;
                border-color: #fff !important;
                color: #000 !important;
            }
            ::placeholder, ::-ms-input-placeholder, ::-webkit-input-placeholder, ::-o-input-placeholder {
                color: #000 !important;
            }

            .gform_validation_errors {
                background-color: #ddd;
            }
        }

        .gform_wrapper {
            &.gravity-theme {
                .gform_fields {
                    grid-row-gap: 24px !important;
                }
            }
        }

        .ginput_container_radio {
            .gfield_radio {
                display: inline-flex !important;

                .gchoice {
                    .gform-field-label {
                        display: inline;
                    }
                }

                @media (max-width: 782px) {
                    flex-direction: column;
                }
            }
        }

        .gfield_label, .name_first > label, .name_last > label {
            font-size: 18px !important;
            font-weight: 400 !important;
            color: #000;
            gap: 0;

            @media (max-width: 1199px) {
                font-size: 14px !important;
            }
        }
        .name_first {
            @media (min-width: 641px) {
                padding-right: 2% !important;
            }
        }
        .name_last {
            @media (min-width: 641px) {
                padding-left: 0 !important;
            }
        }
        .name_first, .name_last {
            display: flex;
            flex-direction: column-reverse;
        }
        .gform_footer {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    .gform-theme--foundation {
        .gfield--width-quarter {
            @media (min-width: 640px) and (max-width: 1024px) {
                grid-column: span 6;
            }
        }
        
        .gfield--width-half {
            @media (min-width: 640px) and (max-width: 1024px) {
                grid-column: span 12;
            }
        }
    }

    .mobileSlider, .mobileSlider2 {
        .slick-dots {
            bottom: -25px !important;
            padding: 0 !important;

            li {
                button {
                    &:before {
                        font-size: 20px;
                    }
                }
            }
        }
        .slick-slide {
            padding: 1rem;
        }
    }

    .o-social {
        .et_pb_social_icon {
            margin-bottom: 0;

            .icon {
                margin-right: 0;
                display: flex;
                align-items: center;
                justify-content: center;

                &:before {
                    width: auto;
                    height: auto;
                    line-height: auto;
                }
            }
        }
    }

    .o-buttonWrap {
        width: 100%;

        .o-button {
            &:not(:last-child) {
                @media (min-width: 981px) {
                    margin-right: 15px;
                }
                @media (max-width: 980px) {
                    margin-bottom: 15px;
                }
            }
        }

        @media (max-width: 980px) {
            flex-direction: column;
        }
    }

    .o-heading--border {
        &:has(h1, h2, h3, h4, h5, h6) {
            position: relative;
            display: flex;
            
            h1, h2, h3, h4, h, h6 {
                width: 100%;
                display: flex;
                flex-direction: column;
                padding: 0 0 1rem;

                &:before, &:after {
                    position: relative;
                    display: block;
                    content: '';
                }  
            }
        }
        &.o-heading--borderleftbottomDarkBlue {
            h1, h2, h3, h4, h, h6 {
                &:after {
                    left: 0;
                    bottom: 0;
                    margin: 1rem 0 0;
                    width: 127px;
                    height: 3px;
                    background:#26265a;
                }
            } 
        }

        &.o-heading--borderleftbottomWhite {
            h1, h2, h3, h4, h, h6 {
                &:after {
                    left: 0;
                    bottom: 0;
                    margin: 1rem 0 0;
                    width: 127px;
                    height: 3px;
                    background:#fff;
                }
            } 
        }

        &.o-heading--bordercenterbottomWhite {
            h1, h2, h3, h4, h, h6 {
                &:after {
                    right: 0;
                    left: 0;
                    bottom: 0;
                    margin: 1rem auto;
                    width: 57px;
                    height: 3px;
                    background:#fff;
                }
            } 
        }
    }

    #main-content {
        .o-heading--border {
            &:has(h1, h2, h3, h4, h5, h6) {
                h1, h2, h3, h4, h, h6 {
                    @media (min-width: 981px) {
                        margin: 0 0 1rem;
                    }
                }
            }
        }
    }

    .o-remodelingrenovationsSlider {
        &.slick-initialized {
            .slick-slide {
                padding: 0 10px;
            }
        }
    }

    .o-blurbtitlewithIconRightSection {
        transition: all 500ms ease-in-out !important;
        -webkit-transition: all 500ms ease-in-out !important;

        .o-blurbtitlewithIconRightRow {
            .et_pb_column {
                width: 100%;
            }
        }
    }

    .o-blurb {
        &.o-blurbWImageBG {            
            .et_pb_column {
                height: 100%;
            }
            .et_pb_image {
                height: 100%;

                .et_pb_image_wrap {
                    width: 100%;
                    height: 100%;
    
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        aspect-ratio: 1;
                    }
                }
            }

            .et_pb_button {
                @media (max-width: 1199px) {
                    font-size: 14px !important;
                }
            }

            .et_pb_module_header {
                border-left: 2px solid #fff;
                line-height: normal;
                padding: 0 0 0 1rem !important;
                margin: 0 0 1rem !important;

                strong {
                    display: block;
                    font-family: 'Bebas Neue', display;
                    letter-spacing: 2px;
                }

                @media (max-width: 1199px) {
                    font-size: 20px !important;
                }

                @media (min-width: 1200px) {
                    font-size: 30px;
                }

                @media (max-width: 980px) {
                    font-size: 17px !important;
                }
            }

            &.o-blurbWImageBG--2cols {
                &:not(:last-child) {
                    @media (max-width: 980px) {
                        margin-bottom: 1rem !important;
                    }
                }
            }
        }

        &.o-blurbWImageBDescWhiteArrow {
            overflow: hidden;

            .et_pb_blurb_content {
                padding: 1rem;
                display: flex;
                align-items: center;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                max-width: 100%;
                background-color: rgba(38, 38, 90, 0.85);

                .et_pb_blurb_container {
                    padding: 0;
                }

                .et_pb_main_blurb_image {
                    margin: 0;
                    position: absolute;
                    top: 0;
                    right: 0;
                    padding: 1rem;
                    background:#26265a;
                    width: auto;
                    line-height: 0;
                    height: 100%;
                    vertical-align: middle;
                    display: flex;

                    .et_pb_image_wrap {
                        span {
                            font-size: 15px;
                        }
                    }
                }
            }

            @media (min-width: 1200px) {
                height: 594px;
            }

            @media (max-width: 1199px) {
                height: 344px;
            }
        }

        &.o-blurb--darkBG {
            p {
                a {
                    color: #fff;

                    &:hover {
                        color: #fff;
                    }
                }
            }
        }

        &.o-blurbtitlewithIconRight, &.o-blurbtitlewithIconLeft {
            padding: 1.5rem 1rem;
            border-right: none !important;
            
            .et_pb_blurb_content {
                display: flex;
                align-items: center;
                justify-content: center;

                .et_pb_module_header {
                    min-height: 40px;
                    display: flex;
                    align-items: center;
                    padding: 0;

                    @media (min-width: 100px) {
                        font-size: 16px !important;
                    }

                    @media (min-width: 981px) and (max-width: 1199px) {
                        font-size: 13px !important;
                    }
                }

                .et_pb_main_blurb_image {
                    margin: 0;
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    .et_pb_image_wrap {
                        img {
                            aspect-ratio: 1;
                        }
                    }
                }
            }

            &:after {
                position: absolute;
                content: '';
                top: 50%;
                right: 0;
                width: 1px;
                height: 30px;
                background-color: #fff;
                display: none;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }

            &.lastChild {
                border-right: none !important;

                &:after {
                    display: none !important;
                }
            }

            &:not(:nth-child(2n)) {
                @media (min-width: 768px) {
                    &:after {
                        display: block;
                    }
                }
            }

            &:not(:nth-child(4n)) {
                @media (min-width: 1025px) {
                    &:after {
                        display: block;
                    }
                }
            }

            @media (min-width: 768px) {
                width: 50%;
            }

            @media (min-width: 1025px) {
                width: 25%;
            }

            @media (max-width: 767px) {
                width: 100%;
                padding: 0.5rem 0;
            }
        }

        &.o-blurbtitlewithIconLeft {
            .et_pb_blurb_content {
                .et_pb_main_blurb_image {
                    @media (min-width: 981px) {
                        width: 72px;
                    }
                }
            }

            &:not(:last-child) {
                @media (min-width: 768px) {
                    &:after {
                        display: block;
                    }
                }
            }

            @media (min-width: 768px) {
                width: 33%;
            }
            @media (max-width: 1024px) {
                padding: 0.5rem 0;
            }
        }

        &.o-blurbtitlewithIconRight {
            border-bottom: 1px solid #fff;
            
            .et_pb_blurb_content {
                flex-direction: row-reverse;
            }
        }

        &.o-blurbwithButtonAndTopIcon {
            .et_pb_image_wrap {
                width: 100px;
                height: 100px;
                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    width: 50%;
                    height: 100%;
                    object-fit: contain;
                    aspect-ratio: 1;
                }
            }
        }
    }

    .o-footer {
        .o-heading--border {
            &:has(h1, h2, h3, h4, h5, h6) {
                justify-content: center;
                align-items: center;
            }

            h1, h2, h3, h4, h, h6 {
                padding: 0 0 1rem;
                justify-content: center;
                align-items: center;
            }
        }
        p, p > * {
            line-height: normal;

            @media (min-width: 981px) {
                font-size: 12px !important;
            }
        }

        .et_mobile_nav_menu {
            @media (max-width: 980px) {
                display: none !important;
            }
        }

        .et_pb_menu__menu, .et-menu-nav, .et-menu {
            @media (max-width: 980px) {
                display: flex;
                align-items: center;
                justify-content: center;
                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;
    }
    .d-inline-flex {
        display: inline-flex;
    }
    .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-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-row {
        flex-direction: row !important;
    }
    .flex-row-reverse {
        flex-direction: row-reverse !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;
    }
    
    .pagination {
        .alignleft, .alignright, .aligncenter, .alignnone, .alignfull {
            border: none;
            margin: 0;
            box-shadow: none;
            -webkit-box-shadow: none;

            a {
                font-size: 14px;
            }
        }
    }
    .o-greyscale {
        filter: grayscale(1);
        -filter: grayscale(1);
    }

    header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        width: 100%;
        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);
    }

    .o-fixedHeader {
        position: fixed;
        
        .o-header-row {
            .o-header--top {
                .o-menu {
                    &.o-menu--header {
                        & ul:not(.sub-menu) {
                            & > li {
                                & > a {
                                    @media (min-width: 981px) {
                                        padding-top: 30px !important;
                                        padding-bottom: 30px !important;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .o-contactInfo {
        .et_pb_blurb_content {
            display: inline-flex;
            align-items: center;
            justify-content: center;

            .et_pb_main_blurb_image {
                margin-bottom: 0;
            }
            .et_pb_blurb_container {
                padding-left: 0;

                .et_pb_module_header {
                    padding: 0;
                }
            }
        }
    }

    .o-header {
        &.o-header--bottom {
            .o-menu--header {
                .et_pb_menu__logo {
                    margin: 0 !important;

                    @media (min-width: 100px) {
                        max-width: 53px !important;
                    }

                    @media (min-width: 480px) {
                        max-width: 63px !important;
                    }

                    @media (min-width: 981px) {
                        max-width: 73px !important;
                    }
                }
            }
        }
    }

    .gallery-grid {
        .gallery-item {
            border: 10px solid #fff;
            overflow: hidden;
            -ms-flex: 0 0 42%;
            flex: 0 0 42%;
            max-width: 42%;
            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);

            * {
                width: 100%;
                height: 100%;
                object-fit: contain;
                aspect-ratio: 1;
                display: block;
            }

            @media (min-width: 576px) {
                -ms-flex: 0 0 27.333333%;
                flex: 0 0 27.333333%;
                max-width: 27.333333%;
            }
            @media (min-width: 768px) {
                -ms-flex: 0 0 22.666667%;
                flex: 0 0 22.666667%;
                max-width: 22.666667%;
            }
            @media (min-width: 981px) {
                -ms-flex: 0 0 14.666667%;
                flex: 0 0 14.666667%;
                max-width: 14.666667%;
            }
            @media (min-width: 1199px) {
                -ms-flex: 0 0 13.666667%;
                flex: 0 0 13.666667%;
                max-width: 13.666667%;
            }
        }
    }

    .o-menu {
        &.o-menu--header {
            .et_pb_menu__wrap {
                .mobile_menu_bar {
                    &:before {
                        top: 0;
                    }
                    @media (max-width: 980px) {
                        transform: translateY(0%);
                        -webkit-transform: translateY(0%);
                    }
                }
                .et_mobile_nav_menu {
                    @media (max-width: 980px) {
                        margin: 0;
                    }
                }

                @media (min-width: 981px) {
                    justify-content: flex-end;
                }
            }
            ul:not(.sub-menu) {
                margin: 0;

                & > li {
                    & > a {
                        @media (min-width: 981px) {
                            padding-top: 0 !important;
                            padding-bottom: 0 !important;
                            font-size: 12px;
                        }
                        @media (min-width: 1200px) {
                            font-size: 14px;
                        }

                        @media (max-width: 980px) {
                            padding: 2px 5px;
                            font-weight: 400;
                            background-color: transparent;
                        }
                    }

                    ul {
                        &.sub-menu {
                            li {
                                display: block;
                                width: 100%;
                                padding: 0 !important;

                                ul {
                                    &.sub-menu {
                                        top: 0;
                                        left: 100%;


                                        li {
                                            &.current_page_item, &.current-menu-item, &:hover {
                                                background-color: #26265a;
                                                color: #fff;
                
                                                & > a {
                                                    color: #fff !important;
                                                }
                                            }
                                        }
                                    }
                                }

                                &.current_page_item, &.current-menu-item, &:hover {
                                    background-color: #26265a;
                                    color: #fff;
    
                                    & > a {
                                        color: #fff !important;
                                    }
                                }
                                a {
                                    display: block;
                                    width: 100%;
    
                                    @media (max-width: 1436px) {
                                        padding-left: 6px !important;
                                        padding-right: 6px !important;
                                        font-size: 11px !important;
                                    }
                                    @media (max-width: 980px) {
                                        padding: 2px 10px !important;
                                        font-size: 13px !important;
                                    }
                                }
                            }

                            @media (min-width: 981px) {
                                width: 260px;
                                padding: 0;
                                margin: 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);
                            }
                        }
                    }

                    & > ul {
                        &.sub-menu {

                            @media (min-width: 981px) {
                                left: auto;
                                right: 0;
                            }
    
                            @media (max-width: 980px) {
                                padding: 0;
                            }
                        }
                    }
                    @media (max-width: 1436px) {
                        padding-left: 6px !important;
                        padding-right: 6px !important;
                        font-size: 11px !important;
                    }
                    @media (max-width: 980px) {
                        font-size: 13px !important;
                    }                
                }
            }
        }

        &.o-menu--footer {
            .nav {
                flex-direction: column;
            }
        }
    }

    .o-banner {
        &.o-banner--home, &.o-banner--inner{
            .et_pb_row {
                @media (max-width: 980px) {
                    display: flex;
                    flex-direction: column-reverse;
                    flex-wrap: wrap;
                    width: 100%;
                    height: 100%;
                }
            }
            .o-banner--homeLeft {
                position: relative;

                &:before, &:after {

                    @media (min-width: 981px) {
                        width: 2px;
                        height: 10%;
                        background-color: #1c255b;
                        position: absolute;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        content: '';
                    }
                    @media (min-width: 1200px) {
                        height: 15%;
                    }
                }
                &:before {
                    @media (min-width: 981px) {
                        top: 15px;
                    }
                    @media (min-width: 1200px) {
                        top: 20px;
                    }
                }
                &:after {
                    @media (min-width: 981px) {
                        bottom: 15px;
                    }
                    @media (min-width: 1200px) {
                        bottom: 20px;
                    }
                }

                .et_pb_button {
                    @media (max-width: 1199px) {
                        font-size: 12px !important;
                        padding-top: 1rem !important;
                        padding-bottom: 1rem !important;
                    }
                }

                .et_pb_module_header {
                    padding: 0;
                    line-height: normal;

                    @media (min-width: 981px) and (max-width: 1199px) {
                        font-size: 39px !important;
                    }
                }

                @media (max-width: 980px) {
                    height: 100% !important;
                }
            }
            .o-banner--homeRight {
                .et_pb_row_inner, .et_pb_column, .et_pb_slider, .et_pb_slides, .et_pb_slide {
                    height: 100%;
                }

                .et_pb_module_header {
                    @media (max-width: 1199px) {
                        font-size: 39px !important;
                    }
                }

                @media (max-width: 980px) {
                    height: 220px !important;
                }
            }
            .et_pb_blurb_container {
                display: flex;
                flex-direction: column-reverse;
            }
            .et-pb-controllers {
                bottom: 20px;
                left: auto;
                right: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 1rem 2rem;
                width: auto;
                background-color: #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);

                a {
                    width: 14px;
                    height: 14px;
                    background-color: #1c255b;
                    opacity: 1;
                    font-size: 0;
                    flex-shrink: 0;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 0;
                    -webkit-border-radius: 0;

                    &.et-pb-active-control, &:hover {
                        background-color: #c4c3c3;
                    }
                }

                @media (max-width: 980px) {
                    width: auto;
                    bottom: 10px;
                    right: 10px;
                }
            }

            @media (min-width: 1200px) {
                height: 100%;
            }
        }

        &.o-banner--inner {
            .et_pb_row, .o-banner--homeLeft, .o-banner--homeRight {
                height: 100%;
            }
            @media (min-width: 1200px) {
                height: 400px;
            }
            @media (max-width: 1199px) {
                height: 100%;
            }

            .o-banner--homeLeft {
                padding: 1rem;
            }
        }
    }

    .o-image {
        &.o-image--filterluminosity {
            img {
                opacity: 0.5;
            }
        }

        &.o-image-overlapped {
            @media (min-width: 981px) {
                max-width: 269px;
            }
            @media (min-width: 1300px) {
                max-width: 409px;
            }
        }
    }

    .o-videoPopupRow {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;

        .o-videoPopupBox {
            position: relative;
            border: 4px solid #fff;
            width: 47.1%;
            overflow: hidden;
            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);

            
            .o-videoPopupLink {
                color: #fff;
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                opacity: 0;
                visibility: hidden;
                top: 50%;
                left: 50%;
                width: calc(100% - 10px);
                height: calc(100% - 10px);
                background-color: rgba(38, 38, 90, 0.85);
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);

                &:before {
                    top: 42%;
                    left: 50%;
                    position: absolute;
                    content: '\26';
                    font-size: 30px;
                    color: #FFFFFF;
                    font-family: ETmodules !important;
                    font-weight: 400 !important;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);

                    @media (max-width: 1199px) {
                        top: 35%;
                    }
                }

                @media (max-width: 1199px) {
                    opacity: 1;
                    visibility: visible;
                }
            }

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                aspect-ratio: auto;
            }

            &:hover {
                .o-videoPopupLink {
                    opacity: 1;
                    visibility: visible;
                }
            }

            &.o-videoPopupBox--home {
                @media (min-width: 641px) {
                    margin-bottom: 0;
                }
            }

            @media (min-width: 641px) {
                margin: 0 1rem 2rem 0;
                height: 299px;
            }

            @media (min-width: 1025px) {
                height: 449px;
            }

            &:not(:last-child) {
                @media (max-width: 640px) {
                    margin-bottom: 1rem;
                }
            }

            @media (max-width: 640px) {
                width: 100%;
                height: 100%;
            }
        }

        @media (max-width: 640px) {
            flex-direction: column;
        }
    }

    .o-imagelightboxSection {
        .et_pb_row_inner {
            padding: 0;
        }

        .o-imagelightboxSection--right {
            .o-imagelightboxSection--rightRow {
                .et_pb_blurb_content {
                    position: absolute;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    top: 50%;
                    left: 50%;
                    width: calc(100% - 10px);
                    height: calc(100% - 10px);
                    background-color: rgba(38, 38, 90, 0.85);
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                }
                .et_pb_column {
                    padding: 0 10px;
                }
            }

            @media (min-width: 981px) {
                margin-top: -150px;
            }
        }
    }

    .o-twoImagesLeftContentRightSection {

        .et_pb_image_1_tb_body {
            @media (min-width: 981px) and (max-width: 1199px) {
                max-width: 309px;
                right: -75px;
            }
        }
    }

    .o-availableIcon {
        * {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 3;
            background-color: #26265a;
            color: #fff;
            padding: 1.5rem 0.5rem;
            writing-mode: vertical-rl;
        }
    }

    .o-timelineSection {
        position: relative;

        .et_pb_row {
            overflow: visible;
            padding: 2rem 1rem !important;
            position: relative;
            margin-top: -1px !important;
            border: 1px solid rgba(38, 38, 90, 1);
            counter-increment: customlistcounter;

            &:before, &:after {
                position: absolute;
                visibility: visible;
            }
            &:before {
                content: "Step - " counter(customlistcounter) "";
                background-color: #26265a;
                border: 1px solid #26265a;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                padding: 0.5rem 2rem;
                top: -25px;
                left: 50%;
                font-family: 'Bebas Neue', display;
                letter-spacing: 2px;
                border-radius: 55px;
                -webkit-border-radius: 55px;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);

                @media (min-width: 981px) {
                    font-size: 19px;
                }
            }

            &:after {
                width: 60px;
                height: 100%;
                top: 0;
                background-color: #fff;
            }

            &:nth-child(odd) {
                border-left-color: rgba(38, 38, 90, 0);
                
                &:after {
                    left: 0;
                }
            }

            &:nth-child(even) {
                border-right-color: rgba(38, 38, 90, 0);

                &:after {
                    right: 0;
                }
            }

            &:last-child {
                margin-bottom: 3rem !important;

                @media (min-width: 981px) {
                    padding-bottom: 5% !important;
                    margin-bottom: 5% !important;
                }
            }

            @media (min-width: 981px) {
                padding: 5% !important;
            }
        }
        &:before, &:after {
            top: -18px;
            left: 30px;
            width: 30px;
            height: 30px;
            font-size: 30px;
            background-color: #26265a;
            content: '\5b';
            z-index: 3;
            font-family: ETmodules;
            position: absolute;
            visibility: visible;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 500%;
            -webkit-border-radius: 500%;

            @media (min-width: 981px) {
                font-size: 40px;
                top: -22px;
                left: 80px;
                width: 40px;
                height: 40px;
            }
        }

        &:after {
            top: auto;
            bottom: -15px;

            @media (min-width: 981px) {
                bottom: -18px;
            }
        }
    }

    blockquote {
        border-color: #ababfc;
        position: relative;
        display: flex;
        position: relative;
        background-color: #26265a;
        color: #fff;        
        padding: 2rem;

        h1, h2, h3, h4, h5, h6 {
            padding: 0;
        }

        p {
            padding-bottom: 15px;
        }

        &:before {
            font-family: ETmodules;
            content: '\7b';
            position: relative;
            margin: 0 10px 0 -30px;
            color: #fff;
            top: -60px;
            font-size: 3rem;
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

        @media (min-width: 981px) {  
            padding: 3rem;
            margin: 0 0 3rem;
        }
    }

    .o-blurbLogoWithNameCol {
        column-count: 2;
        column-gap: 5px;
        
        .o-blurbLogoWithName {
            page-break-inside: avoid;
            break-inside: avoid;
            border: 1px solid #579202;
            counter-increment: masonry-counter;
            box-sizing: border-box;
            -webkit-column-break-inside: avoid;
            border-radius: 8px;
            -webkit-border-radius: 8px;

            .et_pb_main_blurb_image {
                margin: 0;
            }

            .et_pb_blurb_container {
                display: none;
            }
        }
        @media (min-width: 320px) {
            column-count: 2;
        }
        @media (min-width: 480px) {
            column-count: 3;
        }
        @media (min-width: 768px) {
            column-count: 4;
        }
        @media (min-width: 981px) {
            column-count: 5;
        }
        @media (min-width: 1199px) {
            column-count: 6;
        }
    }

    .o--associationawardsLogosWrap {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;

        .o--associationawardsLogos {
            margin: 0 10px 20px !important;
        }

    }

    .pfg-lightbox--open {
        .pfg-lightbox-content {
            background: #d6d5d5;
        }
    }
    .o-sponsorsRow {
        .pfg-filter {
            background-color: #a7a7a7;
            color: #222;

            &.pfg-filter--active[data-filter="*"] {
                background-color: #222;
                color: #fff;
            }
            &.pfg-filter--active[data-filter="keynote"] {
                background-color: #EF289C;
                color: #fff;
            }
            &.pfg-filter--active[data-filter="gold"] {
                background-color: #EAAD23;
                color: #fff;
            }
            &.pfg-filter--active[data-filter="silver"] {
                background-color: #d3d3d3;
                color: #222;
            }
            &.pfg-filter--active[data-filter="bronze"] {
                background-color: #DA9074;
                color: #fff;
            }
            &.pfg-filter--active[data-filter="registration-decal"] {
                background-color: #547eb7;
                color: #fff;
            }
            &.pfg-filter--active[data-filter="affiliate-organizations"] {
                background-color: #2e60a5;
                color: #fff;
            }
            &.pfg-filter--active[data-filter="sister-organizations"] {
                background-color: #669e09;
                color: #fff;
            }
        }

        .pfg-grid {
            gap: 1rem;
        }

        .pfg-item[data-id] {
            aspect-ratio: 4 / 2;
            background: #fff !important;            
            box-shadow: 0px 0px 38px #f5f3f3;
            -webkit-box-shadow: 0px 0px 38px #f5f3f3;

            &[data-id="3481"], &[data-id="3451"] {
                background-color: #222 !important;
            }

            .pfg-item-link {
                padding: 1rem;
                .pfg-item-image {
                    object-fit: contain !important;
                }

                &:hover {
                    .pfg-item-image {
                        transform: scale(1) !important;
                        -webkit-transform: scale(1) !important;
                    }
                }
            }
        }
        .pfg-item-title, .pfg-item-caption {
            display: none;
        }
    }

    #filterOptions {
        gap: 10px;
        margin-bottom: 30px;

        & > div {
            gap: 6px;

            & a {
                background-color: #a7a7a7;
                color: #fff;
                padding: 10px 20px;
                border: none;
                font-size: 14px;
                cursor: pointer;
                border-radius: 6px;
                -webkit-border-radius: 6px;

                &.active, &:hover {
                    background-color: #26265a;
                    color: #fff;
                }
            }

            &.active, &:hover {
                & > a {
                    background-color: #222;
                    color: #fff;
                }
            }
        }
    }

    .o-pohHomes {
        justify-content: flex-start;

        .o-pohSlide {
            margin-bottom: 4rem;
            position: relative;

            .o-pohthumbnail {
                overflow: hidden;
                margin-bottom: 2rem;
                height: 298px;
                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);

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    aspect-ratio: auto;
                }
            }

            .o-pohTitleWrap {
                background-color: rgba(0, 0, 0, 0.8);
                padding: 1rem 2rem;
                position: absolute;
                bottom: 21px;
                top: auto;
                left: 0px;
                right: auto;
                width: 80%;
                z-index: 2;

                .o-pohTitle {
                    border-left: 2px solid #fff;
                    line-height: normal;
                    padding: 0 0 0 1rem;
                    font-size: 22px !important;
                    color: #FFF;
                }
            }

            .o-pohButton {
                color: #000 ;
                border-color: RGBA(255, 255, 255, 0);
                letter-spacing: 2px;
                font-size: 16px;
                font-weight: 700 ;
                text-transform: uppercase;
                background-color: #FFF;
                padding: 0.3em 1em;
                
                &:hover {
                    background-color: #26265a;
                    color: #FFF;
                }

                @media (max-width: 1199px) {
                    font-size: 14px;
                }
                @media (max-width: 980px) {
                    font-size: 13px;
                }
            }

            &:not(:nth-child(2n)) {
                @media (min-width: 981px) {
                    margin-right: 10px;
                }
                @media (min-width: 1025px) {
                    margin-right: 35px;
                }
            }


            @media (min-width: 320px) {
                width: 100%;
                margin-left: 0;
                margin-right: 0;
            }        
            @media (min-width: 981px) {
                width: 49%;
            }
            @media (min-width: 1025px) {
                width: 48%;
            }
        }
    }

    .o-pohcategory {
        display: block;
        font-size: 14px;
        padding: 0.5rem 0;
        margin: 0 0 1rem;
        border-top: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;

        strong {
            padding: 0 10px 0 0;
        }
    }

    .o-pohWinnerName {
        margin: 0 0 1rem;
        color: #26265a;
        display: block;
        font-size: 16px;

        &:before {
            font-size: 17px;
            font-family: ETmodules !important;
            content: '\e08a';
            position: relative;
            margin: 0 10px 0 0;
            padding: 6px;
            background: #26265a;
            color: #fff;
            border-radius: 500%;
            -webkit-border-radius: 500%;
        }
    }

    .o-pohGalslider {
        margin: 0 0 2rem;
    }

    .o-pohMainslider {
        height: 200px;
        overflow: hidden;

        .slick-arrow {
            display: none !important;
        }

        @media (min-width: 1025px) {
            height: 305px;
        }
    }

    .o-pohThumbnailslider {
        .slick-slide {
            padding: 0 10px;

            &:not(.slick-current) {
                .o-galImage {
                    img {
                        opacity: 0.5;
                    }
                }
            }
        }
    }

    .o-galImage {
        a {
            width: 100%;
            display: block;
            height: 100%;
        }

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        &.o-galImage--thumbnail {
            height: 100px;
            overflow: hidden;
            cursor: pointer;
            border: 10px 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);

            img {
                transition: 0.3s;
                -webkit-transition: 0.3s;
            }
        }
    }

    .o-pohMainsliderWrap {
        margin-bottom: 1rem;
    }


    .o-testimonialWrap {
        gap: 4rem;

        .o-testimonialSlide {
            page-break-inside: avoid;
            break-inside: avoid;
            counter-increment: masonry-counter;
            position: relative;
            padding: 2rem 2rem 2rem 3rem;
            background: #f2f2f2;
            margin-bottom: 4rem;
            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);
            box-sizing: border-box;
            -webkit-column-break-inside: avoid;

            .o-testimonialContent {
                margin-bottom: 1rem;
            }
            .o-testimonialcategory {
                font-size: 12px;
                font-weight: 700;
                font-style: italic;
            }
            .o-testimonialthumbnail {
                & > div {
                    width: 50px;
                    height: 50px;
                    overflow: hidden;
                    margin: 0 10px 0 0;

                    img, svg {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        aspect-ratio: auto;
                    }

                    @media (min-width: 1025px) {
                        width: 100px;
                        height: 100px;
                    }
                }
            }

            &:before {
                font-size: 2rem;
                font-weight: 700;
                font-family: ETmodules !important;
                content: '\7b';
                position: absolute;
                top: 10px;
                left: 10px;
                color: #26265a;
                transform: rotatey(180deg);
                -webkit-transform: rotatey(180deg);

                @media (min-width: 1025px) {
                    font-size: 5rem;
                    top: 40px;
                    left: 10px;
                }
            }

            @media (min-width: 1025px) {
                padding: 3rem 3rem 3rem 6rem;
            }
        }

        @media (min-width: 320px) {
            column-count: 1;
        }
        @media (min-width: 1025px) {
            column-count: 2;
        }
        @media (min-width: 1600px) {
            column-count: 3;
        }
    }

    .o-gallerySection {
        .row {
            align-items: center;
            justify-content: center;
        }

        .ufg-thumbnail-border {
            border: 10px 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);
        }
    }
    
    .gslide-title {
        margin: 0 !important;
        line-height: normal !important;
    }

    .o-gallery {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 1rem;

        .o-galImage {
            overflow: hidden;
            border: 10px solid #fff;
            box-shadow: 0px 0px 20px 0px rgba(69, 69, 69, 0.16);
            -webkit-box-shadow: 0px 0px 20px 0px rgba(69, 69, 69, 0.16);     

            a {
                width: 100%;
                height: 100%;
                display: block;
            }

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            @media (min-width: 100px) {
                width: 47.2%;
                height: 170px;
            }
            @media (min-width: 480px) {
                width: 30.1%;
            }
            @media (min-width: 768px) {
                width: 23%;
            }
            @media (min-width: 981px) {
                width: 18%;
                height: 190px;
            }
            @media (min-width: 1199px) {
                width: 15.4%;
                height: 200px;
            }
        }
    }

    .o-blog {
        .et_pb_post {
            background-color: #EEEEF0;
            padding: 2rem;
            margin-bottom: 3rem;

            & + div {
                width: 100%;
                float: left;
            }

            .entry-title {
                margin-bottom: 1rem;
            }

            .entry-featured-image-url {
                overflow: hidden;
                border: 10px solid #fff;
                height: 200px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }

            .more-link {
                display: inline-flex;
                align-items: center;
                text-transform: capitalize;
                font-weight: 700;

                &:after {
                    font-family: ETmodules !important;
                    content: '\39';
                    position: relative;
                    margin: 0;
                    line-height: normal;
                }

            }

            .post-content-inner {
                margin-bottom: 1rem;
            }
        }
        
        &.o-blog--column2 {
            .et_pb_ajax_pagination_container {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }
            .et_pb_post {
                float: left;

                &:not(:nth-child(2n+1)) {
                    @media (min-width: 640px) { 
                        margin-right: 15px;
                    }
                    @media (min-width: 1025px) {
                        margin-right: 30px;
                    }
                }

                &:first-child {
                    width: 100%;
                    margin-right: 0;
                }
    
                @media (min-width: 320px) {
                    width: 100%;
                    margin-left: 0;
                    margin-right: 0;
                }        
                @media (min-width: 640px) {
                    width: 48.7%;
                }
                @media (min-width: 1025px) {
                    width: 47.6%;
                }
                @media (min-width: 1200px) {
                    width: 48%;
                }
            }
        }
    }

    .post-meta {
        padding: 0.5rem 0;
        margin: 0 0 1rem;
        border-top: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;

        .published, .author, a {
            &:before {
                font-family: ETmodules !important;
                position: relative;
                margin: 0 3px 0 4px;
                line-height: normal;
            }
        }
        
        * {
            font-size: 13px;
        }

        .published {
            margin-right: 4px;

            &:before {
                content: '\e023';
            }
        }

        .author {
            margin-right: 4px;

            &:before {
                content: '\e08a';
            }
        }

        a[rel="tag"] {
            margin-right: 4px;

            &:before {
                content: '\e07b';
            }
        }
    }

    .entry-content {
        ul:not(.slick-dots), ol:not(.commentlist) {
            padding-left: 0 !important;

            li {
                position: relative;
                list-style: none;

                &:not(:last-child) {
                    padding-bottom: 1rem;
                }

                &:before {
                    color: #1c255b;
                    position: absolute;
                    margin: 0 10px 0 0;
                    top: 0;
                    left: 0;
                }

                @media (min-width: 100px) {
                    font-size: 14px;
                }
        
                @media (min-width: 1200px) {
                    font-size: 16px;
                }
        
                @media (min-width: 1600px) {
                    font-size: 20px;
                }
            }
        }
        ul:not(.slick-dots) {
            li {
                padding-left: 25px;

                &:before {
                    font-family: ETmodules !important;
                    content: '\5c';
                }
            }
        }

        ol {
            counter-reset: ordered;

            li {
                padding-left: 3rem;

                &:before {
                    content: counter(ordered);
                    counter-increment: ordered;
                    border: 2px solid #1c255b;
                    background-color: #1c255b;
                    color: #fff;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    position: absolute;
                    left: 0;
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                }
            }
        }

        .o-darkBG {
            ul, ol {
                li {
                    &:before {
                        color: #fff;
                    }
                }
            }
        }
    }

    .addtoany_share_save_container {
        padding: 0.5rem 0;
        border-top: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
    }

    #comment-wrap {
        .page_title {
            margin-bottom: 2rem;
        }
        .comment {
            padding: 0;

            .comment-body {
                min-height: inherit;
                padding: 0;

                .comment_avatar {
                    position: relative;
                    top: 0;
                    float: left;
                    margin: 0 1rem 0 0;
                }

                .comment_area {
                    .comment-reply-link {
                        position: relative;
                        top: 0;
                        font-size: 13px;
                        margin: 2rem 0 0;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                    }
                }
            }
        }
    }

    .single-post {
        .container {
            width: 90%;
        }
        
        h1, h2, h3, h4, h5, h6 {
            b {
                font-weight: 400;
            }
        }

        #left-area {
            .entry-content {
                ol {
                    li {
                        &:before {
                            color: #fff;
                        }
                    }
                }
            }
            .form-submit {
                text-align: left;

                .o-formButtonWrap {
                    input[type='submit'] {
                        &:hover {
                            padding: 0 !important;
                        }
                    }
                }
            }
            .aligncenter, .alignfull, img.alignwide, .size-large > img, .alignnone > img, img.alignnone, .size-full, .size-thumbnail{ 
                display: block; 
                margin: 0 auto 20px;
                width: 100%;

                img {
                    width: 100%;
                }
            }
            img.alignleft, img.alignright, img.aligncenter, .alignnone > img, img.alignnone, img.alignfull, img.alignwide, .size-large > img, .size-full > img, .size-thumbnail > img {                    
                height: 100%;
                object-fit: cover;
                aspect-ratio: 1 !important;
                border: 10px solid #1c255b;
                box-shadow: 0px 0px 20px 0px rgba(69, 69, 69, 0.16);
                -webkit-box-shadow: 0px 0px 20px 0px rgba(69, 69, 69, 0.16);
            }
            .alignleft, .alignright {
                @media (min-width: 768px) {
                    width: 40%;
                }
            }
            .wp-block-gallery {
                .wp-block-image {
                    margin-bottom: 0;
                }
            }
            .wp-element-caption {
                width: 100%;
                display: block;
            }
            .alignright { 
                margin: 0 0 20px; 
                display: inline; 
                float: right;

                @media (min-width: 768px) {
                    margin-left: 50px;
                }
            }
            .alignleft { 
                margin: 0 0 20px; 
                display: inline; 
                float: left;

                @media (min-width: 768px) {
                    margin-right: 50px;
                }
            }
            .et_post_meta_wrapper {
                
                .entry-title {
                    margin-bottom: 1rem;
                }
                img {
                    aspect-ratio: auto;
                    object-fit: cover;
                    height: 100%;
                    width: 100%;
                    object-position: center;
                    border: 10px solid #1c255b;
                    box-shadow: 0px 0px 20px 0px rgba(69, 69, 69, 0.16);
                    -webkit-box-shadow: 0px 0px 20px 0px rgba(69, 69, 69, 0.16);

                    @media (min-width: 981px) {
                        aspect-ratio: 1;
                        height: 400px;
                    }
                }
            }

            .wp-block-separator {
                margin: 1rem auto 2rem;
                border-bottom-color: #ddd;
            }
        }        
    }

    .o-sidebar, #sidebar {
        .widget_block {

            .wp-block-heading {
                margin-bottom: 0;
            }

            ul {
                width: 100%;
            
                li {
                    .wp-block-latest-posts__post-date {
                        font-weight: 700;
                        font-size: .7em;
            
                        &:before {
                            margin-right: 4px;
                            content: '\e023';
                            font-family: ETmodules !important;
                        }
                    }
                    a {
                        font-size: 12px;
                        display: block;
                        line-height: normal;
                            
                        img {
                            border: 3px solid #fff;
                            box-shadow: 0px 0px 20px 0px rgba(69, 69, 69, 0.16);
                            -webkit-box-shadow: 0px 0px 20px 0px rgba(69, 69, 69, 0.16);
                        }
                    }

                    &.current-cat, &:hover {
                        a {
                            color: #26265a;
                        }
                    }

                    &.current-cat {
                        a {
                            font-weight: 700;
                        }
                    }
                }

                &.wp-block-latest-posts {
                    li {
                        &:not(:last-child) {
                            padding: 0 0 1rem;
                            margin: 0 0 1rem;
                            border-bottom: 1px solid #c2c2c2;
                        }
                    }
                }
            }

            &:not(:last-child) {
                margin-bottom: 2rem;
            }
        }
        .o-sidebarWidget {
            background-color: #EEEEF0;
            padding: 2rem;
        }
    }

    .o-2halfwidhtLastFullWidth {
        display:flex;
        flex-wrap: wrap;
        justify-content:space-between;

        .o-2halfwidhtLastFullWidthCol {
            &:not(:last-child) {
                @media (max-width: 1024px) {
                    margin-bottom: 2rem !important;
                }
            }
            @media (min-width: 1025px) {
                width: 48%;
            }
        }

        .o-2halfwidhtLastFullWidthColLast {
            width: 100%;
        }

        .o-2halfwidhtLastFullWidthColIconTop {
            .et_pb_main_blurb_image {
                margin-bottom: 0 !important;
                
                .et_pb_image_wrap {
                    background-color: #dedede;
                    overflow: hidden;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 1rem;
                    border-radius: 500%;
                    -webkit-border-radius: 500%;

                    img {
                        width: 50%;
                        height: 100%;
                        object-fit: contain;
                        aspect-ratio: 1;
                    }

                    @media (min-width: 100px) {
                        width: 90px;
                        height: 90px;
                    }

                    @media (min-width: 1025px) {
                        width: 150px;
                        height: 150px;
                        margin-top: -120px;
                    }
                }
            }

            @media (max-width: 1024px) {
                width: 100% !important;
            }
        }

        @media (min-width: 1025px) {
            gap: 3rem;
        }
    }
    
    /* --------------------------------------- *
    |           R E S P O N S I V E             |
    * ----------------------------------------*/
    @media (min-width: 981px) {
        .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;
        }
        .flex-column-reverse-lg {
            flex-direction: column-reverse !important;
        }
        .flex-row-reverse-lg {
            flex-direction: row-reverse !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-stretch-lg {
            align-items: stretch !important;
        }
        .flex-wrap-lg {
            flex-wrap: wrap !important;
        }
        .order1-lg {
            order: 1 !important;
        }
        .order2-lg {
            order: 2 !important;
        }
        .order3-lg {
            order: 3 !important;
        }
    }
    @media (min-width: 1025px) {
        .d-none-xl {
            display: none !important;
        }
        .d-flex-xl {
            display: flex !important;
        }
        .d-inline-flex-xl {
            display: inline-flex !important;
        }
        .justify-spcbetwn-xl {
            justify-content: space-between !important;
        }
        .justify-start-xl {
            justify-content: flex-start !important;
        }
        .justify-end-xl {
            justify-content: flex-end !important;
        }
        .justify-center-xl {
            justify-content: center !important;
        }
        .flex-column-xl {
            flex-direction: column !important;
        }
        .flex-row-xl {
            flex-direction: row !important;
        }
        .align-center-xl {
            align-items: center !important;
        }
        .align-content-center-xl {
            align-content: center !important;
        }
        .align-start-xl {
            align-items: flex-start !important;
        }
        .align-stretch-xl {
            align-items: stretch !important;
        }
        .align-baseline-xl {
            align-items: baseline !important;
        }
        .flex-wrap-xl {
            flex-wrap: wrap !important;
        }
        .flex-column-reverse-xl {
            flex-direction: column-reverse !important;
        }
        .flex-row-reverse-xl {
            flex-direction: row-reverse !important;
        }
        .order1-xl {
            order: 1 !important;
        }
        .order2-xl {
            order: 2 !important;
        }
        .order3-xl {
            order: 3 !important;
        }
    }
    @media (min-width: 1200px) {
    }
    @media (min-width: 1600px) {
    }
    @media (max-width: 1024px) {
        .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;
        }
        .flex-row-reverse-md {
            flex-direction: row-reverse !important;
        }
        .order1-md {
            order: 1 !important;
        }
        .order2-md {
            order: 2 !important;
        }
        .order3-md {
            order: 3 !important;
        }
    }
    @media (max-width: 980px) {
        .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;
        }
        .flex-row-reverse-sm {
            flex-direction: row-reverse !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;
        }

        h1 {
            font-size: 40px !important;
        }
        h3 {
            font-size: 30px !important;
        }
    }
}