@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:400,300|Julius+Sans+One);
/*
COLOR PALETTE
Primary color (lime green): #043175
Content Color(teal): #574945;

*/
body {
	font-family: 'Open Sans', sans-serif !important;
}
/*--------- Topbar ----------*/
.tab {
	background-color: #c7002b;
	height: 8px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab ul.login {
	background: #c7002b;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	height: 35px;
	display: block;
	position: relative;
	width: 200px;
	line-height: 42px;
	margin: 0;
	color: white;
	float: left;
	font-size: 21px;
}
.tab ul.login li {
	text-align: left;
	display: block;
	float: left;
	margin-left: -20px;
	margin-top: -4px;
}
.tab ul.login li a {
	color: #FFFFFF !important;
}
/*--------- Header ----------*/

.head-bg {
	background-color: #fff;
}
/*Logo*/
.logo {
	margin-top: 45px;
	margin-bottom: 45px;
	float: right;
}
/*Navigation*/
nav {
	padding-top: 40px;
}
/*.nav-pills {
	width: 600px;
	margin-left: -20px;
}*/
.nav-pills > li > a {
	font-size: 13px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	color: #5b4a0b;
	text-transform: uppercase;
	padding-left: 6px;
	padding-right: 6px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background: #f4f4f0;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	color: #5b4a0b;
}
.social-nav {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 5px;
	line-height: 0px;
	border-radius: 0px;
	margin-top: -5px !important;
}
.space-left {
	margin-left: 0px;
}
/*--------- Typography ----------*/

h1 {
	color: #FFF;
	font-size: 2em;
	font-weight: 300;
}
h2 {
	color: #333333;
	font-size: 1.6em;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 35px;
	margin-top: 0px;
}
h3 {
	color: #333333;
	font-size: 1.4em;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 0px;
}
h6, h6 a, h6 a:hover {
	color: #f6f6f6 !important;
	text-shadow: 0px 1px 0px #373630;
	text-transform: uppercase;
	text-decoration: none;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 25px;
	color: #333333 !important;
}
#main-article {
	padding-top: 20px !important;
}
.mobile-grad a{
font-size:24px;
}
/*--------- Secondary Navigation ----------*/

.banner-inner {
	background: #b4ab8c;
	height: 120px;
}
.pull-up {
	margin-top: -120px;
}
.sidebar {
	background-color: #c7002b;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.sidebar-col {
	padding-bottom: 150px;
}
.box-one {
	background: #ada278;
	background: -moz-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ada278), color-stop(50%, #cec9b6), color-stop(100%, #ada278));
	background: -webkit-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -o-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -ms-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: linear-gradient(to right, #ada278 1%, #cec9b6 50%, #ada278 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ada278', endColorstr='#ada278', GradientType=1 );
	padding: 0px 0px 20px 0px;
}
.box-one h6 {
	padding: 10px 0px 10px 20px;
}
.button-two {
	background: #ada278;
	background: -moz-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ada278), color-stop(50%, #cec9b6), color-stop(100%, #ada278));
	background: -webkit-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -o-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -ms-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: linear-gradient(to right, #ada278 1%, #cec9b6 50%, #ada278 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ada278', endColorstr='#ada278', GradientType=1 );
	padding: 5px 20px;
	border-bottom: 1px solid #c8c8c8;
	color: #fff;
	text-shadow: 0px 1px 0px #373630;
	font-size: 20px;
	font-weight: bold;
}
.button-two:hover {
	color: #fff;
	padding: 5px 20px;
	background: #ada278;
	background: -moz-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ada278), color-stop(50%, #cec9b6), color-stop(100%, #ada278));
	background: -webkit-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -o-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -ms-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: linear-gradient(to right, #ada278 1%, #cec9b6 50%, #ada278 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ada278', endColorstr='#ada278', GradientType=1 );
}
.box-three {
	background-color: #c7002b;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	padding: 25px;
}
.box-three h3 {
	font-size: 24px !important;
	font-weight: 400;
	border-bottom: 1px solid #dd6680;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.box-three h3, .box-three p, .box-three h2, .box-three h4 {
	color: #FFFFFF !important;
	text-shadow: 0px 2px 0px #36000c;
}
.box-three h4 {
	font-size: 20px !important;
	text-align: center;
}
.box-three h2 {
	font-size: 36px !important;
	text-align: center;
}
.box-four {
	background-color: #f4f4f0;
	border: 1px solid #e7e7e7;
	
}
.box-four .panel-body {
    padding: 20px 35px 20px 35px !important;
}
.banner-main-inner h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 2.4em;
	text-shadow: -2px 0px 1px #92916A;
	margin: 0;
	padding: 10px 0;
	z-index: 100;
	position: relative;
	height: 100px;
	padding-top: 35px;
}
.banner-main-inner h3 {
	color: #736d6d !important;
	font-weight: normal;
	float: none;
	margin-bottom: 10px;
	width: auto;
}
.banner-main-inner p {
	color: #574945;
	line-height: 25px;
	margin: 17px 0;
}
.center {
	margin: 0px auto;
	display: block;
}
/*--------- Footer ----------*/
#copyright {
	border-top: 1px solid #ababab;
	padding-top: 15px;
}
#copyright p {
	padding-top: 0px;
	text-align: center;
	font-weight: 500;
	text-transform:uppercase;
}

#copyright a {
	color: #135B9A;
}
/*--------- Quotebox ----------*/
.zip {
	border: 1px solid #9f9f9c;
	width: 220px;
	display: block;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	height: 44px;
	border-radius: 0;
}
.type {
	border: 1px solid #9f9f9c;
	width: 222px;
	height: 44px;
	padding: 11px 10px;
	display: block;
	-moz-box-sizing: border-box;
	border-radius: 0px;
	margin-bottom: 15px;
}
/* Fixes */

.shade {
	z-index: 0;
	position: absolute;
	margin-left: -30px;
}
table {
	color: #fff;
}
.table th, .table td {
	border: none!important;
}
.table td a, .table ta a:hover {
	color: #fff;
	text-decoration: none;
}
table td:first-child {
	text-align: right;
}
table td:nth-child(2) {
	text-align: left;
}
.content-main {
	margin-top: 40px;
}
/*-- Nav Social Icons --*/
.social {
	float: right;
	margin-left: 0px !important;
	width: 100%;
	margin-top: 50px;
	margin-right: 15%;
}
.social > li {
	list-style-type: none!important;
	float: left;
}
.social > li > a {
	text-decoration: none;
	text-shadow: none;
}
.social > li > a:focus, .social > li > a:hover {
	background-color: #cf8732;
}
.ie-fix {
	display: none;
}
/* Accordion 
.mobile-grad {
	background: #ada278;
	background: -moz-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ada278), color-stop(50%, #cec9b6), color-stop(100%, #ada278));
	background: -webkit-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -o-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -ms-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: linear-gradient(to right, #ada278 1%, #cec9b6 50%, #ada278 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ada278', endColorstr='#ada278', GradientType=1 );
	padding: 10px 5px 5px 5px;
	height: 50px;
}*/
.mobile-grad-2 {
	background: #ada278;
	background: -moz-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ada278), color-stop(50%, #cec9b6), color-stop(100%, #ada278));
	background: -webkit-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -o-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -ms-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: linear-gradient(to right, #ada278 1%, #cec9b6 50%, #ada278 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ada278', endColorstr='#ada278', GradientType=1 );
	height: 10px;
}
/* panel quote box */
.panel{
background:none;
border-radius:0px;
box-shadow:none;
border:none;
margin-bottom:0px;
}
.panel-default > .panel-heading{
background:none;
border:none;
}
.panel-heading{
border-top-left-radius:0px;
border-top-right-radius:0px;
padding:0px;
}
.panel-heading a{
cursor:default;
pointer-events:none;
}
.quote-img{
display:inline-block;
}
.holder{
color:#333;
}
.mobile-grad div.panel-body{
padding:0px;
}
/* equal column */

.main-col{
overflow:hidden;
}
.left-col,.right-col{
padding-bottom:99999px;
margin-bottom:-99999px;
}
/* iframe */

iframe {
	height: 500px;
	width: 100%;
	frameborder: 0px inset!important;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}
.frame-fix {
	height: 2100px !important;
}
/* Footer */
footer {
	padding-top: 20px;
	background: #fff;
}
footer h3 {
	color: #666666 !important;
	font-size: 20px !important;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
}
footer a {
	color: #135B9A;
}
.foot-nav li a.foot-active{
color:#333333;
}
.foot-nav {
    display: block;
    margin: 0 auto;
    padding:15px 0 0 0;
    text-align: center;
}
.foot-nav li {
    color: #5e5e5e;
    display: inline-block;
    font-size: 11px;
    list-style: outside none none;
}
.foot-nav li a {
    color: #5e5e5e;
    font-weight: 500;
    margin: 0 4px;
    text-transform: uppercase;
}
.is-cms div.collapse{
display:block;
}
.is-cms div.column{
height:auto !important;
}

.nav-pills > li > a {
    font-size: 13px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #5b4a0b;
    text-transform: uppercase;
    padding-left: 4px;
    padding-right: 4px;
}
.cs-frame{height:1600px !important;}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #c7002b;
    outline: 0;
}
.jot-form {
	height:320px!Important;
    width:100%!Important;
border:0!important;	
}
.brk-fix {
	display:inline-block;
}
.cap-fix {
	text-transform:none!Important;
}