@charset "utf-8";
/* CSS Document */


p {
    /*font-family: Times New Roman, serif;*/
    font-size: 18px;
	line-height: 1.3;
    letter-spacing: 0px;
	
    color: #555;
	margin-bottom:15px;
}
li{
	font-size: 18px;
	 color: #555;
}
.pfirst{
	margin-top:30px;
}
.noindent{
	text-indent: 0;
}
.specialline{
	font-weight: 300;
    text-transform: uppercase;
    font-family: sans-serif;
    color: #555;
    margin: 0 0 6px;
}
.weight{font-weight:bold;}

.lines {
    border-bottom: 1px solid #6fb434;
	float:left;
	width:100%;
}
a:link{ color:#222; text-decoration:none;}
a:visited{ color:#222; text-decoration:none;}
a:active{ color:#222; text-decoration:none;}
a:hover{ color:#99000; text-decoration:none;}

h1 {
    color: #002e56;
    text-transform: uppercase;
    line-height: 100px;
    font-size: 130px;
    font-weight: normal;
}

h1 span{
	color:#555;
	font-size:100px;
	font-weight:100;
}
h3 {
    font-size: 22px;
    line-height: 1;
}

.wrapsection{
	width:80%;
	margin:0 auto;
	margin-top:5%;
	margin-bottom:5%;
}
.floatclear{
	clear:both;
}
.notopmargin{
	margin-top:0;
}
.notbmargin{
	margin-top:0;
	margin-bottom:0;
}
.ayche3 {
    border-bottom: 1px solid #cacaca;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 26px 0 6px;
}

.bigtitles {
    color: #002e56;
    font-size: 200px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: -2px;
    text-align: left;
    line-height: 0.9;
    margin-bottom: 35px;
    padding-top: 15px;
}
.bigtitles span {
    color: #555;
    font-size: 100px;
	margin-top:30px;
	font-weight:100;
}
.Tech .bigtitles{
	margin-bottom:0;
}
.smallBold {
    font-size: 30px;
    font-weight: 700;
}
.smallTitles {
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    font-weight: bold;
    color: #990000;
}

.featurevideo{
	width:60%; 
	float:left; 
	margin-top:30px;
	margin-right:15px;
	/*margin-bottom:25px;*/
}
.halfdiv, .halfdivml{
	width:48%;
	float:left;
	
}
.halfdivml{
	
	margin-left:30px;
}
.halfdiv p, .halfdivmil p{
	margin-top:15px;
}
.techlist{
	margin-top:0;
}
.learnmore {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 26px 0 6px;
}
.learnmore_btn a:link {
    background: #e8b010;
    padding: 5px 10px;
    font-size: 20px;
    text-decoration: none!important;
    border-radius: 7px;
    margin-left: 10px;
}
/************image gallery section************************/
.gallerySelectorList li a:hover{ 
	color:#6fb434; text-decoration:none;
}
/********************* accordian style********************/


.ui-accordion-header-active .ui-state-active .ui-state-hover .ui-state-focus{
	color:#002e56;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 20px;
}

#accordion .accTrigger{
	font-size:24px;
	text-transform: none;
}
#accordion li{
	font-size: 14px;
	line-height:18px;
	
}

.accTrigger {
    cursor: pointer;
    display: block;
    margin: 10px 0;
    background: #e5e5e5;
    border-radius: 6px;
	font-size: 16px;
	color: #002e56;
   /* border-left: 3px solid #002e56;*/
}
.accTrigger:hover{
	color:#990000;
}

.accTrigger.active p {
    font-weight: bold;
	cursor: default;
    color: #002e56;
	font-size: 18px;
}

.accTrigger.noFlash p {
    display: block;
    color: #222;
    outline: none;
    padding: 5px;
    text-decoration: none;
    font-size: 12px;
}
.accTriggerBF {
    cursor: pointer;
    display: block;
    margin: 10px 0;
    background: #e5e5e5;
    border-radius: 6px;
    border-left: 3px solid #002e56;
}
.accTriggerBF p {
    display: block;
    color: #222;
    outline: none;
    padding: 10px;
    text-decoration: none;
    font-size: 24px;
}
.accTriggerBF.active p {
    cursor: default;
    color: #002e56;
}


/********************* parallax quote styling************************/
.quoteWrap {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.quoteWrap .quote {
    display: table-cell;
    vertical-align: middle;
	text-align:center;
	color:white;
	line-height:1;
	text-shadow: 1px 1px #000000;
}
.quoteWrap .quote a{
	color:white;
}
.quoteWrap .quote a:hover{
	color:#990000;
}
.small {
    font-size: 36px;
    font-weight: 300;
}
.smallBold {
    font-size: 36px;
    font-weight: 700;
}
.medium {
    font-size: 44px;
    text-transform: uppercase;
}
.mediumBold {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
}
.large {
    font-size: 56px;
    text-transform: uppercase;
}
.largeBold {
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
}

/************* responsive sizes ***************/
@media only screen and (max-width: 479px) {
	h1{
		font-size:6em;
		line-height:1;
	}
	.featurevideo{
		width:100%;
		margin-bottom:30px!important;
		
	}
	.bigtitles{
		font-size:5em!important;
	}
	.learnmore_btn{
		text-align:center;
		line-height:3;
	}
	.halfdiv, .halfdivml{
		width:100%;
		margin:0;
	}
	.mapaccord{
		width:80%;
	}
	.mapaccord .accTrigger{
		font-size:1em;
	}
	.mapaccord p{
		font-size:1em;
	}
}
@media only screen and (max-width: 1023px) {
	.wrapsection{
		width:90%;
	}
	.featurevideo{
		width:100%;
		margin-bottom:30px!important;
		
	}
	.bigtitles {
		font-size:10em;
	}
	.halfdiv, .halfdivml{
		width:100%;
		margin:0;
	}
}
@media only screen and (max-width: 1024px) {
	.wrapsection{
		width:95%;
	}
}
@media screen and (min-width: 1600px) {
	.wrapsection{
		margin-top:10%;
	}
}