@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: #0055bc;
	font-size: 26px;
	font-weight: 400;
	padding: 0 0 0 5px;
	margin: 20px 0 0 0;
}
.TitleStyle2 {
	color: #005abb;
	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 {
	float: right;
	color: #666666;
	font-size: 36px;
	font-weight: 700;
	text-align: right;
	font-style: italic;
	letter-spacing: 1px;
	margin: 20px 5px 0px 0;
}
.TitleStyle4 a{
color: #333;
}
p {
	text-align: justify;
	padding: 10px 20px 0px 10px;
	font-size: 14px;
	line-height: 30px;
}

a{color:#333;}

.read a {
	text-decoration: none!important;
	text-align: left!important;
}
/*Logo*/
.brand {
	margin-top: 20px!important;
}
#agency-logo {
	width: 100%;
	max-width: 250px;
}
/*Social icons*/
.social {
	float: right;
	margin-right: 0px;
	margin-top: 10px;
}
.social > li {
	list-style-type: none !important;
	float: left;
	margin-right: 10px;
}
#social #social-nav > ul {
	padding: 0;
	margin: 0;
}
.social > li > a:focus, .social > li > a:hover {
	background: #404041;
}
.social img {
	width: 30px;
	height: 30px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	float: left;
	background: #404041;
}
.social img:hover {
	background-color: #404041;
}
.sociald {
	float: right;
	margin-right: 20px;
	margin-top: 100px!important;
}
.sociald > li {
	list-style-type: none !important;
	float: left;
	margin-left: 10px;
}
#sociald #sociald-nav > ul {
	padding: 0;
	margin: 0;
}
.sociald > li > a:focus, .sociald > li > a:hover {
	background: #404041;
}
.sociald img {
	width: auto;
	height: 30px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #404041;
	float: left;
}
.sociald img:hover {
	background: #404041;
}
/*Main Navbar*/

.navbar .nav {
	width: 100%;
	position: relative;
	left: 0px;
	float: left;
	margin-bottom: 0px;
}
.navbar .nav > li {
	list-style-type: none;
	margin-left: 0px;
	text-shadow: none!important;
}
.navbar .nav > li > a {
	color: #fff;
	text-align: center;
	text-shadow: none!important;
	line-height: 26px;
	font-size: 17px;
	font-weight: normal!important;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #fff;
	text-shadow: none!important;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #60606b;
	text-decoration: none;
	background: #fff;
	text-shadow: none!important;
}
.navbar .nav > li:hover {
	background: rgb(193,193,193);
	background: -moz-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(220,228,230,1) 100%, rgba(1,91,187,1) 100%, rgba(226,226,226,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(193,193,193,1)), color-stop(100%, rgba(220,228,230,1)), color-stop(100%, rgba(1,91,187,1)), color-stop(100%, rgba(226,226,226,1)));
	background: -webkit-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(220,228,230,1) 100%, rgba(1,91,187,1) 100%, rgba(226,226,226,1) 100%);
	background: -o-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(220,228,230,1) 100%, rgba(1,91,187,1) 100%, rgba(226,226,226,1) 100%);
	background: -ms-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(220,228,230,1) 100%, rgba(1,91,187,1) 100%, rgba(226,226,226,1) 100%);
	background: linear-gradient(to bottom, rgba(193,193,193,1) 0%, rgba(220,228,230,1) 100%, rgba(1,91,187,1) 100%, rgba(226,226,226,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#e2e2e2', GradientType=0 );
}
.navbar .nav > li > a:hover {
	color: #4c4c4c;
}
.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(220,228,230,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(220,228,230,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(220,228,230,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(220,228,230,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(220,228,230,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(220,228,230,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;
}
/* Home */
ul.navbar li:nth-child(1) {
	width: 8.0009%;
}
/* Products */
ul.navbar li:nth-child(2) {
	width: 13.0009%;
}
/* Home Insurance */
ul.navbar li:nth-child(3) {
	width: 14.0009%;
}
/* Commercial Insurance */
ul.navbar li:nth-child(4) {
	width: 18.0009%;
}
/* Contact Us */
ul.navbar li:nth-child(5) {
	width: 13%;
}
/* Insurance Blog */
ul.navbar li:nth-child(6) {
	width: 17%;
}
/* Customer Service */
ul.navbar li:nth-child(7) {
	width: 17.002%;
}
@-moz-document url-prefix() { 
  ul.navbar li:nth-child(7) {
	width: 17%;
}
}
.navbar-inner {
	margin-top: 20px;
	border: 0px 0px;
	min-height: 26px;
	line-height: 26px;
	padding-left: 0px!important;
	padding-right: 0px!important;
	background: rgb(109,179,242);
	background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(1,91,187,1) 68%, rgba(1,91,187,1) 100%, rgba(16,148,212,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(109,179,242,1)), color-stop(68%, rgba(1,91,187,1)), color-stop(100%, rgba(1,91,187,1)), color-stop(100%, rgba(16,148,212,1)));
	background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(1,91,187,1) 68%, rgba(1,91,187,1) 100%, rgba(16,148,212,1) 100%);
	background: -o-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(1,91,187,1) 68%, rgba(1,91,187,1) 100%, rgba(16,148,212,1) 100%);
	background: -ms-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(1,91,187,1) 68%, rgba(1,91,187,1) 100%, rgba(16,148,212,1) 100%);
	background: linear-gradient(to bottom, rgba(109,179,242,1) 0%, rgba(1,91,187,1) 68%, rgba(1,91,187,1) 100%, rgba(16,148,212,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1094d4', GradientType=0 );
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-navbar {
	float: right;
	height: 30px;
	width: 30px;
	margin: 0!important;
	border: none!important;
	border-radius: 0px!important;
	background: rgb(109,179,242)!important;
	background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(1,91,187,1) 68%, rgba(1,91,187,1) 100%, rgba(16,148,212,1) 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(109,179,242,1)), color-stop(68%, rgba(1,91,187,1)), color-stop(100%, rgba(1,91,187,1)), color-stop(100%, rgba(16,148,212,1)))!important;
	background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(1,91,187,1) 68%, rgba(1,91,187,1) 100%, rgba(16,148,212,1) 100%)!important;
	background: -o-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(1,91,187,1) 68%, rgba(1,91,187,1) 100%, rgba(16,148,212,1) 100%)!important;
	background: -ms-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(1,91,187,1) 68%, rgba(1,91,187,1) 100%, rgba(16,148,212,1) 100%)!important;
	background: linear-gradient(to bottom, rgba(109,179,242,1) 0%, rgba(1,91,187,1) 68%, rgba(1,91,187,1) 100%, rgba(16,148,212,1) 100%)!important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1094d4', GradientType=0 )!important;
}
.nav-collapse {
	background: #fff;
	border-bottom: none!important;
}
/*Banner*/


.banner {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 0px!important;
	margin-top: -20px!important;
	margin-left: 0px!important;
}
.banner #main-img {
	position: relative;
	margin-top: 0px;
	width: 100%;
	margin-left: 0px;
}
.border-down {
	height: 5px;
	background: rgb(30,87,153);
	background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(0,85,188,1) 0%, rgba(1,139,211,1) 68%, rgba(0,141,212,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30,87,153,1)), color-stop(0%, rgba(0,85,188,1)), color-stop(68%, rgba(1,139,211,1)), color-stop(100%, rgba(0,141,212,1)));
	background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(0,85,188,1) 0%, rgba(1,139,211,1) 68%, rgba(0,141,212,1) 100%);
	background: -o-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(0,85,188,1) 0%, rgba(1,139,211,1) 68%, rgba(0,141,212,1) 100%);
	background: -ms-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(0,85,188,1) 0%, rgba(1,139,211,1) 68%, rgba(0,141,212,1) 100%);
	background: linear-gradient(to right, rgba(30,87,153,1) 0%, rgba(0,85,188,1) 0%, rgba(1,139,211,1) 68%, rgba(0,141,212,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#008dd4', GradientType=1 );
}
/*Quotebox*/
.quotes .TitleStyle4 {
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	letter-spacing: 1px;
	margin: 0px 5px 10px 0;
	text-align: right;
	color: #666666;
	float: right;
}
.quotes {
	margin-left: 0px!important;
	margin-top: 20px;
	float: right;
	width: 106%;
	height: 100%;
	z-index: 100!important;
	text-align: center;
	margin-right: 0px;
	background: rgb(16,139,206);
	background: -moz-linear-gradient(left, rgba(16,139,206,1) 0%, rgba(0,91,180,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(16,139,206,1)), color-stop(100%, rgba(0,91,180,1)));
	background: -webkit-linear-gradient(left, rgba(16,139,206,1) 0%, rgba(0,91,180,1) 100%);
	background: -o-linear-gradient(left, rgba(16,139,206,1) 0%, rgba(0,91,180,1) 100%);
	background: -ms-linear-gradient(left, rgba(16,139,206,1) 0%, rgba(0,91,180,1) 100%);
	background: linear-gradient(to right, rgba(16,139,206,1) 0%, rgba(0,91,180,1) 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;
}
.quotes input {
	padding: 0px;
	font-family: 'arial';
	font-weight: bold;
	font-size: 16px;
	width: 130px;
	height: 30px;
	margin-left: 20px;
	padding-left: 8px;
}
.quotes select {
	padding-top: 4px;
	margin-left: 0px;
	height: 32px;
	width: 170px;
	font-family: 'arial';
	font-weight: bold;
	font-size: 16px;
	padding-left: 8px
}
.search-location {
	float: left;
	margin-right: 0px;
}
.type {
	margin-top: 0px;
	margin-left: 10px;
}
input[type="text"] {
	width: 130px;
}
.search-button {
	margin-left: 10px;
}
.btn-custom {
	height: 30px;
	outline: none;
	text-align: center;
	text-decoration: none;
	text-shadow: none!important;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none!important;
	border-bottom-color: none!important;
	font-size: 14px;
	color: #fff;
	text-align: center;
	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 {
	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 {
	margin-top: 0px;
	float: left;
	width: 100%;
	height: 231px;
	border-bottom: 5px solid #008DD4;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(left, rgba(238,238,238,1) 1%, rgba(220,228,230,1) 100%, rgba(1,91,187,1) 100%, rgba(1,91,187,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(238,238,238,1)), color-stop(100%, rgba(220,228,230,1)), color-stop(100%, rgba(1,91,187,1)), color-stop(100%, rgba(1,91,187,1)));
	background: -webkit-linear-gradient(left, rgba(238,238,238,1) 1%, rgba(220,228,230,1) 100%, rgba(1,91,187,1) 100%, rgba(1,91,187,1) 100%);
	background: -o-linear-gradient(left, rgba(238,238,238,1) 1%, rgba(220,228,230,1) 100%, rgba(1,91,187,1) 100%, rgba(1,91,187,1) 100%);
	background: -ms-linear-gradient(left, rgba(238,238,238,1) 1%, rgba(220,228,230,1) 100%, rgba(1,91,187,1) 100%, rgba(1,91,187,1) 100%);
	background: linear-gradient(to right, rgba(238,238,238,1) 1%, rgba(220,228,230,1) 100%, rgba(1,91,187,1) 100%, rgba(1,91,187,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#015bbb', GradientType=1 );
}
.is-cms #headline {
	height: 200px;
}
.is-cms #quotes {
	margin-right:1px;
}
#headline .TitleStyle3 {
	font-size: 28px;
	font-weight: normal;
	margin-left: 20px;
	color: #333333;
	text-align: left;
}
#headline p {
	font-size: 14px;
	margin: 0 15px;
	line-height: 24px;
	color: #333333;
}
#headline read_more {
	font-size: 24px;
	color: #0099ff;
}
/*Content*/

address {
	padding-top: 0px;
	margin-right: 0px;
	text-align: justify;
	padding: 10px 20px 0px 20px;
	fonr-size: 20px;
	line-height: 26px;
	margin-bottom:0px;
}
#main-text {
	margin-top: 20px;
	font-size: 16px;
}

.li-page
{
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
    font-size: 14px;
    text-align: justify;
    color: #333333;
}
/* FOOTER */


footer {
	font-size: 13px;
	width: 100%;
	padding-top: 10px;
	paddin-bottom: 0px!important;
	margin-bottom: 0px!important;
	text-decoration: none!important;
	color: #333!important;
}
.footer-bg {
	background: #dbe3e5;
	background: -moz-linear-gradient(top, #dbe3e5 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #dbe3e5), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #dbe3e5 50%, #ffffff 100%);
	background: -o-linear-gradient(top, #dbe3e5 50%, #ffffff 100%);
	background: -ms-linear-gradient(top, #dbe3e5 50%, #ffffff 100%);
	background: linear-gradient(to bottom, #dbe3e5 50%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe3e5', endColorstr='#ffffff', GradientType=0 );
	border-top: 5px solid #1d7ec2;
	color: #333!important;
}
.footer p a {
	text-decoration: none;
	text-align: center!important;
	text-decoration: none!important;
}
.footer_nav {
	padding-top: 0px;
	text-decoration: none!important;
	line-height: 15px;
	text-align: center!important;
	margin-bottom: 10px;
}
.footer_nav a {
	white-space: nowrap;
}
.active {
	color: #08c;
}
.footer_nav a:hover, .footer_nav a:focus, footer a:hover, footer a:focus {
	color: #08c;
	text-decoration: none;
}
footer p {
	text-align: center!important;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px!important;
	color:#333!important;
}
address p{color:#333!important;}
#footer_address ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-align: center;
	margin-bottom: 0px;
}
#footer_address ul li {
	display: inline-block;
	white-space: nowrap;
}
/*-- Back-to-top Button --*/
.top {
	background: url(../img/arrow-up-large.png) no-repeat center center;
	background-color: #b0b0b0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	bottom: 20px;
	color: transparent;
	display: none;
	font: 0/0 a;
	height: 46px;
	position: fixed;
	right: 20px;
	text-shadow: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 45px;
	z-index: 100;
}
.top:hover {
	background-color: #1b668f;
}
/*iframe*/

iframe {
	height: 1600px;
	width: 100%;
	frameborder: 0px inset!important;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}
#cpIframe {
	height: 1700px;
}
.g-lnk {
	color: #08c!important;
}
.gmap {
	width: 100%;
	height: 300px;
}
.noBreak{
	display:inline-block;
}