@charset "utf-8";
/* CSS Document */
/*
COLOR PALETTE
Headings : #454178
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;
}
a:hover, a:focus {
    color: #454178;
}
/*Typography */
.TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5{
	line-height: 30px !important;	
}
.TitleStyle1 {
	color: #454178;
	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: #4f4b9f;
	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:#4f4b9f;}

.read a {
	text-decoration: none!important;
	text-align: left!important;
}
/*Logo*/
.brand {
	margin-top: 20px!important;
}
/*Social icons*/
.social {
	float: none;
	margin-right: 0px;
	margin-top: 0px;
	text-align: right;
}
.social > li {
	list-style-type: none !important;
	float: none;
	margin-right: 10px;
	display: block!important;
	clear:left;
	float: right;
	color: #454178;
	margin-top: 2px;
}
.social > li:first-of-type {
	margin-left: 10px;
	margin-top: 0px;
}
#social #social-nav > ul {
	padding: 0;
	margin: 0;
}
.social > li > a:focus, .social > li > a:hover {
	background: #454178;
}
.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;
	text-align: right;
	background: #3c5b9b;
}
.social img:hover {
	background-color: #3c5b9b;
}
.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: #454178;
}
.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: #454178;
	float: left;
}
.sociald img:hover {
	background: #454178;
}
/*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;
	box-sizing: border-box;
}
.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(69, 65, 120);
	background: -moz-linear-gradient(top, rgba(69, 65, 120, 1) 0%, rgba(79, 75, 159, 1) 100%, rgba(116, 187, 63, 1) 100%, rgba(79, 75, 159, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69, 65, 120, 1)), color-stop(100%, rgba(79, 75, 159, 1)), color-stop(100%, rgba(116, 187, 63, 1)), color-stop(100%, rgba(79, 75, 159, 1)));
	background: -webkit-linear-gradient(top, rgba(69, 65, 120, 1) 0%, rgba(79, 75, 159, 1) 100%, rgba(116, 187, 63, 1) 100%, rgba(79, 75, 159, 1) 100%);
	background: -o-linear-gradient(top, rgba(69, 65, 120, 1) 0%, rgba(79, 75, 159, 1) 100%, rgba(116, 187, 63, 1) 100%, rgba(79, 75, 159, 1) 100%);
	background: -ms-linear-gradient(top, rgba(69, 65, 120, 1) 0%, rgba(79, 75, 159, 1) 100%, rgba(116, 187, 63, 1) 100%, rgba(79, 75, 159, 1) 100%);
	background: linear-gradient(to bottom, rgba(69, 65, 120, 1) 0%, rgba(79, 75, 159, 1) 100%, rgba(116, 187, 63, 1) 100%, rgba(79, 75, 159, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#e2e2e2', GradientType=0 );
}
.navbar .nav > li > a:hover {
	color: #fff;
}
.navbar .nav > li > a.active {
	color: #fff;
	background: rgb(69, 65, 120)!important;
	background: -moz-linear-gradient(top, rgba(69, 65, 120, 1) 0%, rgba(79, 75, 159, 1) 100%, rgba(116, 187, 63, 1) 100%, rgba(79, 75, 159, 1) 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69, 65, 120, 1)), color-stop(100%, rgba(79, 75, 159, 1)), color-stop(100%, rgba(116, 187, 63, 1)), color-stop(100%, rgba(79, 75, 159, 1)))!important;
	background: -webkit-linear-gradient(top, rgba(69, 65, 120, 1) 0%, rgba(79, 75, 159, 1) 100%, rgba(116, 187, 63, 1) 100%, rgba(79, 75, 159, 1) 100%)!important;
	background: -o-linear-gradient(top, rgba(69, 65, 120, 1) 0%, rgba(79, 75, 159, 1) 100%, rgba(116, 187, 63, 1) 100%, rgba(79, 75, 159, 1) 100%)!important;
	background: -ms-linear-gradient(top, rgba(69, 65, 120, 1) 0%, rgba(79, 75, 159, 1) 100%, rgba(116, 187, 63, 1) 100%, rgba(79, 75, 159, 1) 100%)!important;
	background: linear-gradient(to bottom, rgba(69, 65, 120, 1) 0%, rgba(79, 75, 159, 1) 100%, rgba(116, 187, 63, 1) 100%, rgba(79, 75, 159, 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%;
}
/* About Us */
ul.navbar li:nth-child(4) {
	width: 14.0009%;
}
/* Contact Us */
ul.navbar li:nth-child(5) {
	width: 15%;
}
/* Insurance Blog */
ul.navbar li:nth-child(6) {
	width: 18%;
}
/* Customer Service */
ul.navbar li:nth-child(7) {
	width: 18.0008%;
}
.navbar-inner {
	margin-top: 20px;
	border: 0px 0px;
	min-height: 26px;
	line-height: 26px;
	padding-left: 0px!important;
	padding-right: 0px!important;
	background: rgb(206, 228, 164);
	background: -moz-linear-gradient(top, rgba(206, 228, 164, 1) 0%, rgba(116, 187, 63, 1) 68%, rgba(116, 187, 63, 1) 100%, rgba(175, 213, 121, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(206, 228, 164, 1)), color-stop(68%, rgba(116, 187, 63, 1)), color-stop(100%, rgba(116, 187, 63, 1)), color-stop(100%, rgba(175, 213, 121, 1)));
	background: -webkit-linear-gradient(top, rgba(206, 228, 164, 1) 0%, rgba(116, 187, 63, 1) 68%, rgba(116, 187, 63, 1) 100%, rgba(175, 213, 121, 1) 100%);
	background: -o-linear-gradient(top, rgba(206, 228, 164, 1) 0%, rgba(116, 187, 63, 1) 68%, rgba(116, 187, 63, 1) 100%, rgba(175, 213, 121, 1) 100%);
	background: -ms-linear-gradient(top, rgba(206, 228, 164, 1) 0%, rgba(116, 187, 63, 1) 68%, rgba(116, 187, 63, 1) 100%, rgba(175, 213, 121, 1) 100%);
	background: linear-gradient(to bottom, rgba(206, 228, 164, 1) 0%, rgba(116, 187, 63, 1) 68%, rgba(116, 187, 63, 1) 100%, rgba(175, 213, 121, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1094d4', GradientType=0 );
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:none;
}
.btn-navbar {
	float: right;
	height: 30px;
	width: 30px;
	margin: 0!important;
	border: none!important;
	border-radius: 0px!important;
	background: rgb(206, 228, 164)!important;
	background: -moz-linear-gradient(top, rgba(206, 228, 164, 1) 0%, rgba(116, 187, 63, 1) 68%, rgba(116, 187, 63, 1) 100%, rgba(175, 213, 121, 1) 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(206, 228, 164, 1)), color-stop(68%, rgba(116, 187, 63, 1)), color-stop(100%, rgba(116, 187, 63, 1)), color-stop(100%, rgba(175, 213, 121, 1)))!important;
	background: -webkit-linear-gradient(top, rgba(206, 228, 164, 1) 0%, rgba(116, 187, 63, 1) 68%, rgba(116, 187, 63, 1) 100%, rgba(175, 213, 121, 1) 100%)!important;
	background: -o-linear-gradient(top, rgba(206, 228, 164, 1) 0%, rgba(116, 187, 63, 1) 68%, rgba(116, 187, 63, 1) 100%, rgba(175, 213, 121, 1) 100%)!important;
	background: -ms-linear-gradient(top, rgba(206, 228, 164, 1) 0%, rgba(116, 187, 63, 1) 68%, rgba(116, 187, 63, 1) 100%, rgba(175, 213, 121, 1) 100%)!important;
	background: linear-gradient(to bottom, rgba(206, 228, 164, 1) 0%, rgba(116, 187, 63, 1) 68%, rgba(116, 187, 63, 1) 100%, rgba(175, 213, 121, 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;
	height:100%;
	object-fit: cover;
}
.border-down {
	height: 5px;
	background: rgb(69, 65, 120);
	background: -moz-linear-gradient(left, rgba(69, 65, 120, 1) 0%, rgba(52, 53, 146, 1) 0%, rgba(79, 75, 159, 1) 68%, rgba(79, 75, 159, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(69, 65, 120, 1)), color-stop(0%, rgba(52, 53, 146, 1)), color-stop(68%, rgba(79, 75, 159, 1)), color-stop(100%, rgba(79, 75, 159, 1)));
	background: -webkit-linear-gradient(left, rgba(69, 65, 120, 1) 0%, rgba(52, 53, 146, 1) 0%, rgba(79, 75, 159, 1) 68%, rgba(79, 75, 159, 1) 100%);
	background: -o-linear-gradient(left, rgba(69, 65, 120, 1) 0%, rgba(52, 53, 146, 1) 0%, rgba(79, 75, 159, 1) 68%, rgba(79, 75, 159, 1) 100%);
	background: -ms-linear-gradient(left, rgba(69, 65, 120, 1) 0%, rgba(52, 53, 146, 1) 0%, rgba(79, 75, 159, 1) 68%, rgba(79, 75, 159, 1) 100%);
	background: linear-gradient(to right, rgba(69, 65, 120, 1) 0%, rgba(52, 53, 146, 1) 0%, rgba(79, 75, 159, 1) 68%, rgba(79, 75, 159, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#4f4b9f', 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(79, 75, 159);
	background: -moz-linear-gradient(left, rgba(79, 75, 159, 1) 0%, rgba(69, 65, 120, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(79, 75, 159, 1)), color-stop(100%, rgba(69, 65, 120, 1)));
	background: -webkit-linear-gradient(left, rgba(79, 75, 159, 1) 0%, rgba(69, 65, 120, 1) 100%);
	background: -o-linear-gradient(left, rgba(79, 75, 159, 1) 0%, rgba(69, 65, 120, 1) 100%);
	background: -ms-linear-gradient(left, rgba(79, 75, 159, 1) 0%, rgba(69, 65, 120, 1) 100%);
	background: linear-gradient(to right, rgba(79, 75, 159, 1) 0%, rgba(69, 65, 120, 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;
	padding-left :0px\9;
	padding-right :0px\9;
}
.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(69, 65, 120);
	background: -moz-linear-gradient(top, rgba(69, 65, 120, 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(69, 65, 120, 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(69, 65, 120, 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(69, 65, 120, 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(69, 65, 120, 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(69, 65, 120, 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(69, 65, 120, 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(69, 65, 120, 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(69, 65, 120, 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(69, 65, 120, 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(69, 65, 120, 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(69, 65, 120, 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 #4f4b9f;
	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 );
 filter: none\9/;
}
#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 #4f4b9f;
	color: #333!important;
}
.footer p a {
	text-decoration: none;
	text-align: center!important;
	text-decoration: none!important;
}
footer a:hover ,footer p a:hover {
	text-decoration: none;
	color: #454178 !important;
	}
	
#footer_address {
	padding-left: 0px;
	text-align: center;
	padding-right: 0px;
}
#footer_address ul:first-of-type {
	margin-top: 20px;
}
#footer_address ul {
	list-style-type: none;
	margin-left: 0px;
}
#footer_address li {
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
}
.footer_nav {
	padding-top: 0px;
	text-decoration: none!important;
	line-height: 15px;
	text-align: center!important;
}
.active {
	color: #4f4b9f;
}
footer p {
	text-align: center!important;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px!important;
	color:#333!important;
}
.footer_nav a {
	white-space: nowrap;
	display:inline-block;
}
address p{color:#333!important;}
/*-- 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: 400px;
	width: 100%;
	frameborder: 0px inset!important;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}

.frame-fix{
	height: 1500px;
}
.g-lnk {
	color: #4f4b9f!important;
}
#main-text {
	min-height: 300px;
}
#agency-logo {	
	width: 200px;
}

.foot-contact {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	text-align: center;
}
.foot-contact li {
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	line-height: 16px;
}

.nobreak{
  display:inline-block;
}

.footer_nav > ul {
    list-style-type: none;
    text-align: center;
    margin: 0px;
}
.foot-contactb {
    list-style-type: none;
	padding-left:5px;
	margin:25px 0px;
}

.foot-contactb  li:first-child{
  font-weight:bold;
}
.footer_nav li {
    display: inline-block;
}
.footer_nav li  a:hover, .footer_nav li  a.active{
 color: #0247d8 !important;
 }
.cs-frame {
 height:1600px !important;
}
.is-cms div.banner figure{
height:420px;
}
.is-cms #main-img{
height:420px !important;
}

.btn:focus {
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(16, 132, 205, 1) 0%, rgba(32, 124, 202, 1) 0%, rgba(31, 188, 228, 1) 100%, rgba(31, 188, 228, 1) 100%) repeat scroll 0 0;
	            
    background-position: 0 -15px;
    color: #fff;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
	outline: none;
	}

	
div.banner figure{
height:421px;
}
.carousel-content {
    color:black;
    display:flex;
    align-items:center;
}
#text-carousel {
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.foot-contactb a[href^="tel"] , .foot-contact a[href^="tel"]{
  color: inherit !important;
}
.agent-info img {
	max-height: 250px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.agent-info p {
	padding-top: 0px;
}
.agent-info p > strong {
	font-size: 16px;
}
.agent-info {
	margin-top: 20px;
	border-bottom: 1px solid #74bb3f;
}