@charset "utf-8";

/* CSS Document */
/*
COLOR PALETTE
Headings : #002046
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: #2c2c2c;
	font-size: 28px;
	font-weight: 400;
	padding: 0 0 0 10px;
	margin: 20px 0 0 0;
}

.TitleStyle2 {
	color: #2c2c2c;
	font-size: 25px;
	font-weight: 400;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}

.TitleStyle3 {
	margin: 10px 10px 0px 10px;
	color: #2c2c2c;
}

.TitleStyle4 {
	color: #2c2c2c;
	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: #333;
}

/*Logo*/
.brand {
	margin-top: 20px !important;
	margin-bottom: 30px;
}

/*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;

	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*/


div.logo_area {
	background: #fff;
	padding: 20px 0;
	border-bottom: 2px solid #002046;
}

div.navigation_container {
	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;
	/* This aligns items to the end line on main-axis */
	justify-content: flex-end;
	flex-direction: row;
}

div.navigation_container div.navigation_items {
	display: flex;
	align-items: center;
}

nav.navbar-default {
	float: right;
	margin-bottom: 0px;
	background-color: transparent;
	border-color: transparent;
	width: 100%;
	min-height: 0px;
}

ul.navbar-nav {
	float: none;
	margin: 7.5px -25px;
	display: flex;
	justify-content: space-around;
}

nav.navbar-default .navbar-nav>li>a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	transition: .3s;
	text-decoration-color: transparent;
}

nav.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #002046 !important;
	text-decoration: underline;
	text-decoration-color: #66c010;
	text-decoration-thickness: 3px;
	text-underline-position: under;
	background-color: transparent;
}

nav.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover>.active,
.navbar-default .navbar-nav>.active>a:focus {
	color: #002046 !important;
	text-decoration: underline;
	text-decoration-color: #66c010;
	text-decoration-thickness: 3px;
	text-underline-position: under;
	background-color: transparent;
}

nav.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #002046 !important;
	text-decoration: underline;
	text-decoration-color: #66c010;
	text-decoration-thickness: 3px;
	text-underline-position: under;
	background-color: transparent;
}

.dropdown-menu>li>a.active,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #66c010;
	text-decoration: none;
	background-color: #002046;
	outline: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #002046 !important;
	text-decoration: underline;
	text-decoration-color: #66c010;
	text-decoration-thickness: 3px;
	text-underline-position: under;
	background-color: transparent;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #66c010 !important;
	text-decoration: none;
	background-color: #002046;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0px;
	padding: 0px;
}

/*Banner*/
.banner #main-img {
	position: relative;
	width: 100%;
	margin-left: 0px;
	object-fit: cover;
}

/*Quotebox*/
.banner {
	display: flex;
	padding: 0;
	border-bottom: 5px solid #002046;
}

.banner-img {
	height: 100%;
}

.quote-box,
.banner-img {
	padding: 0;
}

.quote-box .fa{
	color: #66c010;
}

.quotes {
	margin-top: 20px;
	float: right;
	width: 100%;
	height: auto;
	text-align: center;
	background: #002046;
	-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;
	background: #66c010;
	border: 1px solid #66c010;
	color: #002046;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.btn-custom:hover,
.btn-custom:focus {
	border: none !important;
	font-size: 14px;
	background: #57a60d;
	border: 1px solid #66c010;
	color: #002046;
}

#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: 176px;
}

#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: 60px;
}

.footer-bg {
	border-top: 2px solid #002046;
	background-image: linear-gradient(rgba(0, 32, 70, 0.9), rgba(0, 32, 70, 0.7)), url(../img/insurance-lob-bg.png);
	color: #fff;
}

.footer-bg ul li,
.footer-bg ul li a {
	color: #fff;
}

.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;
	margin-top: 20px;
}

.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: #fff;
	border-bottom: 3px solid #68bb1b;
	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;
}

.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;
	text-align: right;
}

.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-3.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;
}


.burnwrp {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.courtney-burth-top,
.courtney-burth-cntent {
	text-align: center;
}

.courtney-burth-top img {
	width: 150px;
	margin: 0 auto;
}

.cont-courtney-burth img {
	float: right;
}

.courtney-burth-cntent img {
	margin: 15px auto 0 auto;
}


.cont-courtney-burth.col-md-3 {

	padding: 0;

}

div.insurance_lob_bg {
	background: url("../img/insurance-lob-bg.png") repeat;
	border-top: 2px solid #002046;
	background-image: linear-gradient(rgba(0, 32, 70, 0.9), rgba(0, 32, 70, 0.7)), url(../img/insurance-lob-bg.png);

}

div.insurance_lob_bg>div.insurance_lob_mid {
	height: auto;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-around;
	list-style: none;

}

div.insurance_lob_bg>div.insurance_lob_mid>div {
	width: 200px;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	position: relative;

}

div.insurance_lob_design::before {
	content: '';
	width: 200px;
	height: 188px;
	background: #66c010;
	display: block;

	top: 0px;
	left: 0px;
}

div.insurance_lob_bg div.insurance_lob_content {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	text-align: center;
}

div.insurance_lob_bg div.insurance_lob_content .fas {
	font-size: 42px;
	color: #002046;
	margin-bottom: 10px;
}

div.insurance_lob_bg div.insurance_lob_content span::before {
	content: "";
	display: table;
	clear: both;
}

div.insurance_lob_bg div.insurance_lob_content span {
	font-size: 23px;
	text-align: center;
	position: relative;
	line-height: 24px;
	color: #002046;
	font-weight: 700;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
	color: inherit;
}

element {}

.nicole-andersen,
.cont-nicole-andersen {
	text-align: center;
	color: #fff;
	background: #002046;
	background-image: none;
	background-image: linear-gradient(rgba(0, 32, 70, 1), rgba(0, 32, 70, 0.7)), url(../img/insurance-lob-bg.png);
	padding: 10px 10px 20px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.nicole-andersen img,
.cont-nicole-andersen img {
	margin: 0px auto 15px auto;

	width: 100%;

	max-width: 250px;

	border: 5px solid #66c010;

	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);

}

.nicole-andersen p,
.nicole-andersen .TitleStyle3,
.nicole-andersen p a,
.cont-nicole-andersen ul li,
.cont-nicole-andersen ul li a {
	color: #fff;
	text-align: center !important;
}

.cont-nicole-andersen p a,
.cont-nicole-andersen .TitleStyle3,
.cont-nicole-andersen p {
	color: #fff;
	text-align: center;
}
.cu-profile {
    padding-left: 0px;
    padding-right: 0px;
}
.cont-nicole-andersen .TitleStyle3, .nicole-andersen .TitleStyle3 {
    font-size: 18px;
    font-weight: bold;
}
.cont-nicole-andersen a:hover, .cont-nicole-andersen a:focus, .nicole-andersen a:hover, .nicole-andersen a:focus, footer a:hover, footer a:focus {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #68bb1b;
    text-decoration-thickness: 1px;
    text-underline-position: under;
}