/*fix up header margins for portal - cent hm */
.brand-header, .brand-footer{
margin-left: 0px!important;
margin-right: 0px!important;
}

/* Hide Current Schedule from navbar jb*/
#bs-sidebar-navbar-collapse-1 > ul > li:nth-child(3){
display:none;
}

/* Increase width of portal to 100 percent jb */
#portalMainForm {
    max-width: 100% !important;
}