.aux-menu-wrap a.current-page{
    background-color: #af461e;
}
.nomination-blurb{
	background-color: #fff;
	padding: 20px;
    color: #00529b;	
}
.nomination-blurb a{
	color: #00529b;
    font-weight: 500;
}
.nomination-blurb a:hover, .nomination-blurb a:focus{
	color: #00417A;
}
.nomination-blurb p{
	font-size: 14px;
    line-height: 25px;
}

.footer-bottom {
	background: #00529b;
	color: #fff;
}

div.footer-bottom .container {
	max-width: 1550px;
}

.footer-bottom .row {
	margin: 10px;
}

.footer-menu h2 {
	color: #fff;
}

@media (max-width: 768px) {
	.footer-menu h2 {
		padding: 10px 20px;
	}
}

.footer-menu ul li {
	text-transform: none;
}

.footer-contact-wrap h2 {
	color: #fff;
}


.footer-bottom .row a {
	color: #fff;
	font-size: 20px;
    letter-spacing: 1px;
	font-weight: 400;
	text-decoration: underline;
}

.footer-bottom .row a:hover,.footer-bottom .row a:focus {
	color: #d8d8da;
}

.footer-bottom hr {
	border-bottom: 2px solid #fff;
	margin: 30px 0;
}

.footer-bottom p.address {
	font-size: 18px;
	line-height: 35px;
}

.footer-bottom .row a.mobile-phone, .footer-bottom .row a.email {
	text-decoration: none;	
}

a.mobile-phone:before {
    content: "☎ ";
} 

a.email:before {
    content: "✉ ";
}

@media (max-width: 768px) {
	.footer-menu ul {
		margin: 0 0 20px 30px;
	}
}























