
#apbs-banner-container {
    background-color: white;
    /*
    background-color: rgb(0, 62, 126);
    */
    padding-top: 6.2em;
    padding-bottom: 0.75em;
 
}

#apbs-banner-wrap img {
    max-width: 1140px;
    width: 100%;
}

#footer {
    background:rgba(0, 62, 126, 0.9);
}

h2.content-head, h3.content-head {
    color: rgb(210, 69, 30);
}

h3.content-subhead, h4.content-subhead {
    color: rgb(0, 62, 126);
}

h3.content-subhead.orange, h4.content-subhead.orange {
    color: rgb(210, 69, 30);
}

h3.content-sub-subhead, h4.content-sub-subhead {
    color: rgb(0, 62, 126);
}

hr.page-divider {
    
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    
}

div.schedule .pure-table {
    margin: 2em auto;
    padding-top: 1.2em;
    min-width: 60%;
}

/* med & lg styles only */
@media(min-width: 48em) {
    
    #conf-content-wrapper {
        max-width: 85%;
        margin: 0 auto;
        z-index: 4;
        margin-bottom: 4em;
    }

    .pure-menu-heading  {
        padding-top: 0.96em;
        padding-left: 9em;
    }

    div.apbs-menu-2 {
        padding-left: 7.2em;
    }

    h3.content-subhead {
        padding-left: 1em;
    }

    .left {
        float: left;
        margin-right: 1em;
    }

    
}