body {
	position: relative;
	padding: 0;
	font-family: 'Open Sans', sans-serif !important;
	color: #000;
}

html,
body {
	height: 100%;
	width: 100%;
}

a {
	color: #1f40c0;
}

a:hover,
a:focus {
	color: #224373;
}
h1 {
    font-size: 36px;
    line-height: 44px;
}
h2, .h2 {
	font-size: 28px;
    line-height: 34px;
}
h3 {
    font-size: 24px;
    line-height: 32px;
}
	
/* Banner image,logo sec and featured image,gradient,overlay styles */
.carousel-inner img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.carousel-control.left,
.carousel-control.right {
	background: transparent;
	z-index: 10;
	height: 0px;
	top: 70%;
}

.grad-bg {
	background: -moz-linear-gradient(70deg, rgba(109, 133, 167, 0.2) 18%, rgba(118, 119, 120, 0.18) 37%, rgba(91, 114, 134, 0.28) 45%, rgba(0, 0, 0, 0.15) 55%, rgba(182, 193, 197, 0.3) 100%);
	/* FF3.6-15 */
	background: linear-gradient(70deg, rgba(109, 133, 167, 0.2) 18%, rgba(118, 119, 120, 0.18) 37%, rgba(91, 114, 134, 0.28) 45%, rgba(179, 173, 173, 0.2) 55%, rgba(182, 193, 197, 0.3) 100%);
	background: -webkit-linear-gradient(70deg, rgba(109, 133, 167, 0.2) 18%, rgba(118, 119, 120, 0.18) 37%, rgba(91, 114, 134, 0.27) 45%, rgba(0, 0, 0, 0.15) 55%, rgba(182, 193, 197, 0.3) 100%);
	/* Chrome10-25,Safari5.1-6 */
	height: 100%;
	width: 100%;
	position: absolute;
}

.grad-bg-others {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
}

.grad-bg-inner {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	height: 100%;
}

.grad-bg-inner-sup {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	height: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
	background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .2) 100%);
}
.overlay .row {
    margin-top: 30px;
}

.logo-agency img {
	max-width: 100%;
	height: auto;
    max-height: 90px;
	display: inline-block;
}

.mar-top-soc {
	margin-top: 20px;
	padding-right: 0px;
}

.ph {
	float: right;
	font-size: medium;
	color: #fff;
	font-weight: 400;
}

.phone-no a {
	color: #000;
}

.social [class*="fa fa-"] {
	background-color: #fff;
	border-radius: 27px;
	color: #132540;
	height: 27px;
	line-height: 27px;
	width: 27px;
	font-size: 18px;
	text-align: center;
	margin-left: 13px;
}

.social [class*="fa fa-facebook"] {
	color: #3b5998;
}

.social [class*="fa fa-twitter"] {
	color: #1DA1F2;
}

.social [class*="fa fa-pinterest"] {
	color: #E60023;
}

.social [class*="fa fa-linkedin"] {
	color: #0072b1;
}

.social [class*="fa fa-google"] {
	color: #4285F4;
}

.social-inner [class*="fa fa-"] {
	color: #132540;
}

.pos-rel {
	position: relative;
}

.social ul {
	list-style: none;
	float: right;
}

.social li {
	float: left;
}

.social-icons .fa:hover,
.social-icons .fa:active {
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333;
}

.social-icons.icon-zoom .fa:hover,
.social-icons.icon-zoom .fa:active {
	-webkit-transform: scale(1.2);
	-webkit-animation-delay: 4s;
	-moz-transform: scale(1.2);
	-moz-animation-delay: 4s;
	-ms-transform: scale(1.2);
	-ms-animation-delay: 1s;
	-o-transform: scale(1.2);
	transform: scale(1.2);
	animation-delay: 1s;
}

.social-icons.icon-circle .fa {
	border-radius: 50%;
}

.social-icons.icon-rounded .fa {
	border-radius: 5px;
}

.social-icons.icon-flat .fa {
	border-radius: 0;
}

.pad-l {
	padding-left: 0px;
}

.pad-r {
	padding-right: 0px;
}

/*Navigation Section*/
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

p.column-p {
	color: #808080;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	border: 2px transparent solid;
	text-shadow: 1px 1px #1B1908;
}

.navbar-default .navbar-nav>li>a {
	padding-left: 15px;
	padding-right: 15px;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 0px;
}

.navbar .navbar-inner {
	padding: 0;
}

.navbar .nav {
	margin: 0;
	width: 100%;
}

.menu-top>li {
	display: inline-block;
	float: none;
}

.navbar-collapse>ul::after {
	content: '';
	display: inline-block;
	width: 100%;
}

.foot-width>ul::after {
	content: '';
	display: inline-block;
	width: 100%;
}

.caretup {
	transform: rotate(180deg);
}

.caret {
	margin-left: 5px;
	border-top: 7px solid;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: transparent;
	z-index: 20;
	text-shadow: 1px 1px 0px #000;
	border: 2px solid #1c3dbe;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.navbar-default .navbar-nav>.active>a {
	color: #fff;
	background-color: transparent;
	z-index: 20;
	text-shadow: 1px 1px 0px #A27F05;
	border: 2px solid #1c3dbe;
	text-shadow: 1px 1px #1B1908;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
	text-shadow: 1px 1px 0px #000;
	border: 2px solid #1c3dbe;
	transition: all .8s ease 0s;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.navbar-nav a,
#btn,
.lob-title {
	text-transform: uppercase;
}

.navbar-collapse>ul.navbar-nav {
	text-align: justify;
	font-size: 0.1px;
}

.navbar-collapse>ul.navbar-nav>li {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
}

.navbar {
	min-height: 50px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.ph a {
	color: #fff;
	text-shadow: 4px 3px 4px #353030;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #eee;
	border-color: transparent;
}

.active-ins {
	border: 2px solid #1c3dbe !important;
}

.navbar-nav>li>a {
	font-size: 16px;
}

.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.dropdown.open .caret {
	border-top: none;
	border-bottom: 8px solid;
}

.dropup.open .caret {
	border-top: none;
	border-top: 6px solid !important;
	border-bottom: none;
}

.dropup .caret {
	content: "";
	border-top: 0;
	border-bottom: 6px solid;
}

.dropup {
	text-align: center;
}

/*Heading and captions*/
.inner {
    padding-bottom: 30px;
}
.inner h2, .inner h3, .inner h4, .content-background h2, .content-background h3, .content-background h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.inner p,
.inner ul li {
	font-size: 14px;
	color: #2c2c2c;
}

.inner ul {
	padding-left: 20px;
}

.inner ul li {
	margin-bottom: 10px;
}
.inner ul li::marker {
    color: #1f40c0;
}
.inner a {
    text-decoration: underline;
}
h1 {
	font-weight: 600;
	overflow: hidden;
	color: #2c2c2c;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
}

h1.inner {
	color: #2c2c2c;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
    padding-bottom: 0px;
}

h2.tag-line-caption {
	font-weight: normal;
	font-size: 75px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	word-break: break-all;
	margin-top: 0px;
	margin-bottom: 0px;
	display: flex;
    min-height: 250px;
	height: calc( 80vh - 250px );
	align-items: center;
	justify-content: center;
}

/* Quote Box*/
.qt-box {
	background: #1f40c0;
	position: relative;
}

#ZipCode,
#Type,
#btn {
	width: 100%;
	border-radius: 4px;
}

#ZipCode,
#Type {
	background: #1f40c0 none repeat scroll 0% 0%;
	border: 2px solid #fff;
	padding: 7px;
	color: #fff;
	-webkit-appearance: none;
}
#Type option {
    background: #fff;
    color: #2c2c2c;
}
#Type {
	-moz-appearance: none;
}

#ZipCode {
	padding: 8px;
}

/*Hide  Select arrow in IE */
select::-ms-expand {
	display: none;
}

/* Select Arrow in Font Awsome*/
.select-ins::after {
	position: absolute;
	bottom: .15em;
	font-family: "FontAwesome";
	content: "\25BC";
	color: #fff;
	font-size: 12px;
	pointer-events: none;
	top: 9px;
	right: 20px;
}

.quote-btn {
	padding: 8px;
	background-color: #1f40c0;
	border: 2px solid #fff !important;
	color: #fff;
	border: none;
}

.quote-btn:hover,
.quote-btn:focus {
	color: #fff;
	background: #1b36a6;;
}

.quote-box {
	margin-top: 30px;
	margin-bottom: 60px;
}

.quote-box-jot {

	margin-top: 10px;
	margin-bottom: 25px;

}

.lob-box {
	margin: 80px 0px;
}

.lob-box p {
	font-size: 14px;
	text-align: left;
}

/* Three LOB Boxes Short Descrption with FontAwomwe and Read More Button*/
#JotFormIFrame {
	width: 100%;
	border: none;
	height: 240px !important;
}

#ContactJotFormIFrame {
	height: 360px;
	border: none;
	width: 100%;
}

.lob-box i {
	font-size: 3.7em;
	width: 3.2em;
	text-align: center;
	line-height: 1.5em;
	border: 2px solid #ccc;
	color: #1a3ab4;
	border-radius: 85px;
	height: 170px;
	padding-top: 40px;
}

.pad-mob .fa-car::before {
	font-size: 70px;
}

.pad-mob .fa-home::before {
	font-size: 70px;
}

.pad-mob .fa-user::before {
	font-size: 70px;
}

.lob-box i:hover {
	-webkit-transform: scale(1.2);
	-webkit-animation-delay: 4s;
	-moz-transform: scale(1.2);
	-moz-animation-delay: 4s;
	-ms-transform: scale(1.2);
	-ms-animation-delay: 1s;
	-o-transform: scale(1.2);
	transform: scale(1.2);
	animation-delay: 3s;
}

.lob-box i:hover {
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.6);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.6);
}

.brd-div {
	border-left: 1px #f0b22e solid;
	border-right: 2px #f0b22e solid;
}

.lob-p {
	padding: 20px 35px;
	text-align: left;
	margin-bottom: 20px;
}

.mar-left {
	margin-left: 30px;
}

h2.inner {
	font-size: 20px;
	color: #2c2c2c;
	margin-top: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.last {
	margin-bottom: 60px;
}

h2.tag-line-caption-inner {
	font-weight: normal;
	font-size: 60px;
	color: #fff;
	display: inline-block;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	word-break: break-all;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a.active {
	background: #1f40c0 !important;
	color: #fff !important;
}

.tag-line-caption-inner i {
	line-height: 1em;
	border: 2px solid #1c3dbe;
	color: #fff;
	border-radius: 70px;
	height: 140px;
	padding-top: 17px;
	font-size: 70px;
	width: 2em;
	padding-top: 30px;
	padding-left: 0px;
	text-align: center;
}

.lob-icon-text {
	min-height: 220px;
	height: calc( 80vh - 250px );
	width: 100%;
    text-align: center;
    display: flex;
    align-items:center;
    margin-top: -30px;
}
.lob-icon-text .col-md-12 {

}
.content-background h1,
.content-background h2,
.content-background h3,
.content-background h4,
.content-background a,
.content-background ul li {
	color: #fff;
}

.content-background p {
	color: #fff;
	text-align: left;
	font-size: 14px;
}

/* Read More Button*/
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	background: #1a3ab4;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	border-radius: 4px;
}

.center-block {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}

.center-block:hover,
.center-block:focus {
	background: #1b36a6;
	color: #fff;
	text-decoration: none;
}

/* Lob Boxes Title*/
h3.lob-title {
	margin: 30px auto;
	font-size: 24px;
	font-weight: 600;
}

.cen {
	text-align: center;
}

.lob-title {
	color: #2c2c2c;
}

.cen p {
	padding: 20px 35px;
	text-align: left;
	margin-bottom: 0px;
}

.column-p {
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

.column-p {
	color: #666;
	position: relative;
}

/* Hover on Button of Read more */
.center-block a:hover {
	color: #fff;
}

.content-li li {
	line-height: 20px;
	color: #4b5968;
}

/* Middle Section and Content  Flex CSS also*/
.eqWrap {
	display: flex;
}

.bg-con {
	background: rgba(0, 0, 0, 0.4);
    background: linear-gradient(0deg, rgba(86, 114, 142, 0.25), rgba(0,0,0,0.6));
}

.equalHW {
	flex: 1;
}

.equalHMWrap {
	justify-content: space-between;
}

.equalHMRWrap {
	justify-content: space-between;
	flex-wrap: wrap;
}

.equalHMR {
	margin-bottom: 3%;
}

.equalHMVWrap {
	text-align: center;
}

/* Image BG with position */
.content-background {
	background: url('../img/content-background.jpg') no-repeat;
	background-position: 100% 35%;
	background-size: cover;
}

.centered {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}

/* Side Content Styles for inner pages */
.side-con ul {
	padding: 0px;
}

.quick-list span {
	display: block;
	overflow: hidden;
	font-weight: 700;
}


.quick-list li:before {
	position: absolute;
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	left: 15px;
	background-color: #1f40c0;
	border-radius: 66px;
	display: inline-block;
	height: 20px;
	line-height: 18px;
	margin: auto 0px;
	width: 20px;
	font-size: 18px;
	text-align: center;
	margin-right: 13px;
	color: #fff;
	float: left;
}

.quick-list li {
	list-style-type: none;
	margin-bottom: 25px;
	color: #2c2c2c;
	font-size: 14px;
	display: block;
	overflow: hidden;
	font-weight: 700;
	margin-left: 30px;
}
.quick-list li a {
    color: #2c2c2c;
}
.quick-list li a:hover, .quick-list li a:focus {
    color: #2c2c2c;
    opacity: .8;
    text-decoration:none;
}
.mar-top {
	margin-top: 60px;
	margin-bottom: 60px;
}

.col-content p {
	color: #fff;
	margin-bottom: 15px;
}

/* Footer Section */
.social-icons-foot {
	background-color: #fff;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
}

.social-icons-foot p {
	color: #2c2c2c;
	padding-top: 25px;
	font-size: 21px;
	margin-bottom: 0px;
}

.cnt-details ul {
	color: #2c2c2c;
	list-style: outside none none;
	padding: 0;
}

.cnt-details ul>li {
	display: block;
	margin: 2px;
}

.cnt-details ul>li a {
	color: #2c2c2c;
}

.cnt-details ul>li a:hover,
.cnt-details .fa {
	color: #1f40c0;
	text-decoration: none;
}

/* logo carasoul */
.ins-nslider {
	padding: 0 15px 0 15px;
	width: 50%;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	height: 100px;
}

.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: default;
	z-index: 100;
}

.no-marg {
	margin-left: 0px !important;
}

/* Social Icons on Footer*/
.social a:hover,
.social-bottom a:hover,
.social a:focus,
.social-bottom a:focus {
	text-decoration: none;
}

.social-bottom [class*="fa fa-"] {
	background-color: #fff;
	border-radius: 35px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: auto 0px;
	width: 35px;
	font-size: 25px;
	text-align: center;
	margin-left: 21px;
	color: #f0b22e;
}

.social-bottom [class*="fa fa-facebook"] {
	color: #3b5998;
}

.social-bottom [class*="fa fa-twitter"] {
	color: #1DA1F2;
}

.social-bottom [class*="fa fa-pinterest"] {
	color: #E60023;
}

.social-bottom [class*="fa fa-linkedin"] {
	color: #0072b1;
}

.social-bottom [class*="fa fa-google"] {
	color: #4285F4;
}

.social-bottom ul {
	list-style: none;
	float: left;
	padding: 0px;
}

.social-bottom li {
	float: left;
}

.social-bottom {
	margin: 10px 0px;
	clear: both;
	padding-left: 0px;
	padding-right: 0px;
}

/* Footer Section*/
.foot-bg-color {
	background-color: #1f40c0;
}

address,
address p {
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

#agency-address {
	margin: 25px auto;
}

.foot-width>ul {
	margin: 0px;
	display: block;
	width: 100%;
	float: none;
	text-align: justify;
	padding: 0px;
	font-size: 0.1px;
}

.foot-menu>li a.active {
	color: #0c0c0d;
}

.footer-contact-info li>a:hover,
.foot-menu>li>a:hover,
.foot-menu>li>a:focus {
	color: #adadb3;
	text-decoration: none;
}
.footer-contact-info li>a:hover, .footer-contact-info li>a:focus {
    color: #fff;
    opacity: .8;
}
.footer-contact-info li a {
	color: #fff;
}

.footer-contact-info ul {
	padding: 0px;
}

.footer-contact-info li,
.site-info li {
	list-style-type: none;
	display: inline-block;
	padding-left: 5px;
}

.foot-menu>li {
	display: inline-block;
	float: none;
	padding: 10px 0px;
}

.footer-contact-info ul li:before {
	content: " \00b7";
	font-size: 14px;
	color: #3a62fb;
	margin-right: 5px;
	font-weight: 900;
}

.footer-contact-info ul li:first-child:before {
	content: none;
}

.site-info ul li:nth-child(2):before {
	content: "|";
}

li.no-mar,
li.no-mar a {
	margin-left: 0% !important;
	margin-right: 0% !important;
	;
}

.foot-menu>li>a {
	margin: 0px 0px;
	line-height: 80px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
    padding: 10px;
    border: 2px solid transparent;
}

.foot-menu>li>a.active, .foot-menu>li>a:hover, .foot-menu>li>a:focus {
	color: #fff;
    background-color: transparent;
    text-shadow: 1px 1px 0px #A27F05;
    border: 2px solid #fff;
    text-shadow:none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.foot-side-info {
	background-color: #1f40c0;
    border-top: 1px solid #1b36a6;
}

.foot-cont a {
	color: #748eb3;
}

.foot-cont a:hover,
.text-col {
	color: #fff;
    opacity: .8;
}

.text-col {
	font-size: 15px;
}

.foot-cont {
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
}

.site-info ul {
	padding: 0px;
}

.site-info li {
	text-align: center;
	float: none;
	font-size: 14px;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	margin-right: 3px;
}

#agency-address .fa {
	color: #fff;
}

.site-info {
	text-align: center;
	margin-bottom: 40px;
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 65%;
	margin-bottom: 1px;
	left: 0%;
	right: 0;
	text-align: center;
}

.site-info a {
	color: #748eb3;
}

.site-info a:hover,
.site-info a:focus {
	color: #1b3dbe;
}

/*CS page Compare Quotes Page */
#cs-frame {
	width: 100%;
	height: 1600px;
	border: none;
}

.gmap {
	width: 95%;
	height: 230px;
	margin-top: 15px;
}

.clist .btn {
	background: #2141be;
	color: #fff;
}

.clist .btn:hover,
.clist .btn:focus {
	background: #1f3bab;
}

.clist a {
	color: #fff;
}

.clist h2 {
	border-bottom: 1px solid #ccc;
	line-height: 45px;
	font-size: 24px;
}

.clist {
	margin-bottom: 20px;
}

.caps {
	margin-bottom: 20px;
}

.clist span a {
	color: #000;
}

.dropup .dropdown-menu {
	min-width: 230px;
}

.fa-phone,
.fa-fax,
.fa-envelope {
	margin-right: 4px;
}

.evfix li .text-col {
	padding-right: 4px;
}

.pad-mob-fx {
	text-align: center;
}

.carousel-inner p {
	margin-bottom: 0px;
}

h3.con-h,
h3.contact-head {
	font-size: 18px;
}

.cntct a:hover,
.cntct a:focus {
	color: #224373;
}

.overlay-cms {
	position: absolute;
	top: 0;
	left: 0;
	/* width: 100%; */
	/* height: 100%; */
	right: 0;
}

h2.quote-title {
	font-size: 20px;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	padding-top: 25px;
	margin-top: 5px;
	margin-bottom: 7px;
	display: block;
}

.carousel-inner img.img-responsive {
	object-fit: cover;
	min-height: 500px;
    height: 80vh;
}

.quote-box-main {
	margin: 60px 0px;
}

.active-bot {
	color: #ffc92e !important;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .5s ease-in-out;
		-o-transition: -o-transform .5s ease-in-out;
		transition: transform .5s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		perspective: 1000
	}

	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		left: 0;
		z -webkit-transform: translate3d(99.5%, 0, 0);
		transform: translate3d(99.5%, 0, 0)
	}

	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-99.5%, 0, 0);
		transform: translate3d(-99.5%, 0, 0)
	}

	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.quote-btn-right-anim {
	display: inline-block;
	vertical-align: middle;

	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*.quote-btn-right-anim:before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(124,153,193,0.4);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.quote-btn-right-anim:hover,.quote-btn-right-anim:focus,.quote-btn-right-anim:active {
  color: white;
}
.quote-btn-right-anim:hover:before,.quote-btn-right-anim:focus:before,.quote-btn-right-anim:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}*/

/* Ada compliance fixes beings */
.skip-to-content-link {
	background: #1c3dbf;
	/* change the bgcolor based on the template color*/
	color: #fff;
	height: 30px;
	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;
}

/* This will require, if "form-control" class not present on "quote box from fields" */

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.no-banner .grad-bg-inner {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.4) 100%);
	background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, 0.4) 100%);
	height: 280px;
}

.no-banner .overlay {
	position: relative;
}

/* Ada compliance fixes end */
a.sms-txt {
	cursor: none;
	pointer-events: none;
}

#silver_content .sms-txt {
	color: #2c2c2c;
}

.footer-contact-info ul li:nth-child(2):before {
	content: " \00b7";
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
	font-weight: 100;
}

.footer-contact-info ul li::before {
	content: none;
}

.site-info ul li::before {
	content: "\00b7";
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
	font-weight: 900;
}

.site-info ul li:nth-child(2):before {
	content: "|";
}

.phone-automate .fa {
	color: #1e3ebe;
}

.grw-block h2 {
	text-align: center;
	font-weight: 700;
}

.grw-block {
	border-top: 1px solid #ccc;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #1f40c0 !important;
	font-style: normal;
}

.grw-business-footer p {
	line-height: 24px !important;
}

.grw-business-footer p {
	text-align: center !important;
	margin-left: 0;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #1f40c0 !important;
}

.grw-business-header {
	border-bottom: 3px solid #1f40c0 !important;
}

.grw-theme-dark {
	box-shadow: none;
}

.grw-business-name a,
.grw-business-name a:visited {
	color: #2c2c2c !important;
}

.homepage-grw .grw-wrapper {
	max-width: 100% !important;
}

.homepage-grw .grw-review-content p {
	text-align: left !important;
}

.homepage-grw .grw-slider-nav {
	clear: both;
	display: none;
}

.homepage-grw .grw-slider {
	text-align: left;
}

.homepage-grw .grw-slider .grw-reviews-wrapper {
	width: auto;
}

.homepage-grw div.grw-review {
	width: 100% !important;
	padding: 10px;
	box-shadow: 3px 3px #ccc;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px solid #ccc;
}

.homepage-grw .grw-theme-dark div.grw-review-content>p {
	inline-size: auto !important;
}

.grw-theme-dark div.grw-review-content>p {
	inline-size: 245px;
}

.grw-slider-wrapper {
	display: flex;
	margin: 30px 0 20px;
}

.grw-slider .grw-reviews-wrapper .grw-review-slide {
	float: none !important;
}

.grw-review-btn:hover,
.grw-review-btn:focus,
.grw-view-all-btn:hover,
.grw-view-all-btn:focus {
	color: #fff !important;
}

.employee-directory .emp-card {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.employee-directory .media-left {
	width: 90px;
	margin-right: 20px;
}

.employee-directory .emp-photo {
	width: 80px;
	height: 100px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.employee-directory .media-body {
	flex: 1;
}

.employee-directory .emp-name {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 18px;
}

.employee-directory .emp-title {
	font-size: 14px;
	margin-bottom: 5px;
}

.employee-directory .media-right {
	min-width: 180px;
	text-align: left;
	font-size: 13px;
	margin-left: 20px;
}

.employee-directory a {
	color: #337ab7;
}

.employee-directory a:hover {
	text-decoration: underline;
}

.emp-card.last {
	border-bottom: none !important;
}

.privacy-policy-content {
	font-size: 14px;
	line-height: 1.7;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

.privacy-policy-content h2,
.privacy-policy-content h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}

.privacy-policy-content .section-title {
	font-size: 15px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 8px;
}

.privacy-policy-content ol {
	margin-left: 20px;
	margin-bottom: 15px;
	list-style-type: none;
}

.privacy-policy-content li {
	margin-bottom: 8px;
}

.privacy-policy-content a.underline-link {
	text-decoration: underline;
	color: #337ab7;
}

.top-bar {
	background: transparent;
	padding: 0px 0 12px;
	font-size: 14px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.googleTranslateBlock {
	text-align: left;
}

/* Google translate */
#custom_translate_buttons {
    float:right;
}
#agency-logo {
	margin: 20px 0px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
#translateButton {
    background: #1f40c0;
    color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    border:none;
    font-size: 18px;
    line-height: 24px;
    padding: 3px 10px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
#translateButton:focus, #translateButton:hover {
    background: #1b36a6;
}
#translateButton:focus {
    outline: auto 5px -webkit-focus-ring-color;
}
.translated-ltr .navbar-default .navbar-nav>li>a {
	font-size: 12px;
}
    
.googleTranslateBlock .goog-te-combo {
	width: 131px;
	outline: none;
	background: #1d3fbf;
	border: 1px solid #1d3fbf;
	color: #fff;
	/* padding: 5px; */
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../img/arrow-down.png') 96% / 15% no-repeat #1d3fbf;
}

.goog-logo-link {
	display: none !important;
	height: 0;
}

.goog-te-gadget {
	color: transparent !important;
}

.goog-te-banner-frame.skiptranslate {
	display: none !important;
}

.translated-ltr body {
	top: 0px !important;
	margin: 0;
}

.translated-ltr h2.tag-line-caption-inner {
  font-weight: normal;
  font-size: 42px;
}

.translated-ltr .dropup .dropdown-menu {
  min-width: 273px;
}

.jotform {
	width: 100%;
	border: none;
}

.nobreak {
	display: inline-block;
}

.is-cms .mar-top-soc {
  margin-top: 35px;
}
.is-cms .lob-icon-text {
    height: auto !important;
    display: inherit !important;
    min-height: inherit !important;
}
.is-cms .no-banner .overlay-cms{
  position: relative !important;
  background: #111640 !important;
  padding-bottom: 20px !important;
}