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

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


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

@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;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../styles/fonts/glyphicons-halflings-regular.eot');
	src: url('../styles/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../styles/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../styles/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../styles/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


body {
	font-size: 15px;
	font-family: arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


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

h1, .h1 {
	font-size: 28px;
	margin-top: 20px;
}

h2, .h2 {
	font-size: 20px;
}

h2 span, .h2 span {
	font-size: 16px;
	color: #525050;
}

h3, .h3 {
	font-size: 18px;
}

p {
	margin: 0 0 14px;
}

li {
	font-size: 14px;
}


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

.search {
}

#loginBtn {
	font-size: 18px;
	width: 144px;
	height: 33px;
	padding: 7px 0 0 0 !important;
	margin: 0 0 0 0;
	text-align: center;
}

#logo {
	top: 6px;
	left: 15px;
	width: 152px;
	height: 36px;
}

#logo img {
	width: 100%;
}

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

.search {
	width: 199px;
}

.searchfield {
	width: 165px;
}

#phoneNumber {
	display: none;
}

/* Main Navigation styles
-------------------------------------------------- */
#nav {
	margin: 0 -15px;
}

#nav > li {
	display: block;
	margin: 0;
	position: relative;
	font-size: 15px;
}

.nav li {
	background: none;
	padding-left: 0;
	font-size: 15px;
}

.nav .social {
	padding-left: 8px;
	display: inline-block;
}

#nav > li > a {
	color: #393939;
	padding-bottom: 7px;
	position: relative;
	display: block;
	padding: 10px 15px;
}

#nav > li > a:hover {
	color: #ffffff;
	background-color: #f16935;
	text-decoration: none;
}

#nav > li > a:focus {
	background: #f5f5f5;
	color: #393939;
	text-decoration: none;
}

#nav > li+li+li+li+li {
	padding: 0 0 0 18px;
}

.dropdown-menu {
	position: relative;
	top: 100%;
	left: 0;
	display: none;
	float: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: none;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-clip: initial;
}

.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;
}

/* Top Right Navigation styles
-------------------------------------------------- */

.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
}

.navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 7px;
}

.navbar-default .navbar-nav>li>a {
	color: #393939;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #ffffff;
	background-color: #f16935;
}

.navbar-default {
	background-color: transparent;
}

.navbar-right .dropdown-menu {
	top: 35px;
}

.navbar-right .dropdown-menu > li > a {
	font-size: 14px;
}

/* Left Navigation styles
-------------------------------------------------- */

#navLeft {
	display: none;
}


/* Social Nav Icons main */

.social + .social + .social {
	display: none;
}

.social a {
	width: 23px;
	height: 23px;
	padding-right: 6px;
}

.social {
	border-left: 0px;
}

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

.jumbotron, .subpageHeader {
	margin-top: 0px;
}

.jumbotron .container {
	background-color: #008ccc;
}

.subpageHeader .container {
	background-color: #008ccc;
}

.jumbotron #hero-text {
/*width: 400px;*/
/* height: 250px; */
}

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

.jumbotron #hero-img {
	display: none;
}

.jumbotron h1, .subpageHeader .h1 {
	font-size: 28px;
}

.subpageHeader .h1 {
	margin-bottom: 20px;
}


.jumbotron p, .subpageHeader p {
	line-height: 1.4;
}

.jumbotron p {
	font-size: 17px;
}

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

/* Table styles
-------------------------------------------------- */


td {
	vertical-align: top;
	padding: 10px;
	font-size: 1em;
	font-family: Helvetica, Arial,sans-serif;
}

td h3 {
	color: #373737;
	text-indent: 0;
	margin-top: 0;
}


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

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

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

footer {
	font-size: 11px;
}

#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;
}


@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.container .jumbotron {
		padding-right: 60px;
		padding-left: 60px;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}

}

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

@media (min-width: 768px) {

	body {
		font-size: 15px;
		line-height: 1.5;
	}

	h1, .h1 {
		font-size: 30px;
		margin-top: 0;
	}

	h2, .h2 {
		font-size: 22px;
	}
	
	h2 span, .h2 span {
		font-size: 18px;
		color: #525050;
	}


	h3, .h3 {
		font-size: 20px;
	}

	li {
		font-size: 15px;
	}


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

.search {
	position: absolute;
}

#loginBtn {
	font-size: 18px;
	width: 144px;
	height: 33px;
	padding: 7px 0 0 0 !important;
	margin: 0 0 0 0;
	text-align: center;
}

#logo {
	top: 75px;
	left: 0px;
	width: 230px;
	height: 55px;
}

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

.search {
	width: 199px;
	top: 166px;
	right: 15px;
	position: absolute;
}

.searchfield {
	width: 165px;
}

#phoneNumber {
	display: block;
}

/* Main Navigation styles
-------------------------------------------------- */
#nav {
	top: 170px;
	position: absolute;
	margin: 0;
}

#nav > li {
	display: inline-block;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
	font-size: 15px;
	float: left;
}

#nav > li + li +li + li a {
	border-right: 1px solid #e2e2e2;
}

#nav > li > a {
	padding: 3px 24px;
	color: #393939;
	border-left: 1px solid #e2e2e2;
}

#nav > li > a:hover {
	color: #008ccc;
	background-color: transparent;
	text-decoration: none;
}

#nav > li > a:focus {
	background: none;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.social .dropdown-menu {
	top: 35px;
	border-top: 0px;
}

.dropdown-menu {
	position: absolute;
	top: 39px;
	left: 0;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-clip: initial;
	border-right: 1px solid #d3d3d4;
	border-left: 1px solid #d3d3d4;
	border-bottom: 1px solid #d3d3d4;
	border-top: 1px solid #d3d3d4;
}

.dropdown-menu>li {
	padding: 5px !important;
}

.dropdown-menu>li>a {
	color: #5a5a5a;
	margin: 0;
	padding: 5px;
	padding: 8px 17px;
	font-size: 14px;
	border: 0 !important;
}

.dropdown-menu>li>a:hover {
	background: #c4e9ff;
}


/* 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;
}


/* Left Navigation styles
-------------------------------------------------- */

#navLeft {
	display: block;
}

#navLeft ul {
	margin: 0;
	padding: 0;
	width: 160px;
}

#navLeft li {
	width: 160px;
	margin: 0;
	line-height: 22px;
	font-size: 15px;
}

#navLeft li a {
	padding: 10px 0 10px 0px;
}

#navLeft li a:hover {
	color: #008ccc;
}

#navLeft ul ul {
	margin: 0 0 0px 0;
}

#navLeft ul ul li {
	padding: 0;
	font-size: 1.0em;
}

#navLeft ul ul li a {
	padding: 7px 0 7px 11px;
	font-size: 14px;
}

/* Social Nav Icons main */

.social {
	border-left: 1px solid #00a5f1;
}


#nav .social {
	display: block
}

.social + .social + .social {
	display: block;
}

.social a {
	width: 100%;
	height: 22px;
	margin: 7px 0 0 5px;
	background-repeat: no-repeat;
}

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

.navbar-default {
	background-color: #008ccc;
	border: none;
}

.jumbotron, .subpageHeader {
	margin: 133px 0 30px;
}

.jumbotron .container {
	background-color: transparent;
}

.container {
/* width: 750px; */

/* padding-right: 0px; */

/* padding-left: 0px; */
}
.jumbotron #hero-text {
	display: none;
	width: 422px;
	height: 250px;
}

.jumbotron #hero-img {
	display: block;
	width: 750px;
}

.jumbotron h1 , .subpageHeader h1 {
	font-size: 28px;
	margin-left: 20px;
	margin-top: 20px;
}

.jumbotron p {
	line-height: 1.4;
	margin-left: 20px;
	font-size: 17px;
}

.subpageHeader .h1 {
	margin-top: 27px;
	font-size: 34px;
	margin-left: 25px;
}

.subpageHeader .container {
	background-color: transparent;
}

.subpageHeader #hero-text {
	height: 91px;
	width: 100%;
}

.subpageHeader #hero-img {
	display: block;
	width: 315px;
	height: 91px;
}

/* Table styles
-------------------------------------------------- */


td {
	vertical-align: top;
	padding: 18px;
	font-family: Helvetica, Arial,sans-serif;
}

td h3 {
	color: #373737;
	text-indent: 0;
}


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

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



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

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

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

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

.container .credit {
	float: left;
}

footer {
	font-size: 11px;
}

}

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

@media (min-width: 992px) {

	body {
		font-size: 16px;
		line-height: 1.6;
	}

	h1, .h1 {
		font-size: 32px;
	}

	h2, .h2 {
		font-size: 24px;
	}
	
	h2 span, .h2 span {
		font-size: 19px;
		color: #525050;
	}

	h3, .h3 {
		font-size: 20px;
	}

	li {
		font-size: 16px;
	}

	#navLeft {
		width: 19%;
	}

	#contentCol {
		width: 57%;
	}

	#calloutCol {
		width: 24%;
	}

	.col-sm-9#contentCol {
		width: 81%;
	}


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

.search {
	position: absolute;
}



#loginBtn {
	font-size: 18px;
	width: 144px;
	height: 33px;
	padding: 7px 0 0 0 !important;
	margin: 0 0 0 0;
	text-align: center;
}


#logo {
	top: 85px;
	left: 0px;
	width: 260px;
	height: 60px;
}

.navbar {
	height: 35px;
	min-height: 35px;
}

/* Main Navigation styles
-------------------------------------------------- */
#nav {
	top: 181px;
	position: absolute;
	margin: 0;
}

#nav > li {
	display: inline-block;
	margin: 0;
	position: relative;
	font-size: 18px;
	padding-bottom: 10px;
	float: left;
}

#nav > li > a {
	padding: 0px;
	color: #393939;
	padding: 3px 24px;
}

#nav > li > a:focus {
	background: none;
}

#nav > li+li+li+li+li {
	padding: 0 0 0 18px;
}

.dropdown-menu {
	top: 38px;
}

.dropdown-menu>li>a {
	font-size: 16px;
}

.search {
	width: 222px;
	margin: 0px 0 0 0;
	top: 176px;
	right: 10px;
}

.searchfield {
	width: 185px;
}

/* 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;
}


/* Left Navigation styles
-------------------------------------------------- */

#navLeft ul {
	margin: 0;
	padding: 0;
	width: 160px;
}

#navLeft li {
	width: 160px;
	margin: 0;
	line-height: 22px;
	font-size: 16px;
}

#navLeft li a {
	padding: 10px 0 10px 0px;
}

#navLeft li a:hover {
	color: #008ccc;
}

#navLeft ul ul {
	margin: 0 0 0px 0;
}

#navLeft ul ul li {
	padding: 0;
	font-size: 1.0em;
}

#navLeft ul ul li a {
	padding: 7px 0 7px 11px;
	font-size: 15px;
}

/* Social Nav Icons 992 */

.social a {
	width: 100%;
	height: 23px;
	margin: 6px 0 0 5px;
	background-repeat: no-repeat;
}

.social .dropdown-menu li {
	background: none;
	padding: 5px;
	margin: 0 10px;
}

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

.jumbotron {
	margin-top: 151px;
}

.jumbotron #hero-text {
	width: 555px;
	height: 333px;
}

.jumbotron #hero-img {
	width: 970px;
	height: 332px;
}

.jumbotron h1 {
	font-size: 44px;
	color: #ffffff;
	margin-left: 26px;
}

.jumbotron p {
	line-height: 1.4;
	margin-left: 26px;
}

.subpageHeader {
	margin: 186px 0 40px;
}

.subpageHeader #hero-text {
	width: 100%;
	height: 120px;
}

.subpageHeader #hero-img {
	display: block;
	width: 415px;
	height: 120px;
}

.subpageHeader .h1 {
	margin-top: 36px;
	font-size: 40px;
	margin-left: 35px;
}

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

.btn-primary {
	font-size: 19px;
}

.btn-default {
	font-size: 19px;
}

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

footer {
	font-size: 12px;
}

}

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

}


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


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

#loginBtn:hover {
	background-color: #013ca6;
}

#loginBtn:focus {
	background-color: #7f92a4;
}

#logo {
	position: relative;
}

#phoneNumber {
	position: absolute;
	right: 16px;
	text-align: right;
	margin-top: 28px;
}

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

#phoneNumber span {
	font-size: 22px;
	color: #008bcd;
	font-weight: bold;
	padding-left: 0px;
}

.searchfield {
	color: #3d3d3d;
	background: url(../images/search_field.gif) no-repeat 0 0px;
	border: none;
	font-size: 14px;
	margin: 0px;
	padding: 5px 0 5px 14px;
	vertical-align: top;
	height: 34px;
}

.searchfield:focus {
	outline: none;
}

.navbar .container {
	position: relative;
}

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

#nav {
	width: auto;
	/* left: 0px; */
	padding: 0;
	display: block;
}

#nav li {
	font-family: 'helvetica_lt_stdregular';
	list-style: none;
	background: none;
	padding-left: 0;
}

#nav > li:first-child {
	margin-left: 0;
}

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


/* Left Navigation styles
-------------------------------------------------- */

#navLeft ul {
	list-style: none;
}

#navLeft li {
	color: #5a5a5a;
	padding: 0;
	background: none;
}

#navLeft li + li {
	border-top: 1px #d7d9db solid;
}

#navLeft li a {
	color: #5a5a5a;
	text-decoration: none;
	display: block;
}

#navLeft li a:hover {
	color: #008ccc;
}

#navLeft ul ul {
}

#navLeft ul ul li {
	background: none;
	border: none;
}

#navLeft ul ul li:last-child {
	border-bottom: 1px #d7d9db solid;
}

#navLeft ul ul li a {
}

.on {
	color: #008ccc;
}


/* Social Nav Icons main */

.social {
	padding-bottom: 5px;
}

.social a {
	background: url("../images/icon-fb.svg") 0px;
	background-repeat: no-repeat !important;
	background-size: 20px 20px;
	padding-right: 7px!important;
}

.social a:hover, .social a:focus {
	background: url('../images/icon-fbOv.svg') 0px;
	background-color: transparent!important;
	background-size: 20px 20px;
}

.social + .social {
	border-left: 0;
	padding-left: 0;
}


.social +.social a {
	background: url('../images/icon-twitter.svg') 0px;
	background-size: 20px 20px;
	padding-right: 7px;
}

.social +.social a:hover {
	background: url('../images/icon-twitterOv.svg') 0px;
	background-size: 20px 20px;
}

.social + .social + .social {
	border-right: 1px solid #00a5f1;
	padding-right: 10px;
}


.social + .social + .social a {
	background: url('../images/icon-social.svg') 0px;
	background-size: 20px 20px;
	padding-right: 7px;
}

.social + .social + .social a:hover {
	background: url('../images/icon-socialOv.svg') 0px;
	background-size: 20px 20px;
}

.social + .social + .social .dropdown-menu li a {
	background: url('../images/icon-ytube.svg') 0px;
	background-size: 20px 14px;
}

.social + .social + .social .dropdown-menu li {
	border-bottom: 1px solid #000;
	margin: 0 10px;
}

.social + .social + .social .dropdown-menu li {
	border-bottom: 1px solid #e2e2e2;
	margin: 0 10px;
}

.social + .social + .social .dropdown-menu li + li a {
	background: url('../images/icon-ln.svg') 0px;
	background-size: 20px 14px;
}

.social + .social + .social .dropdown-menu li + li +li a {
	background: url('../images/icon-pin.svg') 0px;
	background-size: 20px 16px;
}

.social + .social + .social .dropdown-menu li + li +li + li a {
	background: url('../images/icon-instagram.svg') 0px;
	background-size: 18px 18px;
}

.social + .social + .social .dropdown-menu li + li +li + li +li {
	background: none;
	border-bottom: none;
}

.social + .social + .social .dropdown-menu li + li +li + li +li a {
	background: url('../images/icon-blog.svg') 0px;
	border-bottom: none;
	background-size: 20px 18px;
}

.social .dropdown-menu li a { 
	 padding: 0 0 0 34px;
}


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

h1, h2 {
	font-family: 'alright_sans_regularregular';
	color: #008ccc;
}

h3 {
	font-family: 'alright_sans_regularregular';
	color: #000000;
	font-weight: normal;
}

a {
	outline: none!important;
}

ul {
	list-style-type: none;
	margin: 0 0 15px 0px;
	padding-left: 0px;
}

li {
	background: url(../images/bullet.svg) no-repeat 0px 7px;
	background-size: 7px;
	padding: 0 0 11px 15px;
}

table {
	margin: 20px 0;
	border-spacing: 4px;
	border-collapse: separate;
}

td {
	border: 1px solid #cbd8df;
}

td.purple {
	background: #f8fbfd;
}

td.blue {
	background: #e6f4fb;
}

th {
	height: .5em;
}

pre {
	margin: 0 0 10px;
}

.tableHeaders {
	border: none;
	text-align: left;
	padding: 0px;
}

.jumbotron {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background-color: transparent;
	padding: 0;
}

.jumbotron .container {
	position: relative;
}

.jumbotron h1 {
	color: #ffffff;
}

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

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

.jumbotron p {
	color: #a2d1ff;
}

.subpageHeader .h1 {
	color: #ffffff;
	font-family: "alright_sans_lightregular";
	display: block;
}

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

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

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

.callout {
	background-color: #e6f6fd;
	padding: 15px;
	margin-bottom: 15px;
}

.callout h2 {
	margin-top: 0;
}

/* 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: #f16935;
	border-color: #ffffff;
	margin-top: 17px;
	margin-right: 10px;
	padding: 5px 25px;
	margin-bottom: 12px;
}

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

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

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	background: url(../images/btn-lm.png) no-repeat right;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #f16935;
	background-color: transparent;
	border-color: transparent;
}

.btn-lg {
	border-radius: 22px;
	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;
}

.fa-caret-right {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 2px 5px 5px 5px;
	vertical-align: middle;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid;
	color: #f16935;
}

.fa-caret-down {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 2px 5px 5px 0;
	vertical-align: middle;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	color: #f16935;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: transparent;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: none;
}

.panel-body {
	padding: 0px;
}
.panel-heading {
	padding: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title > a {
	color: inherit;
}

.panel-title > a:hover {
	text-decoration: none;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
}
.panel > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
	margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}


.panel-default>.panel-heading {
	color: #333;
	background-color: transparent;
	border-color: transparent;
}

.panel-default {
	border-color: transparent;
}


/* Responsive Slider (Carousel) styles
-------------------------------------------------- */

.carousel h3 {
	color: #fff;
}

.carousel-indicators li {
	border: none;
	background: #ccc;
	padding: 0;
}

.carousel-indicators .active {
	background-color: #008ccc;
}

.carousel-indicators {
	bottom: -40px !important;
}


/* Responsive Tool Tips styles
-------------------------------------------------- */

.tTip {
	border-bottom: 1px dashed;
	text-decoration: none !important;
}

.tooltip-inner {
	background-color: #ffffff;
	color: #008ccc;
	border: 1px solid #008ccc;
	opacity: 1;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #008ccc;
}

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

html {
	position: relative;
	min-height: 100%;
}
body {
/* Margin bottom by footer height */
	margin-bottom: 150px;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	/* Set the fixed height of the footer here */
	background-color: #728393;
	margin-top: 26px;
}

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

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

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

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