
    .ctnHomeRight {
        width: 345px;
        float: right;
    }

    .ctnHomeLeft {
        float: left;
        width: 60%;
    }  

    .hero-ctn-right {
        font-size: 12pt;
        font-weight: 500; 
        width: 100%;
        background-color:#e7e7e7;
        border: 1px solid black;
        border-radius: 12px;
        padding-top:10px;
    }

    .hero-ctn-right img {
        width: 70px;
        margin-left: 8px;
        margin-right: 10px;
        margin-bottom: 7px;
        margin-top: 5px;
        float: left;
    }

    .hero-ctn-right p {
        font-size: 14pt;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0px;
        color:#001e56;
    }
    
    .hero-ctn-right div {
        margin-right: 12px;
    }

    .hero-ctn-right a {
        text-decoration: none;
        color: #001e56;
    }

    .hero-ctn-right hr {
        clear: both;
        width:90%;
    }


    .ctn_live_stream {
        width: 100%;
        margin-top: 5px;
    }

    .ctn_live_stream img {
        width: 100%;
        border: 1px solid black;
        border-radius: 12px;
    }



    .ctn_social_media {
        width: 100%;
        height: 80px;
        border: 1px solid black;
        float: right;
        margin-top: 5px;
        border-radius: 12px;
        background-color: white;
    }

    .ctn_social_media p {
        font-size: 13pt;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0px;
        margin-bottom: 7px;
        margin-top: 5px;
        margin-left: 15px;
        color: #001e56;
    }

    .ctn_social_media img {
        margin: 0px;
        margin-left: 10px;
        width: 38px;
        border: none;
    }

    .ctn_join_mailing_list {
        float: left;
        width: 810px;
        height: 80px;
        border: 1px solid black;
        margin-top: 5px; 
        background-image: url('/images4/mailing_list_bg.png');
        border-radius: 12px;
        color: white;
        font-size: 13pt;
    }

    .ctn_join_mailing_list p {
        font-size: 14pt;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0px;
    }