@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;
}
aside.span3 {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    background: #fff;
}
.space {
	background-color: #FFF;
	padding: 20px;
}
.logo {
	padding: 0px;
	display:block;
	margin: 0 auto;
}
nav {
	margin-top: 30px;
}
.navbar .nav>li>a {
    padding: 0px 15px;
}
.nav li {
	padding: 8px 0 8px 0px;
	text-align: center;
    width: 100%;
}
.nav > li > a {
	color: #000 !important;
	font-weight: bold;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover, .navbar .nav>li>a.active {
	background-color: #1222fe;
	text-decoration: none;
  color: #fff !important;
}
/*Added Dropdown */
.navbar {
    margin-bottom: 0px;
}
.navbar .nav {
    margin-right: 0px;
}
.dropdown-menu {
    position: relative;
    width: 100%;
    
}
.navbar .nav>li>.dropdown-menu:before, .navbar .nav>li>.dropdown-menu:after {
    border:none;
}
.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
.navbar .nav li.dropdown>a.active .caret, .navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown>a:focus .caret, .navbar .nav li.dropdown.open>.dropdown-toggle .caret, .navbar .nav li.dropdown.active>.dropdown-toggle .caret, .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar .nav .dropdown-toggle .caret {
    margin-top: 12px;
    margin-left: 10px;
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #1222fe;
	text-decoration: none;
  color: #fff !important;
}
.dropdown-menu>li {
    padding: 0px;
    margin: 5px 0;
}
.dropdown-menu>li>a {
    color: #000;
    padding: 5px 0px;
}
.dropdown-menu>li>a.active, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: #1222fe!important;
	text-decoration: none;
  color: #fff !important;
}
.open>.dropdown-menu {
    border:none;
    box-shadow:none;
    background:#eaeaea;
    margin-top: 0px;
    border-radius: 0px;
}
/*Added Dropdown End */
.quoter-bg {
	background-color: #eaeaea;
	height: 250px;
	padding: 20px 0;
}
.quoter {
	text-align: center;
	background-color: #eaeaea;
	height: 250px;
	width: 100%;
}
.quoter h6 {
	font-weight: bold !important;
	color: #000 !important;
	text-transform: uppercase !important;
	margin: 0;
	padding: 10px 0 10px 0px;
	text-align: center;
	font-size: 24px !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: #1222fe !important;
	border: 2px solid #1222fe;
	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);
}
.go:hover, .go:focus {
	color: #fff !important;
	background: #3441fa!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%;
}
.carousel-inner {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
/*Header Address*/
.header-contact {
	text-align: center;
	background-color: #eeeeee;
    
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.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: #000;
	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: #1222fe;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #3441fa;
}
h1 img {
	padding-right: 15px;
}

h1.heading {
	margin-left: 0 !important;
	margin-bottom:25px;
	color:#000 !important;
	font-weight: 400;
	font-size: 2.1em !important;
}

h1.heading a{
	color:#000 !important;
}
	
h1.auto, h1.house, h1.other {
	margin-left: 0 !important;
}
h1.auto {
	color: #000;
}
h1.house {
	color: #000;
}
h1.other {
	color: #000;
}

 h5.auto {
	color: #252324;
	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 10px;
	margin: 0 0 0 0;
	list-style: none;
	font-size: 0.8em;
}
footer > ul > li > a {
	color: #000 !important;
	font-size: 1.2em;
	font-weight: bold;
}
footer > ul > li > a:hover, footer > ul > li > a:focus, footer > ul > li > a.active {
	color: #000 !important;
	text-decoration: underline;
    text-decoration-color: #fe4101;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.copyright, #footer-address {
	color: #000 !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-bottom: 40px;
}
.titlefield {
	color: #ec6022;
	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;
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: #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: 1.3em;
	padding: 14px 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#services a:hover {
	text-decoration: none;
}
a.top-left-btn, a.top-middle-btn, a.top-right-btn {
	border: 22px solid #555555;
	text-align: center;
}
a.top-left-btn {
	background-color: #555;
    border: 22px solid #fe4101;
}
a:hover.top-left-btn {
	background-color: #333;
}
a.top-middle-btn {
    background-color: #555;
    border: 22px solid #ffb312;
}
a:hover.top-middle-btn {
	background-color: #333;
}
a.top-right-btn {
    background-color: #555;
    border: 22px solid #1222fe;
}
a:hover.top-right-btn {
	background-color: #333;
}
.carousel-control {
	border: 0;
	margin-top: 0;
}

/*Main Content*/
#main-content {
	background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	padding: 15px;
}
#main-content h2, #main-content h3, #main-content h4 {
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 400;
}
#main-content h1 {
    font-weight: 700;
    font-size: 36px!important;
    line-height: 48px;
}
#main-content h2 {
    font-size: 24px!important;
    line-height: 36px;
}
#main-content h3 {
    font-size: 18px!important;
    line-height: 24px;
}
/*Fixes*/

.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%;	
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    height: 55vh;
    max-height: 600px;
    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:#ec6022;
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;
}

/* Ada compliance fixes end */ 
/* 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;
}
.carrier-details .button {
  color: #fff !important;
  font-size: 12px;
  font-weight: normal;
  padding: 0px 10px;
  border-radius: 5px;
}
.btn-block, .btn-block.active {
  background: #1222fe;
  color: #fff;
  text-decoration: none;
  padding: 3px;
}
.btn-block:hover, .btn-block:focus {
	background: #3441fa;
	text-decoration: none;
}
#carriers-images .span6 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #1222fe !important;
	font-style: normal;
}
.grw-author {
    color: #2c2c2c!important;
}
.grw-business-footer p {
	line-height: 24px !important;
}

.grw-business-footer p {
	text-align: center !important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #ec6022 !important;
}

.grw-business-header {
	border-bottom: 3px solid #ec6022 !important;
}

.grw-theme-dark {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.grw-business-name a,
.grw-business-name a:visited {
	color: #2c2c2c !important;
}

.grw-total-reviews,
.grw-theme-dark .rm-link {
	color: #666 !important;
}
.grw-view-all-btn:hover, .grw-view-all-btn:focus, .grw-review-btn:hover, .grw-review-btn:focus {
    background-color: #1222fe;
}
.ag-box img{
	width:250px;
}
.ag-box{
	background-color:#fff;
    border: 1px solid #ccc;
	width:100%;
    max-width: 500px;
	text-align:center;
	margin:0 auto;
	padding:40px 20px;
}
.ag-box p{
	margin-bottom:30px;
}
.ag-box-btn{
	background-color: #0d01b7;
	padding: 15px 22px;
	color:#fff;
}
.ag-box-btn:hover, .ag-box-btn:focus{
	background-color: #0d0492;
	color:#fff;
	text-decoration:none;
}
.team-wrap {
	text-align: center;
}
.team-wrap img {
	/* -webkit-filter: grayscale(100%); */
	/* filter: grayscale(100%); */
	border-radius: 16px;
	text-align: center;
	margin: 0 auto;
}
.team-wrap h3 {
	font-size: 20px;
	margin-bottom:0;
}
.jot {
	height: 650px;
}	
.grw-theme-dark div.grw-review-content > p {
	inline-size: 191px !important;
}
.grw-time-since {
	font-size: 0.5em !important;
}
.device-list{
	list-style-type:none;
}
.privacy-sec a{
	color:#5b5afe;
	text-decoration:none;
}
.privacy-sec a:hover{
	color:#2b29e9;
	text-decoration:underline;
}
.cc-frame-container {
	width: 90%;
	margin: 0 auto;
}
.cs-iframe {
	height: 1600px;
}
.copyright span, #footer-address span {
	display: inline-block;
}
.side-section {
    display: flex;
    flex-wrap: wrap;
}
.side-section .secleft {
    flex-basis: 63%;
    padding-right: 3%;
}
.side-section .secright {
    flex-basis: 33.33%;
}

