/*+clearfix {*/
.mmenu:after, NAV UL:after, NAV.footer-navigation:after, .menu-footer-menu-container:after, .nav-previous:after, .nav-next:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.mmenu, NAV UL, NAV.footer-navigation, .menu-footer-menu-container, .nav-previous, .nav-next
{
	display: block;
	*height: 1px;
}
/*+}*/
/*[clearfix]*/
.mmenu
{
	line-height: 1.8rem;
	padding: 0.5rem 0.5rem 0.7rem 0.5rem;
	font-size: 2.2rem;
	cursor: pointer;
}
#mobile_icons
{
	display: none;
	width: 100%;
	z-index: 1501;
}
#mobile_icons DIV
{
	display: inline-flex;
	justify-content: center;
	width: 33.3%;
	margin-top: 9px;
}
#mobile_icons DIV:first-child
{
	justify-content: flex-start;
	padding-left: 2rem;
	/*padding-top: 6px;*/
}
#mobile_icons DIV:last-child
{
	justify-content: flex-end;
	padding-right: 3rem;
}
.menu_icons IMG
{
	height: 5rem;
	width: auto;
}
.menu_icons.email IMG
{
	height: 4rem;
}
.burger
{
	margin: 1px 0 0;
	display: block;
	padding-left: 0;
	line-height: 0;
	width: 4.2rem;
}
.burger LI
{
	list-style-type: none;
	height: 5px;
	float: left;
	color: #FFFFFF;
	background-color: #FFFFFF;
	line-height: 0;
	border: 1px solid #FFFFFF;
	margin: 0 0 11px 0;
	width: 100%;
}
NAV
{
	z-index: 99;
	font-weight: 300;
}
@supports (-webkit-text-stroke: 1px #D3D3D3)
{
	NAV#home-navigation UL LI.menu-item A:hover
	{
		-webkit-text-stroke: 1px #fff;
		-webkit-text-fill-color: black;
	}
}
NAV.main-navigation
{
	display: inline-block;
	max-width: 1040px;
}
NAV:after
{
	content: "";
	display: table;
	clear: both;
}
/*[clearfix]*/
NAV UL
{
	padding: 0;
	margin: 0;
	list-style: none;
}
NAV UL > LI
{
	margin: 0px;
	float: left;
	text-align: left;
	padding: 0;
	position: relative;
}
NAV UL LI:last-child A
{
}
NAV LI.menu-item A
{
	display: block;
	font-size: 2rem;
	color:var(--cream);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	width: 100%;
	padding: 1.3rem 2.5rem;
}
NAV LI.menu-item A:hover, NAV LI.current-menu-item > A, NAV LI.current-menu-ancestor > A
{
	color:var(--red);
}
NAV LI:hover > A, NAV LI.current-menu-ancestor > A, NAV LI.current-menu-item > A, NAV.footer-navigation LI.current-menu-item A
{
	text-decoration: none;
}
/*SubMenus*/
NAV UL UL.dropdown-menu.hide
{
	transition: visibility 0s linear 0.3s, opacity 0.3s linear, top 0.3s ease-out;
	visibility: hidden;
	opacity: 0;
	background-color: #BDC3C7;
	z-index: 10000;
	margin-left: 1rem;
}
NAV > UL > LI > UL
{
	position: absolute;
	top: 100%;
}
NAV > UL > LI > UL LI
{
	white-space: nowrap;
	width: 100%;
}
NAV LI.has-sub:after
{
	content: url(../../images/down.svg);
	position: absolute;
	right: 5px;
	top: 13px;
	opacity: 0.9;
	cursor: pointer;
}
NAV LI.menu-item A.toggle_a
{
	display: none;
}
NAV UL.dropdown-menu.hide.show
{
	position: relative;
	visibility: visible;
	opacity: 1;
}
/*[clearfix]*/
NAV.footer-navigation
{
	width: 100%;
	margin: 32px 0;
	margin: 2rem 0;
}
NAV.footer-navigation LI A
{
	padding: 0 1rem;
	/*color: #767A7C;*/
	font-size: 1.6rem;
	text-transform: capitalize;
}
NAV.footer-navigation LI
{
	float: left;
}
NAV.footer-navigation UL LI:after
{
	content: '';
	position: absolute;
	background-image: none;
}
NAV.footer-navigation UL LI:last-child:after
{
	background: none;
}
NAV.footer-navigation A:hover, NAV.footer-navigation LI.current-menu-item A, NAV.footer-navigation LI A:hover
{
	border-top: 0px solid transparent;
	color: #FFFFFF;
	color: #767A7C;
	background-color: transparent;
}
/*[clearfix]*/
.menu-footer-menu-container
{
	text-align: left;
}
/*Next Prev Navigation*/
.navigation
{
	width: 100%;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}
/*[clearfix]*/
.nav-previous, .nav-next
{
	display: table;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.nav-previous A, .nav-next A
{
	display: table-row;
}
.nav-previous SPAN, .nav-next SPAN
{
	display: table-cell;
}
SPAN.meta-nav
{
	width: 120px;
	width: 12rem;
	text-align: right;
	padding-right: 16px;
	padding-right: 1rem;
	color: #4A7FBE;
}
SPAN.post-title
{
	word-spacing: 3px;
}
/* Media Queries

-------------------------/*< 860px*/
@media (min-width: 53.750em)
{
	NAV UL LI A
	{
		-webkit-transition: color 0.4s ease-in-out;
		-moz-transition: color 0.4s ease-in-out;
		-o-transition: color 0.4s ease-in-out;
		transition: color 0.4s ease-in-out;
	}
	#site-header-menu
	{
		-webkit-transition: background-color 0.4s ease-in-out;
		-moz-transition: background-color 0.4s ease-in-out;
		-o-transition: background-color 0.4s ease-in-out;
		transition: background-color 0.4s ease-in-out;
	}
	NAV LI:hover > UL.dropdown-menu.hide
	{
		visibility: visible;
		opacity: 1;
		transition-delay: 0s;
	}
	NAV LI.has-sub:hover:after
	{
		content: url(../../images/down.svg);
		top: 16px;
		transform: rotate(180deg);
		cursor: pointer;
	}
}
@media all and (max-width: 64.750em)
{
}
/*< 900*/
@media all and (max-width: 56.250em)
{
}
/*-----------------------------------------
Tablet, iPhone6+ Landscape < 768px
-----------------------------------------*/
@media all and (max-width: 48em)
{
	NAV.footer-navigation LI
	{
		float: left;
		padding-bottom: 1.5rem;
	}
	NAV.footer-navigation LI:first-child
	{
		padding-left: 1rem;
	}
	NAV.footer-navigation
	{
		margin: 2rem 0;
	}
}
@media all and (max-width: 30em)
{
	.mmenu_text
	{
		display: none;
	}
}