@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Rosario);
/*
COLOR PALETTE
Banner Color (light pink): #d40072
Menu Color (dark pink): #ae005f
Form Gray (light grey): #e5e8ea
Logo Gray/Background color (dark grey): #51626f
Logo/Selected/Header Blue (dark blue): #00338e
Sub-banner color (dark green): #053d46
*/

/* DEFAULT STYLES */
body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, input, button, select, textarea, p, ul, li, a {
	font-family: 'Rosario', sans-serif;
	color: #333;
}
.TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5{
	line-height: 30px !important;	
}
.TitleStyle1 {
	color: #38717d;
}

body {
	background-color: #aeaeae;
}
body, figure {
	margin: 0;
	padding: 0;
}
p, li {
	font-size: 16px;
	line-height: 30px;
}
ul, ol {
	margin: 0 0 10px 16px;
}
/* SETUP STYLES */
.sunrise-font {
	font-family: 'Rosario', sans-serif;
}
.white-bg {
	background-color: #FFF;
}
/* HEADER STYLES */
.logo {
	padding: 11px 0px 10px 44px;
}
.eight-hundred {
	font-size: 2.7em;
	color: #b61f22;
	padding: 26px 40px 20px 0px;
}
.eight-hundred a{color: #b61f22!important;}
/* MENU STYLES */
.menu {
	background-color: #4cb747;
	height: 38px;
}
.navigation {
	width: 88%;
	margin: 0 auto;
	font-size: 1.2em;
	padding-top: 6px;
}
.divider-vertical {
	border-left: 1px solid #FFF !important;
	border-right: 0px !important;
	height: 28px !important;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	background-color: #a39763;
	color: #FFF;
}
.navbar .nav>li>a {
	color: #FFF;
	padding: 6px 5px 6px 5px;
	margin-right: 0px!important;
	text-shadow: 0 0 0 #d6ba39;
    font-size: 13px;
}
.navbar .nav>li>a:hover {
	background-color: #00338e;
	color: #fff;
}
.nav-pills>li>a {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.navbar-inverse .nav-collapse .nav>li>a:hover {
	background-color: #429e3e;
	color: #FFF;
}
.navbar .nav > li > .dropdown-menu:after {
	border-bottom: 6px solid transparent;
}
.navbar .nav > li > .dropdown-menu:before {
	border-bottom: 7px solid transparent;
}
.dropdown-menu {
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #d6ba39;
	margin-top: 0px;
	box-shadow: none;
}
.dropdown-menu a {
	font-family: 'Rosario', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #ffffff;
}
.dropdown-menu > li > a {
	color: #ffffff;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #429e3e;
	background-image: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
	color: #fff;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	background: #429e3e;
}
.selected {
	color: #ffffff !important;
}
/* BANNER STYLES */
.get-quote {
	background-color: #b61f22;
	display: inline-block;
}
.get-quote .TitleStyle6 {
	font-weight: normal;
	color: #FFF;
	padding: 10px 38px 11px 38px;
	font-size: 34px;
	color: #fff !important;
	line-height: 40px;
	font-weight: normal;
}
.quick-quote {
	background-color: #525454;
	margin: 12px 38px 23px 38px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 16px 8px 16px;
}
.quick-quote .sunrise-font {
	font-size: 28px;
	margin: 4px 0px 12px 0px;
	color: #fff;
	font-style: italic;
}
.quick-quote select {
	padding: 0px 0px 0px 4px;
	height: 22px;
	width: 98%;
	margin-top: 2px;
}
.quick-quote input {
	padding: 0px 0px 0px 8px;
	width: 60%;
}
.quick-quote label {
	font-size: 10px;
	margin-bottom: 3px; 
	padding-left: 8px;
	font-weight: bold;
	line-height: 10px;
	cursor: default;
}
.btn-custom {
	background: #b61f22;
	color: #FFF;
	margin: 0px 0px 8px 20px;
	width: 80px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 20px !important;
	font-weight: bold !important;
}
.btn-custom:hover, .btn-custom:focus {
    background: #9c1a1d;
    color: #fff;
}
.separated {
	height: 3px;
	background-color: #fff;
}
.highlight-box {
	background-color: #e5e8ea;
	color: #2f3030;
	font-size: 18px;
	height: 126px;
	
	display: inline-block;
}
.auto-insurance-banner{ margin-right:10px;}
#highlight-box-text {
	padding: 40px 100px 30px 30px;
	text-align: justify;
}
/* CONTENT STYLES */
#body-text .TitleStyle1 {
	color: #821618;
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
	padding: 20px 0;
}
#body-text .TitleStyle2 {
	color: #821618;
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
}
#body-text .TitleStyle3 {
	color: #AE005F;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
}
.sub-page .quick-quote {
	margin: 68px 70px 15px 25px;
	padding-right: 40px;
}
#body-text {
	text-align: justify;
	padding: 20px 70px 40px;
}
/* FOOTER STYLES */
footer {
	height: 100%!important;
}
footer a {
	color: #e5e5e5;
}
footer .container {
	background-color: #FFF;
	
	color: #51626f;
	margin-bottom: 0px!important
}
footer a:hover, footer a:focus {
    text-decoration: none;
}
.footer-links a {
	margin: 0px 10px 0px 10px;
}
.footer-links p {
    color:#fff;
    font-size: 11px;
    text-align:center;
    margin-bottom: 0px;
    }
.footer-links a:hover, a:focus {
	color: #4cb747;
    text-decoration: none;
}
.footer-links a.active {
    color: #4cb747;
}
.copyright a:hover {
	color: #4cb747;
}
.footer-links a:content {
 text-decoration:none;
 color:#e5e5e5 !important
}
.footer-links {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.footer-links p {
	color: #fff;
	font-size: 12px;
}
.footer-bg {
	background: #b61f22 !important;
}
footer .gradient {
	background: rgb(229,232,234); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,232,234,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229,232,234,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229,232,234,1) 0%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229,232,234,1) 0%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(229,232,234,1) 0%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(229,232,234,1) 0%, rgba(255,255,255,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e8ea', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	height: 20px;
}
.copyright p {
	text-align: center;
	margin: 0 10px;
	font-size: 12px;
	color: #e5e5e5;
}
# footer_desktop_address {
 text-align: center;
 margin:0 10px;
 font-size:12px;
}
 # footer_address {
 text-align: center;
 margin:0 10px;
 font-size:12px;
}
/* IFRAMES */

iframe {
	height: 1600px;
	width: 100%;
	border: 0;
	margin-left: 0px;
	margin-top: 20px;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}
#cpIframe {
    height: 1700px;
}
.frame-fix {
	height: 1700px !important;
}
.white-bg .quick-quote input {
	width: 42%;
}
.holder{
    color:#666 !important;
}
.quote-labels {
    color: #fff;
}

#highlight-box-text > p {
    font-size: 18px;
    line-height: 20px;
}

.quick-quote .sunrise-font  p {
font-size: 28px;
	margin: 4px 0px 12px 0px;
	color: #fff;
	font-style: italic;
	z-index:99;
}

#get-quote > p {
    line-height: 20px;
    margin: 0;
	z-index:9;
	position: relative;
}
.gmap{
	width:50%;
	height:250px;
}
.cont-fnt{
	font-size:20px;	
	
}
.cont-fnt a{
	font-size:20px;
	line-height:22px;	
}
.contact-form{
	height:415px!important;
}
.TitleStyle2 {
	margin:10px 0;
}
.cont-info1{
	margin:20px 0;
}
.snail-txt{
	color: #821618;
font-size: 24px;
line-height: 20px;
margin:10px 0;
font-weight: normal;
}
.fa-envelope::before {
    content: "\f0e0";
}
.fa-phone-alt::before {
    content: "\f879";
}

 .fas {
    color: #000;
    font-size: 25px;
	margin:0 10px;
}
.fnt-sty{
	padding-left:40px;
}

