@charset "utf-8";
/* CSS Document */
body, html {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    width: 100%;
	color:#393939;
}
.TitleStyle1 {
	color:#005c9e;
	font-size: 38px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px;
}
.TitleStyle2 {
	font-size:30px;
	color:#005c9e;
	margin-bottom:20px;
}
.TitleStyle2 p{
	font-size:30px;
	color:#005c9e;
	margin:0px;
}
.sub-head {
	color: #393939;
}
/* Index Screen Height CSS */

/* Header */
header {
	-webkit-box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    z-index: 2;
    position: relative;
}
.main-header {
    background: #fff;
    min-height: 150px;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
	padding:20px 0px;
	clear: both;
}
.top-nav-section {
    float: right;
	width: auto;
}
.top-phone {
	list-style: none;
	float: right;
	padding: 0 55px 0 0;
	margin-bottom: 0;
}
.top-phone span {
	color:#fff;
	background-color:#00bf1b;
	padding:5px 15px;
	border-radius:20px;
	font-size:20px;
}
.top-social {
	list-style: none;
    width: 200px;
    float: right;
    display: flex;
    padding: 0 10px 0 0;
    margin-bottom: 0;
    justify-content: space-around;
    font-size: 16px;
}
.top-social a:hover {
	opacity:0.8;
}
.fab.fa-facebook-f {
    color: #3b5998;
}
.fab.fa-twitter {
    color:  #00acee;
}
.fab.fa-linkedin-in {
    color: #0077b5;
}
/* Logo and Navigation Section */
.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: center;
    align-content: center;
    width: 100%;	
}
.logo-section {
    display: flex;
    align-items: center;
    justify-content: left;
}
.agency-logo {
    max-width: 100%;
	max-width: 60%\0/;
    width: 100%�/;
}
.nav-menu {
	display:flex;
	justify-content: center;
    align-items: flex-end;
}
.navbar-default {
    background: transparent;
    border: 0;
    margin-bottom: 0;
    min-height: 0;
    width: 100%;
}
.navbar .navbar-nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0;
    padding: 0;
    float: none;
	width:100%;
}
.navbar-default .navbar-nav > li {
    list-style: none;
    text-align: center;
}
.navbar-default .navbar-nav > li > a {
    color: #393939;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    width: 100%;
}
.navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus, .navbar-default .navbar-nav > li a.active {
    color: #00bf1b;
}
.navbar-nav > li > .dropdown-menu {
	border-radius:0;
	box-shadow:none;
	padding:0px;
	border: 1px solid #00bf1b;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active {
	background:#00bf1b;
	color:#fff!important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background:none;
	color:#00bf1b;
}
.dropdown.open .caret {
	border-bottom:4px solid;
	border-top:0px;
}
/* Get A Quote Section */
.get-quote-section {
    background:#005c9e;
    text-align: center;
    margin: 0 auto;
	-webkit-box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    position:relative;
    z-index:1;
    padding:40px 0 45px;
    display:flex;
    justify-content:space-around;
    align-items:center;
}
.get-quote-section .TitleStyle2 {
    color: #00bf1b;
    font-size: 50px;
	font-weight:bold;
	letter-spacing:2px;
	font-family: 'Open Sans', sans-serif;
	margin-top:0px;
	text-transform:uppercase;
	margin-bottom:10px;
	line-height:55px;
}
.get-quote-section p {
	color:#fff;
	font-size:22px;
}
.get-quote-section .TitleStyle2 p{
    color: #00bf1b;
    font-size: 50px;
	font-weight:bold;
	letter-spacing:2px;
	font-family: 'Open Sans', sans-serif;
	margin-top:0px;
	text-transform:uppercase;
	margin:0px;
	line-height:55px;
	padding:0;
}
.quote-box {
	display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0px;
}
.fixed-size{
	flex: 1;
    margin: 0 15px;
}
#Type, #ZipCode {
    color: #2c2c2c;
    border-radius: 5px;
    border: 1px solid #fff;
    background:#fff;
    width: 100%;
    padding: 0px 5px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	box-shadow:0px 4px 4px 0px rgba(0,0,0,0.2);
	height:40px!important;
}
.qte-btn {
	width: 100%;
    color:#fff;
    font-size: 21px;
    font-weight: 600;
    border:none;
    background:#00bf1b;
    box-shadow:0px 4px 4px 0px rgba(0,0,0,0.2);
    padding: 4px 5px;
    font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
}
.qte-btn:hover, .qte-btn:focus {
	background:#00a616;
	transition:0.3s;
	color:#fff;
}

/* Index Page banner Section */

.banner-stars .fa-star {
	color:#ffcf45;
	font-size:40px;
	letter-spacing:10px;
}
.banner-stars {
	text-align:center;
	margin-bottom:30px;
}
.banner-heading {
	font-size:55px;
	color:#fff;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #005c9e;
}
.banner-sub-caption {
	font-size:30px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #005c9e;
	font-style:italic;
}
.top-text{
	font-style:italic;
	font-weight:bold;
}
.banner-sub-heading {
	font-size:34px;
	color:#fff;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #005c9e;
}
.banner-text {
	top:40%;
    transform:translateY(-40%);
    position:absolute;
}
/* Inner Page banner Section */
.inner-banner-section {
    /*background: -webkit-linear-gradient(left, rgba(50,176,201,1) 0%, rgba(64,182,208,1) 25%, rgba(82,190,216,1) 50%, rgba(100,200,224,1) 75%, rgba(110,204,227,1) 100%);
	background: linear-gradient(to right, rgba(50,176,201,1) 0%, rgba(64,182,208,1) 25%, rgba(82,190,216,1) 50%, rgba(100,200,224,1) 75%, rgba(110,204,227,1) 100%);
    background: -webkit-linear-gradient(left, rgba(50,176,201,1) 0%, rgba(64,182,208,1) 25%, rgba(82,190,216,1) 50%, rgba(100,200,224,1) 75%, rgba(110,204,227,1) 100%);
    background: -ms-linear-gradient(to right, rgba(50,176,201,1) 0%, rgba(64,182,208,1) 25%, rgba(82,190,216,1) 50%, rgba(100,200,224,1) 75%, rgba(110,204,227,1) 100%);*/
	background-image: url("../img/featured-insurance.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    height: 500px;
	background-position: 50% 100%;
}
.inner-banner-inside {
	position:relative;
	height:500px;
}
.inner-banner-text {
	top:40%;
	transform:translateY(-40%);
}
.inner-banner-image {
    position: absolute;
    height: 100%;
    right: 0;
	display: none;
}
#inner-banner {
	position:absolute;
	height:95%;
	bottom:0;
	right:0;
}

/* LOB Box Section */
.ins-boxes1 {
    display: flex;
    align-content: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    justify-content: space-between;
	position:relative;
	margin-bottom:40px;
}
.service-area a {
    font-size: 24px;
    color: #fff;
	background-color:#00bf1b;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
    position: relative;
    outline:none;
	margin-top:-100px;
}
.service-area a:hover, .service-area a:focus {
	text-decoration:none;
	background: #00a616;
    transition:all ease .2s;
}
.aligner {
    position:absolute;
    left:0;
    right:0;
    top:50%;
    transform:translateY(-50%);
    text-align:center;
}
.aligner i {
    font-size: 33px;
}
.aligner .TitleStyle3 {
    line-height: 25px;
}

/* Main Content */
.main-content p, .main-content ul li{
	font-size:18px;
	color:#393939;
	line-height: 36px;
    margin-bottom: 20px;
    list-style: none;
    font-weight: 500;
    text-align: left;
}
#index-cont {
	margin-bottom: 30px;
}
#main-cont ul li span {
	color:#00bf1b;
	font-weight:600;
}
#main-cont {
	margin:30px 0px;
}

/* Footer */
.footer-section {
    padding-top: 45px;
	background-color:#005c9e;
}
.footer-pad-fix {
	padding-left:0;
}
.footer-content .TitleStyle2 {
    color: #00bf1b;
    font-size: 47px;
    font-weight: 600;
}
.footer-nav {
    display:flex;
    padding-left: 0;
	flex-wrap:wrap;
}
.footer-nav li {
    display: flex;
    margin-bottom: 15px;
	flex-basis: 33%;
}
.footer-nav .fa-angle-double-right {
	color: #00bf1b;
	font-weight: 900;
    font-size: 19px;
    margin-right: 10px;
    line-height: 30px;
}
.footer-content ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
    color: #00bf1b;
	text-decoration:none;
}
.contact-info ul {
	padding-left:0px;
}
.contact-info ul li {
    font-size: 18px;
    color: #fff;
    padding: 0 0 15px;
    display: flex;
}
.contact-info ul li a {
    font-size: 18px;
    line-height:25px;
}
.contact-info i {
    color: #00bf1b;
    float: left;
    font-size: 18px !important;
    margin-right: 10px;
    line-height:25px;
    width: 20px;
}
.copyright {
    padding: 50px 0 20px;
    text-align: center;
}
.copy-ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.copy-ul li {
    display: inline-block;
}
.copy-ul li a, .copy-ul li {
    color:  #fff;
    font-size: 18px;
}

/* Iframes */
#cpIframe {
	height:1800px;
	width:100%;
	border:none;
}
.ccframe {
	height:1600px;
	width:100%;
	border:none;
}
.gmap {
	height:400px;
	width:100%;
	border:none;
}
.top-txt-block{
	float:left!important;
	margin-bottom:10px;
	list-style-type:none;
}
.top-txt-block span{
	background:transparent;
	color:#000;
	font-style:italic;
	font-weight:bold;
	font-size:20px;
}
#team1 .author-name,#team2 .author-name{
	margin-bottom: 0px;
	text-align:center;
}
#team1 .author-title,#team2 .author-title{
	line-height:15px!important;
	text-align:center;
}
.spanish-translator {
	height: 50px;
	background: #444;
}
#google_translate_element {
	margin-top: 11px;
}


sup {
  top: -.5em;
  font-size: 12px;
}

/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #005c9e; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}