body.cobranding .site-logo img {
    margin-bottom: 0px !important;
    width: 100px !important;
}
body.cobranding .after-header-container {
    background-image: url('../../../uploads/2021/01/Dual_Brand_1920x484.jpg');
    background-size: cover;
    border-bottom: none;
    box-shadow: none;
    height: 264px;
    margin-top: 100px;
    margin-top: 90px;
}
body.cobranding .after-header-content {
    height: 100%;
}
body.cobranding .after-header-content h1 {
    font-size: 2.8em;
    font-weight: 800;
    line-height: 1em;
    margin: 0 0 0.3em;
    text-align: center;
    text-shadow: 2px 4px 10px rgba(0,0,0,0.7);
    width: 100%;
}
body.cobranding .site-header {
    border-bottom: none;
}
body.cobranding .site-inner {
    border-top: none;
    margin-top: 0;
}
body.cobranding .site-logo {
    margin-top: 10px;
}
body.cobranding .site-logo img {
    max-width: 102px;
    max-width: 86px;
}
body.cobranding .site-logo a {
    padding-right: 14px;
}
body.cobranding .nav-primary {
    font-size: 1.4vw;
}
body.cobranding .nav-primary .genesis-nav-menu a {
    font-size: 1em;
    padding: 0.5em 0.50em;
}
.align-self-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.site-description {
    display: block;
    text-indent: -9999px;
    position: absolute;
}

@media only screen and (max-width: 768px) {
    body.cobranding .after-header-content h1 {
        font-size: 2em;
        line-height: 1em;
        text-align: center;
    }
    body.cobranding .after-header-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
        margin-left: 0;
    }
}



@media only screen and (max-width: 1460px) {
    body.cobranding #menu-main-menu {
        font-size: 1em;
    }
}