@charset "utf-8";
/* CSS Document */
/*
COLOR PALETTE
Headings : #c1282d
Secondary color : #dd5055
*/
/* DEFAULT STYLES */
body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, input, button, select, textarea, p, ul, li, a {
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
}
body {
	background-color: #FFF;
}
body, figure {
	margin: 0;
	padding: 0;
}

/*Typography */
.TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5{
	line-height: 30px !important;	
}
.TitleStyle1 {
	color: #002e76;
	font-size: 26px;
	font-weight: 400;
	padding: 0 0 0 10px;
	margin: 20px 0 0 0;
}
.TitleStyle2 {
	color: #2c2c2c;
	font-size: 20px;
	font-weight: 400;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}
.TitleStyle3 {
	margin: 10px 10px 0px 10px;
	color: #2c2c2c;
}
.TitleStyle4 {
  color: #2c2c2c;
  font-size: 36px;
  text-align: right;
  font-style: italic;
  letter-spacing: 1px;
  margin-top: 20px;
}
p, #main-text ul li {
	text-align: justify;
	padding: 10px 20px 0px 10px;
	font-size: 14px;
	line-height: 30px;
}
a:hover, a:focus {
    text-decoration: underline;
	outline:0;
}
a{
	color:#333;
}

/*Logo*/
.brand {
	margin-top: 10px!important;
}

/*Social icons*/
.social-links {
	float: right;
	margin-right: 0px;
	margin-top: 10px;
}
.social-links > li {
	list-style-type: none !important;
float: left;
margin-right: 10px;
background: #404041;
width: 30px;
height: 30px;
border-radius: 5px;
text-align: center;
padding-top: 3px;
}
.social-links > li a{
	color: #fff;
text-align: center;
line-height: 20px;
font-size: 16px;
}
.social-links i:hover, .social-down-links i:hover {
    opacity: 0.6;
}
.social-down-links {
	float: right;
	margin-right: 20px;
	margin-top: 20px!important;
	
	
}
.social-down-links > li {
	
	list-style-type: none !important;
float: left;
margin-right: 10px;
background: #404041;
width: 30px;
height: 30px;
border-radius: 5px;
text-align: center;
padding-top: 3px;
}

.social-down-links > li a{
	color: #fff;
text-align: center;
line-height: 20px;
font-size: 16px;
}

/*Main Navbar*/
.nav-section {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	justify-content: flex-end;
	align-content: center;
}
.nav-menu {
    display: flex;
    align-items: flex-end;
    justify-content: right;
	padding: 0;
}
.nav.navbar-nav {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	width:100%;
	margin:0;
	padding:0;
}
.navbar-default {
	background: transparent;
	border: 0;
	margin: 0;
	min-height: 0;
	width: 100%;
}
.navbar-default .navbar-nav > li {
	 list-style: none;
    flex-grow: 1;
    text-align: center;
}
.navbar-default .navbar-nav > li a, .navbar-default .navbar-nav > li a:focus {
	color: #fff;
	width: 100%;
    margin: 0px;
	font-size: 17px;
	padding: 10px 15px 10px;
}
.navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a.active, .navbar-default .navbar-nav .dropdown-menu li a:hover, .navbar-default .navbar-nav .dropdown-menu li a:focus, .navbar-default .navbar-nav .dropdown-menu li a.active {
    color: #4c4c4c;
}
.navbar-collapse {
    padding:0;
}
.navbar-nav {
	margin-top: 20px;
	background: #062c70;
	background: -moz-linear-gradient(top, #062c70 0%, #042357 68%, #042357 100%, #042357 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #062c70), color-stop(68%, #042357), color-stop(100%, #042357), color-stop(100%, #042357));
	background: -webkit-linear-gradient(top, #062c70 0%, #042357 68%, #042357 100%, #042357 100%);
	background: -o-linear-gradient(top, #062c70 0%, #042357 68%, #042357 100%, #042357 100%);
	background: -ms-linear-gradient(top, #062c70 0%, #042357 68%, #042357 100%, #042357 100%);
	background: linear-gradient(to bottom, #062c70 0%, #042357 68%, #042357 100%, #042357 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1094d4', GradientType=0 );
}
.navbar-nav > li:hover, .navbar-nav > li:focus, .navbar-nav > li > a.active {
	color: #4c4c4c;
	background: rgb(193,193,193)!important;
	background: -moz-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(228,228,228,1) 100%, #042357 100%, rgba(226,226,226,1) 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(193,193,193,1)), color-stop(100%, rgba(228,228,228,1)), color-stop(100%, #042357), color-stop(100%, rgba(226,226,226,1)))!important;
	background: -webkit-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(228,228,228,1) 100%, #042357 100%, rgba(226,226,226,1) 100%)!important;
	background: -o-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(228,228,228,1) 100%, #042357 100%, rgba(226,226,226,1) 100%)!important;
	background: -ms-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(228,228,228,1) 100%, #042357 100%, rgba(226,226,226,1) 100%)!important;
	background: linear-gradient(to bottom, rgba(193,193,193,1) 0%, rgba(228,228,228,1) 100%, #042357 100%, rgba(226,226,226,1) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#e2e2e2', GradientType=0 )!important;
}
.dropdown-menu > li > a {
    padding: 3px 20px !important;
    color: #333 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a.active {
    color: #fff !important;
    background-color: #c1282d;
}
.navbar-toggle {
    background-color: transparent;
    border: 1px solid #c1aa77;
    cursor: pointer;
    height: 30px;
    overflow: hidden;
    width: 35px;
    float: right;
    z-index: 100;
}
.nav-top .nav .dropdown.open .caret {
    border-bottom: 4px solid #4c4c4c;
    border-top: medium none;
}

/*Banner*/
.banner #main-img {
	position: relative;
	width: 100%;
	margin-left: 0px;
	object-fit:cover;
}

/*Quotebox*/
.banner{
	display:flex;
	padding: 0;
	border-bottom: 5px solid #062c70;
}
.banner-img{
	height:100%;
}
.quote-box, .banner-img{
	padding: 0;	
}
.quotes {
	margin-top: 20px;
	float: right;
	width:100%;
	height:auto;
	text-align: center;
	background: rgb(79, 81, 157);
	background: -moz-linear-gradient(left, #062c70 0%, #042357 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #062c70), color-stop(100%, #042357));
	background: -webkit-linear-gradient(left, #062c70 0%, #042357 100%);
	background: -o-linear-gradient(left, #062c70 0%, #042357 100%);
	background: -ms-linear-gradient(left, #062c70 0%, #042357 100%);
	background: linear-gradient(to right, #062c70 0%, #042357 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#108bce', endColorstr='#005bb4', GradientType=1 );
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	border-top-right-radius: 50px;
}
.quotes .TitleStyle2 {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
	text-align: center;
	letter-spacing: 1px;
	margin: 14px 0;
}
form {
    margin: 0 0 20px;
}
.quotes input, .quotes select {
	font-family: 'arial';
	font-weight: bold;
	font-size: 16px;
	width: 150px;
	height: 32px;
	margin-left: 20px;
	padding-left: 8px;
	color: #555;
}
select {
	margin-left: 0px !important;
}
input[type="text"], select {
    background-color: #fff;
    border: 1px solid #ccc;
	margin-bottom: 10px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
	vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.search-location {
	float: left;
}
.btn-custom {
	border: none!important;
	font-size: 14px;
	color: #fff;
	background: #e02434;
	background: -moz-linear-gradient(top, rgba(191, 40, 45,1) 0%, #e02434 0%, #c7202e 100%, #c7202e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(191, 40, 45,1)), color-stop(0%, #e02434), color-stop(100%, #c7202e), color-stop(100%, #c7202e));
	background: -webkit-linear-gradient(top, rgba(191, 40, 45,1) 0%, #e02434 0%, #c7202e 100%, #c7202e 100%);
	background: -o-linear-gradient(top, rgba(191, 40, 45,1) 0%, #e02434 0%, #c7202e 100%, #c7202e 100%);
	background: -ms-linear-gradient(top, rgba(191, 40, 45,1) 0%, #e02434 0%, #c7202e 100%, #c7202e 100%);
	background: linear-gradient(to bottom, rgba(191, 40, 45,1) 0%, #e02434 0%, #c7202e 100%, #c7202e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1084cd', GradientType=0 );
}
.btn-custom:hover, .btn-custom:focus {
	border: none!important;
	font-size: 14px;
	color: #fff;
	background: rgb(228, 86, 91);
	background: -moz-linear-gradient(top, #c7202e 0%, #c7202e 0%, #e02434 100%, rgba(191, 40, 45,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7202e), color-stop(0%, #c7202e), color-stop(100%, #e02434), color-stop(100%, rgba(191, 40, 45,1)));
	background: -webkit-linear-gradient(top, #c7202e 0%, #c7202e 0%, #e02434 100%, rgba(191, 40, 45,1) 100%);
	background: -o-linear-gradient(top, #c7202e 0%, #c7202e 0%, #e02434 100%, rgba(191, 40, 45,1) 100%);
	background: -ms-linear-gradient(top, #c7202e 0%, #c7202e 0%, #e02434 100%, rgba(191, 40, 45,1) 100%);
	background: linear-gradient(to bottom, #c7202e 0%, #c7202e 0%, #e02434 100%, rgba(191, 40, 45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1084cd', endColorstr='#1e5799', GradientType=0 );
	color: #fff;
}
#headline {
	float: left;
	width: 100%;
	height: auto;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(left, rgba(238,238,238,1) 1%, rgba(228,228,228,1) 100%, rgba(238,238,238,1) 100%, rgba(228,228,228,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(238,238,238,1)), color-stop(100%, rgba(228,228,228,1)), color-stop(100%, rgba(238,238,238,1)), color-stop(100%, rgba(228,228,228,1)));
	background: -webkit-linear-gradient(left, rgba(238,238,238,1) 1%, rgba(228,228,228,1) 100%, rgba(238,238,238,1) 100%, rgba(228,228,228,1) 100%);
	background: -o-linear-gradient(left, rgba(238,238,238,1) 1%, rgba(228,228,228,1) 100%, rgba(238,238,238,1) 100%, rgba(228,228,228,1) 100%);
	background: -ms-linear-gradient(left, rgba(238,238,238,1) 1%, rgba(228,228,228,1) 100%, rgba(238,238,238,1) 100%, rgba(228,228,228,1) 100%);
	background: linear-gradient(to right, rgba(238,238,238,1) 1%, rgba(228,228,228,1) 100%, rgba(238,238,238,1) 100%, rgba(228,228,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#015bbb', GradientType=1 );
	min-height:238px;
}
#headline .TitleStyle3 {
	font-size: 28px;
	font-weight: normal;
	margin-left: 20px;
	color: #333333;
	text-align: left;
}
#headline p {
	font-size: 14px;
	margin: 0 10px;
	line-height: 24px;
	color: #333333;
	padding-bottom: 10px;
}

/* Customer Service/Compare Quotes Iframe */
#cs-frame {
    height: 1600px;
    width: 100%;
    border: none;
}
#cpIframe {
	height:1700px;
	width:100%;
	border:0;
}

/* Footer*/
footer {
	font-size: 13px;
	width: 100%;
	padding-top: 10px;
}
.footer-bg {
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eaeaea), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #eaeaea 50%, #ffffff 100%);
	background: -o-linear-gradient(top, #eaeaea 50%, #ffffff 100%);
	background: -ms-linear-gradient(top, #eaeaea 50%, #ffffff 100%);
	background: linear-gradient(to bottom, #eaeaea 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=0 );
	border-top: 5px solid #062c70;
	color: #333!important;
}
.footer-addrs {
	margin-top:20px;
}
.footer-addrs, .copy-right {
    list-style-type: none;
    text-align: center;
	padding:0;
}
.footer-addrs ul{
	padding:0;
}
.footer-addrs li, .copy-right li {
    display: inline-block;
}
.footer_nav {
	text-align: center!important;
}
.footer-nav {
	padding:0;
}
footer .footer-nav li {
    display: inline-block;
}
footer .footer-nav li a {
    margin: 0 8px;
}
.footer_nav a:hover, .footer_nav a:focus, .footer_nav a.active {
	color: #c7202e;
	text-decoration:none;
}
footer .footer_nav li::after {
    border-right: 1px solid #999999;
    content: "";
    font-size: 10px;
}
footer .footer_nav li:last-child::after {
    border: none;
}
.lnk {
	color: #c7202e !important;
}
.dropdown.footer-dropdown .dropdown-menu li {
    display: block;
	text-align:center;
}
.dropdown.footer-dropdown .dropdown-menu {
    min-width: 144px;
    top: -65px;
}
.dropdown.footer-dropdown .dropdown-menu li::after {
    border-right: none;
    content: none;
}
.dropdown.footer-dropdown .dropdown-menu a {
    color: #010101;
    margin: 0;
    padding: 5px 10px !important;
    width: 100%;
	font-size:12px;
}
/*CMS*/
.TitleStyle4 p {
	font-size: inherit;
	padding: 0px !important;
    line-height: 20px;
}
.quotes .TitleStyle2 > p {
    color: #fff;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-size: 30px;
    margin: 0px !important;
    line-height: inherit;
    padding: 0px !important;
}
.gmap {
	width:100%;
	border:none;
	height:400px;
}
.cnt-info {
	padding-left:0px;
	list-style-type:none;
}
.cnt-info li {
	padding-top:0px!important;
}
.col-md-3.logo{
	padding-left:0px;
}
.top-bar{
	margin-bottom:10px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.agency-logo {
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	max-width: 300px;
	width: 100%;
}

.footer-addrs .phone-automate a {
	color: #333;
}

.translator {
  background: transparent;
  height: 40px;
  float: left;
  padding-left: 20px;
  padding-top: 10px;
}

.spanish-translator{
	float: right;
}
.translated-ltr .top-info .fa-mobile {

  margin-right: 5px;
}

.translated-ltr .quotes .TitleStyle2{
	font-size: 26px;
}
.translated-ltr .btn-custom{
	font-size: 11px;
	padding: 6px 8px;
}