html	{
	min-height: 100%;
	overflow-y: scroll;
	}	
* {	
	margin:0;
	padding:0;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	}
img, a img, img a	{
	border: none!important;
	max-width: 100%;
	}
*:focus {
    outline: none;
	}	
.trans	{
	-ms-transition:.5s!important;
	-moz-transition:.5s!important;
	-webkit-transition:.5s!important;
	 transition:.5s!important;
	 }
a:hover	{
	transition: all .5s ease-in-out;
	 }	
	
/*html5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary, .hiddenInfo {
	display: block;
	}

.fullContainer	{
	float: left; 
	position: relative;
	display: block;
	width: 100%; 
	text-align: center; 
	clear: both;
	margin: 0;	
	}

.clear	{
	clear: both;
	}
.clear-block, h6	{ /*  h6 IS USED NOWHERE ON SITE SO CAN BE USED TO IMMITATE THIS FOR EASY OF CMS USE  */
	clear: both;
	display: block;
	width: 100%;
	height: 10px;
	background: none!important;
	}
.clear-block-med	{
	clear: both;
	display: block;
	width: 100%;
	height: 30px;
	background: none!important;
	}
.clear-block-tall	{
	clear: both;
	display: block;
	width: 100%;
	height: 50px;
	background: none!important;
	}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
html[xmlns] .clearfix {
	display: block;
	}
* html .clearfix {
	height: 1%;
}

	
/*  THE GRIDS  */
.noMarginLeft	{/*  FLUSH LEFT  */
	margin: 5px 3.030% 10px 0!important;
	}
.noMarginRight	{/*  FLUSH RIGHT  */
	margin: 5px 0 15px 3.030%!important;
	}	
.grid {
	max-width: 990px;
	position: relative;
	margin: 0 auto;
	display: block;
	text-align: left;
	clear: both;
	}
.grid .gridFull	{
	float: left;
	margin: 30px 1.515%;
	width: 96.9696%;
	}
.grid .gridFullNo	{
	float: left;
	margin: 0 1.515%;
	width: 96.9696%;
	}
.grid .gridSixth	{
	float: left;
	position: relative;
	margin: 30px 1.515%;
	width: 13.6363%;
	}
.grid .gridThird	{
	float: left;
	position: relative;
	margin:  30px  1.515%;
	width: 30.3030%;
	}
.grid .gridHalf	{
	float: left;
	position: relative;
	margin:  5px 1.515% 10px;
	width: 46.9696%;
	}	
.grid .gridFourth	{
	float: left;
	position: relative;
	margin:  5px 1.515% 10px;
	width: 21.9191%;
	}	
.grid .gridThreeFourth	{
	float: left;
	position: relative;
	margin:  5px 1.515% 10px;
	width: 71.9191%;
	}	
.mainContent	{
	margin:  30px 1.515% !important;
	}	
.grid .gridTwoThird	{
	float: left;
	position: relative;
	margin:  30px 1.515%;
	width: 63.6363%;
	}	
.projects .gridFourth + .gridThreeFourth	{
	min-height: 120px;
	}	
	
.nobtm	{
	margin-bottom: 0!important;
	}
.notop	{
	margin-top: 0!important;
	}
.notb	{
	margin: 0 1.515%!important;
	}	
.tb50	{
	margin-top: 50px!important;
	margin-bottom: 50px!important;
	}
.tbPad50	{
	padding-top: 50px!important;
	padding-bottom: 50px!important;
	}
.top30	{
	padding-top: 30px;
}
.btm30	{
	padding-bottom: 30px!important;
}
.tb10	{
	margin: 10px 1.515%!important;
	} 
	
/*  UNIQUE FULL CONTAINERS  */

.fullContainer.pageTitle .gridFull	{
	margin-bottom: 10px;
	margin-top: 15px;
	}

.fullContainer.utility	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background: #003764;
	height: 40px;
	padding: 5px 0;
	color: #fff;
	z-index: 1000;
	}
.fullContainer.navigation	{
	float: left;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	height: 80px;
	z-index: 10000;
	position: relative;
	}
.fullContainer.navigation.nag	{
	background: #fff!important;
	position: fixed;
	transition: all .5s ease-in-out;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .2);
	box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .2);
	}
.fullContainer.split50	{
	float: left;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
	background: url(../images/shell/bg-home-split.png) center center repeat-y;
	margin-top: -80px;
	}
.fullContainer.split50 .gridHalf:last-child	{
	color: #fff!important;
	padding-left: 20px;
	}
.fullContainer.split50 .gridHalf:last-child a	{
	color: #fff!important;
	}
.fullContainer.learnMore	{
	color: #fff;
	background: #003764;
	float: left;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	}	
.fullContainer.signUp	{
	color: #505050;
	background: #ebebeb;
	float: left;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	}	
.fullContainer.footer	{
	background: #4b4b4b;
	border-top: 5px solid #414243;
}
.fullContainer.copyright	{
	background: #414243;
}	
.fullContainer.breadcrumb	{
	background: #e0e0e0;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, .2);
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, .2);
	height: 50px;
}	
.fullContainer.breadcrumb .gridFull	{
	margin: 15px 1.515%;
	font-size: 13px;
	}
.fullContainer.featuredNews	{
	background: #ebebeb;
	padding: 30px 0;
	}	
.fullContainer.featuredNews .gridTwoThird	{
	height: 400px;
	width: 66.6666%!important;
	margin: 0!important;
	position: relative;
	z-index: 1;
	overflow: hidden!important;
	}	
.firstImg, .secondImg, .thirdImg	{
	position: relative;
	z-index: 1;
	display: table;
	overflow: hidden;
	}
.fullContainer.featuredNews .gridTwoThird.firstImg	{
	height: 400px!important;
	display: table;
	overflow: hidden!important;	
	}
.gridTwoThird.firstImg img, .gridTwoThird.secondImg img, .gridTwoThird.thirdImg img	{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;	
	}	
.fullContainer.featuredNews .gridThird	{
	height: 400px;
	width: 33.3333%!important;
	margin: 0!important;
	z-index: 1;
	overflow: hidden!important;
	}
.fullContainer.featuredNews .gridThird .split.secondImg	{
	display: block;
	height: 200px;
	z-index: 1;
	overflow: hidden!important;
	}
.fullContainer.featuredNews .gridThird .split.thirdImg	{
	display: block;
	height: 200px;
	z-index: 1;
	overflow: hidden!important;
	}		
.fullContainer.featuredNews .firstImg:hover, .fullContainer.featuredNews .secondImg:hover, .fullContainer.featuredNews .thirdImg:hover	{
	box-shadow: 1px 2px 10px 1px rgba(50, 50, 50, 0.50) inset;
	transition: all .5s ease-in-out;
	}
	
	
/* FOR IPAD */
@media only screen 
and ( min-width: 768px ) 
and ( max-width: 1023px )	{
	
.grid	{
	width: 100%!important;
	position: relative;
	} 	
}



/* FOR MOBILE */
@media only screen
and ( min-width: 0px ) 
and ( max-width: 767px )	{
	
#sticky_navigation	{
	background: transparent;
	height: auto;
	}
nav.main ul.dropdown {
	top: 5px; 
	left: 0; 
	}
nav.main ul.dropdown li{
	padding: 0!important;
	margin: 0!important;
	float: none;
	display: block;
	height: auto!important;
	text-align: left;
	width: 100%!important; 
	left: 0;
	padding: 0!important; 
	}
nav.main ul.dropdown li a{
	padding: 0!important;
	margin: 0!important;
	float: none;
	display: block;
	height: auto!important;
	text-align: left;
	width: 100%!important; 
	left: 0;
	padding: 10px 15px!important; 
	}	
nav.main ul.dropdown ul {
	padding: 0!important;
	margin: 0!important;
	float: none;
	display: block;
	width: 100%!important; 
	position: relative;
	top: 0; 
	left: 0; 
	}
nav.main ul.dropdown ul li {
	float: none;
	display: block;
	width: 100%!important; 
	position: relative; 
	}
	
	
}

@media only screen 
and (min-device-width : 567px) 
and (max-device-width : 767px)  { 


}

/*  @media only screen and (max-width: 767px) and (orientation: portrait) {
   portrait phones
}  */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

.fullContainer.alert	{
	background: #b00; 
	color: #fff; 
	position: absolute; 
	top: 120px; 
	z-index: 2000;
	padding: 15px 0;
	}
.fullContainer.alert .grid .gridfull.notb	{
	}
.fullContainer.alert p	{
	margin:0 140px 0 0!important;
	}		
.fullContainer.alert a.learnMore	{
	color: #fff; 
	position: absolute;
	top: 0;
	right: 50px;
	display: inline-block;
	font-style: italic;
	}
.fullContainer.alert a.learnMore:after	{
	color: #fff; 
	font-family: FontAwesome;
	content: " \f105";
	}	
.fullContainer.alert a.alertClose	{
	color: #fff; 
	position: absolute;
	right: 10px;
	font-size: 21px;
	line-height: 14px;
	}

.responsive-bg {
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;
}
