  
/* #MicroReset
================================================== */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

html{font-size:62.5%}
body{background:white;font-family:"Open Sans", open_sansregular, "Helvetica Neue","HelveticaNeue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:14px;font-size:1.4rem;line-height:1;color:#111;position:relative;-webkit-font-smoothing:antialiased; overflow-x:hidden;}

/* #Links
================================================== */
a{  
	color: #111;
	text-decoration: none; 
	line-height:inherit;
	-webkit-transition: color .6s ease-in;
	-moz-transition: color .6s ease-in;
	-o-transition: color .6s ease-in;
	transition: color .6s ease-in;
	}
	
a:hover{color: #186b81;text-decoration: none;}

a:focus{color:#c93f4c;outline:0}
p a,p a:visited{line-height:inherit}

/* #Text Positioning and Common Floats
================================================== */
.text-left{text-align:left}
.text-right{text-align:right}
.text-center{text-align:center}
.hide{display:none}
.highlight{background:#c33}
.left{float:left}
.right{float:right}
.centered{
	margin: 0 auto;
	text-align: center;
	width: auto;
	display: inline-box;
	border: 0;
}




/* #Font sizes and some other generals
================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{margin:0;padding:0;font-size:14px}
p{font-size:14px;line-height:1.6;margin-bottom:17px}
p.lead{font-size:17.5px;line-height:1.6;margin-bottom:17px}
p img.left,p img{margin:17px;margin-left:0}
p img.right{margin:17px;margin-right:0}
h1,h2,h3,h4,h5,h6{text-rendering:optimizeLegibility;line-height:1.1;margin-bottom:14px;margin-top:14px}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:60%;color:#888;line-height:0}
h2,h3{font-weight:100;font-family:"Open Sans",open_sansregular, "Helvetica Neue","HelveticaNeue",Helvetica,Arial,"Lucida Grande",sans-serif}
h4,h5,h6{font-weight:600;font-family:"Open Sans",open_sansregular, "Helvetica Neue","HelveticaNeue",Helvetica,Arial,"Lucida Grande",sans-serif}
h1{font-family: "Helvetica Neue", Helvetica, arial, sans-serif; font-size:6em; font-weight:500}
h2{font-size:2.7em}
h3{font-size:2em}
h4{font-size:1.7em}
h5{font-size:1em}
h6{font-size:1em}
hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:22px 0 21px;height:0}
.subheader{line-height:1.3;color:#777;font-weight:300;margin-bottom:17px}
strong,b{font-weight:bold;line-height:inherit}
em{color: #258ca8;font-style:normal;font-weight:700;}
ul,ol{font-size:14px;line-height:1.6;margin-bottom:17px;list-style-position:inside}
blockquote,blockquote p{
	line-height:1.4;
	color:#444; 
	font-size: 1.1em; 
	font-style: oblique; 
	}
blockquote cite{display:block;font-size:13px;color:#555}
blockquote cite:before{content:"\2014 \0020"}
blockquote cite a,blockquote cite a:visited{color:#555}

hr{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

/* #Pseudo Selection 
================================================== */
*::selection{background: #de513a;color: white;text-shadow: none;}


/* Apply to make images fade on hover all sexy like
================================================== */
.fadeimg {
	opacity: 1;
	-webkit-transition: opacity ease-out 500ms;
	-moz-transition: opacity ease-out 500ms;
	-o-transition: opacity ease-out 500ms;
	transition: opacity ease-out 500ms;
}

.fadeimg:hover {
	opacity: .4;
	-webkit-transition: opacity ease-in .8s;
	-moz-transition: opacity ease-in .8s;
	-o-transition: opacity ease-in .8s;
	transition: opacity ease-in .8s;
}

/* A bit of box shadow
================================================== */
.boximg{
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	border: 0; 	
}

div.panel {
	background: white;
	border: 0px !important;
	margin: 0 0 22px 0;
	padding: 20px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	max-width: 340px;
}

.ie8 div.panel{
	border: 1px solid #999;
}

/* Custom Fonts
================================================== */




@font-face {
  font-family: 'PTSRegular';
  src: url('../fonts/PTN57F-webfont.eot');
  src: url('../fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTN57F-webfont.woff') format('woff'), url('../fonts/PTN57F-webfont.ttf') format('truetype'), url('../fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  
}

@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/Nexa_Free_Bold-webfont.eot');
    src: url('../fonts/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nexa_Free_Bold-webfont.woff') format('woff'),
         url('../fonts/Nexa_Free_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




h1 {
  font-family: 'PTSRegular', ariel, verdana, sans-serif;
  color: #F1FBFF;
  font-size: 1.5em;
  letter-spacing:.1em;
}

h2 {
  font-family: 'PTSRegular', ariel, verdana, sans-serif;
  color: #313d48;
  font-size: 1.5em;
  letter-spacing: .1em;
  margin: 0 0 20px 0;
}

h3 {
  font-family: 'PTSRegular', ariel, verdana, sans-serif;
  color: #313d48;
  font-size: 1.5em;
  letter-spacing: .1em;
  margin: 0 0 20px 0;
}

h4 {
  font-family: 'PTSRegular', ariel, verdana, sans-serif;
  color: #313d48;
  font-size: 1.5em;
  letter-spacing: .1em;
  margin: 0 0 20px 0;
}

p {
  font-family: 'PTSRegular', georgia, serif;
  color: #52687c;
  font-size: 1.2em;
  line-height: 1.5em;
}





/* Page Specific Styles - Here We Go!
==================================================*/

body{
	background: #f3f3f3 url("../img/bg-noise.jpg") repeat center top;
	}

.push-top{
    margin-top:32px;
}

.pull-top{
	margin-top:-48px;
}

header#header.info{
	display: none;
}

.wufoo{
	margin-top:25px;
}

.address{
	margin-top: 45px;
}

.info h2{
	display: none !important;
}






/* Masthead and Headers Section 
==================================================*/
#masthead{
	background:#3491af url('../img/hero.jpg') repeat;
	/*background: url('../img/hero-fullbg.jpg') repeat-x center top;*/
	z-index: -1;
	padding-top: px !important;
	min-height: 550px;
	background-attachment: scroll;
	vertical-align: top;
	margin-bottom:20px;
	
}

#headers{
	background:#3491af url('../img/herobg2.jpg') repeat;
	z-index: -1;
	padding-top: px !important;
	min-height: 200px;
	background-attachment: scroll;
	vertical-align: top;
	border-bottom: 2px groove white;
}

.pagetitle{
	color: #fff;
	font-size: 3.4em;
	text-shadow: -1px 1px 0px #3a5f6c;
	padding-top: 20px;
}



/* Navigation
==================================================*/

.navbar-inner {
	min-height: 67px;
	padding-top: 10px;
	font-size: 3em !important;
}
.navbar .navbar-inner .nav {
	float: right;
}

@media only screen and (max-width: 767px) { 
.navbar .navbar-inner .nav {float: none;}}

.navbar .nav > li > a {
	font-size: 1.2em !important;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
	color: #fff;
	font-weight: 500;
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
	letter-spacing: .5px;
	margin-top: 5px;
	padding-right: 4px;
	text-transform: uppercase;
	 
}

#logo{
	background: transparent url('../img/logo.png') no-repeat left top;
	background-size: 90%;
	height: 75px;
	width: 140px;
	display: block;
	text-indent: -9999px;
	float: left;
	opacity: 1;
	-webkit-transition: opacity ease-out 500ms;
	-moz-transition: opacity ease-out 500ms;
	-o-transition: opacity ease-out 500ms;
	transition: opacity ease-out 500ms;
}

#logo:hover {
	opacity: .5;
	-webkit-transition: opacity ease-in .8s;
	-moz-transition: opacity ease-in .8s;
	-o-transition: opacity ease-in .8s;
	transition: opacity ease-in .8s;
}

.navbar-inner{
	box-shadow: 0px 0px px #000 !important;
	 
	
}

/* Hero-Section
==================================================*/


#hero-section{
    box-shadox: inset 0px 0px 1000px rgba(0,0,0,0.9) !important;
	padding-top: 90px;
	border-bottom: 11px solid #ddd;
	background-attachment: scroll;
	min-height: 530px;
}

#hero-section h1{
	font-family:  'PTSRegular', "Helvetica Neue", Helvetica, arial, sans-serif;
	color: #fff;
	padding: .2em;
	text-shadow: 0px 0px 6px #295659, -1px 1px 3px #000;
	letter-spacing: 1px;
	font-size: 3em !important;
    background-color:rgba(0,0,0,0.5);
    border-radius:2px;
    
		
}

/* Footer Section
==================================================*/

footer{
	background: #111;
	border-radius: 5px 5px 0 0;
	padding-top: 5px;
}
footer a{
	color: #777;
}

footer a:hover{
	color: #258ca8;
}

footer p{
	color: #999;
	text-shadow: -1px 1px 0px #000;
}








/* Form Elements - Needs some help.. Responsive is a bit buggy on the size down.
==================================================*/
footer input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea{
	background: #444;
	height: 45px;
	border: none;
	color: #000 !important;
	width: 350px;
	float: left;
}


/* Le Media Queries
==================================================*/


/*  Large       min width original 767px
================================================== */
 @media only screen and (max-width: 1140px) and (min-width: 769px) { 

.row{padding: 0 60px;}

#hero-section h1{
	padding-top: 0px;
	margin-top: -30px;
}

#hero-section h2{
	padding-top: 0px;
	font-size: 2em;
	font-size: 2em !important;
}

#hero-section p{
	font-size: 1.3em;
	line-height: 20px;
}


}

/*ipad specific - to fix image rescale problem and positioning*/


@media only screen and (min-width: 768px) and (max-width: 1024px){
	
	.push-top{
    	margin-top:-5px;
}

	.pull-top{
		margin-top:-500px;
	}

}

}


/*  Medium  max width original 767px
================================================== */
@media only screen and (max-width: 767px) { 

.center-on-small{text-align: center; margin:  0 auto; display: block;}

body{overflow-x:hidden;}

p{text-align: justify;}
h1, h2{text-align: justify;}


#logo img {
margin: 0 auto;
text-align: center;
margin-left: 10%;
margin-bottom: 30px;
}


#masthead{
	background:#3491af url('../img/hero-medium.jpg') repeat;
	/*background: url('../img/hero-fullbg.jpg') repeat-x center top;*/
	z-index: -1;
	padding-top: px !important;
	min-height: 550px;
	background-attachment: scroll;
	vertical-align: top;
	margin-bottom:20px;
	
}


#hero-section h1{
padding-top: 50px;
font-size: 3em !important;
}


#hero-section h2{
font-size: 2em;
}


#services-section *{
	text-align: center;
	display: block;
	margin: 0 auto;
	
}

img{
	min-width:170px !important;
	min-height:128px !important;
}

.panel{
	margin-bottom: 20px !important;
}


footer h3{
	text-align: center;
	
}
.footernav li{
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 3px;	
}

#footer .row{
	margin: 0 auto; 
	text-align: center; 
	max-width: 420px;
}


#footer-section textarea{
	max-width: 250px !important;
}


.pull-top{
	margin-top:-48px;
}

}


/*  SMALL
================================================== */
@media only screen and (max-width: 500px) { 

body, html{overflow-x:hidden;}

#nav-div li{
	font-size: .8em !important;
	padding: 6px;
}
	
#hero-section{
	padding-top: 0px !important;
	max-height: 950px;
}
	
p{text-align:justify;
}

#masthead{
	background:#3491af url('../img/hero-small.jpg') repeat;
	/*background: url('../img/hero-fullbg.jpg') repeat-x center top;*/
	z-index: -1;
	padding-top: px !important;
	min-height: 550px;
	background-attachment: scroll;
	vertical-align: top;
	margin-bottom:20px;
	
}

.pull-top{
	margin-top: 0px;
}





