@charset "utf-8";
.bg-site {
	background-color: #ee7214/*#27334d*/;
}
div.header{
    background-color: #ee7214!important;
}

#header.content {
    max-width: 100%;
}

@media screen and (max-width: 799px) {
	.sitelogo img{
		width:100%;
		height:auto;
	}

	#utility-mob div, #utility-mob a
	{
		color:#27334d;
	}
}

#footer, #footer a, #footer-social a
{
	background-color:#fff;
	color:#27334d!important;	
}

#footer-social2 a
{
	background-color:#fff;
	color:#27334d!important;
    font-size: 2rem;
    display:block;
    line-height: 1;
}

#footer
{
border-top: 0.5px solid #27334d;;	
}

#header.content {
	background:#ee7214;
	height:40px;
}
