

a.mega-menu-link:after {
        border: 2px solid #ccc !important;
        color:#ccc !important;
    }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
     #mega-menu-primary {
        background: #135a88 !important;
    }

}

@media only screen and (max-width: 767px) {
    /* phones */
     #mega-menu-primary {
        background: #135a88 !important;
    }

}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
     #mega-menu-primary {
        background: #135a88 !important;
    }
}

.header.affix {
    background: #135a88 !important;
}

.person-info {
    height: 250px !important;
}