﻿


/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width*/

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    #mob {
        display: block;
        visibility: visible;
    }

    #mainbanner {
        display: none;
    }

    #table-web {
        display: none;
    }

    #table-web2 {
        display: none;
    }

    #table-mob {
        display: block;
        visibility: visible;
    }

    #table-mob1 {
        display: block;
        visibility: visible;
    }

    #table-mob2 {
        display: block;
        visibility: visible;
    }

    .aogs_leadership_img {
        height: 280px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    .shwcs-logo {
        height: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }




    /* ======= NAVBAR ======= */
    .navbar-brand {
        height: 55px;
    }

    .navlogo {
        height: 55px;
        margin-top: -5px;
    }

    .navbar-custom {
        color: white;
        background-color: white;
    }

    .nav-link {
        font-size: 13px;
        font-weight: 650;
        color: white;
    }

        .nav-link:hover,
        .nav-link:focus,
        .nav-link:active,
        .nav-link.active,
        .open > .dropdown-toggle.nav-link {
            color: white;
        }

    .btn4::before {
        content: '';
        position: absolute;
        bottom: 0%;
        left: 0px;
        width: 100%;
        height: 2px;
        background: #FBBD20;
        display: block;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
    }

    .btn4:hover::before {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .dropdown-large {
        padding: 20px;
        height: 400px;
        overflow: auto;
    }

    .dropdown-sml {
        padding: 20px;
        height: auto;
        overflow: auto;
    }

    .dropdown-min {
        padding: 20px;
        height: auto;
        overflow: auto;
    }

    .dropdown-mod {
        padding: 20px;
        height: auto;
        overflow: auto;
    }

    .dropdown-med {
        padding: 20px;
        height: auto;
        overflow: auto;
    }


    .navTitle {
        font-size: 14px;
        font-weight: 700;
        color: #5F605F;
    }

    .navsubTitle {
        font-size: 13px;
        font-weight: 700;
        color: #5F605F;
    }

    .navItems {
        font-size: 13px;
        font-weight: 600;
        color: #5F605F;
        line-height: 2;
    }

        .navItems:hover,
        .navItems:focus,
        .navItems:active,
        .navItems.active,
        .open > .dropdown-toggle.navItems {
            background-color: #5F605F;
            border-color: #5F605F;
            color: white;
            text-decoration: none;
        }

    .navTitle_clickable {
        font-size: 14px;
        font-weight: 700;
        color: #5F605F;
    }

        .navTitle_clickable:hover,
        .navTitle_clickable:focus,
        .navTitle_clickable:active,
        .navTitle_clickable.active,
        .open > .dropdown-toggle.navTitle_clickable {
            background-color: #5F605F;
            border-color: #5F605F;
            color: white;
            text-decoration: none;
        }

    .navsubTitle_clickable {
        font-size: 13px;
        font-weight: 700;
        color: #5F605F;
    }

        .navsubTitle_clickable:hover,
        .navsubTitle_clickable:focus,
        .navsubTitle_clickable:active,
        .navsubTitle_clickable.active,
        .open > .dropdown-toggle.navsubTitle_clickable {
            background-color: #5F605F;
            border-color: #5F605F;
            color: white;
            text-decoration: none;
        }

    /* ======= END NAVBAR ======= */




    /* ======= CARDS ======= */

    .btn4_cardeffect::before {
        content: '';
        position: absolute;
        padding-bottom: -5px;
        bottom: 0%;
        left: 0px;
        width: 100%;
        height: 6px;
        background: #5F605F;
        display: block;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
    }

    .btn4_cardeffect:hover::before {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }


    .APRUHAZ2023carddeck {
        font-weight: 500;
        font-size: 15px;
        color: #5F605F;
        padding: 5px 5px 5px 5px;
        background-color: white;
        transition-duration: 0.3s;
        transition-property: transform;
        -webkit-tap-highlight-color: transparent;
        transform: translateZ(0);
    }

        .APRUHAZ2023carddeck:hover,
        .APRUHAZ2023carddeck:focus,
        .APRUHAZ2023carddeck:active {
            transform: translateY(-15px);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            transition: 0.5s;
        }

    .APRUHAZ2023cardheadline {
        color: #00557D;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
    }


    /* ======= END CARDS ======= */





    /* ======= HEADLINE ======= */

    .APRUHAZ2023headline-h3 {
        font-weight: 650;
        font-size: 23px;
        text-align: left;
        color: #09183D;
    }

    .APRUHAZ2023subheadline-p1 {
        font-weight: 500;
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        color: #0E4C78;
    }

    .APRUHAZ2023subheadline-p2 {
        font-size: 14px;
        color: #404041;
    }

    .APRUHAZ2023headline-btn {
        background-color: #5F605F;
        border-color: #5F605F;
        font-size: 12px;
        margin: 5px 5px 5px 5px;
        font-weight: 600;
    }

        .APRUHAZ2023headline-btn:hover,
        .APRUHAZ2023headline-btn:focus,
        .APRUHAZ2023headline-btn:active,
        .APRUHAZ2023headline-btn.active,
        .open > .dropdown-toggle.APRUHAZ2023headline-btn {
            color: white;
            background-color: #FFB904;
            border-color: #FFB904;
        }

    .APRUHAZ2023_headlineimg {
        height: 350px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .col-sm.APRUHAZ2023headlinesub {
        margin: 20px 10px 20px 10px;
    }

    .APRUHAZ2023_JUSTIFY_TEXT {
        font-weight: 500;
        font-size: 14px;
        color: black;
        text-align: justify;
    }

    .APRUHAZ2023_LEFT_TEXT {
        font-weight: 500;
        font-size: 14px;
        color: black;
        text-align: left;
    }

    .APRUHAZ2023_CENTER_TEXT {
        font-weight: 500;
        font-size: 14px;
        color: #5B24B2;
        text-align: center;
    }

    .APRUHAZ2023_covid_img {
        height: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

    hr.APRUHAZ2023_horizl {
        border-bottom: 4px solid #148BC6;
        width: 100px;
        margin-top: -3px;
    }

    /* ======= END HEADLINE ======= */






    /* ======= AWARDS ======= */
    .awardpic {
        height: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /* ======= END AWARDS ======= */





    /* ======= PARTNERS CARD ======= */

    .APRUHAZ2023_PARTNERS_CARD {
        border-color: white;
        text-align: center;
        font-size: 8px;
        color: #404041;
    }

    /* ======= END PARTNERS CARD ======= */







    /* ======= Footer ======= */
    .footer {
        margin-top: 40px;
        padding-top: 30px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #09183D;
        width: 100%;
        color: white;
    }

    .APRUHAZ2023_footertitle {
        font-weight: 550;
        font-size: 15px;
        text-align: center;
        color: white;
    }

    .APRUHAZ2023_mainlinks {
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        color: white;
    }

    .APRUHAZ2023_footertxt {
        font-weight: 400;
        font-size: 12.5px;
        text-align: center;
        color: white;
    }

    .APRUHAZ2023_lowerlogo {
        height: 100px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .APRUHAZ2023_lowerlogo2 {
        height: 75px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .APRUHAZ2023_lowerlogo3 {
        height: 100px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .APRUHAZ2023_footersub {
        margin: 10px 0px 10px 0px;
        text-align: center;
    }

    .APRUHAZ2023_footerlink {
        color: white;
    }

        .APRUHAZ2023_footerlink:hover,
        .APRUHAZ2023_footerlink:active,
        .APRUHAZ2023_footerlink:focus,
        .open {
            color: white;
            text-decoration: none;
        }

    hr.APRUHAZ2023_footerhorizl {
        border-bottom: 1px solid white;
        width: 100%;
    }


    .APRUHAZ2023_footercopyright {
        font-weight: 500;
        font-size: 12px;
        text-align: center;
        color: white;
    }

    /* ======= END Footer ======= */



}
