@charset "utf-8";
/***** BEGIN RESET *****/

* {

    border:0;
    margin:0;
    padding:0;
}

body {
	-webkit-text-size-adjust: none;
	background:#fff;
	overflow-x:hidden;
	color:#000;
	line-height:1!important;
	font-family: 'Open Sans', sans-serif;
}

/*============================
ALL PAGES
============================*/
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

.wrap {width:95%;margin:0 auto;max-width:1400px;}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {font-family: 'Open Sans', sans-serif;text-transform:uppercase;}

/***** END RESET *****/

/*====================hover easing style

-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;

======================================*/

/*============================
HEADER
============================*/

header{width:100%;float:left;background:#1a1a1a;border-bottom:5px solid #004ece;position:relative;z-index:1004;}

.mainlogo {width:400px;float:left;margin-bottom:-31px;position:relative;z-index:2;}
.mainlogo img {width:calc(100% - 100px);padding:35px 35px;box-sizing:border-box;background:#dddddd;float:left;}
.greyangle {width:0;height:0;border-top:137px solid #dddddd;border-right:80px solid transparent;float:left;}

.headright {width:calc(100% - 400px);float:left;padding-right:2.5%;box-sizing:border-box;}

/*============================
SLIDESHOW
============================*/

.firstslide {background:url("/siteart/slide1.jpg");background-size:cover;width:100%;float:left;border-bottom:20px solid #004ece}

#overlayleft {width:100%;float:left;padding:200px 2.5% 350px;box-sizing:border-box;}
#overlayleft h3 {width:100%;float:left;color:#000;font-size:16px;letter-spacing:8px;font-size:18px; font-weight:500;}
#overlayleft h2 {width:100%;float:left;font-size:50px;color:#004ece;font-weight:900;}
#overlayleft h3 a {background:#004ece;color:#fff;text-transform:uppercase;width:100%;max-width:300px;text-align:center;letter-spacing:2px;font-size:16px;font-weight:700;border:1px solid #000;padding:10px 5px;box-sizing:border-box;text-decoration:none;float:left;margin-top:10px;}

#overlayleft h3 a:hover {background:#000;}

.slide-contain {
	width:100%;
	float:left;
}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left}

/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;
}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#000;}
.pager > * { cursor:pointer;}



/*==========================
HOME SEARCH
===========================*/

.searches {width:100%;float:left;background:url("../siteart/wheat.jpg");background-size:cover;background-attachment:fixed;}
.searchoverlay {width:100%;float:left;background:rgba(0,0,0,.70);padding:40px 0;}
.searchoverlay h2 {width:100%;float:left;text-align:center;color:#fff;font-size:35px;letter-spacing:3px;margin-bottom:20px;}



#conbg {background:url("../siteart/con-stripes.jpg");background-size:cover;background-attachment:fixed;border-bottom:10px solid #fed000;}

.detailedSearch {width:100%;float:left}
.smwrap {width:100%;max-width:1000px;margin:0 auto;display:block;margin-top:30px;}

.detailedSearch h2 {width:100%;float:left;text-align:center;font-weight:800;font-size:25px;text-align:center;text-transform:uppercase;color:#000;letter-spacing:5px;padding-bottom:10px;}

.forminput {width:33.33%;  float:left; padding:15px 10px; box-sizing: border-box; color:#000;font-weight:bold; font-size:14px;}
#formsubmit {width:100%!important;padding-top:0;}

.detailed-form {
	width:100%;
	float:left;
	color: #fff;
	padding:20px 0;
	background:url(../siteart/topography.png) repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
}
.detailed-search input {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
    background-color: #fff;
	color:#000;
	box-sizing: border-box;
	border:1px solid #000;
	font-family: 'Open Sans', sans-serif;
}
.detailed-search select {
    width: 100%;
    padding:12px 10px;
    font-size: 14px;
    background-color: #fff;
	color:#000;
	box-sizing: border-box;
	border:1px solid #000;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
}

.detailed-row{
	margin: 10px 0;
	color: #000;
	text-transform:uppercase;
	font-weight:600;
	font-size: 12px;

}

#last {
margin-right:0;	
}

.detailed-search input[type="submit"] {
	text-transform:uppercase;
	font-size: 20px;
	font-weight:bold;
    width: 100%;
  	background: #004ece;
	box-sizing:border-box; 
    color: #fff;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;
	letter-spacing:3px;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	margin-top:0px;
	padding:10px 7px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	border:2px solid #fff;
	-webkit-appearance: none;
}

.detailed-search input[type="submit"]:hover {
	color:#fff;
	background:#000;
}


/*============================
WELCOME
============================*/
.welcomes {width:100%;float:left;background:url("../siteart/whitestripes.png");background-size:cover;padding:50px 0;}
.welcomes h3 {width:100%;float:left;color:#000;font-size:22px;letter-spacing:12px;font-weight:600;text-align:center;margin-bottom:10px;}

.blwrap {width:100%;max-width:900px;margin:0 auto;}

.welcomes h1 {width:calc(100% - 100px);float:left;text-align:center;color:#fff;font-size:45px;letter-spacing:7px;margin:0px 0 20px;background:#004ece;padding:10px 0;}

.blugbg {width:100%;max-width:900px;margin:0 auto;display:block;background:#004ece;padding:10px 0;

}

.rightshape {width:0;height:0;border-left:50px solid #004ece;border-top:65px solid transparent;float:left}

.leftshape {width:0;height:0;border-right:50px solid #004ece;border-bottom:65px solid transparent;float:left}

.welcomes p, p#about-txt {width:100%;float:left;text-align:center;color:#000;margin:75px 0;font-size:18px; line-height: 22px;}

/*============================
FOOTER
============================*/

.scrolls {width:100%;float:left;background:#004ece;padding:10px 0;}

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

.footers {background:#1a1a1a url("../siteart/greystripes.jpg");background-size:cover;width:100%;float:left;}

.footnav {width:100%;float:left;border-bottom:1px solid #aaa;}
.footnav ul {width:100%;float:left;}
.footnav ul li {float:left;}
.footnav ul li a {color:#fff;text-transform:uppercase;font-size:16px;letter-spacing:3px;text-decoration:none;padding:40px 30px;float:left;font-family: 'Open Sans', sans-serif;}
.footnavwrap {width:95%;margin:0 auto;max-width:810px;}

.footnav ul li a:hover {background:#004ece;}

.footlogo {width:100%;float:left;margin:40px 0;}
.footlogo img {width:95%;margin:0 auto;display:block;max-width:300px;}
.bottomfoot {width:100%;float:left;background:#272727;padding:15px 2.5%;box-sizing:border-box;}
.bottomfoot p {width:50%;float:left;color:#aaa;text-transform:uppercase;font-size:10px;font-weight:500;letter-spacing:2px;}

/*============================
SUB PAGES
============================*/

.submain {width:100%;float:left;padding:50px 0;}

.subtitle {width:100%;float:left;background:url("../siteart/wheat.jpg");background-size:cover;background-attachment:fixed;}
.subtitle h1, .subtitle .h1 {width:100%;float:left;text-align:center;color:#000;padding:50px 0;background:rgba(255,255,255,0.60);font-size:50px;letter-spacing:5px;}

/*==================================
FORMS
==================================*/

#quotes {
width:100%;
display:block;
margin:20px auto;
font-size:16px;
color:#000;
}

#quotes tbody {width:100%;float:left;}

#quotes tr {
width:50%;
float:left;
padding:7px;
box-sizing:border-box;
}


#quotes td {
width:100%;
float:left;
font-size:14px;
}

#quotes td p {
font-size:14px;	
}


.fulltd2 {
width:100%!important;
float:none!important;
max-width:500px!important;
display:block!important;
margin:0 auto!important;	
}



#quotes input {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
	font-weight:300;
	color:#000;
	font-size:12px;
}

#quotes textarea {
	padding:12px 10px;
	border:1px solid #b4b4b4;
	font-weight:300;
	color:#000;
	font-size:12px;
	background:#fff;
	box-sizing:border-box;
}

#quotes .CaptchaMessagePanel {
color:#000;
}

#quotes .CaptchaWhatsThisPanel a {
color:#000;	
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#quotes select {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
	font-weight:300;
	color:#000;
	font-size:12px;
	width:100%;
	-webkit-appearance: none;
}
   
#quotes input  {
    width:100%;
}
 
#quotes input.larger  {
    width:100%;
}

#quotes textarea {
    width:100%;
    height:85px;
}


#quotes input.checkbox {
    padding:0; 
    border:0;
    margin:5px 10px 5px 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#quotes p {
	text-align:left;
	
	width:auto;
}

#quotes input.radio {
    padding:0; 
    border:0;
    margin:0 3px 0 15px;
    width:15px;
    height:15px;
    display:inline;
 }

#quotes input.radio:focus,
#quotes input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 

#quotes input.button,
#quotes input.button:focus {
    width:300px; 
    margin:0;
    padding:20px 5px;
    background:#000;
	 font-weight:600;
	 font-size:14px;
	text-transform:uppercase;
	border-radius:0px;
	border-bottom:none!important;
	line-height:14px;
	letter-spacing:2px;
	text-align:center;
	border:0!important;
    color:#fff;
	margin-top:10px;
	-webkit-appearance: none;
}
#quotes input.button:hover {
	background:#aaa;
}

#quotes label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#quotes label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 
#quotes .fulltd {
width:100%!important;
margin-right:0;	
}



/*==============================================
================================================
RESPONSIVE
================================================
==============================================*/



@media screen and (max-width: 1465px) { 
	#overlayleft {padding:150px 2.5% 200px 2.5%;}
	.firstslide {background-position:center right;}
}



@media screen and (max-width: 1400px) { 

	.mainlogo {width:300px;}
	.mainlogo img {padding:30px 20px;}
	.greyangle {border-top:107px solid #ddd;border-right:50px solid transparent;}
	
	.headright {width:calc(100% - 300px);}

}


@media screen and (max-width: 1015px) { 
	.mainlogo {width:250px;margin-bottom:-17px;}
	.mainlogo img {width:calc(100% - 50px);padding:25px 20px;}
	.greyangle {border-top:97px solid #ddd;}
	.headright {width:calc(100% - 250px);}
}

@media screen and (max-width: 975px) { 
	.welcomes h1 {font-size:35px;}
	.leftshape {border-bottom:55px solid transparent}
	.rightshape {border-top:55px solid transparent;}
}


@media screen and (max-width: 865px) { 
	.footnavwrap {max-width:600px;}
	.footnav ul li a {font-size:14px;letter-spacing:2px;padding:35px 17px;}

}


@media screen and (max-width: 800px) { 
	#overlayleft h3 {text-align:center;font-weight:600;}
	#overlayleft h2 {text-align:center;font-size:45px;text-shadow:1px 1px 5px #000;}
	#overlayleft h3 a {float:none;margin:0 auto;display:block;}
	
	#overlayleft {padding:120px 2.5% 120px 2.5%;background:rgba(255,255,255,0.30)}
	
	.welcomes h1 {font-size:25px;height:55px;padding-top:15px;box-sizing:border-box;}
	.welcomes h3 {font-size:18px;}
}

@media screen and (max-width: 720px) {  
	.forminput {width:100%;padding:5px 10px}
	#formsubmit {padding-top:5px;}
}

@media screen and (max-width: 642px) { 
	.welcomes h1 {height:77px}
	.leftshape {border-bottom:77px solid transparent}
	.rightshape {border-top:77px solid transparent;}
	
	.footnavwrap {max-width:400px;}
	.footnav ul li a {font-size:12px;letter-spacing:0px;padding:20px 10px;}
	
	#quotes tr {width:100%;}
}

@media screen and (max-width: 500px) {  
	.searchoverlay h2 {font-size:25px;}
	.bottomfoot p {width:100%;text-align:center!important;padding:5px 0;}
	
	.footnav ul li {width:33.33%;float:left;text-align:center;}
	.footnav ul li a {width:100%;text-align:center;padding:18px 0;}
	
	.subtitle h1, .subtitle .h1 {font-size:40px;}
	.subtitle {background-size:cover;background-attachment:scroll;}
	
}
@media screen and (max-width: 340px) {  
	.mainlogo img {padding:25px 0 25px 10px;}
	.mainlogo {width:180px}
	.greyangle {border-top:86px solid #ddd;}
	.headright {width:calc(100% - 180px);}
	
	#overlayleft {padding:50px 2.5%;}
	#overlayleft h2 {font-size:35px;}
	.searchoverlay h2 {font-size:20px;}
	
	.welcomes h1 {font-size:18px;width:calc(100% - 40px)!important;height:68px;}
	
	.rightshape {border-left:20px solid #004ece;border-top:68px solid transparent;}
	.leftshape {border-right:20px solid #004ece;border-bottom:68px solid transparent;}
	.footlogo img {max-width:200px;}
	
	.bottomfoot p {font-size:8px;letter-spacing:1px;}
	
}
