body .wrap {
	padding: 0 40px;
}

a {
	color: #071c63;
	text-decoration: underline;
}

.mobile-menu-toggle {
	background: white !important;
}

.site-header .title-area{
	padding-top: 25px;
}

.site-title a img {
	max-width: 435px;
}

.nav-menu ul {
	padding: 0 20px;
	justify-content: flex-end;
}

.nav-menu .menu-item a {
	width: 100%;
	text-align: center;
	border-right: none;
}

ul#primary-menu {
    align-items: center;
}

body .wrap {
	max-width: 1380px;
}

.home .hero-section .credit_text {
	font-size: 10px;
}

.home .below-hero-section.reporting .wrap .below-hero-right a{
	font-family: 'Fira Sans', sans-serif;
	line-height: 1.1;
}

.nav-primary {
	max-width: 800px;
	float: none;
}

body .nav-primary.spanish {
	display: none;
}

@media screen and (min-width: 993px) {
	.nav-primary .menu > .menu-item > a {
		padding-left: 20px;
		padding-right: 20px;
		display: inline;
		width: auto;
	}

	.nav-menu .menu-item {
	max-width: 200px;
	display: flex;
	border-right: 2px solid #075867;
	align-self: stretch;
    justify-content: center;
    align-items: center;
}

.nav-menu .menu-item:last-child {
	border-right: none;
}


}

@media (max-width: 991px) {
.wrap {
    padding-left: 26px;
    padding-right: 26px;
}

.site-title a img {
	max-width: 100%;
}
.home .hero-section .wrap,
.image-section {
    min-height: 20vh;
}

.home .map-section .below-map-text a {
	line-height: 1.1;
}

.title-area {
    max-width: 60%;
}

.nav-primary.active {
	background: #075867;
}

.site-header {
	background: #075867;
	border-bottom: 20px solid #075867;
}

.site-header .title-area{
	padding-top: 5px;
	}

.nav-primary {
	border-top: none;
}

}