@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: #1f265c;
	font-size: 32px;
	font-weight: 700;
}
h1 a {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	color: #1f265c;
	font-size: 28px;
	font-weight: 700;
}
.align {
	margin-top: 25px;
}
p {
	color: #58595b;
	font-size: 14px;
}
h4, h5 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
.content ul li {
	color: #58595b;
	font-size: 14px;
	line-height:1.42857143;
	font-weight:500;
}
header {
	background: #1f265c; /* Old browsers */
	background: -moz-linear-gradient(top, #1f265c 0%, #646b9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f265c), color-stop(100%, #646b9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1f265c 0%, #646b9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1f265c 0%, #646b9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1f265c 0%, #646b9b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1f265c 0%, #646b9b 100%); /* W3C */
	background: linear-gradient(to bottom, #1f265c 0%, #646b9b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f265c', endColorstr='#646b9b', GradientType=0 ); /* IE6-9 */
	height: auto;
}
.logo {
	background: #fff;
	padding: 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:10px auto;
}
/*Navigation style*/
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
	color: #FFF;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 2px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	padding-left: 10px;
    padding-right: 10px;
}
.navbar-default .navbar-nav>li>a:hover {
	border-bottom: 2px solid  #bd2a31;
	border-top: 2px solid  #bd2a31;
	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  #bd2a31;
	border-top: 2px solid  #bd2a31;
	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: 16px;
	font-weight: 700;
	color: #1f265c;
}
.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;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color:#fff;
	background-color: #bd2a31;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:#fff;
}
/*Quoter Section*/

.quoter {
	background: #999fce;
	height: auto;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 4px 25px 0px 25px;
	margin-top: 17px;
	-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: #1f265c;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 5.5px 0;
}
.form-control {
	background: #1f265c;
	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 #1f265c;
	-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-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-color: #d04a51;
	background: #d04a51; /* Old browsers */
	background: -moz-linear-gradient(top, #d04a51 0%, #b91e25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d04a51), color-stop(100%, #b91e25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d04a51 0%, #b91e25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d04a51 0%, #b91e25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d04a51 0%, #b91e25 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d04a51 0%, #b91e25 100%); /* W3C */
	background: linear-gradient(to bottom, #d04a51 0%, #b91e25 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d04a51', endColorstr='#b91e25', 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: #b91e25; /* Old browsers */
	background: -moz-linear-gradient(top, #b91e25 0%, #d04a51 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b91e25), color-stop(100%, #d04a51)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b91e25 0%, #d04a51 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b91e25 0%, #d04a51 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b91e25 0%, #d04a51 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b91e25 0%, #d04a51 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b91e25', endColorstr='#d04a51', 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: 20px;
}
.banner img {
	position: relative;
}
/*Main Content Band*/
.content-band {
	background: #bb232a;
	height: auto;
	position: relative;
	

}
.main-links {
	list-style-type: none;
	margin: 25px 30px 55px;
}
.main-links li a {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 35px;
}
.main-links li a:hover, .main-links li .active {
	color: #1f265c;
	text-decoration: none;
}
.icon img {
	margin-right: 20px;
	margin-top: -8px;
}
/*Main Content*/
.testimonials {
    margin: 10px 0px;
}

.testimonials p {
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
}
.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: 500;
	margin-top: 10px;
}
.content h3 {
	font-size:22px;
}
.content h3, .content h4 {
	font-weight: 600;
}
.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 20px;
	position: relative;
	
	
	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: #aaadcc;
	color: #000;
	
}
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: 14px;
	margin: 4px;
}
.footer-nav ul {
    padding: 0px;
}
.footer-nav ul li {
	display:inline-block;
	margin-bottom:5px;
}
.copyright a {
	color: #000;
}
.footer-nav ul li.active a {
	color:#bb232a  !important;
}
.copyright {
	text-align: right;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	margin-top: 25px;
	padding-left:0px;
}
.copyright li {
	display:inline-block;
}
.socil-links ul {
    list-style-type: none;
    padding-left: 0px;
}
#contact-info {
    margin-top: 20px;
}
footer h3, footer a {
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #000;
    margin: 7px 0px;
}
footer a:hover, footer a:focus {
	color:#bb232a;
	text-decoration: none;
}
.img-stack img {
	width: 100%;
	margin: 20px 0;
}
/*iframe*/
iframe {
	height: 400px;
	width: 100%;
	border: 0;
}
.ccframe {
	height:1600px;
}
.frame-fix {
	height: 1800px;
}
/* Career Grid Style */
.cont-jot iframe {
    height: 350px !important;
}
.career-grid-header {
	background-color: #1658a4;
	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: #1f265c;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #1f265c;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
	background: #d04a51; /* Old browsers */
	background: -moz-linear-gradient(top, #d04a51 0%, #b91e25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d04a51), color-stop(100%, #b91e25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d04a51 0%, #b91e25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d04a51 0%, #b91e25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d04a51 0%, #b91e25 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d04a51 0%, #b91e25 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d04a51', endColorstr='#b91e25', GradientType=0 ); /* IE6-9 */
	color: #fff!important;
}
.btn-xs:hover, .btn-xs:active {
	background: #b91e25; /* Old browsers */
	background: -moz-linear-gradient(top, #b91e25 0%, #d04a51 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b91e25), color-stop(100%, #d04a51)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b91e25 0%, #d04a51 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b91e25 0%, #d04a51 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b91e25 0%, #d04a51 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b91e25 0%, #d04a51 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b91e25', endColorstr='#d04a51', 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;}
	 
	 .ins-nslider {
	padding: 0 15px 0 15px;
	width: 100%;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	height:auto;
	border-top: 1px solid #d3d4d5;
	border-bottom:1px solid #DFDFDF;
	margin-bottom:20px;
}
.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%;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	display: none;
}
.jot-blck {
    background: #1f265c;
    width: 100%;
}
.jot-blck h2 {
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
.rqst-jot {
    height: 330px !important;
}

ul.txt-ins {
    color: #1b56a2 ;
}
.txt-ins {
    font-size: 16px;
    font-weight: 600;
}

.txt-ins li a {
    color: #1b56a2 ;
}
.txt-ins li a:hover {
    color: #2b68b6 ;
}
.new-btn{
	background-color: rgba(23, 119, 203, 1); /* Green */
  border: none;
  color: white;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 100px;
}
.new-btn:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}
.rnd-crner{
	border-radius: 8px 8px 0px 0px;
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
}

.banner img {
    position: 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;
}
.jot-blck {
    background: #1f265c;
    width: 100%;
}
.jot-blck h2 {
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
.rqst-jot {
    height: 330px !important;
}
.jot-link {
    background: #999fce;
    height: 195px;
    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;
}
.jot-btn-link {
    border-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    position: absolute;
    width: 70% !important;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
        margin-top: 0px;
}
.team-about {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.team-about strong {
	font-size: 18px;
}
.team-about:last-of-type {
	border-bottom: none;
}
.testimonials p a{
	color: #545b8c;
}
.align{
	color:#fff;
}
.about-us-block a{
	color: #bb232a;
}

.notice-banner {
	background: #caccdc;
	position: relative;
	color: #fff;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
 .notice-banner p {
    padding: 10px 0px;
    line-height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 28px;
	  font-size: 17px;
  }

.notice-banner p span {
  font-size: 17px;
}

.notice-banner p a {
	color: #001958;
	font-weight: 600;
	font-size: 17px;
}

.notice-banner p a:hover, .notice-banner p a:focus {
	color: #001958;
	opacity: 0.8;
}

.notice-banner #close {
    float:right;
    display:inline-block;
  	margin-left: 16px;
	cursor: pointer;
	
	
}

.notice-banner #close:hover {
  float: right;
  display: inline-block;
 
  color: #0e3456;
  margin-left: 16px;
}
.notice-banner .hyde-img {
display: inline-block; 
margin-right: 20px;
max-width: 200px;
}