.mega-dropdown-top-menu {
	display: inline-block;
	position: relative;
	top: 35px;	
}

.mega-dropdown-top-menu ul li
{
	position: relative;
	float: left;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin-right: 2em;
	height: 49px;
	text-align: center;
}

.mega-dropdown-top-menu ul li:first-child
{
	margin-lef: 0;
}

.mega-dropdown-top-menu ul li a
{
	white-space: nowrap;
	font-family: 'Droid Serif', serif;
	font-size: 22px; /* Fallback */
	font-size: 1.375rem;
	color: #1a171b;
	display: block;
}

@media screen and (max-width: 1299px) {
	.mega-dropdown-top-menu ul li
	{
		margin-right: 1.5em;
	}
	
	.mega-dropdown-top-menu ul li a
	{
		font-size: 20px; /* Fallback */
		font-size: 1.25rem;
	}	
}

@media screen and (max-width: 1099px) {
	.mega-dropdown-top-menu ul li
	{
		margin-right: 1.5em;
	}
	
	.mega-dropdown-top-menu ul li a
	{
		font-size: 16px; /* Fallback */
		font-size: 1.14286rem;
	}
}

.mega-dropdown-top-menu ul li.is-open a, .mega-dropdown-top-menu ul li a:hover, .mega-dropdown-top-menu ul li a.active, .mega-dropdown-top-menu ul li a.activeSelected
{
	color: #b54646;
}

.mega-dropdown-top-menu ul li span
{
	display: none;
	position: absolute;
	margin: 0 0 0 50%;
	bottom: 0;
	left: -10px;
	border: 10px solid #426381;
	font-size:0;
	line-height:0;
	height:0;
	padding:0;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}

.no-js .mega-dropdown-top-menu ul li.is-expanded span,
.mega-dropdown-top-menu ul li.is-open span,
.mega-dropdown-top-menu ul li.stay-visible span
{
	display: inline;
}

.mega-dropdown-container {
	display: none;
	position: absolute; 
	z-index: 7000;
	top: 130px;
	right: 0; 
	left: 0;
	overflow: hidden;
	background-color: #426381; /* Fallback */
	background-color: rgba(66,99,130,0.98);
	padding: 1.625em 0 1.625em 0;
	/*
	-webkit-box-shadow: 0px 13px 0px 0px rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 13px 0px 0px rgba(255,255,255,0.8);
	box-shadow: 0px 13px 0px 0px rgba(255,255,255,0.8);
	*/
}

.mega-dropdown-top-menu ul li span
 {
	-webkit-transition:all 200ms ease-out;
	-moz-transition:all 200ms ease-out;
	-o-transition:all 200ms ease-out;
	transition:all 200ms ease-out;
	transform-origin: bottom;
}

.mega-dropdown-container
 {
	-webkit-transition:all 200ms ease-out;
	-moz-transition:all 200ms ease-out;
	-o-transition:all 200ms ease-out;
	transition:all 200ms ease-out;
	transform-origin: top;

}


.no-js .mega-dropdown-container.is-expanded,
.mega-dropdown-container.is-open,
.mega-dropdown-container.stay-visible {
	display: block;
}

.mega-dropdown-top-menu ul li.begin-open-animation span
{
	opacity: 0;
	transform: scale(0.5,0.5);
}

.mega-dropdown-top-menu ul li.end-open-animation span
 {
	opacity: 1;
	transform: scale(1,1);
}

.mega-dropdown-top-menu ul li.begin-close-animation span
 {
	opacity: 1;
	transform: scale(1,1);
}

.mega-dropdown-top-menu ul li.end-close-animation span
 {
	opacity: 0;
	transform: scale(0.5,0.5);
}

.mega-dropdown-container.begin-open-animation
{
	opacity: 0;
	transform: scale(1,0.7);
}

.mega-dropdown-container.end-open-animation
{
	opacity: 1;
	transform: scale(1,1);
}

.mega-dropdown-container.begin-close-animation
{
	opacity: 1;
	transform: scale(1,1);
}

.mega-dropdown-container.end-close-animation
{
	opacity: 0;
	transform: scale(1,0.7);
}



.mega-dropdown-section
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 20%;
	padding: 0 26px 0 26px;
	border-right: 1px solid #617a8e; /* Fallback */
	border-right: 1px solid rgba(255,255,255,0.17);
}

.mega-dropdown-container .mega-dropdown-section:last-child
{
	border-right: none;
}


.mega-dropdown-section-title
{
	font-family: 'Droid serif', serif;
	padding-bottom: 1em;
	color: #fff; /* Fallback */
	color: rgba(255,255,255,0.6);
	font-weight: 700;
}

.mega-dropdown-container ul li a {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	padding: 0 0 0.4em 0.8em;
	line-height: 21px; /* Fallback */
	line-height: 1.3125rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.mega-dropdown-container ul li a:before
{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;	
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	speak: none;
	position: absolute;
    display: inline;
	top: 0.2em;
	left: 0;
	font-weight: normal !important;
	content: "\f0da";
}

.mega-dropdown-container ul li a:hover, .mega-dropdown-container ul li a.active, .mega-dropdown-container ul li a.activeSelected
{
	color: #fff; /* Fallback */
	color: rgba(255,255,255,0.6);
}

.mega-dropdown-container a.tab-1598:before
{
	content: "\f0c0" !important;
	font-size: 10px !important;
	top: 6px !important;
	left: -3px !important;
}

.mega-dropdown-container a.tab-1605:before
{
	content: "\f1ad" !important;
	font-size: 10px !important;
	top: 6px !important;
	left: -2px !important;
}

