@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.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Merriweather', serif;
	
}
a:focus{
	text-decoration:underline;
}
#services a:hover, #services a:active, #services a:focus{
	color:#fff !important;
	text-decoration:none !important;
}
.space {
	background-color: #bfbb96;
	padding: 20px 15px;
}
.logo {
	padding: 0px;
	display:block;
	margin: 0 auto;
}
nav {
	margin-top: 30px;
	border-top: 6px solid #1f1a17 !important;
	border-bottom: 6px solid #1f1a17 !important;
}
.nav li {
	padding: 8px 0 8px 0px;
	text-align: center;
}
.nav > li > a {
	color: #000 !important;
	font-weight: bold;
}
.nav > li > a.active, .nav > li > a:hover, .nav > li > a:focus {
	background-color: #d6c9af ;
	text-decoration: none;
}
.quoter-bg {
	background-color: #1f1a17;
	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: #b7410e;
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;
	background-color:  #414042 !important;
	border: 2px solid #414042;
	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-color: #be5b27;
	background-image: none !important;
	border-color: #fff #fff #fff;
}
.go:hover {
	color: #fff !important;
	background:#5f5e60 !important;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
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: #C2C2C3;
    
    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: #1f1a17;
	font-weight: 400;
	font-size: 2.1em !important;
}
h2 {
	font-size: 1.7em !important;
	font-weight: 500;
	color:#1f1a17;
}
h3 {
	font-size: 1.3em !important;
	font-weight: bold;
}
strong{font-size:14px;}
p, #main-content ul li {
	color: #000 !important;
	line-height: 1.8em;
}
p a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #717171 !important;;
}
h1 img {
	padding-right: 15px;
	margin-top: -6px;
}

h1.heading {
	margin-left: 0 !important;
	margin-bottom:25px;
	color:#000 !important;
	font-weight: 700;
	font-size: 2.2em !important;
}

h1.heading a{
	color:#717171 !important;
}
	
h1.auto, h1.house, h1.other {
	margin-left: 0 !important;
}
h1.auto {
	color: #1f1a17;
}
h1.house {
	color: #1f1a17;
}
h1.other {
	color: #1f1a17;
}

 h5.auto {
	color: #1f1a17;
	font-weight: 400;
	font-size: 2.1em !important;
}
h5.house {
	color: #1f1a17;
	font-weight: 400;
	font-size: 2.1em !important;
}
h5.other {
	color: #1f1a17;
	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 {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 1.5em;
	list-style: none;
	font-size: 0.8em;
}
footer > ul > li > a {
	color: #fff !important;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow:1px 1px 3px #000;
}
footer > ul > li > a:hover, a.active, #footer-address a:hover, .copyright a:hover {
	color: #d6c9af !important;
	text-decoration: underline;
}
.copyright, #footer-address {
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px !important;
	padding-top: 5px;
	text-align: center;
	text-shadow:1px 1px 3px #000;
}
#footer-address {
	padding-top: 15px;
	clear:both;
	text-align: center;
}
#footer-address a, .copyright a{
color: #fff !important;
}
.blog {
	text-align: center;
}
.blog p {
	margin-top: 10px;
	padding-bottom: 35px !important;
	padding: 6px;
}
.titlefield {
	color: #AC172B;
	font-size: 22px;
	margin-top: 10px;
	font-weight: 400;
}
.social {
	background-color: #616161;
	height: 10px;
	padding: 10px;
}

.social ul li {
	list-style-type: none;
}
.img-rounded {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #AC172B;
	float: left;
	margin-right: 15px;
	margin-left: 10px;
}
.img-rounded:hover {
	background: #2676d0;
}
/*Services*/

#services {
	margin-bottom: 20px;
}
#services img {
	display: block;
	width: auto;
	margin: 10px auto;
}
#services a {
	color: #b4b3b3;
	font-size: 1.1em;
	padding: 14px 0;
}
#services a:hover {
	text-decoration: none;
}
a.top-left-btn, a.top-middle-btn, a.top-right-btn {
	border: 22px solid #1f1a17;
	text-align: center;
}
a.top-left-btn {
	background-color: #8A865D;
}
a:hover.top-left-btn {
	background-color: #7c784b;
}
a.top-middle-btn {
	background-color: #8A865D;
}
a:hover.top-middle-btn {
	background-color: #7c784b;
}
a.top-right-btn {
	background-color: #8A865D;
}
a:hover.top-right-btn {
	background-color: #7c784b;
}
.carousel-control {
	border: 0;
	margin-top: 0;
}

/*Main Content*/
#main-content {
	background-color:#bfbb96;
	padding: 15px;
}
#main-content h2, #main-content ul, #main-content p, #main-content h3, #main-content h4 {
	padding-left: 0px;
}

/*Fixes*/

.mgn-lft {
	margin-left: 0px;
}
.pad-btm {
	padding-bottom: 0 !important;
}
.carousel-control {
	border-radius: 50%;
	line-height: 40px;
	font-size: 52px;
}
.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;
	
}
iframe:not([seamless]) {
border: 0px inset;
border-image: initial;
}
.frame-fix{
	height: 1500px;
}	

/* Career Grid Style */

.career-grid-header{
background-color:#AC172B;
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:#eeeeee;
}
 
#foot-lists{
	text-align:center;
}
.no-cont-pading h2, .no-cont-pading p, .no-cont-pading ul, .no-cont-pading h3{
	padding-left:0px !important;
}
.foot-sub-block, .copyright span{
	display:inline-block;
}
#header-contact-content a{
	text-decoration:underline !important;
	font-weight:bold !important;
}
.space {
	padding-bottom: 18px !important;
}
.go:hover, .go:active{
	background:#5f5e60 !important;
	color:#fff;
}
.go:focus{
	color:#fff !important;
}
.cs-iframe{
	height:1600px;
}
#carriers-images p{
	padding-left:0px;
}
.carousel-control:hover, .carousel-control:focus{
	color: #fff !important;
}
.jot iframe{
	height:310px !important;
}
.jot{
	height: 406px;
}
.jot .quoter{
	height: 404px;
}
.quoter select {
    padding-left: 3px !important;
}
a[href^='tel']{
	color:inherit !important;
	text-decoration:none !important;
}
#career-grid h2{
	padding-left:0px;
	color:#414042;
}
#carriers-images .span6{
	border-bottom: 1px solid #231F20;
	margin-bottom: 10px;
}
#carriers-images a:focus, #footer-address a:focus, .copyright a:focus, #header-contact-content a:focus{
	color:inherit !important;
}
.cont-info-block{
	margin-bottom:15px;
	line-height: 23px;
}
.cont-info-block, .cont-info-block a{
	color:#414042;
}
.cont-info-block a{
	font-weight: bold;
	text-decoration: underline;
}
.cont-info-block h4>p{
margin: 0px !important;
font-weight: normal !important;
line-height: inherit !important;
}
#jot-header{
	margin-bottom:0px;
	color:#1f1a17;
}
.contact-map{
	height:350px;
}
.quick-cont-iframe{
	height:201px !important;
}
.quick-cont-block{
	background: rgb(194, 194, 195) none repeat scroll 0% 0%;
	padding-left: 11px;
	padding-top:3px;
}


.btn-block, .btn-block, .btn-block.active {
    background: #be4812;
    color: #fff;
    text-decoration: none;
	padding:3px;
	
}

.btn-block:hover, .btn-block:focus, .btn-block.active {
    background: #5f5e60;
    color: #fff !important;
    text-decoration: none;
	padding:3px;
	
}



.quick-cont-iframe {
    height: 280px !important;
}



.img-rounded {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #AC172B;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

select {
	width: 225px;
	padding-left: 6px;
	-webkit-appearance: none;
	line-height:23px;
	padding-right:4px;
}
#social-icon {
    list-style-type: none;
    width: 30px;
    padding: 0;
    margin: 0 auto;
    clear: both;
    text-align: center;
	background:#4f9ef8;
	border-radius:50px;
}
#social-icon:hover{background:#2676d0;}
#social-icon li {
    float: none;
  
    display: inline-block;
}
p.content-dx{padding-left:0px !important;}

.carr-text{
font-weight:bold;
text-align: center;
}

.no-cont-pading h4, .carrier-details h4{
	padding-left:0px !important;
}

.index-quoter {
background-color: #d85819;	
	
}
.com-form-fix {
	height:auto!important;
}
.jot .commercial-iframe {
	height:520px!important;
}


hr{
margin: 0px 0;
border-top: 6px solid #c1bfca;
}

#career-grid h2{
	padding-left:0px;
	color:#1f1a17;
}
#carriers-images .span6{
	border-bottom: 1px solid #231F20;
	margin-bottom: 10px;
}

.carrier-details .button {
	color:#fff!important;
	font-size:12px;
	font-weight:normal;
	padding:0px 10px;
	border-radius:5px;
}
#services {
    display: flex;
}