


/* --- --- LOAD FONTS --- --- */

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype');
	font-weight:normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Black';
    src: url('../fonts/sourcesanspro-black-webfont.eot');
    src: url('../fonts/sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-black-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* --- --- END FONTS --- --- */


html { min-height: 100%; margin-bottom: 1px; overflow-y:scroll; }  /* Firefox / IE8 scroll-fix*/

h1 {
	font-family: 'SourceSansPro-Black',Arial, Helvetica, sans-serif;
	color: #E61F26;
	font-size: 2.5em;
}

h2 {
	font-family: 'SourceSansPro-Bold',Arial, Helvetica, sans-serif;
	color: #4368C1;
	font-size: 1.5em;
}

h3 {
	color: #122348;
	font-size: 1.25em;
}

a {
	color: #E61F26;
	
}

.indent{
	text-indent: 15px;
}

a:hover {
	color: #E61F26;
}

body {
	font-family: 'SourceSansPro-Regular',Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background-color: #122348;
}

.masthead {
	padding: 0px 0px 10px 0px;
	background-color: #ffffff;
	text-align: center;
	border-bottom: 2px solid #a3b0cc;
}

.masthead .lead {
	font-family: 'SourceSansPro-Bold',Arial, Helvetica, sans-serif;
	margin: 70px 0px 0px 0px;
	color: #E51E26;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	text-align: center;
}

.homelink {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	margin-top: -10px;
}

.homelink img {
	margin: 0px auto 0px auto;
}

.dark_blue {
	background: #286090; 
	border-color: #286090;
	color: #fff; 
}

.panel-info > .dark_blue {
	background: #286090; 
	border-color: #286090;
	color: #fff; 
}

.dark_border {
	border-color: #286090;
}

.ctabtn {
	background: #fda54e; /* Old browsers */
	background: -moz-linear-gradient(top,  #fda54e 0%, #ed7804 50%, #e26e01 51%, #d96d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fda54e), color-stop(50%,#ed7804), color-stop(51%,#e26e01), color-stop(100%,#d96d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda54e', endColorstr='#d96d00',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	font-family: 'SourceSansPro-Bold',Arial, Helvetica, sans-serif;
	margin: 30px auto 0px auto;
}

.ctabtn:hover, .ctabtn:focus {
	background: #fda54e; /* Old browsers */
	background: -moz-linear-gradient(top,  #fda54e 0%, #e06e04 50%, #d16602 51%, #cc6600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fda54e), color-stop(50%,#e06e04), color-stop(51%,#d16602), color-stop(100%,#cc6600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda54e', endColorstr='#cc6600',GradientType=0 ); /* IE6-9 */
}

.tagline {
	width: 96%;
	padding: 0px 2% 0 2%;
}

.socialblock {
	display: block;
	width: 96%;
	padding: 0px 2% 0 2%;
	text-align: center;
}

.cta_container {
	
}

.innerpage .cta_container {
	margin: 25px 0px 0px 0px;
}

.cta {
	text-align: center;
	color: #FFFFFF;
	margin: 5px auto;
	line-height: 1.3em;
	background-color: #4368C1;
	padding: 5px 0px 5px 0px;
	border-radius: 6px;
}

.cta strong {
	font-family: 'SourceSansPro-Black',Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-shadow: 0 -1px 0px #122348;
	display: block;
}

.center{
	margin: 0px auto;
}



.innerpage .cta {
}

.rightside {
	margin: 20px 0px 0px 0px;
	background: #122348;
	border-radius: 6px;
	padding: 5px 20px;
	color: #ffffff;
	font-size: 16px;
	border: 2px solid #286090;
}

.rightside h2 {
	color: #F28619;
	border-bottom: 2px solid #ffffff; 
}

.rightside h3 {
	color: #ffffff; 
}

.rightside a {
	color: #F28619;
	font-weight: normal;
}

.rightside a:hover {
	color: #ffffff;
}

.rightside hr {
	border-color: #ffffff;
}

ul.nav li.dropdown:hover > ul.dropdown-menu{
	display: block;
	margin-top: 0px;
}

.topcontent .btn-default {
	background: #fda54e; /* Old browsers */
	background: -moz-linear-gradient(top,  #fda54e 0%, #ed7804 50%, #e26e01 51%, #d96d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fda54e), color-stop(50%,#ed7804), color-stop(51%,#e26e01), color-stop(100%,#d96d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda54e', endColorstr='#d96d00',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	border-color: #FFFFFF;
	font-weight: bold;
}

.topcontent .btn-default:hover {
	background: #fda54e; /* Old browsers */
	background: -moz-linear-gradient(top,  #fda54e 0%, #e06e04 50%, #d16602 51%, #cc6600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fda54e), color-stop(50%,#e06e04), color-stop(51%,#d16602), color-stop(100%,#cc6600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda54e', endColorstr='#cc6600',GradientType=0 ); /* IE6-9 */
}

.topcontent {
	color: #FFFFFF;
	padding: 10px 0px 30px 0px;
	border-bottom: 2px solid #a3b0cc;
}

.topcontent .panel {
	background-color: #1F3E7F;
	font-size: .85em;
	-webkit-transition: background-color .5s; /* For Safari 3.1 to 6.0 */
    transition: background-color .5s;
}

.topcontent .panel:hover {
	background-color: #264C99;
}

.panel{
	/*max-width: 266px;*/
	margin: 0px auto;
}

.topcontent h3 {
	margin: 0px 0px 5px 0px;
}

.topcontent h3 a {
	color: #F28619;
	font-size: 1em;
}

.topcontent img.img-rounded {
	border: #ccddff 1px solid;
	margin-bottom: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
}

.img-rounded{
	margin: 0px auto;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: 0.85;
}


/* --- --- TOP NAVBAR STYLES --- --- */
.navbar {
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 0px;
	min-height: 24px;
	padding: 0px;
}

.navbar-default{
	background: #fda54e; /* Old browsers */
	background: -moz-linear-gradient(top,  #fda54e 0%, #ed7804 50%, #e26e01 51%, #d96d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fda54e), color-stop(50%,#ed7804), color-stop(51%,#e26e01), color-stop(100%,#d96d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda54e', endColorstr='#d96d00',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
}

.navbar-default:hover {
	background: #fda54e; /* Old browsers */
	background: -moz-linear-gradient(top,  #fda54e 0%, #e06e04 50%, #d16602 51%, #cc6600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fda54e), color-stop(50%,#e06e04), color-stop(51%,#d16602), color-stop(100%,#cc6600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda54e', endColorstr='#cc6600',GradientType=0 ); /* IE6-9 */
	padding: 0px;
}

.navbar-default .navbar-nav > li > a {
	background: #fda54e; /* Old browsers */
	background: -moz-linear-gradient(top,  #fda54e 0%, #ed7804 50%, #e26e01 51%, #d96d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fda54e), color-stop(50%,#ed7804), color-stop(51%,#e26e01), color-stop(100%,#d96d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fda54e 0%,#ed7804 50%,#e26e01 51%,#d96d00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda54e', endColorstr='#d96d00',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
	background: #fda54e; /* Old browsers */
	background: -moz-linear-gradient(top,  #fda54e 0%, #e06e04 50%, #d16602 51%, #cc6600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fda54e), color-stop(50%,#e06e04), color-stop(51%,#d16602), color-stop(100%,#cc6600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fda54e 0%,#e06e04 50%,#d16602 51%,#cc6600 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda54e', endColorstr='#cc6600',GradientType=0 ); /* IE6-9 */
	
}

.navbar-default .navbar-nav > li > a {
	padding: 6px 36px 6px 36px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.navbar-default .navbar-nav > li:nth-child(n+2) {
	border-left: 1px solid #ffffff;
}

.navbar-default .navbar-nav{
	padding: 0px;
}


.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #FFFFFF;
	background-color: #0099D3;
}

.container-fluid{
	padding: 0px;
}

.navbar-collapse{
	padding: 0px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
	margin-top: 0px;
}

.navbar .nav > li > .dropdown-menu {
    background-color: #1b75bb;
}

.navbar .nav > li > .dropdown-menu li a, .navbar .nav > li > .dropdown-menu li a {
    color: #ffffff;
}

.navbar .nav > li > .dropdown-menu li a:hover, .navbar .nav > li > .dropdown-menu li a:focus {
	background-color: #0c324c;
}

.dropdown-header {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
}

.nav .dropdown-menu {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.nav .dropdown-menu > li > a {
	padding: 7px 20px 7px 20px;
}

.nav .dropdown-menu > li > a:hover {
	background-image: none;
	color: white;
	background-color: rgb(0, 129, 194);
	background-color: rgba(0, 129, 194, 0.5);
}

.nav .dropdown-menu > li > a.maintainHover {
	color: white;
	background-color: #E51A38;
}

.maincontent {
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

footer {
	color: #FFFFFF;
	padding: 15px 0px 15px 0px;
	font-size: .85em;
}

footer a{
	color: #ffffff;
	
}

footer ul{
	list-style-type: none;
}

footer a:hover{
	color: #F28619;
}

.bangfooter{
	text-align: center;
}

.foot-pad{
	padding-left: 40px;
}

.footerlinks {
	margin-bottom: 10px;
}

.footerlinks a {
	margin: 0px 15px 0px 15px;
	color:#FFFFFF;
}

.btn-sm{
	margin: 20px 0px;
}

/* CONTACT FORM CAPTCHA STYLES
--------------------------------------------------*/
#CAPTCHA { width: 300px; background: #EEDBB1; border: 2px solid #D1C09B; border-radius: 8px; padding: 10px; position: relative; text-align: left; }

#CAPTCHA p { width: 210px; margin: 7px 0 7px 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 110%; text-align: left; color:#000000; }

#CAPTCHA-help { position: absolute; z-index: 5; width: 200px; background: #EEEEEE; padding: 10px; top: -40px; left: 20px; border: 1px solid #CCCCCC; border-radius: 8px; box-shadow: 5px 5px 5px #696969; }

/* --- CONTACT FORM FIX --- */
input, textarea, .uneditable-input {
width:auto;
}

/* --- --- --- FORM STYLES --- --- --- */
form[name=form1] .form-group label, form[name=contact] .form-group label {
	display:block;
}

form[name=form1] .form-control, form[name=contact] .form-control {
width:100%;
}

form[name=form1] .form-group textarea, form[name=contact] .form-group textarea {
	width:100%;
}

form[name=form1] input[name=zip], form[name=form1] input[name=zip_plus4], form[name=form1] input[name=phone_acode], form[name=form1] input[name=phone_phone1], form[name=form1] input[name=phone_phone2] {
	display:inline;
}

form[name=form1] input[name=phone_acode], form[name=form1] input[name=phone_phone1] {
	width:50px;
}

form[name=form1] input[name=phone_phone2] {
	width:55px;
}

label.error {
	color:#F00;
}

.error {
	color:#F00;
}



@media (max-width: 768px) {
	.masthead .lead {
		font-size:1em;
		line-height:1.1em;
	}
}

@media (max-width: 1200px) {
	
	.cta strong {
		font-size:1.5em;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding: 6px 28px 6px 28px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 14px;
	}
	
}

/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {
		
		.heading3{
			text-align: center;
			padding-top: 30px;
		}
		
		/* Code to make navbar collapse at different sizes */
		 .navbar-header {
			float: none;
		}
		.navbar-toggle {
			display: block;
		}
		.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		}
		.navbar-collapse.collapse {
			display: none!important;
		}
		.navbar-nav {
			float: none!important;
			margin: 7.5px 0px;
		}
		.navbar-nav>li {
			float: none;
		}
		.navbar-nav>li>a {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.navbar-text {
			float: none;
			margin: 15px 0;
		}
		/* since 3.1.0 */
		.navbar-collapse.collapse.in { 
			display: block!important;
		}
		.collapsing {
			overflow: hidden!important;
		}
		/* End Code to make navbar collapse at different sizes */
		
		.navbar-default .navbar-nav > li:nth-child(n+2) {
			border-left: 0px;
		}
		
		.navbar-toggle {
			margin-right: 30px;
		}
		
		.container-fluid>.navbar-collapse {
			margin-right: 0px;
			margin-left: 0px;
		}

	}



@media (min-width: 768px) and (max-width: 979px) {
	
	.cta strong {
		font-size:1.25em;
	}
}