@media screen and (max-width: 1023px){
    header#masthead #mobile-header .site-header-upper-inner-wrap {
        height: auto;
        position: inherit;
        background-image: none!important;
        background-color: #fff!important;
    }
    #mobile-header .mobile-html-inner p {
        display: none;
    }
    header#masthead #mobile-header .site-main-header-wrap .site-container .site-header-row {
        height: auto;
        margin-top: 0;
        background-image: none;
        display: flex!important;
        align-items: center!important;
        justify-content: space-around;
    }
    header#masthead  #mobile-header svg.kadence-svg-icon {
        fill: #164b8e;
        height: 30px;
        width: 30px;
    }
    #mobile-header .site-branding a.brand img {
        max-width: 100%;
        width: 100%;
    }
    #mobile-header  form#searchform {
        width: 100%;
        min-width: auto;
    }
    #mobile-header .site-header-section-right {
        right: 0;
        top: 0;
    }
    #mobile-header .mobile-header-button-wrap .mobile-header-button{
        background-color: inherit;
        color: #d66638;
        font-size: 16px;
        font-weight: bold;
    }
    #mobile-header .menu-toggle-open .menu-toggle-label {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
    }
    #mobile-header .site-bottom-header-wrap .site-header-bottom-section-center {
        background: #1d5191;
        border-radius: 5px;
    }
    #mobile-header button#mobile-toggle {
        padding: 0;
    }
    #mobile-header .mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon {
        display: none;
    }
    #mobile-menu .menu-item a {
        color: #fff!important;
    }
    .drawer-inner {
        background: #034DA8!important;
    }
    .site-top-footer-inner-wrap {
        display: none;
    }
    .site-middle-footer-wrap {
        padding-top: 10px;
    }
    .site-header-upper-wrap {
        height: auto!important;
    }
    body.search h1.page-title.search-title {
        padding-top: 0px;
    }
}