
/*------------------------------- RESPONSIVE @1024 *Patch for Tablets ---------------------*/

@media screen and (max-width: 1024px) {

    #container {
        min-width: unset;
    }

    #header_nav_list .sub_nav a {
        padding: 0px 15px 0px 15px;
        font-size: 15px;
        line-height: 75px;
    }

    .sub_nav_fixed {
        transition-property: line-height;
        transition-property: font-size;
        transition-duration: .4s, 0s;
        transition-delay: 0s, .4s;
        line-height: 70px !important;
        font-size: 15px !important;
    }

    .research_list_container {
        width: 100%;
        box-sizing: border-box;
    }


    #video_wrapper h1 {
        padding: 0px 5% 0px 5%;
    }

    #footer .footer_content .footer_col {
        padding: 10px 10px;
    }

    #footer .footer_content .sponsors .major img {
        max-width: 85px;
    }

    #footer .footer_content .footer_col a {
        font-size: 15px;
    }

    #footer .sign_up .txt_newsletter {
        width: 130px;
    }


    .header_search .txt_Search {
        width: 350px !important;
    }

    .hp_centers_container .hp_centers .center_card {
    }

    .hp_centers_container .hp_centers .center_card h3 {
        font-size: 30px;
        box-sizing:border-box;
    }

}


@media screen and (max-width: 768px) {


    #header_nav_list .sub_nav a {
        padding: 0px 10px 0px 10px;
        font-size: 14px;
        line-height: 50px;
    }

    .sub_nav_fixed {
        transition-property: line-height;
        transition-property: font-size;
        transition-duration: .4s, 0s;
        transition-delay: 0s, .4s;
        line-height: 50px !important;
        font-size: 14px !important;
    }

    .hp_centers_container .hp_centers .center_card h3 {
        padding: 20px;
        font-size: 15px;
        line-height: 20px;
    }

    .header_search .txt_Search {
        width:250px !important;
    }

    .news_container_full .news_container .news_card h3 {
        font-size: 20px;
    }




}






