


/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width

    background: url(../img/BG.png) no-repeat center fixed;
    text-shadow: 1px 1px 5px black, 0 0 15px rgba(0,0,0,.8), 0 0 12px rgba(0,0,0,.8);
*/



/* ======== Breakpoints ======== */

#main-container {
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

#mob {
    display: none;
}

#mainbanner {
    display: block;
    visibility: visible;
}

#table-mob {
    display: none;
}

#table-mob1 {
    display: none;
}

#table-mob2 {
    display: none;
}









/* ======== General ======== */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.container-layout {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0px 25px 0px 25px;
    box-sizing: border-box;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.hyphenate {
    /* Careful, this breaks the word wherever it is without a hyphen */
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* Adds a hyphen where the word breaks */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

@media screen and (max-width: 767.98px) {
    .container-order {
        display: flex;
        flex-flow: column;
    }

    .two {
        order: 1;
    }

    .one {
        order: 2;
    }
}

@media screen and (max-width: 531px) {
    .container-order {
        display: flex;
        flex-flow: column;
    }

    .two {
        order: 1;
    }

    .one {
        order: 2;
    }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}


.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }






/* ======== NavBar ======== */

.MMI-navbar {
    transition: 0.7s;
}

.MMI-navlink {
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
    margin-left: 8px;
    position: relative;
    transition: 0.7s;
}

    .MMI-navlink:hover,
    .MMI-navlink:focus,
    .MMI-navlink:active,
    .MMI-navlink.active,
    .open > .dropdown-toggle.MMI-navlink {
        color: #FFD31E;
        text-decoration: none;
        transition: 0.7s;
    }

.btn4::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #FFD31E;
    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);
    text-shadow: 1px 1px 5px #7A212E, 0 0 12px rgba(0,0,0,.5), 0 0 10px rgba(0,0,0,.5);
}

.navbar-brand {
    height: 55px;
}

.navlogo {
    height: 63px;
    margin-top: -8px;
}

.sub-dropdown-item {
    font-size: 14.5px;
}

.dropdown-title {
    color: #241D52;
}




/* ======== Body ======== */
.MMI-mainTitle1 {
    color: white;
    font-weight: 500;
    margin-bottom: -35px;
    font-size: 113px;
    text-shadow: 1px 1px 5px black, 0 0 15px rgba(0,0,0,.8), 0 0 12px rgba(0,0,0,.8);
}

.MMI-mainTitle2 {
    color: #9E8311;
    font-weight: 500;
    margin-bottom: -25px;
    font-size: 110px;
    text-shadow: 1px 1px 5px black, 0 0 15px rgba(0,0,0,.8), 0 0 12px rgba(0,0,0,.8);
}

.MMI-mainTitle3 {
    color: #9E8311;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 63px;
    text-shadow: 1px 1px 5px black, 0 0 15px rgba(0,0,0,.8), 0 0 12px rgba(0,0,0,.8);
}

.aogs25-card-title {
    color: #241D52;
    line-height: 1;
    font-size: 24px;
}

.MMI-mainTitleGlow {
    color: #F9D641;
    text-shadow: 0 0 1px #fff, 0 0 3px #FEBB00, 0 0 6px #FEBB00;
}

.MMI-mainTitleSubPages {
    color: #9E8311;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 50px;
    text-shadow: 1px 1px 5px black, 0 0 15px rgba(0,0,0,.8), 0 0 12px rgba(0,0,0,.8);
}

.MMI-mainSubTitle {
    color: white;
    font-weight: 400;
    text-shadow: 1px 1px 5px black, 0 0 15px rgba(0,0,0,.8), 0 0 12px rgba(0,0,0,.8);
}

.MMI-eventTitle {
    text-decoration: none;
    color: white;
    font-size: 35px;
}

.MMI-eventCard {
    text-shadow: 1px 1px 3px black, 0 0 8px rgba(0,0,0,.8), 0 0 6px rgba(0,0,0,.8);
}

.MMI-btn {
    color: white;
    background-color: #241D52;
    border-radius: 25px;
    transition: 0.5s;
}

    .MMI-btn:hover,
    .MMI-btn:focus,
    .MMI-btn.active,
    .open > .dropdown-toggle.MMI-btn {
        color: #FFD31E;
        background-color: black;
        transition: 1s;
    }

.MMI-btn-white {
    color: #FFD31E;
    border-color: white;
    border-radius: 25px;
    text-align: left;
}

    .MMI-btn-white:hover,
    .MMI-btn-white:focus,
    .MMI-btn-white:active,
    .MMI-btn-white.active,
    .open > .dropdown-toggle.MMI-btn-white {
        color: #9E8311;
        background-color: white;
        text-decoration: none;
        border-color: #9E8311;
    }

.MMI-cardFloatingEffect {
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    
}

    .MMI-cardFloatingEffect:hover,
    .MMI-cardFloatingEffect:focus,
    .MMI-cardFloatingEffect:active {
        transform: translateY(-15px);
        transition: 0.5s;
    }


.vertical-line {
    border-left: 3px solid #241D52;
    height: 100%;
}





.video-container {
    height: 750px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .video-container video {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%) translateY(-50%);
        filter: brightness(50%);
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        filter: blur(3px);
    }

    /* Just styling the content of the div, the *magic* in the previous rules */
    .video-container .caption {
        z-index: 1;
        position: relative;
        transform: translate(0, 28%);
    }

.video-container-jum {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .video-container-jum video {
        min-width: 105%;
        min-height: 105%;
        position: absolute;
        top: 50%;
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%) translateY(-50%);
        filter: blur(5px);
    }

    /* Just styling the content of the div, the *magic* in the previous rules */
    .video-container-jum .caption-jum {
        z-index: 1;
        position: relative;
    }

.jum-globe {
    transition: transform .8s;
    padding-bottom: 30px;
    position: center;
    text-align: center;
}

    .jum-globe:hover {
        transform: scale(0.9);
    }

.table-responsive td, th {
    text-align: left;
    vertical-align: middle;
}

.MMI-partnerLogo {
    transition: transform .8s;
    margin-left: auto;
    margin-right: auto;
}

    .MMI-partnerLogo:hover {
        transform: scale(0.9);
    }

.MMI-title {
    color: #241D52;
    font-size: 15.5px;
}

.MMI-title-i {
    color: #241D52;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
}

.MMI-titleW {
    color: white;
    font-size: 30px;
}

.MMI-titleR {
    color: #241D52;
    font-size: 30px;
}

.MMI-titleG {
    color: #9E8311;
    font-size: 35px;
}

.MMI-subTitle {
    color: black;
    font-size: 25px;
}

.MMI-subTitleW {
    color: white;
    font-size: 25px;
}

.MMI-text {
    color: darkslategrey;
    font-size: 16px;
    font-weight: 500;
}

.MMI-textW {
    color: white;
    font-size: 16px;
}

.MMI-subPages-video-container {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .MMI-subPages-video-container video {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%) translateY(-50%);
        filter: brightness(50%);
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        filter: blur(3px);
    }

    /* Just styling the content of the div, the *magic* in the previous rules */
    .MMI-subPages-video-container .caption {
        z-index: 1;
        position: relative;
        transform: translate(0, 150%);
    }

/* Style the tab */
.tab {
    float: left;
    border: 5px solid white;
    background-color: #7A212E;
    color: white;
    height: 100%;
    width: 100%;
    transition: 0.5s;
}

    /* Style the buttons inside the tab */
    .tab button {
        display: block;
        background-color: #7A212E;
        color: white;
        padding: 25px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 18px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #9E8311;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: #9E8311;
        }

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 30px 15px 20px 15px;
    width: 100%;
    height: 100%;
    border-left: none;
    transition: 0.5s;
}









/* ======== FOOTER ======== */

.MMI-footerLogo {
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}

.MMI-footerLogo1 {
    height: 130px;
}

.MMI-footerLogo2 {
    height: 75px;
}

.MMI-footerLogo3 {
    height: 140px;
}

.MMI-footerText {
    font-size: 14px;
    color: white;
}

.MMI-footerLink {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

    .MMI-footerLink:hover,
    .MMI-footerLink:focus,
    .MMI-footerLink:active {
        transition: 0.5s;
        color: #FFB702;
    }

.MMI-footerTitle {
    color: white;
    transition: 0.5s;
}

    .MMI-footerTitle:hover {
        color: white;
        transition: 0.5s;
    }










































.headlineimg3 {
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.headlineimg4 {
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.shwcs-logo {
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.rates-tittle {
    background-color: #5B24B2;
    border-color: #5B24B2;
    font-size: 15px;
    font-weight: 600;
    color: white;
    text-align: left;
}

    .rates-tittle:hover,
    .rates-tittle:focus,
    .rates-tittle:active,
    .rates-tittle.active,
    .open > .dropdown-toggle.rates-tittle {
        color: white;
        background-color: #5B24B2;
        border-color: #5B24B2;
        text-decoration: none;
    }

.sg-logo {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.aogs_leadership_img {
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-APRUHAZ2023 {
    background: linear-gradient(to bottom, #F89E5D -20%, #FF2574 100%);
    color: white;
    font-size: 13px;
    text-align: center;
    border-radius: 25px;
}

    .btn-APRUHAZ2023:hover,
    .btn-APRUHAZ2023:focus,
    .btn-APRUHAZ2023:active,
    .btn-APRUHAZ2023.active,
    .open > .dropdown-toggle.btn-APRUHAZ2023 {
        color: white;
        text-decoration: none;
    }

.rates-tittle {
    background-color: #5F605F;
    border-color: #5F605F;
    font-size: 15px;
    font-weight: 600;
    color: white;
    text-align: left;
}

    .rates-tittle:hover,
    .rates-tittle:focus,
    .rates-tittle:active,
    .rates-tittle.active,
    .open > .dropdown-toggle.rates-tittle {
        color: white;
        background-color: #5F605F;
        border-color: #5F605F;
        text-decoration: none;
    }

/* ======= END EC ======= */
/* ======= TIMELINE ======= */
/* The actual timeline (the vertical ruler) */
.timeline_tmln {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline_tmln::after {
        content: '';
        position: absolute;
        width: 3px;
        background-color: #175480;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Container around content */
.container_tmln {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .container_tmln::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -12px;
        background-color: white;
        border: 4px solid #99C33C;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.left_tmln {
    left: 0;
}

/* Place the container to the right */
.right_tmln {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left_tmln::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 19px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right_tmln::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 19px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right_tmln::after {
    left: -16px;
}

/* The actual content */
.content_tmln {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline_tmln::after {
        left: 31px;
    }

    /* Full-width containers */
    .container_tmln {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .container_tmln::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .left_tmln::after, .right_tmln::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right_tmln {
        left: 0%;
    }
}

/* ======= END TIMELINE ======= */









.container {
    animation: transitionIn 0.75s;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

@keyframes transitionIn {
    from {
        opacity: 0;
        transform: rotateX(-10deg);
    }

    to {
        opacity: 1;
        transform: rotateX(0);
    }
}



.office_bearer_card {
    padding-bottom: 20px;
}

.ob_header {
    background-color: #175480;
    color: white;
    font-weight: 600;
}

.ob_title {
    color: #175480;
    font-weight: 600;
    font-size: 15.5px;
}

.ob_text {
    color: #404041;
    font-size: 13px;
}

.ob_card_body {
    margin: 0px -10px 0px -10px;
}

.ob_mail {
    margin: 0px -10px 0px -10px;
    font-size: 10px;
}



/* ======= NAVBAR ======= */


.navlogoHome {
    height: 45px;
    margin-top: -0px;
}

.navbar-custom {
    color: white;
    background-color: white;
}

/*background: linear-gradient(to bottom, #F89E5D 0%, #FF2574 100%);
    background-color: #0E6A88;
*/



.dropdown-large {
    padding: 20px;
    height: auto;
    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;
}

.navHeader {
    font-size: 18px;
    font-weight: 700;
    color: #5F605F;
}

.navTitle {
    font-size: 15px;
    font-weight: 700;
    color: #5F605F;
}

.navsubTitle {
    font-size: 14px;
    font-weight: 700;
    color: #5F605F;
}

.navItems {
    font-size: 13.5px;
    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: 15px;
    font-weight: 700;
    color: black;
}

    .navTitle_clickable:hover,
    .navTitle_clickable:focus,
    .navTitle_clickable:active,
    .navTitle_clickable.active,
    .open > .dropdown-toggle.navTitle_clickable {
        color: #5B24B2;
        text-decoration: none;
    }

.navsubTitle_clickable {
    font-size: 14px;
    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: #175480;
    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: black;
    border: solid 2px #00557D;
    margin: 5px 5px 5px 5px;
    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;
    }

.APRUHAZ2023carddeck1 {
    font-weight: 500;
    font-size: 15px;
    color: black;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    background-color: white;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
}

    .APRUHAZ2023carddeck1:hover,
    .APRUHAZ2023carddeck1:focus,
    .APRUHAZ2023carddeck1: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;
    }


.APRUHAZ2023carddeckicon {
    height: 40px;
    display: block;
    margin-left: 13px;
    margin-right: auto;
}

.APRUHAZ2023_office_bearer {
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
}

    .APRUHAZ2023_office_bearer:hover,
    .APRUHAZ2023_office_bearer:focus,
    .APRUHAZ2023_office_bearer: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: 25px;
    text-align: left;
    color: #09183D;
}

.APRUHAZ2023subheadline-p1 {
    font-weight: 500;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #0E4C78;
}

.APRUHAZ2023subheadline-p2 {
    font-size: 13.5px;
    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: 370px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-sm.APRUHAZ2023headlinesub {
    margin: 20px 10px 20px 10px;
}

.APRUHAZ2023_JUSTIFY_TEXT {
    font-weight: 500;
    font-size: 15px;
    color: black;
    text-align: justify;
}

.APRUHAZ2023_LEFT_TEXT {
    font-weight: 500;
    font-size: 15px;
    color: black;
    text-align: left;
}

.APRUHAZ2023_CENTER_TEXT {
    font-weight: 500;
    font-size: 15px;
    color: black;
    text-align: center;
}

.APRUHAZ2023_covid_img {
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}



/* ======= END HEADLINE ======= */






/* ======= AWARDS ======= */
.awardpic {
    height: 210px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* ======= END AWARDS ======= */





/* ======= PARTNERS CARD ======= */
.APRUHAZ2023_PARTNERS_CARD {
    margin-top: -30px;
    border-color: white;
    text-align: center;
    font-size: 12px;
    color: #404041;
}

/* ======= END PARTNERS CARD ======= */







/* ======= Footer ======= */
.footer {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 8px;
    text-align: left;
    background: linear-gradient(90deg, rgba(29,151,208,1) 30%, rgba(0,14,112,1) 100%);
    width: 100%;
    color: white;
    bottom: 0;
}

.APRUHAZ2023_footertitle {
    font-weight: 600;
    font-size: 17px;
    text-align: left;
}

.APRUHAZ2023_mainlinks {
    font-weight: 600;
    font-size: 15px;
    text-align: left;
}

.APRUHAZ2023_footertxt {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}

.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: 5px 0px 5px 0px;
}

.APRUHAZ2023_footerlink {
    color: white;
}

    .APRUHAZ2023_footerlink:hover,
    .APRUHAZ2023_footerlink:active,
    .APRUHAZ2023_footerlink:focus,
    .open {
        color: white;
        text-decoration: none;
    }




.APRUHAZ2023_footercopyright {
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}

/* ======= END Footer ======= */











/* ======= HOVER IMAGE ======= */
.snip1552 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
    min-width: 175px;
    max-width: 175px;
    width: 100%;
    color: #000000;
    text-align: left;
    font-size: 16px;
    background-color: #fff;
}

    .snip1552 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    .snip1552 img {
        vertical-align: top;
        max-width: 100%;
        backface-visibility: hidden;
    }

    .snip1552 figcaption {
        position: absolute;
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        z-index: 1;
        bottom: 0;
    }

    .snip1552 h6,
    .snip1552 p {
        margin: 0;
        opacity: 0;
        letter-spacing: 1px;
    }

    .snip1552 h6 {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 3px;
    }

    .snip1552 p {
        font-weight: normal;
        font-style: italic;
        color: #888;
        font-size: 12px;
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
        line-height: 13px;
    }

    .snip1552 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .snip1552:hover > img,
    .snip1552.hover > img {
        opacity: 0.1;
    }

    .snip1552:hover h6,
    .snip1552.hover h6,
    .snip1552:hover p,
    .snip1552.hover p {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
/* ======= END HOVER IMAGE ======= */

.APRUHAZ2023carddeck2 {
    font-weight: 500;
    font-size: 15px;
    color: black;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    background-color: white;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
}

    .APRUHAZ2023carddeck2:hover,
    .APRUHAZ2023carddeck2:focus,
    .APRUHAZ2023carddeck2: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;
    }


.vid_container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.vid_responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.numbered_tbl td {
    vertical-align: top;
    padding-left: 5px;
}

.overview_table-responsive td, th {
    border: 1px solid #666666;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.8;
}

.important-dates_table-responsive td, th {
    border: 1px solid #FFFFFF;
    padding: 5px;
    vertical-align: middle;
    line-height: 1.8;
}

.fees_table-responsive td, th {
    border: 1px solid #666666;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
}





.snip1361 {
    position: relative;
    overflow: hidden;
    margin: 5px;
    min-width: 180px;
    max-width: 265px;
    width: 100%;
    color: #141414;
    text-align: center;
    line-height: 1.4em;
    font-size: 16px;
    padding: 5px;
}

    .snip1361 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .snip1361 img {
        max-width: 100%;
        vertical-align: top;
    }

    .snip1361 figcaption {
        position: absolute;
        top: calc(85%);
        width: 100%;
        background-color: #ffffff;
        padding: 5px 10px 25px;
        text-align: center;
    }

        .snip1361 figcaption:before {
            position: absolute;
            content: '';
            z-index: 2;
            bottom: 100%;
            left: 0;
            width: 100%;
            height: 80px;
            background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
            background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
        }

    .snip1361 h3,
    .snip1361 p {
        margin: 0 0 10px;
    }

    .snip1361 h3 {
        font-weight: 300;
        font-size: 1.4em;
        line-height: 1.2em;
        font-family: 'Oswald', Arial, sans-serif;
        text-transform: uppercase;
    }

    .snip1361 p {
        font-size: 12px;
        letter-spacing: 1px;
        opacity: 0.9;
        line-height: 1.3;
        text-align: center;
    }

    .snip1361 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .snip1361:hover figcaption,
    .snip1361.hover figcaption {
        top: 120px;
    }
