/*+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]*/
.free-trial-menu-item{
  background: var(--wp--preset--color--vivid-cyan-blue);
}

.mmenu
{
	cursor: pointer;
	display: none;
	color: #FFFFFF;
	background-color:rgb(var(--orange));
	z-index: 9999;
	width: 4.6rem !important;
	max-width: 4.6rem !important;
	text-align: center;
	height: 4.5rem;
	-moz-border-radius: 15%;
	-webkit-border-radius: 15%;
	-khtml-border-radius: 15%;
	border-radius: 15%;
	margin: auto;
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
}
.burger
{
	margin-bottom: 1px;
	padding-left: 3px;
	display: inline-block;
	width: 3.8rem;
	padding-right: 2px;
	margin-top: 7px;
}
.burger LI
{
	list-style-type: none;
	height: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	line-height: 0;
	border: 1px solid #FFFFFF;
	margin: 0 0 7px 0;
	width: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
NAV
{
	z-index: 99;
	/*+placement: 0px 3px;*/
	position: relative;
	left: 0px;
	top: 3px;
}
@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
{
	vertical-align: bottom;
	float: right;
}
/*[clearfix]*/
NAV UL
{
	padding: 0;
	margin: 0;
	list-style: none;
}
NAV UL > LI
{
	margin: 0;
	float: left;
	text-align: left;
	padding: 0;
	position: relative;
	background-color:rgba(var(--orange),1);
}
NAV UL:not(.dropdown-menu) > LI:nth-last-of-type(2)
{
	/*+border-radius: 0 8px 0px 0px;*/
	-moz-border-radius: 0 8px 0px 0px;
	-webkit-border-radius: 0 8px 0px 0px;
	-khtml-border-radius: 0 8px 0px 0px;
	border-radius: 0 8px 0px 0px;
}
NAV LI.language-switcher-mobile
{
	display: none;
}
/*NAV LI:not(.dropdown):last-child
{
	display: none;
}*/
NAV UL LI:first-child
{
	/*+border-radius: 8px 0 0px 0px;*/
	-moz-border-radius: 8px 0 0px 0px;
	-webkit-border-radius: 8px 0 0px 0px;
	-khtml-border-radius: 8px 0 0px 0px;
	border-radius: 8px 0 0px 0px;
}
NAV LI.menu-item A
{
	display: block;
	font-size: 1.7rem;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	width: 100%;
	padding: 1.3rem 2rem;
}
NAV LI.menu-item:hover, NAV LI.current-menu-item, NAV LI.current-menu-ancestor
{
	background-color:rgba(var(--grey),1);
}
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*/
.dropdown-menu.hide
{
	transition: visibility 0s linear 0.3s, opacity 0.3s linear, top 0.3s ease-out;
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	overflow-y: hidden;
	z-index: 10000;
}
.dropdown-menu LI:last-child, .dropdown-menu LI UL LI:last-child
{
	/*+border-radius: 0 0 8px 8px !important;*/
	-moz-border-radius: 0 0 8px 8px !important;
	-webkit-border-radius: 0 0 8px 8px !important;
	-khtml-border-radius: 0 0 8px 8px !important;
	border-radius: 0 0 8px 8px !important;
}
/*.dropdown-menu LI:nth-last-child(2)
{
	border-radius: 0;
	(*+border-radius: 0 0 8px 8px !important;*)
	-moz-border-radius: 0 0 8px 8px !important;
	-webkit-border-radius: 0 0 8px 8px !important;
	-khtml-border-radius: 0 0 8px 8px !important;
	border-radius: 0 0 8px 8px !important;
}*/
.dropdown-menu LI:first-child
{
	border-radius: 0;
}
.dropdown-menu LI A
{
	/*+border-radius: 0 !important;*/
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	border: none !important;
}
.dropdown-menu LI A:hover
{
	text-decoration:underline solid rgba(var(--green), 1);
}
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: 2rem 0;
}
NAV.footer-navigation UL LI
{
	background-color: transparent;
	position: relative;
}
NAV.footer-navigation LI A
{
	padding: 0 1rem;
	font-size: 1.6rem;
	text-transform: capitalize;
	color:rgba(var(--orange),1);
}
NAV.footer-navigation LI
{
	float: left;
	margin-right: 0.5rem;
	padding: 0.5px 1rem 0.5px 0rem;
}
NAV.footer-navigation UL LI:after
{
	content: '|';
	position: absolute;
	right: 0;
	top: 0;
	position: absolute;
	background-image: none;
	color:rgba(var(--orange),1);
}
NAV.footer-navigation UL LI:last-child
{
	display: block;
}
NAV.footer-navigation UL LI:last-child:after
{
	content: '';
}
NAV.footer-navigation LI:hover, NAV.footer-navigation LI.current-menu-item A, NAV.footer-navigation LI A:hover
{
	border-top: 0px solid transparent;
	color: #FFF;
	background-color: transparent;
	/*+border-radius: 8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
/*[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: 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;
		overflow-y: visible;
		transition-delay: 0s;
	}
	NAV LI.has-sub:hover:after
	{
		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;
	}
}
