@charset "utf-8";
/* CSS Document */
/*
COLOR PALETTE
Headings : #0055bc
Secondary color : #005abb
*/
/* 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: #000;
	font-size: 29px;
	font-weight: 400;
	padding: 0 0 0 10px;
	margin: 20px 0 0 0;
	line-height: 40px;
}
.TitleStyle2 {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}
.TitleStyle3 {
	margin: 10px 10px 0px 10px;
	color: #2d87b8;
}
.TitleStyle4 {
	color: #666666;
	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:#676666;
}

/*Logo*/
.brand {
	margin: 30px 0!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: linear-gradient(to bottom, #2c2c2c 0%, #1a1a1a 100%);
}
.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%, rgba(1,91,187,1) 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%, rgba(1,91,187,1)), 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%, rgba(1,91,187,1) 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%, rgba(1,91,187,1) 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%, rgba(1,91,187,1) 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%, rgba(1,91,187,1) 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: #0055bc;
}
.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 #2c2c2c;
}
.banner-img{
	height:100%;
}
.quote-box, .banner-img{
	padding: 0;	
}
.quotes {
	margin-top: 20px;
	float: right;
	width:100%;
	height:auto;
	text-align: center;
	background: linear-gradient(to right, #2c2c2c 0%, #1a1a1a 100%);
	-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: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(31,188,228,1) 0%, rgba(32,124,202,1) 100%, rgba(16,132,205,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30,87,153,1)), color-stop(0%, rgba(31,188,228,1)), color-stop(100%, rgba(32,124,202,1)), color-stop(100%, rgba(16,132,205,1)));
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(31,188,228,1) 0%, rgba(32,124,202,1) 100%, rgba(16,132,205,1) 100%);
    background: -o-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(31,188,228,1) 0%, rgba(32,124,202,1) 100%, rgba(16,132,205,1) 100%);
    background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(31,188,228,1) 0%, rgba(32,124,202,1) 100%, rgba(16,132,205,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%, rgba(31,188,228,1) 0%, rgba(32,124,202,1) 100%, rgba(16,132,205,1) 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(16,132,205);
    background: -moz-linear-gradient(top, rgba(16,132,205,1) 0%, rgba(32,124,202,1) 0%, rgba(31,188,228,1) 100%, rgba(30,87,153,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(16,132,205,1)), color-stop(0%, rgba(32,124,202,1)), color-stop(100%, rgba(31,188,228,1)), color-stop(100%, rgba(30,87,153,1)));
    background: -webkit-linear-gradient(top, rgba(16,132,205,1) 0%, rgba(32,124,202,1) 0%, rgba(31,188,228,1) 100%, rgba(30,87,153,1) 100%);
    background: -o-linear-gradient(top, rgba(16,132,205,1) 0%, rgba(32,124,202,1) 0%, rgba(31,188,228,1) 100%, rgba(30,87,153,1) 100%);
    background: -ms-linear-gradient(top, rgba(16,132,205,1) 0%, rgba(32,124,202,1) 0%, rgba(31,188,228,1) 100%, rgba(30,87,153,1) 100%);
    background: linear-gradient(to bottom, rgba(16,132,205,1) 0%, rgba(32,124,202,1) 0%, rgba(31,188,228,1) 100%, rgba(30,87,153,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;
}

/* 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: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 50%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e5e5e5), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #e5e5e5 50%, #eaeaea 100%);
	background: -o-linear-gradient(top, #e5e5e5 50%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #e5e5e5 50%, #eaeaea 100%);
	background: linear-gradient(to bottom, #e5e5e5 50%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#eaeaea', GradientType=0 );
	border-top: 5px solid #2c2c2c;
	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: #08c;
	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: #08c !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-5.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;
}












