#masthead {
    background-color: #ffffff;
}
.main-navigation {
    background-color: #172e8b;
}
#masthead .hgroup {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
#masthead .hgroup #header-sidebar {
    display: block;
}

.hrader-mail {
    font-size: 16px;
    margin-left: -8px;
    line-height: 1.5;
}
.main-navigation ul li a {
    padding: 20px 28px;
    line-height: 1.5em;

}
.main-navigation ul ul a {
    width: 200px;
    padding: 15px 20px !important;
}
#search-icon{display: none;}
.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
    background: #ffde00;
    color: #000;
    text-decoration: none;
}
#pgc-2735-1-0, #pgc-2735-2-0, #pgc-2735-3-0 {
    width: 100%;
    width: calc(100% - ( 0 * 30px ) );
}
#pg-2735-2, #pl-2735 .so-panel:last-child {
    margin-bottom: 0px;
}

#service-button{    display: flex;
    justify-content: space-around;}
#service-button .servicebox{max-width: 350px; width:100%;}

@media only screen and (max-width: 700px) {
    #masthead {
        padding: 0 10px !important;
    }
    
    div#header-sidebar {
        float: right;
        text-align: right;
        margin-top: 0px !important;    
    }
    
    a.logo {float: left !important;}    
    }
    @media (min-width: 640px){
        .uk-child-width-1-3\@s>* {
            width: calc(100% * 1 / 3);
            padding: 0 10px !important;
        }
        }
@media only screen and (max-width: 400px) {a.logo {width: 140px !important;}}     