/*@media screen and (min-width: 1561px){
.subpage-title {padding-left: 85px; line-height: 40px; font-size: 16px;}
.site-logo img {padding: 10px;}
}
@media screen and (min-width: 992px) and (max-width: 1560px){
.subpage-title {padding-left: 75px; line-height: 40px; font-size: 16px;}
.site-logo img {padding: 10px;}
}
@media screen and (max-width: 991px){
.subpage-title {padding-left: 10px; font-size: 14px; line-height: 21px;}
}

*/
.subpage-title {
    font-family: 'PteSans', 'PteSerif', 'PteSlab';
    text-transform: uppercase;
    background: #003087;
    font-weight: 600;
    font-family: inherit;
}
.subpage-title a,.subpage-title a:hover {
	  color: #ffffff;
}

.site-logo {
    display: flex;
    align-items: center;
}

h1.site-name{
	font-weight: 600;
  font-size: 13px!important;
  line-height: 130%;
  padding-bottom: 3px;
  padding-top: 4px;
  letter-spacing: 0px;
  border-bottom: 1px solid #2E5781;
  text-transform: uppercase;
  margin-bottom:0;
}

h2.site-slogan{
	font-weight: 600;
    font-size: 13px!important;
    line-height: 130%;
    padding-bottom: 3px;
    padding-top: 5px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #EAE6E6;
}

.site-logo img{
	width:300px!important;
	height:auto!important;
}