html:not(.et-fb-root-ancestor) {

    body, p, p > span, p> a, p > strong, p > em {
        line-height: inherit;

        #main-content {
            .slick-arrow {
                background: #04556f;
                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;
                }
            }

            .mobileSlider {
                .slick-arrow {
                    background: #ff8d00;
                    &.slick-next {
                        right: -5px;
                    }
                    &.slick-prev {
                        left: -5px;
                    }
                }
            }

            ul:not(.slick-dots) {
                padding-left: 0;

                li {
                    position: relative;
                    list-style: none;
                    line-height: inherit;
                    padding: 0 0 0 50px;

                    &:before {
                        position: absolute;
                        top: 0;
                        left: 0;
                        content: '';
                        background-size: contain;
                        width: 33px;
                        height: 33px;
                        background: url('/wp-content/uploads/2026/01/right-arrow-blue-bg.svg') 0 0 no-repeat;
                    }

                    &:not(:last-child) {
                        padding-bottom: 20px;
                    }
                }
            }

            .o-list {
                &.o-list--orangeIcon {
                    ul {
                        li {
                            &:before {
                                background: url('/wp-content/uploads/2026/01/right-arrow-orange-bg.svg') 0 0 no-repeat;
                            }
                        }
                    }
                }
            }

            .page-container {
                #left-area {
                    width: 100%;
                }

                .container {
                    &:before {
                        display: none;
                    }
                }
            }
        }

        @media (min-width: 981px) {
            font-size: 16px;
        }

        @media (min-width: 1200px) {
            font-size: 18px;
        }

        @media (min-width: 1600px) {
            font-size: 20px;
        }
    }

    .et_pb_scroll_top {
        width: 45px;
        height: 45px;
        bottom: 20px !important;
        right: 10px !important;
        cursor: pointer !important;
        z-index: 9 !important;
        background: #1EC6B6 !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, .o-header {
        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 #002531 !important;
        color: #002531 !important;
        padding: 5px 10px !important;
        height: auto !important;
        width: 100%;
    }
    textarea {
        height: 120px !important;
    }
    ::placeholder, ::-ms-input-placeholder, ::-webkit-input-placeholder, ::-o-input-placeholder {
        color: #002531 !important;
        opacity: 1;
    }
    input[type='submit']{
        background-color: #f89924 !important;
        color: #fff;
        border-color: #f89924 !important;
        padding: 25px;
        height: auto;
        font-size: 18px !important;
        font-weight: 700 !important;
        outline: none !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        text-transform: uppercase !important;

        &:hover {
            border-color: #002531 !important;
            background-color: #002531 !important;
        }

        @media (max-width: 1199px) {
            padding: 5px 15px;
            font-size: 14px;
            width: max-content !important;
        }
    }

    .sameHeight {
        @media (max-width: 980px) {
            min-height: 100% !important;
        }
    }

    .gform_required_legend {
        display: none !important;
    }

    .o-form {
        .ginput_total {
            height: 49.6px !important;
        }
        .gfield--type-coupon {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            flex-direction: column;

            .ginput_container_coupon {
                position: relative;

                #gf_coupon_button {
                    position: absolute;
                    right: 5px;
                    opacity: 1;
                    cursor: pointer;
                    background-color: #f89924;

                    &:hover {
                        background-color: #002531;
                    }
                }
            }
        }
        .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: #299ec3 !important;
                color: #299ec3 !important;
            }
            ::placeholder, ::-ms-input-placeholder, ::-webkit-input-placeholder, ::-o-input-placeholder {
                color: #299ec3 !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: 15px !important;
            font-weight: 700 !important;
            color: #282828;

            @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;
            }
        }
        .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;
            }
        }
    }

    .o-social {
        &.o-social--footer {
            border-top: 1px solid #6ddafd;
        }
    }

    .o-securitySection {
        .et_pb_module_heading {
            line-height: normal !important;

            br {
                @media (max-width: 1142px) {
                    display: none !important;
                }
            }
            @media (min-width: 1600px) {
                font-size: 49px !important;
            }
        }
    }

    .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-button {
        color: #fff;
        border: 1px solid #ff8d00;
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
        font-weight: 600 !important;
        background-color: #ff8d00;
        padding: 1rem 3rem;
        border-radius: 50px;
        -webkit-border-radius: 50px;

        &.o-button--blueDark {
            border-color: #04556f;
            background-color: #04556f;

            &:hover {
                border-color: #ff8d00;
                background-color: #ff8d00;
            }
        }

        &:hover {
            border-color: #04556f;
            background-color: #04556f;
        }

        @media (max-width: 980px) {
            font-size: 13px;
            padding: 1rem 2rem;
        }
    }

    .o-heading--border {
        &:has(h1, h2, h3, h4, h, h6) {
            position: relative;
            display: flex;
            justify-content: flex-end;
            
            .et_pb_heading_container {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: flex-end;

                &:before, &:after {
                    position: relative;
                    display: block;
                    content: '';
                }  
            }
        }
        &.o-heading--borderleftbottomOrange {
            .et_pb_heading_container {
                justify-content: space-between;

                &:before {
                    width: 55%;
                    height: 4px;
                    bottom: 17px;
                    background:#ff8d00;
                }  
            }
        }

        &.o-heading--borderrightbottomOrange {
            .et_pb_heading_container {
                display: block;
                justify-content: flex-start;

                &:after {
                    right: 0;
                    width: 65%;
                    height: 4px;
                    bottom: 17px;
                    float: right;
                    background:#ff8d00;
                }  
            }
        }

        &.o-heading--bordercenterbottomWhite {
            .et_pb_heading_container {
                .et_pb_module_heading {
                    padding-bottom: 33px;
                }
                &:after {
                    bottom: 0;
                    width: 76px;
                    height: 10px;
                    background:#fff;
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                }  
            }
        }

        &.o-heading--bordercenterbottomOrange {
            .et_pb_heading_container {
                .et_pb_module_heading {
                    padding-bottom: 33px;
                }
                &:after {
                    bottom: 0;
                    width: 76px;
                    height: 10px;
                    background:#ff8d00;
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                }  
            }
        }
    }

    .o-blurbImageWithTitleContentAndIconRow {
        .o-blurbImageWithTitleContentAndIconColImage {
            span, img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
    }

    .o-videoRow {
        .et_pb_column {
            &:not(:last-child) {
                @media (min-width: 981px) {
                    margin-right: 2% !important;
                }
            }
            @media (min-width: 981px) {
                width: 49% !important;
            }
        }
    }

    .video-carousel {
        /* .flickity-slider {
            @media (max-width: 980px) {
                transform: translateX(0) !important;
                -webkit-transform: translateX(0) !important;
            }
        } */
        .carousel-cell {
            /* width: 50% !important; */
            padding: 0 14px;
            margin-right: 0% !important;
        
            .et_pb_video {
                height: 396px;
                overflow: hidden;
                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);
        
                * {
                    height: 100%;
                }
                
                @media (min-width: 981px) {
                    margin-bottom: 4% !important;
                }
            }
        
            .et_pb_module_header {
                line-height: normal;

                @media (max-width: 1199px) {
                    font-size: 25px !important;
                }

                @media (max-width: 980px) {
                    font-size: 19px !important;
                }
            }
        
            @media (max-width: 980px) {
                width: 100% !important;
                margin-bottom: 0 !important;
            }
        }
        
        .carousel.is-fullscreen .carousel-cell {
            height: 100%;
        }
    }

    .o-blurbPopup {
        .o-blurbLink, .o-blurbLink * {
            width: 100%;
            height: 100%;
            display: block;
            opacity: 0;
            cursor: pointer;
        }
    }

    .o-blurb {
        &.o-blurbImageWithTitleAndArrow {
            .o-blurbImageWithTitleAndArrowCol {
                &:not(:last-child) {
                    @media (min-width: 981px) {
                        margin-right: 2% !important;
                    }
                }
                @media (min-width: 981px) {
                    width: 33.333% !important;
                }
            }
            .o-blurbImage {
                .et_pb_image_wrap {
                    width: 100%;
                    height: 564px;
                    overflow: hidden;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

                    @media (max-width: 980px) {
                        height: 374px;
                    }                
                }
            }

            .et_pb_blurb_content {
                flex-direction: row-reverse;
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                width: 100%;

                .et_pb_blurb_description{
                    display: none;
                }

                .et_pb_main_blurb_image {
                    margin: 0;

                    .et_pb_image_wrap {
                        span {
                            font-weight: 700 !important;
                        }
                    }
                }

                .et_pb_module_header {
                    font-weight: 400;
                }

                @media (max-width: 980px) {
                    align-items: center;
                    justify-content: space-evenly;
                }
            }
        }

        &.o-blurbImageWithTitleContentAndIcon {
            .et_pb_blurb_content {
                display: flex;
                align-items: center;
                padding: 0;

                .et_pb_blurb_container {
                    padding: 0;

                    @media (min-width: 981px) {
                        width: calc(100% - 90px);
                    }
                }

                .et_pb_main_blurb_image {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin: 0;
                    background-color: #ff8d00;
                    border-radius: 500% 500% 500% 500%;
                    -webkit-border-radius: 500% 500% 500% 500%;

                    .et_pb_image_wrap {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    img {
                        @media (max-width: 980px) {
                            max-width: 70%;
                        }
                    }

                    @media (min-width: 981px) {
                        width: 90px;
                        height: 90px;
                    }

                    @media (max-width: 980px) {
                        margin-bottom: 15px;
                        width: 80px;
                        height: 80px;
                    }
                }

                @media (min-width: 981px) {
                    justify-content: space-between;
                    flex-direction: row-reverse;
                }

                @media (max-width: 980px) {
                    flex-direction: column;
                }
            }
        }
    }

    .o-footer {
        p, p > * {
            @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%;
            }
        }
    }

    .o-popupSection {
        display: none;
    }
    .fancybox-content {
        @media (max-width: 980px) {
            padding: 22px;
        }
    }

    .fancybox-slide--html {
        .fancybox-close-small {
            color: #fff;
            padding: 2px;
            background: #f00;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            border-radius: 500%;
            -webkit-border-radius: 500%;

            svg {
                width: 70%;
            }
        }
    }


    .o-popup {

        .et_pb_blurb_content {
            max-width: 100%;
        }
        
        .et_pb_main_blurb_image {

            .et_pb_image_wrap {
                @media (max-width: 980px) {
                    text-align: center;
                }
            }

            @media (min-width: 981px) {
                width: 190px;
            }

            @media (max-width: 980px) {
                width: 100%;
            }
        }

        .et_pb_blurb_content {
            @media (max-width: 980px) {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
        }

        @media (min-width: 981px) {
            width: 60%;
        }
    }

    /* --------------------------------------- *
    |           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-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;
    }
    .alignleft, .alignright, .aligncenter, .alignnone {
        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);
    }
    .o-greyscale {
        filter: grayscale(1);
        -filter: grayscale(1);
    }

    .o-fixedHeader {
        position: fixed !important;
        top: 0;
        /* left: 0; */
        padding: 0 !important;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7) !important;
        /* transform: translateX(0%);
        -webkit-transform: translateX(0%); */

        .o-header-row {
            background-color: rgba(0, 0, 0, 0);

            .et_pb_menu__logo {
                margin-right: 0;
                width: 70%;
            }

            .o-header-left {
                .o-menu {
                    &.o-menu--header {
                        & ul:not(.sub-menu) {
                            & > li {
                                & > a {
                                    @media (min-width: 981px) {
                                        padding-top: 30px !important;
                                        padding-bottom: 30px !important;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .o-header {
        .o-header-row.et_pb_row {
            @media (max-width: 1199px) {
                padding-left: 15px !important;
                padding-right: 15px !important;
            }
        }
        .o-header-left {
            .et_pb_menu__logo-wrap {
                @media (min-width: 981px) and (max-width: 1199px) {
                    width: 15% !important;
                }
                @media (max-width: 980px) {
                    width: 50% !important;
                }
                @media (max-width: 480px) {
                    width: 40% !important;
                }
            }
            .et_pb_menu__logo {
                @media (max-width: 1199px) {
                    margin-right: 0;
                }
            }
            @media (min-width: 981px) {
                width: 91%;
                margin-right: 0;
            }
            @media (max-width: 980px) {
                margin: 0;
            }
        }

        .o-header-right {
            @media (min-width: 981px) {
                width: auto;
            }
            @media (min-width: 1200px) {
                width: 13%;
            }

            @media (max-width: 980px) {
                width: auto !important;
                position: absolute;
                top: 50%;
                right: 21%;
                z-index: 9;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }
        }

        @media (max-width: 980px) {
            padding: 1rem 0;
        }
    }

    .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: 50px !important;
                            padding-bottom: 50px !important;
                        }

                        @media (max-width: 980px) {
                            padding: 2px 0;
                        }
                    }

                    .sub-menu {
                        padding: 0;
                        margin: 0;

                        & > li {
                            display: block;
                            width: 100%;
                            padding: 0 !important;

                            &.current_page_item, &:hover {
                                background-color: #f89924;

                                & > a {
                                    color: #fff;
                                }
                            }

                            & > 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 0 !important;
                                    font-size: 13px !important;
                                }
                            }  
                        }

                        @media (min-width: 981px) {
                            width: 340px;
                        }

                        @media (max-width: 980px) {
                            padding: 0 20px;
                            background-color: transparent !important;
                        }
                    }
                    @media (max-width: 1450px) {
                        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 {
        overflow: hidden;

        &:not(.o-banner--contentCenter ) {
            .et_pb_slide {    
                .et_pb_container {
                    max-width: 1640px;
                    left: 0;
                    position: absolute;
                    bottom: 0;

                    .et_pb_slider_container_inner {
                        vertical-align: bottom;
                        
                        .et_pb_slide_description {
                            background: #fff;
                            width: 80%;
                            text-shadow: none;
                            padding: 2% 5%;
                            margin: 0;

                            @media (min-width: 981px) {
                                width: 65%;
                            }
                        }
                    }
                }
            }
        }

        .et_pb_slide {
            margin: 0;
            padding: 0;

            .et_pb_container {

                .et_pb_slider_container_inner {
                    
                    .et_pb_slide_description {

                    }
                }
            }

            @media (max-width: 980px) {
                height: 400px;
            }
        }

        &.o-banner--home{
            height: 600px;

            .et_pb_slide {
                height: 600px;

                @media (max-width: 980px) {
                    height: 400px;
                }
            }

            .et-pb-controllers {
                left: auto;
                right: 0;
                width: 15%;
                display: flex;
                align-items: center;
                justify-content: center;

                a {
                    width: 15px;
                    height: 15px;
                    background-color: hsla(0, 0%, 100%, 1);
                    opacity: 1;
                    font-size: 0;
                    flex-shrink: 0;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 500%;
                    -webkit-border-radius: 500%;

                    &.et-pb-active-control, &:hover {
                        background-color: #ff8d00;
                    }
                }

                @media (max-width: 980px) {
                    width: auto;
                }
            }

            @media (max-width: 980px) {
                height: 400px;
            }
        }

        &.o-banner--inner {
            height: 400px;

            .et_pb_slide {
                height: 400px;
                
                @media (max-width: 980px) {
                    height: 300px;
                }
            }

            @media (max-width: 980px) {
                height: 300px;
            }
        }

        &.o-banner--contentCenter {
            height: 100%;

            .et_pb_slide {
                height: 100%;

                .et_pb_slide_description {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
    
                    .et_pb_slide_title {
                        margin-bottom: 20px;
                    }
                }
                
                @media (max-width: 980px) {
                    height: 100%;
                }
            }

            @media (max-width: 980px) {
                height: 100%;
            }
        }
    }

    blockquote {
        background-color: #fff;
        padding: 2rem;

        p {
            padding-bottom: 15px;
        }
    }

    .o-gallery {

        .o-galImage {        
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        &.o-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            align-items: center;
            justify-content: center;

            .o-galImage {
                overflow: hidden;

                a {
                    width: 100%;
                    height: 100%;
                    display: block;
                }

                @media (min-width: 320px) {
                    width: 48.7%;
                    height: 170px;
                }
                @media (min-width: 480px) {
                    width: 31.7%;
                }
                @media (min-width: 768px) {
                    width: 23.7%;
                }
                @media (min-width: 981px) {
                    width: 19.5%;
                    height: 190px;
                }
                @media (min-width: 1199px) {
                    width: 16.3%;
                    height: 290px;
                }
            }
        }

        &.o-masonry {
            column-count: 2;
            column-gap: 5px;
            
            .o-galImage {
                page-break-inside: avoid;
                break-inside: avoid;
                counter-increment: masonry-counter;
                box-sizing: border-box;
                -webkit-column-break-inside: avoid;
            }
            @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-video {
        .et_pb_button_module_wrapper {
            &:not(:last-child) {
                @media (min-width: 981px) {
                    margin-right: 2.75%;
                }
            }
        }
    }

    .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;
        }
    }

    .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;
            /* border: 1px solid #ddd; */
            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;
        }
    }

    .gform_confirmation_message {
        color: #fff;
        
        @media (min-width: 1600px) {
            font-size: 1.5rem !important;
        }
    }

    #filterOptions {
        gap: 10px;
        margin-bottom: 30px;

        & > div {
            gap: 6px;

            & a {
                background-color: #a7a7a7;
                color: #222;
                padding: 10px 20px;
                border: none;
                font-size: 14px;
                cursor: pointer;
                border-radius: 6px;
                -webkit-border-radius: 6px;

                &.active, &:hover {
                    background-color: #04556f;
                    color: #fff;
                }
            }

            &.active, &:hover {
                & > a {
                    background-color: #222;
                    color: #fff;
                }
            }
        }
    }

    .ourHolder {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        .item {
            display: inline-flex;
            flex-direction: column;
            flex-wrap: wrap;
            background: #fff !important;
            box-shadow: 0px 0px 38px #f5f3f3;
            -webkit-box-shadow: 0px 0px 38px #f5f3f3;

            .o-videoWrap {
                position: relative;
                overflow: hidden;
                width: 100%;
                padding-top: 56.25%;

                .o-sessionName {
                    position: absolute;
                    z-index: 3;
                    bottom: 0;
                    right: 0;
                    color: #000;
                    background: #fff;
                    font-size: 13px;
                    padding: 0.5rem 1rem;
                }

                iframe {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: 0;
                }
            }

            .o-videodescription {
                @media (min-width: 320px) {
                    padding: 1rem;
                }                
                @media (min-width: 981px) {
                    padding: 2rem;
                }                
                @media (min-width: 1025px) {
                    padding: 3rem;
                }
            }
            
            @media (min-width: 320px) {
                width: 100%;
            }
            @media (min-width: 981px) {
                width: 48.1%;
            }
            @media (min-width: 1025px) {
                width: 47.3%;
            }
            @media (min-width: 1600px) {
                width: 31.1%;
            }
        }
        
        @media (min-width: 320px) {
            gap: 1rem;
        }        
        @media (min-width: 981px) {
            gap: 2rem;
        }
        @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;
        }
    }

}