main {
    font-family: "Open Sans", sans-serif;
}

#imagebox {
    width: 100vw;
    height: 240px;
    background-image: url(/_images/hannon360X240.png);
    position: relative;
    margin-top: 62px;
}

#redbox {
    background-color: #b31d22;
    width: 360px;
    height: 156px;
    position: absolute;
    top: 43px;
    left: 8px;
    padding-left: 10px;
}

#redbox h2 {
    margin-top: 17px;
    color: #ffffff;
    font-size: 2.3rem;
}

#redbox form {
    margin-top: -12px;
}

#primoQueryTemp {
    width: 245px;
    height: 38px;
    padding: 0.4rem 2rem 0.4rem 0.6rem;
    font-size: 1.3rem;
    background: url("/_images/mag.svg") no-repeat right 0.5rem center;
    background-size: 24px 24px;
    background-color: #ffffff;
}

#go {
    height: 38px;
    margin-left: -8px;
    border: none;
    background-color: #666666;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

#redbox a {
    color: #ffffff;
}

.supportinglinks {
    padding-top: 10px;
}

#myaccount {
    padding-left: 10px;
}

#resources {
    padding-top: 25px;
}

.banner-wrapper {
    padding-bottom: 18px;
}

.banner-icon {
    width: 67px;
    height: 75px;
    background-color: #669900;
    float: left;
}

.banner {
    display: flex;
    align-items: center;
    background-color: #D2E388;
    /* width: 292px; */
    height: 75px;
    padding: 0 16px;
}

.banner-icon img {
    margin-top: 5px;
    max-width: 63px;
}

.banner-text {
    color: #333333;
    font-size: 2rem;
    font-weight: 600;
}


.banner.live {
    background-color: #9DB9C8;
}

.banner-icon.live {
    background-color: #006699;
}

#librarian, #walking {
    display: none;
}


img#table {
    max-width: 360px;
}

#news h2 {
    font-size: 3.3rem;
    font-weight: 700;
}

#news h3 {
    font-size: 2.3rem;
    font-weight: 700;
}

#news p {
    font-size: 1.5rem;
}


#news .block {  
    background-color: #9DB9C8;
    color: #333333;
    padding: 60px 30px 50px 40px;
}

#news article {
    max-width: 65ch;
}


footer {
    padding: 25px;
    background-color: #404040;
    color: #FFFFFF;
}

footer a {
    color: #FFFFFF;
    text-decoration: underline;
}

footer a:hover {
    color: #FFFFFF;
}

#socialmedia {
    font-size: 2.3rem;
    margin-left: -21px;
}

#socialmedia>ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    line-height: 1.3em;
    padding: 5px 5px 5px 10px;
    max-height: 65px;
}

/* Media Queries */
@media (min-width: 375px) {
    #imagebox {
        background: url(/_images/hannon375X250.png) no-repeat;
    }
    img#table {
        max-width: 375px;
    } 
}

@media (min-width: 430px) {
    #imagebox {
        height: 320px;
        background: url(/_images/hannon430X320.png) no-repeat;
    }
    #redbox {
        top: 34px;
        left: 37px;
    }
    img#table {
        max-width: 430px;
    } 
}


@media (min-width: 445px) {
    #imagebox {
        background: url(/_images/hannon835X485.png) no-repeat;
    }
}

@media (min-width: 610px) {
    #news .block {

    } 
}

@media (min-width: 820px) {
    #imagebox {
        height: 369px;
        background: url(/_images/hannon820X369.png) no-repeat;  
    }
    #redbox {
        top:116px;
        left:58px;
        width: 646px;
        height: 124px;
    }
    #redbox h2 {
        font-size: 3rem;
        width: 250px;
        padding-left: 25px;
    }
    
    #redbox form, .supportinglinks {
        float: right;
    }

    #redbox form {
        margin-top: -90px;
        padding-right: 77px;
    }

    .supportinglinks {
        margin-top: -55px;
        padding-right: 170px;
    }

    .banner-wrapper {
        width: 400px;
    }

    #librarian, #walking {
        display: block;
    }

    #librarian {
        height: 260px;
        float: left;
        margin-top: -279px;
        margin-left: 425px;
    }   

    #walking {
        position: absolute;
        left: 15px;
        height: 545px;
    }

    .static {
        height: 545px;
        padding-left: 424px;
    }

    #table {
        float: left;
    }

    #news {
        padding-top: 50px;
    }

    #news .block {
        margin-left: 430px;
        min-height: 813px;
    }

    #socialmedia {
        float: right;
        display: inline;
        margin: -70px 100px 0 0;
    }
}

@media (min-width: 836px) {
    #imagebox {
        background: url(/_images/hannon1024X379.png) no-repeat;
    }
}

@media (min-width: 960px) {
    #imagebox {
        margin-top: -50px;
    }
    #librarian {
        top: 515px;
    }
}

@media (min-width: 1024px) {
    #imagebox {
        height: 379px;
        background-image: url(/_images/hannon1024X379.png) no-repeat;
        margin-top: 0;
    }
    #librarian {
        top: 576px;
    }
}

@media (min-width: 1200px) and (max-width:1309px) {
    #resources {
        padding-left: 150px;
    }
    img#walking {
        padding-left: 134px;
    }
}

@media (min-width: 1310px) {
    #imagebox {
        height: 363px;
        background: url(/_images/hannon1310X363.png) no-repeat;
    }
    
    #redbox {
        left: 156px;
        top: 150px;
    }
    
    #librarian, #walking {
        display: none;
    }

    .static {
        padding-left: 0;
    }

    #resources {
        
    }

    .live, .static {
        
    }

    .banner-wrapper {
        width: 378px;
        height: 75px;
        padding-bottom: 0;
    }

    #ask {
        position: absolute;
        left: 40px;
        top: 550px;
    }

    #chat {
        position: absolute;
        left: 40px;
        top: 650px;
    }

    #tech-chat {
        position: absolute;
        left: 40px;
        top: 750px;
    
    }

    #study-room {
        position: absolute;
        top: 550px;
        left: 440px;
        
    }

    #guides {
        position: absolute;
        left: 440px;
        top: 650px;
    }

    #dbases {
        position: absolute;
        left: 440px;
        top: 750px;
    }


    #direct {
        position: absolute;
        left: 840px;
        top: 550px;
    }

    #clock {
        position: absolute;
        left: 840px;
        top: 650px;
    }

    #tutoring {
        position: absolute;
        left: 840px;
        top: 750px;
    }

    #resources {
        padding-top: 0;
        margin-top: -240px
    }

}