@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;
}
h3 {
  font-size: 18.5px;
}
.space {
	background-color: #FFF;
	padding: 20px;
}
.logo {
	padding: 0px;
	display:inline-block;
	margin: 0 auto;
	width: 100%;
}
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, .nav > li > a:hover, .nav > li > a:focus {
	background-color: #eeeeee;
	text-decoration: none;
	color: #3d4875!important;
}
.quoter-bg {
	background-color: #1f2b55;
	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: #3d4875;
	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 #969498;
	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: #1f2b55 ;

}
.go:hover,.go:focus {
  color: #fff !important;
  background: #151d3b;
}
.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: #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: #3d4875;
	font-weight: 400;
	font-size: 2.1em !important;
}
h2 {
	font-size: 1.8em !important;
	font-weight: normal;
}
p {
	color: #414042 !important;
	line-height: 1.8em;
}
p a {
	color: #3d4875;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #4a588f;
}
h1 img {
	padding-right: 15px;
}

h1.heading {
	margin-left: 0 !important;
	margin-bottom:25px;
	color:#3d4875 !important;
	font-weight: 400;
	font-size: 2.1em !important;
}

h1.heading a{
	color:#3d4875 !important;
}
	
h1.auto, h1.house, h1.other {
	margin-left: 0 !important;
}
h1.auto {
	color: #3d4875;
}
h1.house {
	color: #3d4875;
}
h1.other {
	color: #3d4875;
}

 h5.auto {
	color: #4a588f;
	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 {
	display:inline-block;
	padding: 0;
	margin: 0 0 0 1.5em;
	list-style: none;
	font-size: 0.8em;
}
footer > ul > li > a {
	color: #414042 !important;
	font-size: 1.2em;
	font-weight: bold;
}
footer > ul > li > a:hover, a.active {
	color: #3d4875 !important;
	text-decoration: underline;
}
.copyright, #footer-address {
  color: #414042 !important;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 0px !important;
  padding-top: 5px;
  text-align: center;
}
#footer-address {
	padding-top: 15px;
	clear:both;
}
.blog {
	text-align: center;
}
.blog p {
	margin-top: 10px;
	padding-bottom: 40px;
}
.titlefield {
	color: #3d4875;
	font-size: 22px;
	margin-top: 10px;
	font-weight: 400;
}
.social {
	background-color: #616161;
	height: 30px;
	padding: 10px;
}
.social ul {
	margin-left: 10px !important;
}
.social ul li {
	list-style-type: none;
}
.img-rounded {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #414042;
	float: left;
	margin-right: 15px;
	margin-left: 10px;
}
.img-rounded:hover {
	background: #c89322;
}
/*Services*/

#services {
	margin-bottom: 20px;
}
#services img {
	display: block;
	width: auto;
	margin: 10px auto;
}
#services a {
	color: #fff;
	font-size: 14px;
	padding: 14px 0;
}
#services a:hover {
	text-decoration: none;
}
a.top-left-btn, a.top-middle-btn, a.top-right-btn {
	border: 22px solid #3d4875;
	text-align: center;
}
a.top-left-btn {
	background-color: #5162a2;
}
a:hover.top-left-btn {
	opacity:0.8;
}
a.top-middle-btn {
	background-color: #5162a2;
}
a:hover.top-middle-btn {
	opacity:0.8;
}
a.top-right-btn {
	background-color: #5162a2;
}
a:hover.top-right-btn {
	opacity:0.8;
}
.carousel-control {
	border: 0;
	margin-top: 0;
}

/*Main Content*/
#main-content {
	background-color: rgba(255,255,255,.75);
	padding: 15px;
}


/*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%;	
	height: 500px;
	object-fit:cover;
}
.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:#3d4875;
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;
}
.meet-team h3{
	text-align:center;
	font-size:16px;
}
.meet-team img{
	margin:0 auto;
	display:block;
	max-width:300px;
	width:100%;
}
.meet-team p {
	text-align: center;
}
.meet-team {
	margin-bottom: 30px;
}
.quote {
	font-size: 18px;
	width: 80%;
	margin: 0 auto 30px;
	display: block;
}
/* 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;
}
.foot-lists {
  text-align: center;
}
#footer-address {
  padding-top: 15px;
  clear: both;
  text-align: center;
}
.copyright span, #footer-address span {
  display: inline-block;
}
.jot iframe {
  height: 335px !important;
}
.jot {
  height: 406px;
}
.jot .quoter {
  height: 404px;
}

element {

}
iframe:not([seamless]) {

    border: 0px inset;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
    border-image: initial;

}
.frame-fix,.cs-iframe {

    height: 1600px!important;

}
.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: #3d4875;
    color: #fff;
    text-decoration: none;
    padding: 3px;
}
.btn-block:hover, .btn-block:focus, .btn-block.active {
    background: #30395c;
    color: #fff !important;
    text-decoration: none;
}
#carriers-images .span6 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.loc-name{
	font-size:17px;
}
.foot-loc-name{
	font-size:14px;
}
/* Career Grid Style */

.career-grid-header{
background-color:#0053a4;
text-transform:uppercase;
color:#fff;
font-weight:bold;
}

/* Ada compliance fixes end */ 