@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,300);
/*
COLOR PALETTE
Primary color(Maroon): #591108
Secondary color(Yellow): #c88a45
*/

body {
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	font-family: 'Merriweather', serif;
}
.space {
	background-color: #FFF;
	padding: 20px;
}
.logo {
	padding: 0px;
	display:block;
	margin: 0 auto;
}
nav {
	margin-top: 30px;
}
.navbar .nav>li {
	padding: 8px 0 8px 0px;
	text-align: center;
    width: 100%;
}
.navbar .nav>li>a {
	color: #2c2c2c;
	font-weight: bold;
    text-shadow: none;
}
.navbar .nav>li>a.active {
	background-color: #0255a3;
	text-decoration: none;
    color: #fff;
}
.quoter-bg {
	background-color: #949599;
	height: 250px;
	-webkit-box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.75);
	padding: 20px 0;
}
.quoter {
	text-align: center;
	background-color: #636366;
	height: 250px;
	width: 100%;
}
.quoter h6 {
	font-weight: bold !important;
	color: #fff !important;
	text-transform: uppercase !important;
	margin: 0;
	padding: 10px 0 10px 0px;
	text-align: center;
	font-size: 38.5px !important;
	line-height: 1em;
}
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
select, 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 10px 5px 0px 5px;
}
.go {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 10px 5px 0px 5px;
	border: 2px solid #0262bd;
	font-family: 'Merriweather', serif;
	color: #fff;
	font-weight: bold;
	width: 60px;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background: #0255a3;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.go:hover, .go:focus {
	color: #fff !important;
	background:#01488a !important;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.cont-info-block a {
	color:#956704;
}
.cont-info-block a:hover {
	color:#956704;
	text-decoration:underline;
}
.cont-info-block {
	line-height:25px;
}
.contact-map {
	margin-top:20px;
}
aside h5 {
	color: #414042;
	font-size: 1.2em !important;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#services {
	margin-top: 5px
}
#services img {
	width: 100%;
}
.carousel-inner > .item > img {
	width: 100%;
}
/*Header Address*/
.header-contact {
	text-align: center;
	background-color: #eaeaea;
    
    position: relative;
    overflow: hidden;
}
.header-contact:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -9px;
    left: -9px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.header-contact:after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -9px;
    right: -9px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.header-contact #header-contact-content:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    bottom: -9px;
    left: -9px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.header-contact #header-contact-content:after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    bottom: -9px;
    right: -9px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
#header-contact-content {
	margin-bottom:0;
}
/*Typography*/
h1 {
	color: #0153a3;
	font-weight: 400;
	font-size: 2.1em !important;
}
h2 {
	font-size: 1.8em !important;
	font-weight: normal;
}
p {
	color: #393939 !important;
	line-height: 1.8em;
}
p a {
	color: #0255a3;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #01488a;
}
h1 img {
	padding-right: 15px;
}

h1.heading {
	margin-left: 0 !important;
	margin-bottom:25px;
	color:#b94800 !important;
	font-weight: 400;
	font-size: 2.1em !important;
}

h1.heading a{
	color:#0255a3 !important;
}
	
h1.auto, h1.house, h1.other {
	margin-left: 0 !important;
}
h1.auto {
	color: #0255a3;
}
h1.house {
	color: #0255a3;
}
h1.other {
	color: #0255a3;
}

 h5.auto {
	color: #01488a;
	font-weight: 400;
	font-size: 2.1em !important;
}
h5.house {
	color: #956704;
	font-weight: 400;
	font-size: 2.1em !important;
}
h5.other {
	color: #50680c;
	font-weight: 400;
	font-size: 2.1em !important;
} 
li {
	line-height: 2em;
}
.carousel {
	position: relative;
	margin-bottom: 20px !important;
	line-height: 1;
}
footer {
	padding: 10px 0px 0px 0px;
}
footer> ul {
	margin: 0px;
}
footer> ul > li {

	float:left;
	padding: 0;
	margin: 0 1.5em 0 0;
	list-style: none;
	font-size: 0.8em;
}
footer > ul > li > a {
	color: #2c2c2c !important;
	font-size: 1.2em;
	font-weight: bold;
}
footer > ul > li > a:hover, footer > ul > li > a:focus {
	color: #0255a3 !important;
	text-decoration: underline;
}
.copyright, #footer-address {
	color: #2c2c2c !important;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px !important;
	padding-top: 5px;
}
.copyright span {
	display:inline-block;
}
#footer-address {
	padding-top: 15px;
	clear:both;
}


.blog {
	text-align: center;
}
.blog p {
	margin-top: 10px;
	padding-bottom: 40px;
}
.titlefield {
	color: #b94800;
	font-size: 22px;
	margin-top: 10px;
	font-weight: 400;
}
.social {
	background-color: #949599;
	height: 30px;
	padding: 10px;
	margin-bottom:10px;
}
.social ul {
	margin-left: auto !important;
}
.social ul li {
	list-style-type: none;
}
.img-rounded {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #414042;
	float: none;
	width:30px;
	height:30px;
	margin-right: auto;
	margin-left: auto;
}
.img-rounded:hover {
	background: #0255a3;
}
/*Services*/

#services {
	margin-bottom: 20px;
}
#services img {
	display: block;
	width: auto;
	margin: 10px auto;
}
#services a {
	color: #fff;
	font-size: 1.3em;
	padding: 14px 0;
}
#services a:hover {
	text-decoration: none;
}
a.top-left-btn, a.top-middle-btn, a.top-right-btn {
	border: 22px solid #949599;
	text-align: center;
}
a.top-left-btn {
	background-color: #0255a3;
}
a:hover.top-left-btn {
	background-color: #0255a3;
	opacity: 0.8;
}
a.top-middle-btn {
	background-color: #0255a3;
}
a:hover.top-middle-btn {
	background-color: #0255a3;
	opacity: 0.8;
}
a.top-right-btn {
	background-color: #0255a3;
}
a:hover.top-right-btn {
	background-color: background-color: #0255a3;
	opacity: 0.8;
	background-color: #0255a3;
	opacity: 0.8;
}
.carousel-control {
	border: 0;
	margin-top: 0;
}

/*Main Content*/
#main-content {
	background-color: rgba(255,255,255,1);
	padding: 15px;
}
.ins-content h2, .ins-content ul, .ins-content p, .ins-content h4 {
	padding-left: 60px;
}

/*Fixes*/

.mgn-lft {
	margin-left: 0px;
}
.pad-btm {
	padding-bottom: 0 !important;
}
.carousel-control {
	border-radius: 50%;
	line-height: 33px;
}
.carousel-control.left {
	margin-left: 15px;
}
.carousel-control.right {
	margin-right: 15px;
}
.featured-insurance {
	width: 100%;	
}
.add-space {
	height: 50px;
}
.pad-lft {
	padding-left: 0px !important;
}
/*----------------iframe---------------*/
iframe{
	height:500px;
	width:100%; 
	frameborder: 0px inset!important;
	
}
.cs-frame {
	height:1600px;
}
.cc-frame-container {
	width: 90%;
	margin: 0 auto;
}
iframe:not([seamless]) {
border: 0px inset;
border-image: initial;
}
.frame-fix{
	height: 1800px;
}	
.carrier-details .button {
    color: #fff !important;
    font-size: 12px;
    font-weight: normal;
    padding: 0px 10px;
    border-radius: 5px;
}
.btn-block, .btn-block, .btn-block.active {
    background: #0255a3;
    color: #fff;
    text-decoration: none;
    padding: 3px;
}
.btn-block:hover, .btn-block:focus, .btn-block.active {
    background: #0c72d3;
    color: #fff !important;
    text-decoration: none;
}
#carriers-images .span6 {
    border-bottom: 1px solid #231F20;
    margin-bottom: 10px;
}
/* Career Grid Style */

.career-grid-header{
background-color:#b94800;
text-transform:uppercase;
color:#fff;
font-weight:bold;
}
#foot-lists {
	text-align:left!important;
}
.jt-form {
	height:400px!important;
}
.jot .quoter {
	height:490px;
}
.jot {
	height:470px;
}
.quick-cont-block {
	height:300px;
}
#main-content {
	min-height:300px;
}
.quoter select {
    padding-left: 3px !important;
}
.quick-cont-iframe {
	height:360px!important;
}
.foot-sub-block {
	display:inline-block;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th{
background-color:#eeeeee;
}
 
 
 	#frame {height:1600px;}
		.anc-jmp-fnt img {padding-right:10px;border:none;}
	
	 .mar-top {margin-top:10px;}

	 
	 
	 
.trusted-choice-logo {
	text-align: center;
}

.navbar .nav>li>a:hover, .navbar .nav>li>a:focus {
  text-decoration: none;
  background-color: #0255a3;
  color: #fff;
}
/* mobile menu toggle */
.navbar-collapse.collapse {
    height: 100% !important;
}
.navbar-toggle span:nth-child(1) {
    top: 10px;
}
.navbar-toggle span:nth-child(2) {
    top: 18px;
}
.navbar-toggle span:nth-child(3) {
    top: 26px;
	 opacity: 0;
}
.navbar-toggle span:nth-child(4) {
    top: 26px;
    transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
}
.navbar-toggle.nav-bg span:nth-child(1), .navbar-toggle.nav-bg span:nth-child(4) {
    opacity: 0;
    top: 24px;
}
.navbar-toggle.nav-bg span:nth-child(2) {
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
}
.navbar-toggle.nav-bg span:nth-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
    transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}