:root {
    /* Primary */
    --bg-AAA-primary-color: #367e3d;
    --bg-AAA-secondary-color: #93ae3c;
    --bg-AAA-tertiary-color: #18351c;
}

.row.row-offcanvas.row-offcanvas-left.clearfix {
    margin: 0 !important;
    display: block !important;
}

#page-wrapper {
    overflow: hidden;
}

#content {
    padding: 0 !important;
}

.node--unpublished {
    padding: 0 !important;
}

.content.container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px !important;
}

div#main {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px !important;
}

h5{
    line-height: 1.4;
}

#hero {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
    text-align: center;
    background: linear-gradient(180deg, #000000 0%, #54545400 50%, #000000 100%),
        url(https://aaahq.org/portals/0/images/meetings/2024/AM/Landing%20Page/main-header-img_no24.png);
    background-position: center center;
    padding: 4rem 0 4rem 0;
    color: white;
    /* text-shadow: 0 0 2px black; */
    position: relative;
    height: 100vh;
}

#hero a#heroWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#hero #heroLogo{
    max-width: 400px;
}

#hero h1 {
    font-family: 'Gotham-Black',  Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
    letter-spacing: 2px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#hero h2 {
    font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    letter-spacing: 2px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#num24{
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 10%;
}




#CTA {
    background: #01BD4F;
    color: white !important;
    font-family: 'Gotham-Black', sans-serif;
    border-radius: 15rem;
    font-size: 2.4rem;
    padding: 0.5rem 2rem;
    border: 2px solid transparent;
}

#CTA2 {
    background: #01BD4F;
    color: white !important;
    font-family: 'Gotham-Medium', sans-serif;
    border-radius: 15rem;
    font-size: 2rem;
    padding: 0.5rem 2rem;
    border: 2px solid transparent;
}

#hero:hover #CTA {
    text-decoration: none !important;
    background: white !important;
    color: #01BD4F !important;
    border-color: #01BD4F !important;
    transition: 0.2s;
}

#CTA2:hover {
    text-decoration: none !important;
    background: white !important;
    color: #01BD4F !important;
    border-color: #01BD4F !important;
    transition: 0.2s;
}


#one{
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(13, 150px);
    background-color: #01bd4f;
    background-image: url(https://aaahq.org/portals/0/images/meetings/2024/AM/Landing%20Page/sqaures-over-green-background.png);
    background-position: bottom right;
    background-size: 33%;
    background-repeat: no-repeat;
}

.square1{
    color: #01bd4f;
    grid-column: 7 / -1;
    grid-row: 1 / 2;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.square1 h3{
    font-size: 2.7rem !important;
    text-align: center;
    font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.square2{
    background: linear-gradient(135deg, #1972bf, #0329ba);
    grid-column: 1 / 7;
    grid-row: 1 / 5;
    z-index: 99;
    padding: 4rem 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-evenly;
}

.square2 h2{
    color: white !important;
    font-size: 4rem !important;
}

.square2 h3.location{
    color: #38dbff !important;
    font-size: 2.7rem !important;
}

.square2 h3.location::before{
    content:"\f3c5 "!important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    text-indent: 0 !important;
    padding-right: 1rem;
}

.square2 p{
    background-image: linear-gradient(#3a9dde, #3a9dde),
        linear-gradient(#3a9dde, #3a9dde),
        linear-gradient(#3a9dde, #3a9dde),
        linear-gradient(#3a9dde, #3a9dde) !important;

    background-repeat: no-repeat !important;
    background-size: 8px 3px !important;
    background-position: top left, top right, bottom left, bottom right !important;

    border: solid #3a9dde !important;
    text-align: start !important;
    border-width: 0 3px !important;
    display: inline-block !important;
    vertical-align: top !important;
    padding: 5px 25px !important;
    margin: 2rem 20px 20px 20px !important;
    color: white !important;
    max-width: 50%;
    font-size: 0.9rem;
}

.square3{
    background: url(https://aaahq.org/portals/0/images/meetings/2024/AM/Landing%20Page/AdobeStock_632652035.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    grid-column: 6 / -1;
    grid-row: 2 / 7;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white  !important;
    padding: 2rem;
}

.square3 h3{
    font-size: 2rem !important;
    font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif !important;
    text-align: center;
}

.square h5{
    text-align: center;
    font-size: 1.4rem !important;
}

.speakers{
    grid-column: 1 / -1;
    grid-row: 6 / -1;
    padding: 5rem 8rem 4rem 8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}

.speakers h3{
    color: white !important;
    font-size: 3rem !important;
}

.speakers h5{
    color: white !important;
    font-size: 1.5rem !important;
}

.speakers small{
    color: white !important;
}

.speakerbtn, .exhibitorBtn{
    align-self: start;
    background: #0329ba;
    color: white !important;
    font-family: 'Gotham-Black', sans-serif !important;
    border-radius: 15rem;
    font-size: 1.5rem !important;
    padding: 0.7rem 2.5rem !important;
    border: 2px solid transparent !important;
}

.speakers .speakerbtn:hover,
#two .exhibitorBtn:hover {
    text-decoration: none !important;
    background: white !important;
    color: #0329ba !important;
    border-color: #0329ba !important;
    transition: 0.2s;
}

.speakerbtn:focus,
.exhibitorBtn:focus{
    box-shadow: 0 0 0 .25rem rgba(7, 26, 170, 0.5);
    box-shadow: 0 0 0 .25rem color-mix(in srgb, #011d8d 50%, white);
}

#two{
    padding: 3rem 8rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#two h3, #three h3{
    font-size: 3rem !important;
    color: #073502;
}

#two h5, #three h5 {
    color: #073502 !important;
    font-size: 1.3rem !important;
    max-width: 90%;
    font-weight: 600;
}

#two small {
    color: #073502 !important;
}

#exhibitorsGrid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 4rem 0;
    gap: 2rem;
}

.exhibitor{
    display: flex;
    justify-content: center;
    align-items: center ;
    padding: 0 2rem;
}

#three{
    background-color: #f5f5f5;
    padding: 4rem 8rem;
}

.hotelCard{
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
}

.hotelCard h4{
    color: #073502 !important;
    font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif !important;
    font-size: 1.9rem;
}

.hotelCard a.hotelLink{
    font-family: 'Gotham-Black', Arial, Helvetica, sans-serif !important;
    color: #01bd4f !important;
    border-bottom: 3px solid #01bd4f !important;
    align-self: start;
}

.hotelCard a.hotelLink:hover{
    text-decoration: none !important;
    color: #014fbd !important;
}

#four{
    padding: 6rem 8rem 0 8rem;
    background-image: url(https://aaahq.org/portals/0/images/meetings/2024/AM/Landing%20Page/squares2-over-green-background.png), linear-gradient(135deg, #36cdaa, #01bd4f);
    background-size: 40%, 100%;
    background-position: top right;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#four h3{
    font-size: 3rem !important;
    color: #073502;
}

#four h5 {
    color: #073502 !important;
    font-size: 1.3rem !important;
    font-weight: 600;
    max-width: 90%;
}

#five {
    padding: 4rem 8rem 4rem 8rem;
    background: linear-gradient(45deg, #f5f5f5, #f5f5f5);
    background-size: 100% 75%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#five h3{
    font-size: 1.9rem !important;
    color: #073502;
}

#five p{
    font-size: 1.2rem;
    color: #073502;
    font-weight: 600;
}

#five a.btn.registerBtn{
    background: #01BD4F;
    color: white !important;
    font-family: 'Gotham-Black', sans-serif;
    border-radius: 15rem;
    font-size: 1.7rem;
    padding: 0.5rem 1.5rem;
    border: 2px solid transparent;
    margin: 1rem 0;
}
#five a.btn.registerBtn:hover{
    text-decoration: none !important;
    background: white !important;
    color: #01BD4F !important;
    border-color: #01BD4F !important;
    transition: 0.2s;
}

#five a.btn.registerBtn:focus{
    box-shadow: 0 0 0 .25rem rgba(7, 170, 75, 0.5);
    box-shadow: 0 0 0 .25rem color-mix(in srgb, #01BD4F 50%, white);
}

#five .col-lg-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
}

section#renewalFooter {
    background: #073502;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white !important;
    padding: 5rem;
}

#footerLogo {
    max-width: 250px;
}

.site-footer {
    display: none;
}


/* Media Queries */

@media only screen and (max-width: 1244px){
    .square2{
        padding: 4rem 5rem !important;
    }
    .speakers{
        padding: 5rem 6rem 4rem 6rem !important;
    }

    #one{
        grid-template-rows: repeat(12, 135px) !important;
    }

    #two, #three{
        padding: 3rem 6rem !important;
    }

    #four{
        padding: 3rem 6rem 0 6rem !important;
    }

    #five{
        padding: 4rem 6rem !important;
        background: #f5f5f5 !important;
    }
}

@media only screen and (max-width: 1180px){
    .speakers{
        padding: 5rem 3rem 4rem 3rem !important
    }
    #two, #three{
        padding: 3rem  !important;
    }

    #four{
        padding: 3rem 3rem 0 3rem !important;
    }

    #five{
        padding: 4rem 3rem !important;
        background: #f5f5f5 !important;
    }

    #num24{
        height: 160px;
    }
}

@media only screen and (max-width: 1055px){
    #one{
        grid-template-rows: repeat(13, 135px) !important;
    }
    .speakers{
        grid-row: 7 / -1 !important;
    }
    .square1 h3{
        font-size: 2.3rem !important
    }

    .square2 h2{
        font-size: 3rem !important;
    }
    .square2 h3.location{
        font-size: 2.3rem !important;
    }
    #num24{
        right: 5% !important;
    }
}

@media only screen and (max-width: 900px){
    #hero h1{
        max-width: 80% !important;
        font-size: 3rem !important;
    }
    #hero h2{
        font-size: 1.5rem !important;
    }
    #CTA{
        font-size: 2rem !important;
    }
    .square2{
        padding: 4rem 3rem !important;
    }
    .square2 h2{
        font-size: 2.5rem !important;
    }
    .square2 h3.location{
        font-size: 2rem !important;
    }
    #exhibitorsGrid{
        grid-template-columns: 1fr 1fr !important;
        gap: 7rem !important;
    }

    #num24{
        right: 0 !important;
        height: 150px !important;
    }
}

@media only screen and (max-width: 720px){
    .square1{
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
    }
    .square2{
        grid-row: 2 / 6 !important;
        grid-column: 1 / 9 !important;
    }

    .square3{
        grid-column: 5 / -1 !important;
        grid-row: 5 / 9 !important;
    }

    .speakers{
        grid-row: 9 / -1 !important;
    }

    #one{
        grid-template-rows: repeat(15, 135px) !important;
    }
    #hero{
        padding: 4rem 1rem !important; 
    }
    #hero h1{
        max-width: 90% !important;
        font-size: 2.5rem !important;   
    }
    #hero #CTA{
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 552px){
    #num24{
        height: 100px !important;
    }

    .square2 p{
        max-width: 100%;
    }

    .square2{
        grid-row: 2 / 6 !important;
        grid-column: 1 / 10 !important;
    }

    .square3{
        grid-column: 2 / -1 !important;
        grid-row: 5 / 9 !important;
    }

    .speakers{
        grid-row: unset !important;
    }

    #one{
        grid-template-rows: repeat(16, 135px) !important;
    }

    #heroLogo{
        max-width: 65% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #hero h1{
        font-size: 1.9rem !important;
    }

    #hero h2{
        font-size: 1.2rem !important;
    }

    .speakers h3, #two h3, #three h3, #four h3{
        font-size: 2rem !important
    }

    .speakers h5, #two h5, #three h5, #four h5{
        font-size: 1.2rem !important;
    }

    #exhibitorsGrid{
        gap: 2rem !important;
    }
    .exhibitor{
        padding: 0 !important;
    }
    
}