@charset "UTF-8";
/* CSS Document */




body {
    padding-top: 66px;
}

@media (max-width: 968px) {
    body {
        padding-top: 60px;
    }
}

@media (max-width: 574px) {
    body {
        padding-top: 54px;
    }
}



/* Annual Meeting Holdovers !!! CHANGE CLASS NAMES !!! */
/* page background color */



@media (min-width: 992px) {
    .container__annual-meeting {
        max-width: 790px;
    }
}


body,
.amBackground,
.annualmeeting20-hero__bg {
    background-color: #010000;
}

.annualmeeting20-intro-section {
    background-color: #010000;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 960px) {
    .annualmeeting20-intro-section {
        padding-bottom: 50px;
    }
}



@media (min-width: 769px) {
    .annualmeeting20-content-login {
        padding-bottom: 30px;
    }
}

@media (min-width: 769px) {
    .annualmeeting20-content-main {
        padding-bottom: 30px;
    }
}


.annualmeeting20-intro-section .am24_login_welcome {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}


@media (max-width: 530px) {
    .annualmeeting20-intro-section .am24_login_welcome {
        font-size: 30px;
    }
}

.annualmeeting20-intro-section p {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 0;
}

.annualmeeting20-intro-section label {
    font-weight: 400;
}


/* JOIN EVENT button */

.juf_virtualEvent_priBtn {
    font-weight: bold;
    border: none;
    padding: 11px 38px;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 0px;
    transition: all 0.25s ease-in-out;
}

.juf_virtualEvent_priBtn_orange,
.juf_virtualEvent_priBtn_orange:link,
.juf_virtualEvent_priBtn_orange:visited {
    color: #002855;
    background-color: #ff9e18;
}

    .juf_virtualEvent_priBtn_orange:hover,
    .juf_virtualEvent_priBtn_orange:active {
        background-color: #ffca82;
    }








/* OCTOBER 7 MEMORIAL CUSTOM CLASSES (NEW!) */

/* HERO */
.oct7_hero_wrapper {
    background-color: #010000;
    margin-bottom: 0;
    margin-top: 0;
}
.oct7_hero_container {
    max-width: 744px;
    margin-left: auto;
    margin-right: auto;
}

    

/* blue bar with event title */
.oct7-event-name {
    background-color: #1339b0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.oct7-event-name h1 {
    color: #ffffff;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align:center;
}
@media (max-width: 530px) {
    .oct7-event-name h1 {
        font-size: 30px;
    }
}
@media (max-width: 530px) {
    .oct7-event-name {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 414px) {
    .oct7-event-name h1 {
        font-size: 27px;
    }
}



/* In Memoriam Image version */
.oct7_in_memoriam_wrapper {
    background-color: #010000;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
}
.oct7_in_memoriam_container {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 530px) {
    .oct7_in_memoriam_container {
        max-width: 400px;
    }
}


