    .overview-with-image-on-right-container {
        padding: 24px 1px 24px 1px;
    }
    
    .overview-with-image-on-right-container h2 {
        text-align: center;
        font-size: 40px;
        line-height: 44px;
        color: #10559A;
        font-family: "Tempo", "Tempo-Local", "Arial Narrow", Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 850;
        padding: 0px 0px 24px 0px;
        vertical-align: top;
    }
    
    .overview-with-image-on-right {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .overview-with-image-on-right-spacing1 .overview-with-image-on-right-block {
        text-align: center;
        padding: 0px 0px 24px 0px;
    }
    
    .overview-with-image-on-right-spacing1 p {
        font-family: 'Open Sans', arial, helvetica, sans-serif;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        vertical-align: top;
        color: #464646;
        padding-top: 16px;
    }
    
    .overview-with-image-on-right-spacing1 .overview-with-image-on-right-list {
        font-family: 'Open Sans', arial, helvetica, sans-serif;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        vertical-align: top;
        letter-spacing: -0.17px;
        padding-top: 8px;
        color: #464646;
        list-style: disc;
        display: inline-block;
    }
    
    .overview-with-image-on-right .overview-with-image-on-right-gallery {
        margin: 0px;
    }
    
    .overview-with-image-on-right-col50 {
        width: 100%;
    }
    
    .overview-with-image-on-right-gallery .overview-with-image-on-right-spacing20 {
        margin: -8px !important;
    }
    
    .overview-with-image-on-right-gallery .overview-with-image-on-right-spacing20 .overview-with-image-on-right-block {
        padding: 0px 8px 0px 8px !important;
    }
    
    .overview-with-image-on-right-col100 {
        width: 100%;
        padding: 16px 8px 8px 8px;
    }
    
    .overview-with-image-on-right .overview-with-image-on-right-promo {
        border-radius: 8px;
        overflow: hidden;
    }
    
    .overview-with-image-on-right-promo {
        display: block;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        flex-basis: 100%;
        box-sizing: border-box;
        height: 304px;
    }

    .overview-with-image-on-right-container .cta_container {
        display: inline-flex;
        justify-content: center;
        align-items: center; 
    }

    .overview-with-image-on-right-container .blue_cta {
        padding: 13px 24px 13px 24px;
        color: white;
        font: normal 18px tempo;
        line-height: 22px;
        text-transform: uppercase;
        background: #10559A;
        text-decoration: none;
        min-width: 85px;
        border-radius: 4px;
        text-align: center;
    }

    .overview-with-image-on-right-container .blue_cta a {
        color: white !important;
    }
    
    /*TABLET STYLING*/
    @media only screen and (min-width: 768px) {
    
        .overview-with-image-on-right-container {
            padding: 48px 32px 24px 32px;
        }
    
        .overview-with-image-on-right-container h2 {
            font-size: 56px;
            line-height: 60px;
        }

        .overview-with-image-on-right {
            display: block;
        }

        .overview-with-image-on-right-col50 {
            float: none;
        }
    
        .overview-with-image-on-right-spacing1 {
            margin: 0px;
        }
    
        .overview-with-image-on-right-spacing1 .overview-with-image-on-right-block {
            padding: 0px 12px 32px 0px;
            box-sizing: border-box;
            
        }
    
        .overview-with-image-on-right-spacing1 p {
            font-size: 16px;
            line-height: 20px;
            padding-top: 0px;
            padding-right: 50%;
        }
    
        .overview-with-image-on-right-spacing1 .overview-with-image-on-right-list {
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0.2px;
            padding-top: 8px;
        }
    
        .overview-with-image-on-right-gallery .overview-with-image-on-right-spacing20 {
            margin: 0px !important;
            margin-top: -8px !important;
        }
    
        .overview-with-image-on-right-promo {
            height: 247px !important;
            width: 49%;
            float: right;
        }

        .overview-with-image-on-right-gallery .overview-with-image-on-right-spacing20 .overview-with-image-on-right-block {
            padding: 0px 0px 0px 0px !important;
        }

        .overview-with-image-on-right-container .blue_cta {
        min-width: 86px;
        }
    
    }
    
    /*DESKTOP STYLING*/
    @media only screen and (min-width: 1024px) {

        .overview-with-image-on-right-container {
            padding: 48px 32px 24px 32px;
            display: inline-block;
        }
    
        .overview-with-image-on-right-spacing1 {
            margin: 0px;
        }

        .overview-with-image-on-right-gallery .overview-with-image-on-right-spacing20 {
            margin-top: 0px !important;
        }
    

        .overview-with-image-on-right-spacing1 p {
            padding-right: 0%;
        }
    
        .overview-with-image-on-right-col50 {
            width: 50%;
            float: right;
        }      

        .overview-with-image-on-right-promo {
            height: 312.75px !important;
            width: 556px;
            float: right;
        }

        .overview-with-image-on-right-container .blue_cta {
        min-width: 85px;
        }
    
    }
    
