@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;
}
a {
	color: #305c5c;
}
a:hover, a:focus {
	color: #3d7575;
}
.space {
	background-color: #FFF;
	padding: 20px;
}
.logo {
	padding: 0px;
	display:block;
	margin: 0 auto;
}
nav {
	margin-top: 30px;
}
.nav li {
	padding: 8px 0 8px 0px;
	text-align: center;
}
.nav > li > a {
	color: #000 !important;
	font-weight: bold;
}
.nav > li > a.active {
	background-color: #eeeeee;
	text-decoration: none;
}
.quoter-bg {
	background-color: #231f20;
	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: #3d3638;
	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: 28px !important;
	line-height: 36px;
}
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: #fff !important;
	border: 2px solid #1a1a1a;
	font-family: 'Merriweather', serif;
	color: #231f20;
	font-weight: bold;
	width: 60px;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.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, .featured-insurance {
	width: 100%;
	height: 350px;
	object-fit:cover;
}
/*Header Address*/
.header-contact {
	text-align: center;
	background-color: #eeeeee;
    
    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: #231f20;
	font-weight: 400;
	font-size: 28px !important;
	line-height: 36px;
}
h2 {
	font-size: 22px !important;
	font-weight: normal;
	line-height: 30px;
}
p {
	color: #414042 !important;
	line-height: 1.8em;
}
p a {
	font-weight: bold;
	
}
h1 img {
	padding-right: 15px;
}

h1.heading {
	margin-left: 0 !important;
	margin-bottom:25px;
	color:#231f20 !important;
	font-weight: 400;
	font-size: 2.1em !important;
}
#main-content h2, #main-content h3, #main-content h4 {
	margin-top: 30px;
	margin-bottom: 10px;
}
#main-content ul {
	margin: 20px 0;
	padding-left: 25px;
}
#main-content ul li {
	margin-bottom: 10px;
}
h1.heading a{
	color:#b94800 !important;
}
	
h1.auto, h1.house, h1.other {
	margin-left: 0 !important;
}
h1.auto {
	color: #333;
}
h1.house {
	color: #333;
}
h1.other {
	color: #333;
}

 h5.auto {
	color: #005556;
	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 0 10px 1.5em;
	list-style: none;
	font-size: 0.8em;
	
}
footer > ul > li > a {
	color: #231f20 !important;
	font-size: 1.2em;
	font-weight: bold;
}
footer > ul > li > a:hover, a.active {
	color: #231f20 !important;
	text-decoration: underline 2px #58a8a8;
	text-underline-position: under;
}
.copyright, #footer-address {
	color: #231f20 !important;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px !important;
	padding-top: 5px;
}
#footer-address {
	padding-top: 15px;
	clear:both;
}
.blog {
	text-align: center;
}
.blog p {
	margin-top: 10px;
	padding: 20px 10px;
	font-size: 12px;
}
.titlefield {
	color: #b94800;
	font-size: 22px;
	margin-top: 10px;
	font-weight: 400;
}
.social {
	background-color: #231f20;
	height: 30px;
	padding: 10px;
}
.social ul {
	margin-left: 10px !important;
	display: flex;
    align-items: center;
}
.social ul li {
	list-style-type: none;
height: 30px;
width: 30px;
text-align: center;
}
.social ul li a{
	color: #fff;
	font-size: 12px;
}
.img-rounded {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #3b5998;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
.img-rounded:hover {
	background: #3b5998;
}
/*Services*/

#services {
	margin-bottom: 20px;
}
#services img {
	display: block;
	width: auto;
	margin: 10px auto;
}
#services a {
	color: #231f20;
	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 #231f20;
	text-align: center;
}
a.top-left-btn {
	background-color: #58a8a8;
}
a:hover.top-left-btn {
	background-color: #409393;
}
a.top-middle-btn {
	background-color: #cc9a38;
}
a:hover.top-middle-btn {
	background-color: #b58423;
}
a.top-right-btn {
	background-color: #7d923f;
}
a:hover.top-right-btn {
	background-color: #697d2c;
}
.carousel-control {
	border: 0;
	margin-top: 0;
}

/*Main Content*/
#main-content {
	background-color: rgba(255,255,255,.75);
	padding: 15px;
}
#main-content h2, #main-content p {
	padding-left: 7px;
}
#main-content h2 {
	padding-left: 0px;
}

/*Fixes*/

.mgn-lft {
	margin-left: 0px;
}
.pad-btm {
	padding-bottom: 0 !important;
}
.carousel-control {
	border-radius: 50%;
	line-height: 40px;
}
.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;
	
}
.frme-map iframe {
	height: 300px;
}
iframe:not([seamless]) {
border: 0px inset;
border-image: initial;
}
.frame-fix{
	height: 1500px;
}	

/* Career Grid Style */

.career-grid-header{
background-color:#b94800;
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;
}
 
 
 	#frame {height:1600px;}
		.anc-jmp-fnt img {padding-right:10px;border:none;}
	
	 .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;
}

/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #bd5411; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 15px;
  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;
}
.carrier-details h4 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.carrier-details p {
	padding-left: 0px!important;
}
.carrier-details .span6 {
	border-bottom: 1px solid #0f4478;
}
.btn-block {
  color: #fff;
  font-size: 12px;
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 8px;
  background: #231f20;
}
#main-content {
  background-color: rgb(255, 255, 255);
  padding: 15px;
  padding-top: 15px;
  padding-right: 7px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.jot .quoter, .jot {
	height: 404px;
}
.go:hover, .go:focus {
  color: #231f20 !important;
  background: #ccc!important;
}
.btn-block:hover, .btn-block:focus, .btn-block.active {
  background: #3d3638;
  color: #fff !important;
  text-decoration: none;
}
.cs-iframe {
    min-height: 900px;
}
.cc-frame-container {
	width: 100%;
	margin: 0 auto;
}


	




/* Ada compliance fixes end */ 