@media (max-width: 1770px) {
    img.sj_splash {
        position: absolute;
        top: 0px;
        left: 0px;
        width:100%;
        /* max-height:689px; */
    }
}
@media (min-width: 1771px) {
    img.sj_splash {
        position:absolute;
        top: 0px;
        left:50%;
        transform: translateX(-50%);
        overflow:hidden;
        /* max-height: 689px; */
        margin: auto;
    }
}

@media (max-width:1270px) {
    img.sj_splash {
        position: absolute;
        top: 70px;
        left: 0px;
        width:100%;
        object-fit: cover;
    }
}

@media (min-width:851px) {
    div#gkMenuWrap {
        background: transparent !important;
        box-shadow: none !important;
    }
}

header#gkHeader {
    background-color:#0064a0 !important;
}

div#tagline_wrapper {
    position:absolute;
    left:0px;
    background-color:#f4a818;
    min-height:90px;
    height:auto;
    width:100%;
}

div#tagline {
    min-height:90px;
    height:auto;
    line-height:90px;
    width:100%;
    max-width:1300px;
    margin:auto;
}