 * { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	} 
.desktop 	{
	display: none!important;
	visibility: hidden;
	}
.mobile	{
	display: block!important;
	visibility: visible;
	}
img	{
	max-width: 100%;
	height: auto!important;
	}
img.oneHundred, .oneHundred	{
	width: 100%;
	height: auto;
	}	
:focus {
	outline: 0;
	}
a	{
	outline: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
html	{
	min-height: 100%;
	border-bottom: 0!important;
	background: none!important;
	}
body {
	font-size: 14px!important;
	margin: 0 auto;
	padding: 0;	
	min-width: 320px;
	min-height: 100%;
	background: none!important;
	}
.hideModal	{
	max-width: 100%;
	}
 h1	{

	}
h2	{

	}	
h3	{
	}
	
header	{
	min-height: 80px;
	}	
nav ul, .headerSearch	{
	display: none;
	}
.vc	{
	position: relative!important;
	height: auto!important;
	}
.video-content	{
	height: auto!important;
	min-height: 250px;
}
.video-content h1	{
	font-size: 32px;
	color: #555;
}
.video-content h3	{
	font-size: 21px;
	font-weight: 400;
	color: #555;
}

.fullContainer.split50	{
	float: left;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
	background: none;
	margin-top: 0px;
	}
.fullContainer.split50 .grid	{
	padding: 0;
	}
.fullContainer.split50 .gridHalf:first-child	{
	padding: 0 5%!important;
	width: 100%;
	margin-bottom: -25px;
}	
.fullContainer.split50 .gridHalf:last-child	{
	background: #007cc3;
	padding: 30px 15px!important;
	margin: 0;
	width: 100%!important;
}
.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: auto!important;
	padding: 0;
	margin-top: 0px;
}	
.noMarginLeft	{/*  FLUSH LEFT  */
	margin: 30px 1.515%!important;
	}
.noMarginRight	{/*  FLUSH RIGHT  */
	margin: 30px 1.515%!important;
	}
.mobileUp40	{
	margin-top: -40px;
	}
.header	{
	/*  position: absolute; 
	width: 100%; 
	float: left; 
	clear: both; 
	height: 40px!important;  */
	display: none; 
	}
	
.fifth	{
	width: 20%;
	height: auto;
	}
.quarter	{
	width: 25%;
	height: auto;
	}
.third	{
	width: 33%;
	height: auto;
	}
.half	{
	width: 50%;
	height: auto;
	}
.twoThirds	{
	width: 66%;
	height: auto;
	}
.threeQuarters	{
	width: 75%;
	height: auto;
	}	
.full	{
	width: 100%;
	height: auto;
	}	
.hero-novideo-bg	{
	display: block;
	}
.hero-novideo-bg img	{
	width: 100%;
	height: auto;
	}	
.removeMargin .gridFourth	{
	margin-top: 0!important;
	margin-bottom: 0!important;
	}
.projects .gridFourth	{
	margin-top: 0;
	margin-bottom: 0;
	}
.projects .gridThreeFourth	{
	margin-top: 0;
	}
.gridThreeFourth.searchField	{
	margin-top: 0;
	margin-bottom: 0;
	}
.gridFourth.searchField	{
	margin-top: 0;
	}	
.fullContainer.featuredNews .gridTwoThird, .fullContainer.featuredNews .gridThird	{
	width: 100%!important;
	}
.fullContainer.featuredNews .gridThird .split.secondImg, .fullContainer.featuredNews .gridThird .split.thirdImg	{
	width: 100%!important;
	background-size: 100% auto!important;
	}	
.fullContainer.footer .gridThird:nth-child(2) ul, .fullContainer.footer .gridThird:nth-child(2) h5	{
	margin-left: 0;
	}
.infoBox .gridThird	{
	border-right: none!important;
	width: 96.9696%!important;
	margin: 15px 1.515% 15px 1.515%!important;
	padding-top: 45px!important;
	}
.infoBox .gridThird h3	{
	border-bottom: 1px solid #ddd;
	width: 103.03%;
	left: -1.515%;
	top: -15px;
	}
table tr, table td	{
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	}
.fullContainer.alert	{
	top: 100px; 
	padding: 10px 0;
	font-size: 13px;
	}
.fullContainer.alert p	{
	margin:0 25px 0 0!important;
	}	
.fullContainer.alert a.learnMore	{
	position: relative;
	top: auto;
	right: 25px;
	text-align: right;
	display: block;
	}
	

/* |||||||||||||||||||||||||||||||||||||||| Portrait |||||||||||||||||||||||||||||||||||||||| */
@media screen and (orientation:portrait) {
body {
	font-size: 90%!important;
	}	
}
/*  end portrait  */

/* |||||||||||||||||||||||||||||||||||||||| Landscape |||||||||||||||||||||||||||||||||||||||| */
@media screen and (orientation:landscape) {
body { 
	font-size: 110%!important;
	-webkit-text-size-adjust: 95%!important;
	}	
}	
/*  end landscape  */


li.home.mobile	{
	display: none!important;
	}

/* ADDED 012116 BBB */
.steps .gridFourth	{
	margin: 30px 1.515%!important;
	width: 96.9696%!important;
	}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
