.BWWfooter .logo
{
	background-color:var(--colorB);
	display: flex;
	justify-content: center;
	padding: calc(var(--defaultInterval)*1);
}
.BWWfooter .logo a
{
	max-width: 600px;
	width: 50%;
}
.BWWfooter .logo *
{
	transition:var(--defaultTransition);
}
.BWWfooter .logo .circle
{
	fill:transparent;
}
.BWWfooter .logo .glyph
{
	fill:var(--colorC);
}
.BWWfooter .logo:hover .glyph
{
	fill:white;
}
.BWWfooter .logo:hover .text
{
	fill:white;
}
.BWWfooter .message
{
	width: 100%;
	background-color:var(--colorA);
	justify-content: center;
	padding: calc(var(--defaultInterval)*1);
	display: flex;
}
.BWWfooter .message .innerWrapper
{
	width: 100%;
	max-width:var(--boxedWidth);
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family:var(--secondaryFontFamily);
	text-transform: uppercase;
	letter-spacing: 4px;
	align-items: center;
	align-content: center;
	display: flex;
	justify-content: center;
}
.BWWfooter .message .innerWrapper span
{
	width: calc(var(--defaultInterval)*1);
	height: calc(var(--defaultInterval)*1);
	margin-left: 0;
	display: inline-block;
	background: white;
	border-radius: 100%;
	margin: calc(var(--defaultInterval)*1);
}
.BWWfooter .contact
{
	background-color:var(--colorD);
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding-top: calc(var(--defaultInterval)*1);
	padding-bottom: calc(var(--defaultInterval)*1);
}
.BWWfooter .contact .innerWrapper
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	height: 100%;
	max-width:var(--boxedWidth);
}
.BWWfooter .contact .text
{
	text-align: right;
	margin-right: calc(var(--defaultInterval)*1);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.BWWfooter .contact .text p
{
	margin: 0;
	font-size: 22px;
	font-family:var(--secondaryFontFamily);
	color: white;
	line-height: 1.4;
}
.BWWfooter .contact .text a
{
	color:var(--colorA);
	transition:var(--defaultTransition);
	cursor: pointer;
}
.BWWfooter .contact .map
{
	position: relative;
	flex-direction: row;
	align-content: stretch;
	height: 100%;
	align-items: stretch;
	align-self: stretch;
	justify-self: stretch;
	display: flex;
}
.BWWfooter .contact .map .wrapper
{
	align-items: center;
	display: block;
	align-items: stretch;
	justify-content: stretch;
	align-content: stretch;
	flex-grow: 1;
	width: 175px;
	height: 175px;
	background-size: contain;
}
.BWWfooter .contact .text a:hover
{
	color:var(--colorB);
	text-decoration: none;
}
.BWWfooter div.footer-wrapper
{
	background-color:var(--colorB);
	padding-top: calc(var(--defaultInterval)*1);
	padding-bottom: calc(var(--defaultInterval)*1);
	font-family:var(--secondaryFontFamily);
	position: relative;
}
.BWWfooter div.footer-wrapper:before
{
	content: "";
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: url('/skins/Skin_1/Assets/coarse-spray.png');
	background-position: top;
	background-repeat: repeat-x;
	transform: rotate(180deg);
	opacity: 0.5;
}
.BWWfooter .footer-wrapper .footerHeading
{
	padding-bottom: calc(var(--defaultInterval)*.5);
	padding-top: 0px;
	font-size: 18px;
	font-weight: 600;
	color: white;
	margin-top: 0;
}
.BWWfooter .footer-wrapper .footerHeading:not(:first-of-type)
{
	padding-top: calc(var(--defaultInterval)*1);
}
.BWWfooter .footer-wrapper .footer-row ul li.footerHeading
{
	line-height: 1;
}
.BWWfooter .footer-wrapper .footer-row ul li
{
	line-height: 2;
}
.BWWfooter .footer-wrapper .footer-row ul li a
{
	font-size: 18px;
	padding: 0;
	margin: 0;
	line-height: 1;
	text-decoration: none;
	transition:var(--defaultTransition);
}
.BWWfooter .footer-wrapper .footer-row ul li a:hover
{
	color: white;
}
.BWWfooter .social-icons a
{
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	opacity: ;
	background-color: ;
}
.BWWfooter .social-icons a i
{
	margin-top: 0;
	padding-top: 8px;
	background-color:var(--colorD);
	box-shadow: none;
	transition:var(--defaultTransition);
}
.BWWfooter .social-icons a i:hover
{
	background-color:var(--colorA);
}
