
ul.navbar-nav > li.primary > a.firstLevel {
    color: #f8991b;
}
ul.navbar-nav > li.primary > a.firstLevel.active
{
    border-bottom: 1px solid #f8991b;
    color: #1e285d !important;
}
#preHeader {
    background: #1e285d;
}

.more-link img {
    height: 300px;
    width: -webkit-fill-available;

}