﻿


/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width*/

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    /* ======= CARDS ======= */


    .shwcs-logo {
        height: 110px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    #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: 230px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .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: 13px;
        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: 14px;
        font-weight: 700;
        text-decoration: none;
    }


    /* ======= END CARDS ======= */





    /* ======= HEADLINE ======= */

    .APRUHAZ2023headline-h3 {
        font-weight: 650;
        font-size: 22px;
        text-align: left;
        color: #09183D;
    }

    .APRUHAZ2023subheadline-p1 {
        font-weight: 500;
        font-size: 15px;
        font-weight: 700;
        text-align: left;
        color: #0E4C78;
    }

    .APRUHAZ2023subheadline-p2 {
        font-size: 12px;
        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: 13px;
        color: black;
        text-align: justify;
    }

    .APRUHAZ2023_LEFT_TEXT {
        font-weight: 500;
        font-size: 13px;
        color: black;
        text-align: left;
    }

    .APRUHAZ2023_CENTER_TEXT {
        font-weight: 500;
        font-size: 13px;
        color: black;
        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: 110px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /* ======= END AWARDS ======= */





    /* ======= PARTNERS CARD ======= */

    .APRUHAZ2023_PARTNERS_CARD {
        border-color: white;
        text-align: center;
        font-size: 11px;
        color: #404041;
    }

    /* ======= END PARTNERS CARD ======= */







    /* ======= Footer ======= */
    .footer {
        margin-top: 40px;
        padding-top: 30px;
        padding-bottom: 10px;
        text-align: left;
        background-color: #09183D;
        width: 100%;
        color: white;
    }

    .AOGSSOCIETY_footertitle {
        font-weight: 550;
        font-size: 14px;
        text-align: left;
        color: white;
    }

    .APRUHAZ2023_mainlinks {
        font-weight: 600;
        font-size: 13px;
        text-align: left;
        color: white;
    }

    .APRUHAZ2023_footertxt {
        font-weight: 400;
        font-size: 12.5px;
        text-align: left;
        color: white;
    }

    .APRUHAZ2023_lowerlogo {
        height: 50px;
        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;
    }

    .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 ======= */




}
