#keel
{
	background: #f2f2f2;

	color: #484848;
	font-size: 14px;

	box-sizing: border-box;
	display: flex;
	 align-items: center;
	 flex-flow: column nowrap;
	 justify-content: center;
	padding: 25px calc(50vw - (1176px / 2) + 30px);
	position: relative;
	 z-index: 3;

	width: 100%;
}

#keel .site-branding
{
	box-sizing: border-box;
	flex: 0 1 auto;
	padding: 35px;
}

#keel .site-branding .site-title
{
	opacity: 0;
	color: transparent;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	height: 0;
	width: 0;
}

#keel .site-branding .custom-logo-link
{
	transition: color .25s ease;
	display: inline-block;
	margin: 0;
}

#keel .site-branding .custom-logo-link img
{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 75px;
	height: 75px;
}

@media (hover: hover),
all and (-ms-high-contrast: none)
{
	#keel .site-branding .custom-logo-link:hover,
	#keel .site-branding .custom-logo-link:focus
	{
		color: #b3b3b3;
	}
}

#keel .wrap.menus
{
	align-items: flex-start;
	border-top: #b3b3b3 solid 1px;
	box-sizing: border-box;
	display: flex;
	flex: 1 1 auto;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 35px 0;
	width: 100%;
}

#keel .wrap.menus .menu
{
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	flex: 0 1 35%;
	flex-flow: column nowrap;
	justify-content: flex-start;
	padding: 0 10px;
}

#keel .wrap.menus .menu:first-of-type
{
	padding-left: 0;
}

#keel .wrap.menus .menu:last-of-type
{
	padding-right: 0;
}

#keel .wrap.menus .menu:first-of-type
{
	flex-basis: 25%;
}

#keel .wrap.menus .menu:last-of-type
{
	flex-basis: 15%;
}

#keel .wrap.menus .menu a
{
	text-decoration: none;
	display: block;
	flex: 1 1 auto;
	margin-bottom: 25px;
}

#keel .wrap.menus .menu .headline
{
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 16px;
	display: block;
}

#keel .wrap.menus .menu p,
#keel .wrap.menus .menu address
{
	margin: 0 0 16px;
}

#keel .wrap.menus .menu p[aria-label],
#keel .wrap.menus .menu address[aria-label]
{
	box-sizing: border-box;
	padding-left: 44px;
	position: relative;
}

#keel .wrap.menus .menu p[aria-label]:before,
#keel .wrap.menus .menu address[aria-label]:before
{
	position: absolute;
	top: 0;
	left: 0;
	content: attr(aria-label) ":";
}

#keel .wrap.menus .menu p a,
#keel .wrap.menus .menu address a
{
	font-weight: 600;
	text-decoration: underline;
	display: inline;
}

#keel .wrap.menus .menu p a[href^='tel'],
#keel .wrap.menus .menu address a[href^='tel']
{
	font-weight: inherit;
	text-decoration: none;
	pointer-events: none;
}

#keel .wrap.menus .menu address
{
	line-height: 2;
}

#keel .wrap.menus .menu.social
{
	align-items: center;
	flex-flow: row wrap;
	justify-content: space-between;
}

#keel .wrap.menus .menu.social a
{
	font-size: 26px;
	text-align: center;
	display: block;
	flex: 0 1 auto;
}

#keel .wrap.menus .menu.social .custom-html-widget
{
	align-items: center;
	display: flex;
	flex: 0 0 100%;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
}
#keel .wrap.menus ul.menu
{
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 1176px)
{
	#keel
	{
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 768px)
{
	#keel
	{
		padding-right: 0;
		padding-left: 0;
	}
	
	#keel .site-branding
	{
		margin-left: -5px;
	}

	#keel .site-branding .custom-logo-link
	{
		box-sizing: border-box;
		padding: 5px;
		margin: 0;
	}

	#keel .wrap.menus
	{
		flex-flow: column nowrap;
		width: calc(100% - 60px);
	}

	#keel .wrap.menus .menu
	{
		padding: 30px 0;
		position: relative;
	}

	#keel .wrap.menus .menu:before
	{
		border-top: #b3b3b3 solid 1px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		width: 20vmin;
	}

	#keel .wrap.menus .menu + .menu:before
	{
		content: "";
	}

	#keel .wrap.menus .menu address:last-of-type
	{
		margin-bottom: 0;
	}

	#keel .wrap.menus .menu.social
	{
		align-items: center;
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	#keel .wrap.menus .menu.social a
	{
		font-size: 6vmin;
		text-align: center;
		display: block;
		flex: 0 1 auto;
		margin: 0 7vmin 0 0;
	}

	#keel .wrap.menus .menu.social .custom-html-widget
	{
		align-items: center;
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
}
#keel .footer--copyright {
	text-align:left;
	width:100%;
	font-size:12px;
}