body.program #splash {background-color: #ffffff;}
body.program #splash > div img {width:150px;}
body.program #splash > div span {color:#004263; border-top-color:#004263;}

/* Header */
body.program .logo a img {width: auto; height: 75px;}

/* Menu */
nav#menu ul.navbar-nav > li.mainlink {border-top:1px solid rgba(75, 156, 211, 0.25);}
nav#menu ul.navbar-nav > li.mainlink > a {color: #4b9cd3;}

@media (min-width: 576px) {
    /* Header */
    body.program .logo a img {height:85px;}
}

@media (min-width: 768px) {
    /* Header */
    body.program .logo a img {height:95px;}
}