/*********** site-branding ***********/
.logo img{
    width:90px;
    padding: 15px 0px;
}
.logo {
    padding: 0;
    float: left;
    margin-right: 15px;
    display: inline-block;
}
.logo:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.site-name {margin-top:35px;}
#block-aspgov-topright{padding-top: 30px;}
.site-name a {
    font-size: 36px;
    line-height:1;
    color:#08338f;
    line-height: 42px;
    text-decoration: none!important;
}

.site-name a:hover {
    text-decoration: none!important;
    color:#0b45bb
}
.site-slogan {
    font-size: 22px;
    line-height:1.30;
    padding:0;
    text-transform:  uppercase;/* margin-top:5px; */
    line-height: 26px;
}
.site-name__header {
    left: 0;
    padding-left: 15px;
    position: absolute;
    display: none;
}
.headers-wrapper div:first-of-type .site-name__header {
    display: block;
}
.onscroll .site-name__header {
    display: block;
}
.site-name__header a {
    font-size: 24px;
    line-height: 48px;
}
.site-name__header ~ .container {
    background-color: inherit;
    position: relative;
}
