@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: 'Open Sans', sans-serif;
	height:100%;
	width:100%;
	
}

/* Typography */
h1{
		color:#211f20;
		font-size:34px;
		font-weight: 700;
		font-family: "Montserrat", sans-serif;
		margin-bottom: 20px;
}
h2{
		color: #211f20;
		font-size:24px;
		font-weight: 400;
		margin-bottom:20px;
		font-family: 'Roboto', sans-serif;
}
h2.index {
	margin-top: 30px;
}
h3{
		color: #211f20;
		font-size:22px;
		font-weight:600;
}
h4{		
		color: #211f20;
		font-size:19px;
}
.content_sections h2, .content_sections h3, .content_sections h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.content_sections ul {
    margin: 30px 0;
    padding-left: 20px;
}
.content_sections ul li {
    margin-bottom: 10px;
}
.content_sections ul li::marker {
    color: #5192c9;
}
p{
		color:#393939;
		font-size:18px;
		line-height:28px;
		margin-bottom: 20px;
}
a{
		display: inline-block;
}
a{
	outline: none;
	border: 0;
}
a:hover{
		text-decoration: none;
		
		outline: none;
}
a:focus{
		text-decoration: none;
		
}
a:focus, .dropdown-toggle:focus{
	outline: none !important;
}
hr{
	border-top: 1px solid #C4C4C4;
}
/* Header */
header
{
	position:relative;
}

/* Top Bar */
header div.top-ribbon{
	background: #211f20;
	background: linear-gradient(45deg, #211f20 0%, #363f46 100%);
	width: 100%;
	height: 40px;
}
header div.top-ribbon .container {
    height: 40px;
    display: flex;
    align-items:center;
}
/* Top Navigation */
.top_info_line{
	display: flex;
	float: right;
	justify-content: center;
	text-align: center;
}
.top_info_line ul{
	margin: 0;
	padding: 0;	
}
.top_info_line ul li {
	float: left;
	list-style-type: none;
	margin:0;
	padding: 5px 10px;
}
.top_info_line ul li a{
	color: #fff;
	font-size:17px;
	line-height: 28px;
	
}
.top_info_line ul li a:hover, div.top_info_line ul li a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.top_info_line p, .top_info_line p a {
	color: #fff;
	font-size:18px;
	line-height: 24px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0;
	font-weight: 400;
	padding-right: 10px;
}
/* Logo And Navigation */
.logo_area{
	background: #fff;
	padding: 40px 0;
}
.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;
}
.navigation_container .navigation_items{
	display: flex;
	align-items: center;
}
.navbar-default {
	float: right;
	margin-bottom: 0px;
	background-color: transparent;
	border-color: transparent;
	width: 100%;
	min-height: 0px;
}
.navbar-nav {
    float: none;
    margin: 7.5px -25px;
    display: flex;
    justify-content: space-around;
}
.navbar-default .navbar-nav > li > a {
   color:#211f20;
   font-size: 18px;
   font-weight:400;
   padding: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #211f20;
    text-decoration: underline;
    text-decoration-color: #5192c9;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background-color:transparent;
}
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover > .active, .navbar-default .navbar-nav > .active > a:focus {
    color: #211f20;
    text-decoration: underline;
    text-decoration-color: #5192c9;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background-color:  transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #211f20;
    text-decoration: underline;
    text-decoration-color: #5192c9;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background-color:transparent;
}
.dropdown-menu{
	background: #edf4fa;
	border: 1px solid #ccc;
	box-shadow: none;
}
.dropdown-menu > li > a.active, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #211f20;
    text-decoration: underline;
    text-decoration-color: #5192c9;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background-color:  transparent;
    outline: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   color: #211f20;
    text-decoration: underline;
    text-decoration-color: #5192c9;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #211f20;
    text-decoration: underline;
    text-decoration-color: #5192c9;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background-color:  transparent;
}

.navbar-nav > li > .dropdown-menu > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
    color: #211f20;
}
.navbar-nav > li > .dropdown-menu{
	border-radius: 0px;
	padding: 10px 0px;
	margin-top: 10px;
}
/* Banner Area */
.banner_section{
	background: linear-gradient(180deg, #FFFFFF 0%, #edf4fa 100%);
	padding-bottom: 40px;
}

/* Content */
.content_sections{
	background: #edf4fa;
}
.content_sections.no-img {
    background: linear-gradient(180deg, #FFFFFF 0%, #edf4fa 100%);
    padding-top: 10px;
}
.insurance_main_content{
	background: #fff;
	padding: 30px 25px 0px 25px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);	
}
#silver_content ul li{
	color: #211f20;
	font-size: 18px;
	line-height: 36px;
}
/* Carrier Carousal */
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    margin-top: 15px 0 50px 0;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
    margin: 0px!important;
    padding-left: 0px!important
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	height:120px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}

/* Testimonials */
.testimonials_section{
	background: #211f20;
	background: linear-gradient(90deg, #211f20 0%, #363f46 100%); 
	height: 100px;
    display: flex;
    align-items:center;
}

.testimonials_section h2{
	color: #fff;
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	margin: 0px 0px 0px 10px;
    
    
}
.get-started h2, .get-started h3, .get-started h4 {
    margin: 0px 0px 0px 0px;
}
.testimonials_main_content{
	background: #fff;
	margin: 50px auto;
}
.testimonial_pad{
	padding: 10px 15px;
}
.testimonials_content{
	padding: 10px;
}
.score {
  display: block;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

.score-wrap {
  display: inline-block;
  position: relative;
  height: 19px;
}

.score .stars-active {
  color: #5192c9;
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
/* Get Started */
.simple-banner {
	position: relative;
}
.simple-banner img {
	width: 100%;
	object-fit: cover;
	padding-bottom: 0px;
	height:400px;
}
.simple-banner{
	margin-bottom: 50px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.simple-banner:before{
	content: "";
top: 0;
right: 0;
position: absolute;
height: 100%;
width: 100.09%;
background: rgba(81, 146, 201, 0.3);
}
.simple-banner:after{
content: "";
top: 0;
right: 0;
position: absolute;
height: 100%;
width: 100.09%;
display: block;
        background: rgba(33, 31, 32, .6);
        background: linear-gradient(180deg, rgba(33, 31, 32, .8), rgba(54, 63, 70, .5));
        mix-blend-mode: multiply;
}
.simple-caption {
	padding: 0;
	text-shadow: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:5;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
/*simple section*/
.simple-caption h2 {
    font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#fff;
	font-size: 54px;
	line-height: 64px;
	font-family: "Montserrat", sans-serif;
}
.get-started {
	width: 81%;
	margin: 0 auto;
}
.get-started h4 {
	font-size: 36px;
	color: #fff;
	line-height: 48px;
	font-family: "Montserrat", sans-serif;
}
.get-started .qte-btn {
    width: 388px;
    margin: 30px auto 0px;
	height: 40px;
}
.get-started .qte-btn a {
	color: #211f20;
}
.qte-btn {
	width: 388px;
	color: #211f20;
	font-size: 18px;
	font-weight: 400;
	border: none;
	background: #5ba6e3;
	height: 40px !important;
	font-family: 'Open Sans', sans-serif;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
        display: flex;
    align-items: center;
    justify-content: center;
}
.qte-btn:hover, .qte-btn:focus {
	background:#61b1f2;
	color:#211f20;
}

/* Footer */
.footer-section {
    padding-top: 45px;
	background: #211f20;
	background: linear-gradient(45deg, #211f20 0%, #363f46 100%); 
}
.footer-pad-fix {
	padding-left:0;
}
.footer-content h2 {
    color: #fff;
    font-size: 36px;
	line-height: 64px;
    font-weight: 700;
	margin-bottom: 15px;
	margin-top: 0px;
	font-family: "Montserrat", sans-serif;
}
.footer-nav {
    list-style-type: none;
	padding: 0;
}
.footer-nav li {
	font-size: 24px;
	line-height: 54px;
}
.footer-nav .fa-angle-double-right {
	color: #5192c9;
	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: #61b1f2;
	text-decoration:none;
}
.contact-info{
	margin-top: 40px;
}
.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: #5192c9;
    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;
}
.copy-ul li a:hover, .copy-ul li a:focus {
	color: #61b1f2;
}

/* Iframe and Google Map */
iframe#cpIframe{
	width: 100%;
	border: 0;
	height:1800px;
}
iframe#ccframe{
	width: 100%;
	border: 0;
	height:1600px;
}
iframe.gmap{
	border:none;
	height:340px;
	margin-bottom:20px;
	width:100%;
}
iframe.jot-form {
    width: 100%;
    border: 0;
    height: 220px !important;
}

/* contact you carrier page*/
#carrier-title {
	font-size:28px;
	font-weight:bold;
	color:#495fda;
	font-family: "Montserrat", sans-serif;
}
.carrier-content p , .carrier-content p span a{ 
	color:#333;
}
.carrier-content p a.btn {
	background: #211f20;
color: #ffffff;
border: 0px;
border-radius: 0;
padding: 2px 5px;
}
.carrier-content p a:hover, .carrier-content p a:focus {
	background: #363f46;
}
.carrier-list{
	padding-bottom:10px;
	border-bottom:1px solid #C4C4C4; 
}

/*
.quote-box input:focus, .quote-box select:focus{
    box-shadow: 0px 1px 10px rgb(255, 255, 255, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}*/
/* Ada compliance fixes beings */ 
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


/* Ada compliance fixes end */ 




/********************************************************************/
/*** PANEL DEFAULT ***/


.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.panel{
	border-top: none;
	border-left: none;
	border-right: none;
}
.panel-body{
	padding-top:10px;
	padding-bottom: 0px;
}
.panel-heading{
	padding: 0px;
	background: #fff;
}
.panel-default > .panel-heading{
	background: #fff;
	border: none !important;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
   background: #363f46;
   width: 234px;
   margin-left: 7.5px;
}
.nav-tabs > li:nth-child(1){
	margin-left: 0px;
}
.nav-tabs > li > a {
    margin-right: 0;
   
    border-radius: 0;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    background: #211f20!important;
	padding-top: 6px;
	padding-bottom: 12px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -11px;
}
.nav-tabs i{
	font-weight: 900;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	display: block;
	color: #3c6e96;
}
.nav-tabs > li.active i{
	font-weight: 900;
	font-size: 68px;
	line-height: 78px;
	text-align: center;
	display: block;
	color: #5192c9;
}
.nav > li > a:hover, .nav > li > a:focus{
	background: #211f20;
}
.nav-tabs > li{
	margin-top: 8px;
}
.nav-tabs > li.active{
	margin-top: -2px;
}

/* carousel-indicators */
/*div.carousel::after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background:linear-gradient(to bottom, #454545 0%,#5e5e5e 74%,#626262 100%);
	mix-blend-mode: multiply;
}*/

.main_banner_sections {
    position: relative;
    overflow: hidden;
    z-index: 2;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.main_banner_sections img {
    width: 100%;
    height: calc( 100vh - 270px );
    min-height: 400px;
    object-fit:cover;
}
.banner-content {
  position: absolute;
  z-index:100;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}
.main_banner_sections .banner-content h2 {
  color: #fff;
  font-size: 56px;
  line-height:56px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
  margin-top: 30px;
}
.main_banner_sections.index .banner-content h2 {
  color: #fff;
  font-size: 58px;
  line-height:58px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
  margin-top: 0px;
}
.main_banner_sections .banner-content h4 {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  line-height:44px;
  padding-bottom: 20px;
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
}
.main_banner_sections.index .banner-content h4 {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  line-height:44px;
  padding-bottom: 40px;
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
}
.quote-box-inside h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
 text-shadow: none
}
.quote-box-inside h4 {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  line-height:32px;
  padding-bottom: 25px;
  font-weight:400;
  text-shadow: none
}
.main_banner_sections select {
  width: 25%;
  height: 40px;
  margin-bottom: 20px;
  color: #393939;
  border-radius: 0px;
  border: 1px solid #211f20;
  padding: 5px;
}
.index .quote-box-inside form {
	display: flex;
	justify-content: space-evenly;
}
.quote-box-inside input{
  width: 25%;
  height: 40px;
  margin-bottom: 20px;
  color: #393939;
  border-radius: 0px;
  border: 1px solid #211f20;
  padding: 18px 18px 18px 7px;
}
.zipcode-form select::-ms-expand {
  display: none;
}
.quote-box-inside .fa-long-arrow-alt-right{
	
}
.main_banner_sections .banner-content .submit-btn {
  background: #5ba6e3;
  border: 0;
  color: #211f20;
  font-size: 18px;
  width: 25%;
  height: 40px;
  border-radius: 0px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 0px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.main_banner_sections .banner-content .submit-btn:hover, .main_banner_sections .banner-content .submit-btn:focus {
  background: #61b1f2;
}

div.main_banner_area::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: #5192c9;
    mix-blend-mode: multiply;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
	  div.main_banner_area::before{
	  content: "";
		top: 0;
		right: 0;
		position: absolute;
		height: 100%;
		width: 100.09%;
		background: rgba(81, 146, 201, 0.3);
  }
    div.main_banner_area::after {
    content: "";
	top: 0;
	right: 0;
	position: absolute;
	height: 100%;
	width: 100.09%;
	display: block;
	background: rgba(33,31,32,.6);
    background: linear-gradient(180deg, rgba(33,31,32,.8), rgba(54,63,70,.5));
	mix-blend-mode: multiply;
}
span.overlay::before {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100.09%;
    background: linear-gradient(235.18deg, #1e364a 0%, #5192c9 100%);
    mix-blend-mode: overlay;
}
}

.lob-content h4{
	text-align: left !important;
	font-size: 24px !important;
	line-height: 36px !important;
}
.lob-content .quote-box-inside a{
	text-align: left;
	float: left;
	color: #fff;
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
}
.quote-box-inside.inner-pages .fas{
	font-weight: 900;
	font-size: 96px;
	color: #fff;
}
.quote-box-inside.quote-box-lob h2 {
  color: #211f20;
  font-size: 56px;
  font-weight: 700;
  text-shadow: none;
  line-height: 64px;
  font-family: "Montserrat", sans-serif;
}
.quote-box-inner{
	position: relative;
	padding: 50px 0;
}
.quote-box-lob {
   text-align: center;
}
.quote-box-inside.quote-box-lob h4 {
  color: #211f20;
  display: inline-block;
  font-size: 36px;
  line-height:44px;
  padding-bottom: 40px;
  font-weight:400;
  text-shadow: none
}
.quote-box-lob select {
  width: 50%;
  height: 35px;
  margin-bottom: 20px;
  color: #393939;
  padding-left:10px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
.quote-box-lob input{
	width: 50%;
  height: 30px;
  margin-bottom: 20px;
  color: #393939;
  padding-left:10px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
.zipcode-form select::-ms-expand {
  display: none;
}
.quote-box-lob .submit-btn {
    background: #5ba6e3;
    border: 1px solid #5ba6e3;
    color: #211f20;
    font-size: 20px;
    width: 50%;
    margin: 8px 0;
    border-radius: 0;
    font-weight: 600;
    height: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.quote-box-lob .submit-btn:hover, .quote-box-lob .submit-btn:focus {
    background: #61b1f2;
    border: 1px solid #61b1f2;
    color: #211f20;
    font-size: 20px;
    width: 50%;
    margin: 8px 0;
    border-radius: 0;
    font-weight: 600;
    height: 40px;
}
/* Saving Sections */
.savings_section{
    background: #211f20;
	background: linear-gradient(90deg, #211f20 0%, #363f46 100%); 
	height: 100px;
	padding: 0 26px;
    display: flex;
    align-items:center;
}
.savings_section h2{
	color: #fff;
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
.savings_section_content{
	background: #fff;
	margin: 50px auto;
	padding-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.savings_content{
	padding: 10px;
	color: #5192c9;
	font-size: 48px;
	font-weight: 36px;
}
.savings_content_left{
	text-align: center;
}
.savings_content_right p{
	font-size:28px;
	line-height:66px;
	margin-bottom: 0px;
}

/* Contact Us Page */
.contact-section-info ul{
	padding-left: 0px;
}
.contact-section-info ul li{
		 list-style-type: none;
}
.agency {
	display: block;
	font-size: 26px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: 600;
}
ul.social_section{
	padding-left: 0px;
}
ul.social_section li{
	list-style-type: none;
	float: left;
	margin: 0 10px;
}
.contact_right_side h2{
	font-size: 34px;
font-weight: 700;
font-family: "Montserrat", sans-serif;
margin-bottom: 5px;
}
.top-phone i {
	color: #5192c9;
	font-size: 18px;
	line-height: 20px;
	margin-right: 5px;
	width: 20px;
}

/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #28b9bf; /* 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;
}

/* Ada compliance fixes end */ 

a.sms_txt{
	cursor: none;
	color: #fff;
	pointer-events: none;
}
#contact-text a.sms_txt{
	color: #211f20;
}
.top-phone {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.contact-jot {
	width: 100%;
	border: 0;
	height: 600px !important;
}
.landing {
    background: #3e7aae;
}
.landing header .container{
    display: block;
    margin: 0 auto;
    text-align:center;
}
.landing .logo{
    width: 100%;
    max-width: 450px;
    padding: 10px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    background: #fff;
    border-radius: 8px;
    margin: 30px auto;
}
.landing footer {
    border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:20px 0;
}
.landing main {
    text-align: center;
    min-height: 300px;
    height: 50vh;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}

.landing main h1, .landing main h2 {
    color: #fff;
}
.landing main h1 {
    font-size: 48px!important;
    line-height: 58px!important;
    margin: 30px 0;
}
.landing main h2 {
    font-size: 36px!important;
    line-height: 48px!important;
    margin: 30px 0;
}
.landing footer .row {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content:center;
}
.landing .copyright {
    text-align:center;
	padding: 30px 0 20px;
}
.landing .gmap {
  width: 100%;
  height: 170px;
  border: 4px solid #8db3d3;
  float: left;
  margin-right: 20px;
}
.landing .contact-info i{
	color:#000;
}
.landing .contact-info {
  margin-top: 0;
}
.landing .contact-info ul li, .landing .contact-info ul li a, .landing .contact-info h2, .landing .contact-info h4{
	color:#fff;
}
.landing .contact-info ul li a:hover, .landing .contact-info ul li a:focus{
	color:#ccc;
}
.nobreak{
	display:inline-block;
}
@media screen and (max-width: 767px) {
    .landing main h1 {
    font-size: 36px!important;
    line-height: 48px!important;
}
.landing main h2 {
    font-size: 24px!important;
    line-height: 36px!important;
}
/* .landing main { */
    /* min-height: 500px; */
        /* justify-content: flex-start; */
/* } */
}
.insurance_main_content a{
    text-decoration: underline;
}
.insurance_main_content a:hover, .insurance_main_content a:focus{

}
.insurance_main_content a.btn {
    text-decoration:none;
}
.is-cms div.main_banner_area::after,.is-cms .simple-banner:after{
	z-index:-2;
}
.is-cms div.main_banner_area img, .is-cms .simple-banner img{
	position:relative;
}