/* ==========================================================================
   Author's custom styles
   ========================================================================== */

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

}


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

}


/* ==========================================================================
   Mobile < 768 styles
   ========================================================================== */

html {
	position: relative;
	min-height: 100%;
}

body {
	font-size:17px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	/* -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	/* Margin bottom by footer height */
	margin-bottom: 350px;
}

h1 {
	font-family: 'helvetica_lt_stdlight';
	color: #008ccc;
	line-height:1.3;
	font-size: 21px;
	width:100%;
	margin-left:0px;
	margin-top:30px;
}

h2 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #008ccc;
	font-weight: normal;
	line-height:1.3;
	font-size: 21px;
}

h3 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333333;
	font-weight: normal;
	line-height:1.3;
	font-size: 18px;
}

p {
margin: 0 0 14px;
}

li {
	font-size: 14px;
}
	

/* Head styles
-------------------------------------------------- */

#logo {
	top: 10px;
	left: 15px;
	width: 200px;
	height: 75px;
}

#logo img {
	width: 100%;
}

.navbar {
	min-height: 0px;
	margin-bottom: 0;
}

#phoneNumber {
	position: absolute;
	right: initial;
	text-align: left;
	top: 55px;
	left:14px;
}

#phoneNumber p {
	color: #333;
	font-size: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: normal;
}

#phoneNumber span {
	font-size: 18px;
	font-weight: bold;
	padding-left: 0px;
}

/* Social icon
------------------------------------------------- */

.social {
	background:url(../images/sprite.png) no-repeat 0 0;
	width:135px;
	height:38px;
	position:absolute;
	right:initial;
	margin:5px 0px;
}


/* Main Navigation styles
-------------------------------------------------- */

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #00aaf8;
}

.navbar-toggle {
	background-color: #f16935;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}

.navbar-default .navbar-toggle {
border-color: transparent;
}

.navbar-right {
margin-right: 0px;
}


/* Main Body styles
-------------------------------------------------- */

.subpageHeader {
	margin-top: 0px;
}

.subpageHeader .container {
		background-color:#2d86bc;
}

.subpageHeader #here-text{
	width: 400px;
	height: 250px;
}

.subpageHeader #hero-img{
	display: none;
	position: absolute;
    right: 15px;
}

.line-bottom {
	border-bottom: 1px solid black;
	margin-bottom: 15px;
}

/* Form styles
-------------------------------------------------- */

form {
	background-color:#e6f6fd;
	border:thin solid #ccc;
	padding:25px;
}

.form-horizontal .checkbox {
	margin-bottom:15px;
}

.error {
	color:#f00;
	visibility:hidden;
	font-weight:bold;
}

.requiredtext {
	color:#f00;
	font-weight:bold;
}

.btn-primary, .btn-default {
	font-size: 15px;
}

.form-group.extra,
.checkbox.extra {
	margin-bottom:34px;
}

.form-horizontal .form-group.submitbtn {
	margin-left:auto;
	margin-right:auto;
	width:200px;
}

.emaildisclaimer {
	padding:15px;
}


/* Footer styles
-------------------------------------------------- */

#footer-links {
	margin: 20px 0 0 0;
	float: left;
}

.container .credit {
	margin: 20px 0 0 0;
	clear: both;
}

footer li > a {
	margin: 0px;
}

footer li > a + a {
	margin: 0 0 0 10px;
}


/* ==========================================================================
   768 - 992 custom styles
   ========================================================================== */

@media (min-width: 768px) {
	
	body {
		font-size: 15px;
		line-height: 1.5;
	}
	
	h1 {
		font-size: 27px;
		
    }

	h2 {
		font-size: 23px;
	}

	h3 {
		font-size: 20px;
	}
	
		
	/* Head styles
	-------------------------------------------------- */

	#logo {
		top: 20px;
		left: 0px;
		width: 225px;
		height: 52px;
	  }
	
	.navbar {
		height: 0px;
		min-height: 0px;
		margin-bottom: 0px;
	}
	
	#phoneNumber {
		top:23px;
		text-align:right;
		right:16px;
		left:initial;
	}
	
	.social {
		right:0px;
	}
	
	/* Main Navigation styles
	-------------------------------------------------- */
	
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	
	
	/* Top Right Navigation styles
	-------------------------------------------------- */
	
	.navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 7px;
	}
	
	.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	}
	
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #ffffff;
	background-color: #f16935;
	}
	
	/* Main Body styles
	-------------------------------------------------- */
	
	.navbar-default {
		background-color: transparent;
		border: none;
	}

	.subpageHeader {
		margin: 75px 0px 0px;
	}

	.container {
	    /* width: 750px; */
		
	    /* padding-right: 0px; */
		
	    /* padding-left: 0px; */
	}	

	.subpageHeader .container {
		background-color:transparent;
	}
	
	.subpageHeader #hero-text {
		height: 131px;
		width: 100%;
	}

	.subpageHeader #hero-img {
		display: block;
		width: 315px;
		height: 131px;
	}
	
	
	/* Button styles
	-------------------------------------------------- */
	
	.btn-primary, .btn-default {
		font-size: 16px;
	}
	
	
	/* Footer styles
	-------------------------------------------------- */

	.container .credit {
		margin: 20px 0 0 0;
	}
	
	.container .credit {
		float: left;
	}
	

}

/* ==========================================================================
   992+  custom styles
   ========================================================================== */

@media (min-width: 992px) {
	
	body {
		font-size: 16px;
		line-height: 1.6;
	}
	
	h1 {
		font-size: 31px;
		
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}
	
	li {
		font-size: 16px;
	}
	
	
	/* Head styles
	-------------------------------------------------- */


	#logo {
		top: 20px;
		left: 0px;
		width: 262px;
		height: 60px;
	  }
	
	.navbar {
		height: 0px;
		min-height: 0px;
	}
	
	#phoneNumber {
		top:30px;
	}
	
	/* Main Navigation styles
	-------------------------------------------------- */
	
	.dropdown-menu {
		top: 38px;
	}
	
	.dropdown-menu>li>a{
		font-size: 16px;
	}
	
	
	/* Top Right Navigation styles
	-------------------------------------------------- */
	
	.navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 7px;
	}
	
	.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	}
	
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #ffffff;
	background-color: #f16935;
	}

	/* Main Body styles
	-------------------------------------------------- */
	
	.subpageHeader {
		margin: 75px 0 10px;
	}
	
	.subpageHeader #hero-text {
		width: 100%;
		height: 172px;
	}
	
	.subpageHeader #hero-img {
		display: block;
		width: 415px;
		height: 172px;
	}
	
}

@media (min-width: 1200px){
	.container {
		width: 992px;
	}
}


/* ==========================================================================
   Static custom styles
   ========================================================================== */


/* Head styles
-------------------------------------------------- */

#logo {
	position: relative;
}

.navbar .container {
	position: relative;
}

/* Main Navigation styles
-------------------------------------------------- */

.dropdown-menu > a {
	display: inline;
	position: relative;
	color: #ffffff;
	background-color: #013ca6;
	font-size: 18px;
	padding: 6px 24px;
	text-decoration: none;
}


/* Main Body styles
-------------------------------------------------- */



a { 
	outline: none!important;
}

.subpageHeader  #hero-img {
		overflow:hidden;
}

.subpageHeader  #hero-text {
	padding-right: 15px;
	background-color: #008ccc;
}

.subpageHeader #hero-img img {
	max-width:100%;
}

.subpageHeader .container {
	max-width: 100%;
	position: relative;
}

/* Button styles
-------------------------------------------------- */

.btn {
	font-family: 'helvetica_lt_stdregular';
	display: inline-block;
	padding: 0px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn-primary {
	color: #ffffff;
    background-color: #fa741a;
    border-color: #fa741a;
    margin-top: 17px;
    margin-right: 10px;
    padding: 10px 25px 8px;
    margin-bottom: 12px;
	width:200px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #008ccc;
	border-color: #008ccc;
}

.btn:focus, .btn:active:focus, .btn-default:focus,.btn.active:focus, .btn:active, .btn.active {
	outline: none;
	outline-offset: 0;
	box-shadow: none;
}

.btn-lg {
    border-radius: 6px;
    line-height: 1.33;
    text-decoration: none
}

.btn-bucket {
	background: url(../images/btn-lm.png) no-repeat right;
	padding: 0 28px 0 0;
}

.btn-bucket:hover {
	background: url(../images//btn-lmOv.png) no-repeat right;
	padding: 0 28px 0 0;
	color: #008ccc;
}

.btn-default {
	color: #f16935;
	border: 0;
}

a::-moz-focus-inner {
  border: 0;
}

input, button, select, textarea {
	outline: none;
}


/* Sticky footer styles
-------------------------------------------------- */

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	/* Set the fixed height of the footer here */
	background-color: #728393;
	margin-top: 26px;
	font-size:15px;
}

footer .container {
	padding-bottom:20px;
}

.disclaimer {
	padding:20px 0px;
	background-color: #e9e9e9;
	margin-left:-15px;
	margin-right:-15px;
}

.disclaimer > div > div {
	overflow-y: scroll;
	height: 100px;
	border: 1px solid #fff;
	padding: 10px;
	background-color:#e9e9e9;
	font-family:'helvetica_lt_stdlight', Helvetica, Arial, sans-serif;
	color:#000000;
}

.footer {
	padding:20px 0px;
}

#footer-links {
	margin:0 0 15px 0;
}

#footer-links ul {
	padding: 0;
	margin: 0;
}

footer li {
	display: inline-block;
	position: relative;
	margin-right: 24px;
	background: none;
	padding: 0;
	font-size:15px;
}

footer li > a {
	color: #ffffff;
	text-decoration: none;
}

footer li > a:hover {
	color: #ffffff;
	text-decoration: underline;
}
