@charset "utf-8";
/* CSS Document */
/*
COLOR PALETTE
Primary color/ Content Color : #000000;
Secondary Color: #b1b232;
Secondary content color: #c0c059;
Sub-heading: #4cc2e0;
Footer: #4ec0e2;
*/



html, body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, .TitleStyle6, p {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	color: #4f4843;
}
body {
	background: #fff;
	overflow-x: hidden;
}
/* Typography */
.TitleStyle1 {
	font-family: 'Roboto', sans-serif;
	color: #143666;
	font-size: 30px;
	line-height: 37px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top:20px;
	margin-bottom: 20px;
}
.TitleStyle1 a, .TitleStyle1 a:hover {
	color: #143666!important;
	text-decoration: none;
}
.TitleStyle2 {
	color: #143666;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
.TitleStyle3 {
	margin-top: 0px;
	color: #9c2542;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}
.TitleStyle4 {
	color: #004a66;
	font-weight: 600;
}
a {
	color: #18427e;
}
a:hover, a:focus {
	color: #676f72;
}
#agency-address a:hover, a:focus {
	color: #19437f;
}
/* logo */
.logo {
	top: 46px;
	background: #fff;
	height: 88px;
	width: 300px;
	position: absolute;
	border-bottom: 4px solid #fff;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-box-shadow: 4px 8px 12px -4px rgba(83, 87, 80, 0.83);
	-moz-box-shadow: 4px 8px 12px -4px rgba(83, 87, 80, 0.83);
	box-shadow: 4px 8px 12px -4px rgba(83, 87, 80, 0.83);
	z-index: 9;
}
.logo p, .logo p a, .logo p a:hover {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
/*	display: block;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 28px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: -10px;
}
.logo img {
	margin-top: -12px;
	margin-right: 10px;
width: 100%;
max-width: 200px;
}
/* Top-bar */
.top-bar {
	background: #fff;
	height: 50px;
	border-bottom: 4px solid #fff;
	-webkit-box-shadow: 4px 4px 12px 0px rgba(83, 87, 80, 0.83);
	-moz-box-shadow: 4px 4px 12px 0px rgba(83, 87, 80, 0.83);
	box-shadow: 4px 4px 12px 0px rgba(83, 87, 80, 0.83);
}
/* Banner */
.banner {
	width: 100%;
	height: auto;
	position: relative;
}
.banner img {
	width: 100%;
}
/* Quote Box */
.quote-box, .quote-box-inner {
	background: rgba(58,56,45, 0.6);
	padding: 20px;
	position: absolute;
	z-index: 4;
	bottom: 100px;
	width: 100%;
	color: #fff;
}
.quote-box-inner {
	bottom: 1px;
}
.zip {
	height: 40px;
	background: #fff;
	color: #4d4d4d;
	text-align: left;
	font-size: 22px;
	border-radius: 0;
	font-weight: 500;
	text-transform: uppercase;
}
.styleOption select {
	padding: 0 0px 0px 12px;
/*	background-image: url(../img/arrow-quote.png);*/
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center right;
	-webkit-appearance: none;
	width: 100%;
	height: 40px;
	color: #4d4d4d;

	border-radius: 0;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
	font-size: 22px;
}
@-moz-document url-prefix() {
                        .styleOption select {
                        background: #fff!important;
                    }
                    }

.btn-default {
	background: #18427e;
	color: #fff;
	text-align: center;
	border-radius: 0;
	width: 100%;
	border: transparent;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}
.btn-default:hover, .btn-default:focus {
	background: #143666;
	color: #fff;
}
/* green bg */
.green-bg {
	background: #19437f;
	margin-top: 5px;
}
/* Navigation */
.nav-bg {
	background: #19437f;
}
.navbar {
	background: #19437f;
	margin-bottom: 0px;
	min-height: 40px;
	border: none;
}
.navbar-nav>li>a {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 25px;
	font-weight: 700;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
	color: #143666;
		background: #fff;
}
.navbar-nav>li>a.active {
	color: #143666;
	background: #fff;
}
/* Content */
.left-content {
	margin-top: 20px;
	margin-left: -20px;
}
.col-md-9.right-content {
	float: right;
	width:78%;
}
.col-md-3.left-content {
	float: left;
	border-right: 1px solid #a6a6a6;
	width:21%;
}
.left-content .TitleStyle2 {
	color: #19437f;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
}
.left-content p, .left-content a {
	color: #18427e;
	font-style: italic;
}
.side-contact {
	padding-left: 0px;

}
.side-contact li {
	list-style-type: none;
	margin-bottom: 5px;
}
/* Footer */
footer {
	background: #eaeaea;
	height: auto;
	margin-top: 30px;
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #19437f;
}
address {
	margin-bottom: 10px;
}
address, address a, address a:hover {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}
#agency-address ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
}
#agency-address ul li {
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
}
#agency-address ul li a {
	font-size: 14px;
}
#agency-address ul li a:hover, #agency-address ul li a:focus {
	text-decoration: underline;
}
.addr {
	margin: 0 35px;
}
.copyright p, .copyright p a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #000000;
}
/* iframe */
iframe {
	width: 100%;
	height: 1700px;
	border: 0;
}
#cpIframe {
	height: 1700px;
	width: 100%;
	border: 0;
}
.gmap {
	height: 300px;
	width: 100%;
}
#left-cont-1 a:focus,#left-cont-1 a:hover{
	color: #6d6e70;
}

.copyright p a:hover,a:focus{
	color: #19437f;
}

.green-bg-cq-page {
	margin-top: 6px;
}

.select-ins {position:relative;}
.select-ins::after {
    position: absolute;
    bottom: 0px;
    font-family: "FontAwesome";
    content: "\25BC";
    color: #000;
    font-size: 12px;
    pointer-events: none;
    top: -4px;
    right: 10px;
}

div#right-cont-1 {
    height: inherit !important;
}
.flex-wrap {

    display: flex;

}
.flex-wrap #right-cont-1 {

    order: 2;


}
.gmap {
	height:400px;
	width:100%;
	border:none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}