﻿

@media (min-width:768px) {

    .t1-container .t1-masthead-container > figure > img.header-image-adjust {
        margin-top: 45px;
    }
}

.header-container {
    background-color: rgba(255,255,255,1);
}

.t1-container .t1-heading-container {
    background-color: rgba(255,255,255,1);
}

.header-container .logo-contain .logo-extension {
    background-color: rgba(255,255,255,1);
}

@media (max-width: 767px) {

    .mobile-nav-icon.myChart {
        right: 80px !important;
    }
}

/* might do this programmatically later
.mobile-nav-icon {
    display: none !important;  
}

*/