
/* @Header
===================================== */
.container {
    width: 100%;
    max-width: 990px;
}
 .education-title{
    color: #acaeb0;
    font-weight: 600;
    font-size: 1.95em;
	margin-left: 1em;
}

#headerMain {
    margin-top: 25px;
}

#mobileLogo,
#headerLogo{
	max-width:175px;
	display: inline-block;
}

#headerLogo{
	margin-top:-10px;
}

#headerSearchWrap form{
	margin-bottom:0;
	width: 60%;
    float: left;
}

.shop-epromos span{
	margin-left:0.25em; 
	font-size: 13px;
}

#header.fixed{
	max-width: 100%;
}

#header.fixed #headerLogoWrap,
#header.fixed #headerSearchWrap{
	width: 47.5%;
	left: inherit;
}

 #header.fixed #headerLogoWrap{
	margin-top: 8px;
 }

#header.fixed #headerLogoWrap img {
	margin-top: -14px;
}

#headerAccountNavWrap{
	display:none;
}

footer{
	overflow: hidden;
}

/* @end Header
===================================== */

/* @Main Menu 
===================================== */
.nav-top > a {
    font-size: 13px;
    padding: 0 15px;
}

#navCatDrop li.current_page_ancestor a,
#navCatDrop li.current_page_item a{
	text-decoration:none;
	background:#2aa4e5;
	background:-moz-linear-gradient(top,#2aa4e5 10%,#197abf 90%);
}
/* @Main Menu 
===================================== */

/* @Main Menu Drop Down Menus
===================================== */
#navCatDrop li ul{
	position:absolute;
	z-index: 300;
	clear:both;
	
	width:auto;
	height:0;
	overflow: hidden;
	margin:0 0 0 0;
	border-top: none;
	
	opacity:0;
	transition: opacity .25s ease-in-out; 
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#navCatDrop li:hover ul{
	height:auto;
	min-width:240px;
	overflow: visible;
	padding:0;
	opacity:1;
	border:1px solid #3571ac;
	
	-webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
}

#navCatDrop li li ul{	
	width:auto;
	height:0;
	overflow: hidden;
	opacity:0 !Important;
	transition: opacity .25s ease-in-out; 
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	
	left:250px;
	top: 0;
}

#navCatDrop li li:hover ul{
	height:auto;
	overflow: visible;
	padding:0;
	opacity: 1 !Important;
	
	-webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	
	z-index:1000;
}

#navCatDrop li li{
	float: none;
	padding:0;
	margin:0;
	height: auto;
	
	font-size: 0.95em;
	font-weight:normal;
	text-align:left;
}

#navCatDrop li.current_page_ancestor li a,
#navCatDrop li.current_page_item li a,
#navCatDrop li li a{
	color:#3677bc;
	font-weight:normal;
	line-height: 1.25em;
	
	display:block;
	background:rgba(255,255,255,1);
	border-bottom: 1px solid #ccc;
	padding: 0.75em 2em 0.75em 1.25em;
	margin:0;
	
	transition: all .25s ease-in-out; 
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

#navCatDrop li li:last-child a,
#navCatDrop li li:last-child li a{
	border-bottom: none;
}

#navCatDrop li li:last-child a{
	padding-bottom: 0.55em;
}

#navCatDrop li li:first-child a,
#navCatDrop li li:first-child li a{
	border-top: none;
}

#navCatDrop li li:first-child a{
	padding-top: 0.55em;
}

#navCatDrop li li.current_page_item a,
#navCatDrop li li a:hover{
	color:#fff;
	background:#3677bc;
}
/* @end Main Menu Drop Down Menus
===================================== */

/* @Mobile Menu
===================================== */
#mobileNav {
	margin:0;
	padding: 0;
	border:1px solid #3571ac;
}

#mobileNav li{
	float: none;
	padding:0;
	margin:0;
	height: auto;
	text-align:left;
}

#mobileNav li ul{
	display:none;
}

#mobileNav li.current_page_ancestor a,
#mobileNav li.current_page_item a,
#mobileNav li a{
	font-size: 1.25em;
	line-height: 1.25em;
	color:#3677bc;
	font-weight:normal;
	
	display: block;
	padding: 0.75em 2em 0.75em 1.25em;
	margin:0;
	background:rgba(255,255,255,1);
	
	transition: all .25s ease-in-out; 
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	border-bottom: 1px solid #ccc;
}

#mobileNav li.current_page_item a,
#mobileNav li a:hover{
	color:#fff;
	background:#3677bc;
}
/* @end Mobile Menu
===================================== */

.button-link {
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
	text-transform:none;
	padding:12px 20px;
	float:right;
}

.green-grad {
    background: #5ec100;
    background: -moz-linear-gradient(top, #5ec100 10%, #4b9d00 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#5ec100), color-stop(90%,#4b9d00));
    background: -webkit-linear-gradient(top, #5ec100 10%,#4b9d00 90%);
    background: -o-linear-gradient(top, #5ec100 10%,#4b9d00 90%);
    background: -ms-linear-gradient(top, #5ec100 10%,#4b9d00 90%);
    background: linear-gradient(to bottom, #5ec100 10%,#4b9d00 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec100', endColorstr='#4b9d00',GradientType=0 );
    color: white;
}

.single-content .single-thumb, 
.single-thumb {
    margin: 0 1em 1em 0;
}

.vertical-align {
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: justify;
}

@media only screen and (max-width: 991px){
	#header.fixed #headerMain,
	#header.fixed .row{
		width: 102% !important;
	}
	
	#header.fixed #headerLogoWrap img {
		margin-top: -6px;
		height: auto;
		max-width: 118px;
	}
	
	#headerLogo {
		margin-top: -8px;
	}
	
	.education-title {
		font-size: 1.75em;
		line-height: 1.45em;
	}
	
	.nav-top > a {
		font-size: 0.975em;
		padding: 0 10px;
	}

}

@media only screen and (max-width: 991px) and (min-width: 768px){
	#headerMain {
		margin-bottom: 6px;
	}

	#headerSearchWrap {
		margin-top: 0;
		position: relative;
		top: inherit;
		z-index: 1;
		left: inherit;
	}
	
	#navCatDrop{
		display: inline-block !important;
	}
	
	#navDesk {
		float: left;
	}
}

@media only screen and (max-width: 880px){
	.shop-epromos{
		font-size:11px;
		padding: 14px 20px;
	}
	
	.shop-epromos span{
		font-size: 10px;
	}
	
	.education-title {
		font-size: 1.35em;
		line-height: 2em;
	}

	#header.fixed #headerLogoWrap{
	    margin-top: 6px;
	}
	
	.nav-top > a {
		font-size: 0.8em;
		padding: 0 10px;
	}
}

@media only screen and (max-width: 768px){
	#headerMain{
		display:none;
	}

	#header{
		background-color: #fff;
		position:relative;
		z-index:100 !important;
	}
	
	#header.fixed #topHat{
		display:none !important;
	}
	
	#header.fixed #headerMain, 
	#header.fixed .row {
		width: 108% !important;
	}
	
	.shop-epromos {
		font-size: 12px;
		padding: 4px 20px 0;
		height: auto;
		margin:0.55em 0;
	}
	
	#headerLogo {
		margin-top: 0;
	}
	
	#headerAccountNavWrap{
		padding:0;
		display:block;
	}
	
	#mobileToggle{
		width:65px;
	}
	
	.toggle{
		width:100%;
		float:left;
		font-size: 1.55em;
		line-height: 1.75em;
    	height: 40px;
		text-align: center;
	}
	
	.education-title{
		width:80%;
		color: #fff;
		line-height: 2.25em;
	}
	
	.reveal{
		display:block !important;
	}

}