@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, a, button, li, span {
	font-family: 'Quattrocento Sans', sans-serif;
}
h1 {
	color: #0c6aa3;
	font-size: 32px;
	font-weight: 700;
}
h1 a {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	color: #0c6aa3;
	font-size: 28px;
	font-weight: 700;
}
.align {
	margin-top: 20px;
}
p {
	color: #58595b;
	font-size: 14px;
}
h4, h5 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
header {
	background: #0b2f63; /* Old browsers */
	background: -moz-linear-gradient(top, #0b2f63 0%, #0c68a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b2f63), color-stop(100%, #0c68a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0b2f63 0%, #0c68a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0b2f63 0%, #0c68a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0b2f63 0%, #0c68a1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0b2f63 0%, #0c68a1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2f63', endColorstr='#0c68a1', GradientType=0 ); /* IE6-9 */
	height: auto;
}
.logo {
	background: #fff;
	padding: 25px 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-box-shadow: 1px 10px 10px 2px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 1px 10px 10px 2px rgba(0, 0, 0, 0.9);
	box-shadow: 1px 10px 10px 2px rgba(0, 0, 0, 0.9);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.logo img {
	margin-left: auto;
	margin-right: auto;
}
/*Navigation style*/
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
	color: #FFF;
	font-weight: 700;
	font-size: 22px;
	line-height: 20px;
	margin-bottom: 2px;
	border-top: 2px solid transparent;
}
.navbar-default .navbar-nav>li>a:hover {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	color: #fff;
	background: transparent;
}
.fnt-style {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.btn-default {
	border: transparent;
	background-color: transparent;
}
.btn-default:hover {
	border: transparent;
	background-color: transparent;
}
.navbar-nav li a {
	font-size: 20px;
	font-weight: 700;
	color: #0b2f63;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: transparent;
	border-color: #adadad;
	color: #333;
}
/*Quoter Section*/

.quoter {
	background: #70a8c9;
	height: auto;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 4px 25px 0px 25px;
	margin-top: 16px;
	-webkit-box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.86);
	-moz-box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.86);
	box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.86);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.quoter label {
	color: #0b2f63;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 5.5px 0;
}
.form-control {
	background: #0b2f63;
	border: 1px solid #051a41;
	color: #fff;
	font-size: 15px;
}
.styleSelect select {
	font-size: 16px;
	line-height: 1;
	background: url(../img/quote-arrow.png) no-repeat right #0b2f63;
	-webkit-appearance: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	width: 100%;
	margin-top: 16px;
	text-transform: uppercase;
	font-size: 23px;
	padding: 6px 0px;
	font-weight: 700;
	border-color: #f88d2a;
	background: #f88d2a; /* Old browsers */
	background: -moz-linear-gradient(top, #f88d2a 0%, #ef7803 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f88d2a), color-stop(100%, #ef7803)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f88d2a 0%, #ef7803 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f88d2a 0%, #ef7803 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f88d2a 0%, #ef7803 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f88d2a 0%, #ef7803 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88d2a', endColorstr='#ef7803', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.82);
	-moz-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.82);
	box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.82);
	}
.btn-primary:hover {
	background: #ef7803; /* Old browsers */
	background: -moz-linear-gradient(top, #ef7803 0%, #f88d2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef7803), color-stop(100%, #f88d2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ef7803 0%, #f88d2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ef7803 0%, #f88d2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ef7803 0%, #f88d2a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ef7803 0%, #f88d2a 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7803', endColorstr='#f88d2a', GradientType=0 ); /* IE6-9 */
}
.icon-align img {
	margin-top: -5px;
	margin-left: 10%;
}
.banner {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-box-shadow: 60px 100px 150px 0px rgba(255, 255, 255, 0.94);
	-moz-box-shadow: 60px 100px 150px 0px rgba(255, 255, 255, 0.94);
	box-shadow: 60px 100px 150px 0px rgba(255, 255, 255, 0.94);
	margin-top: 17px;
}
.banner img {
	osition: relative;
max-width: 100%;
-webkit-border-top-left-radius: 14px;
-webkit-border-top-right-radius: 14px;
-moz-border-radius-topleft: 14px;
-moz-border-radius-topright: 14px;
border-top-left-radius: 14px;
border-top-right-radius: 14px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
/*Main Content Band*/
.content-band {
	background: #000000;
	height: 120px;
	position: relative;
	z-index: 999;
}
.main-links {
	list-style-type: none;
	margin: 25px 30px;
}
.main-links li a {
	font-size: 20px;
	font-weight: 700;
	color: #c2c2c2;
	line-height: 35px;
}
.main-links li a:hover, .main-links li .active {
	color: #0c6ca5;
	text-decoration: none;
}
.icon img {
	margin-right: 20px;
	margin-top: -8px;
}
/*Main Content*/
.testimonials {
	margin: 10px 35px;
}
.testimonials p {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	line-height: 20px;
}
.testimonials h5 {
	font-size: 16px;
	color: #0c6aa3;
	font-weight: 700;
}
.testimonials h6 {
	color: #0c6aa3;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 30px;
	font-weight: 700;
}
.content p {
	font-weight: 700;
	margin-top: 10px;
}
.list {
	list-style-image: url(../img/list-arrow.png);
	padding: 0px 20px;
	line-height: 25px;
	font-weight: 700;
	color: #58595b;
	vertical-align: baseline;
}
/* Career Grid Style */

.career-grid-header {
	background-color: #002D62;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: #cfcdcd;
}
/* Carousel added*/
.carousel-inner {
	margin-top: -10px;
	position: absolute;
	z-index: 0;
}
.carousel-control {
	background: #aaa7a7;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	opacity: 1;
	border: 0;
	position: absolute;
	left: 15px;
	width: 30px;
	height: 30px;
	margin-top: 12%;
	display: inline-block;
	z-index: 9999;
}
.carousel-control.left:hover, .carousel-control.right:hover {
	background: #002D62;
	background-repeat: repeat-x;
	opacity: 1;
}
.carousel-control.left {
	float: left;
	cursor: pointer;
	background: #aaa7a7
}
.carousel-control.right {
	float: right;
	margin-right: 20px;
	background: #aaa7a7;
}
.carousel {
	margin-bottom: 0;
	margin: 10px 0px 0px 0px;
}
/*Carrier Scroller Design*/
#carousel span, #carousel img, #thumbs a, #thumbs img {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#carousel span, #carousel a, #thumbs span, #thumbs a {
	position: relative;
}
#carousel span {
	width: 554px;
	height: 313px;
}
#thumbs-wrapper {
	padding: 5px 40px;
	position: relative;
	border-top: 1px solid #d3d4d5;
	border-bottom: 1px solid #d3d4d5;
	margin-top: 120px;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}
#prev, #next {
	background: transparent url(../img/carousel_nav.png) no-repeat 0 0;
	display: block;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 40%;
}
#prev {
	background-position: 0 0;
	left: 10px;
}
#next {
	background-position: -19px 0;
	right: 10px;
}
#prev:hover {
	background-position: 0 -20px;
}
#next:hover {
	background-position: -19px -20px;
}
/*Footer*/
footer {
	background: #d2d3d5;
	color: #000;
	padding-bottom: 10px;
}
footer h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 0px;
}
footer a {
	color: #000;
	font-weight: 700;
}
.footer-nav {
	padding-top: 20px;
	text-align: right;
}
.footer-nav a {
	font-size: 12px;
	margin: 3.4px;
}
.footer-nav .active, .copyright a {
	color: #2a6496;
}
.copyright {
	text-align: right;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	margin-top: 10px;
}
.img-stack img {
	width: 90%;
	margin: 20px 0;
}
/*iframe*/
iframe {
	height: 400px;
	width: 100%;
	border: 0;
}
.frame-fix {
	height: 1500px;
}
/* Career Grid Style */

.career-grid-header {
	background-color: #0b2f63;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: #cfcdcd;
}
/* Customer service carrier */
.top-space {
	margin-top: 10px;
}
.contact-list h2 {
	color: #0b386d;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #0b386d;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
	background: #f88d2a; /* Old browsers */
	background: -moz-linear-gradient(top, #f88d2a 0%, #ef7803 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f88d2a), color-stop(100%, #ef7803)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f88d2a 0%, #ef7803 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f88d2a 0%, #ef7803 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f88d2a 0%, #ef7803 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f88d2a 0%, #ef7803 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88d2a', endColorstr='#ef7803', GradientType=0 ); /* IE6-9 */
	color: #fff!important;
}
.btn-xs:hover {
	background: #ef7803; /* Old browsers */
	background: -moz-linear-gradient(top, #ef7803 0%, #f88d2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef7803), color-stop(100%, #f88d2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ef7803 0%, #f88d2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ef7803 0%, #f88d2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ef7803 0%, #f88d2a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ef7803 0%, #f88d2a 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7803', endColorstr='#f88d2a', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
/*Fixes*/
.quote-fix {
	height: 195px;
}
.quote-fix h3 {
	font-size: 21px;
	text-align: center;
	color: #eee;
}
.footer-addrs {
	margin-top: 20px;
}

	#frame {height:1600px;}
		.anc-jmp-fnt img {padding-right:10px;border:none;width:auto;margin:0px;}
	
	 .mar-top {margin-top:10px;}
	 
	 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
ul.contact-info{
	padding-left: 10px;
	margin-top:10px;
}
ul.contact-info li{
	list-style-type: none;
	font-weight: 700;
font-size: 18px;

}
.agency-info{
	font-size: 14px !important;
	margin-top: 10px;
}
ul.contact-section{
	padding-left: 0px;
}
ul.contact-section li{
	list-style-type: none;
	font-weight: 700;
font-size: 18px;

}
.gmap{
	width: 100%;
	border: 0;
	height: 300px;
}
ul.social_section{
	padding-left: 0px;
}
ul.social_section li{
	list-style-type: none;
	float: left;
	margin: 5px 10px;
}
.footer-nav ul li{
	list-style-type: none;
	display: inline-block;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	margin-top: 30px;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: none;
	width: 100%;
	margin: 0;
	height:120px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}
.site-info ul {
	text-align: right;
}
.site-info ul li{
	display: inline;
	list-style-type: none;
	
font-size: 12px;
font-weight: 700;
color: #000;
margin-top: 10px;
}
.site-info ul li, .site-info ul li a{
	color:#000;
}
/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #f07d0c; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}

/* Ada compliance fixes end */ 
h2#contact-details1{
	text-align: center;
}
.carrier-content h3 {
	color: #0c6aa3;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}
h3.carrier-list {
	border-bottom: 1.5px dotted #0c6aa3;
}

/* jotform*/ 
.jot-link {
    height: 192px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 4px 25px 0px;
    margin-top: 20px;
    box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.86);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	align-items: center;
}
.jot-blck h2 {
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
.rqst-jot {
	height:360px!important;
}
.jot-blck {
    background: #000;
    width: 100%;
}
.quick-jot {
	height:400px!important;
}
.lic{
	display: block !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.qte-jot{
	height: 3100px !important;
}