/* ==========================================================================
   Footer - Footer menu, widgets, address, social, copyright
   ========================================================================== */

.region.region-footer-menu {
	padding: 4em 1em 2em 1em;
	text-align: center;
}
.footer-menu {
	background: #007a37;
}
.footer-menu nav li a {
	color: #FFFFFF;
	display: inline;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: .75em;
	font-weight: 700;
}
.footer-menu nav li a:hover {
	text-decoration: underline;
}
.region.region-footer-menu img {
	padding-right: 1em;
	padding-bottom: 1em;
}
.footerwidget {
	background-color: #FFFFFF;
	background-position: bottom;
	background-size: cover;
	padding: 0 3.5em 1em 3.5em;
}
.footerwidget .row {
	vertical-align: bottom;
}
.footer-name {
	font-family: 'PacificNorthwestRoughLetters-Regular';
	font-size: 4.5vw;
	color: #FFFFFF;
}
.footer-since {
	font-family: 'PacificNorthwestRoughLetters-Regular';
	font-size: 3vw;
	color: #FFFFFF;
}
.footerwidget p {
	font-family: Arial, sans-serif;
	color: #002c7d;
/*	font-size: .9em;*/
	font-weight: 400;
	margin: 0 1em 0 1em;
	text-align: center;
	text-shadow: .05em .05em #ffffff;
}
.copyright {
	background: #007a37;
}
#block-address a {
	text-decoration: underline;
}
#block-address a:hover {
	text-decoration: none;
}
.social {
	float: left;
	padding-left: 2em;
}
.region.region-footer-menu p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1vw;
	padding: .5em 5em;
	color: #FFFFFF;
	font-weight: 400;
	text-align: center;
}
#block-mobilefooteraddress, #block-mobilesecondarynav {
	display: none;
}
.accredited img {
	width: 150px;
}

/* ==========================================================================
   Footer - Mobile (max-width: 1023px)
   ========================================================================== */
@media (max-width: 1023px) {

	.footerwidget {
		height: auto;
		padding: 1em 3.5em 1em 3.5em;
	}
	.footerwidget p {
		margin: 0;
	/*	padding-bottom: 2em;*/
		text-align: center;
	}
	.footerwidget h2 {
		/* font-size: 8vw; */
	}

	div#block-address {
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}

	.footer-menu nav li a {
		padding: 12px 16px;
		line-height: 1.5;
		width: 100%;
		min-height: 48px;
		display: block;
	}
	.footer-menu li.menu-item a {
		/* font-size: max(12px, 3.5vw); */
	}

	#block-mobilesecondarynav .footer-menu nav li a {
		padding: 1em;
		line-height: 2em;
		width: 100%;
		font-weight: bold;
	}

	.region.region-footer-menu p {
		font-size: 1em;
	}

	div#block-address img {
		max-width: 15%;
	}

	.region.region-footer-menu {
		padding: 1em 1em;
	}

	.region.region-footer-menu p {
		padding-bottom: 1em;
		margin-bottom: 0;
		font-size: .9em;
	}

	div#block-address {
		display: none;
	}
	div#block-mobilefooteraddress {
		display: inline-block;
		padding-top: 2.5em;
	}

	#block-mobilefooteraddress .block {
		margin-bottom: 0;
	}
	#block-mobilefooteraddress a {
		color: white;
		text-decoration: underline;
	}
	#block-mobilefooteraddress a:hover {
		color: white;
		text-decoration: none;
	}
}

/* ==========================================================================
   Footer - Tablet (768px - 1023px)
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1023px) {

	.footerwidget {
		height: auto;
	}

	div#block-address {
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}

	/*.footerwidget p {
		margin: 0 0 2em 0;
	}*/
	.footerwidget h2 {
		font-size: 3vw;
	}

	div#block-address img {
		max-width: 10%;
	}

	.region.region-footer-menu {
		padding: 1em;
	}

	.region.region-footer-menu p {
		font-size: 1em;
		line-height: 2.25em;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	div#block-address {
		display: none;
	}

	div#block-mobilefooteraddress {
		display: inline-block;
		padding-top: 1em;
	}
	.region.region-footer-menu img {
		padding-top: 1em;
	}

	#block-mobilefooteraddress a {
		color: white;
		text-decoration: underline;
		font-weight: bold;
	}
	#block-mobilefooteraddress a:hover {
		color: white;
		text-decoration: none;
	}
}
