@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Open Sans', sans-serif;
  color: #393939;
}

a {
  color: #005381;
}
/* Typography */

.main-content h3 {
	font-size:24px;
    line-height: 32px;
	font-weight:600;
    color: #000;
    font-family: "Spectral", serif;
}
a.active,a:focus,a:hover {
  color: #0580c4;
  text-decoration: none;
}

.home_banner_area {
  position: relative;
  background: #272625;
  background: linear-gradient( to bottom, #035280 0, #05507e 50%, #fff 50%, #fff 100% );
}

.container .inner-board {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.3);
  box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.3);
  margin: 50px 0;
}

.inner-board.board-content,.TitleStyle-strong {
  padding: 40px 40px 40px;
}

div.top_info_line {
  display: flex;
  justify-content: right;
  text-align: center;
  float: right;
}

div.top_info_line ul {
  margin: 0;
  padding: 0;
}

div.top_info_line ul li {
  float: left;
  list-style-type: none;
  margin: 0px 10px;
  line-height: 19px;
  font-size: 19px;
}

.social_design li a:hover {
  opacity: 0.7;
}

.fab.fa-facebook-f {
  color: #3b5998;
}

.fab.fa-twitter {
  color: #00acee;
}

.fab.fa-linkedin-in {
  color: #0077b5;
}

.fab.fa-google-plus-g {
  color: #db4437;
}

.fa.fa-phone {
  color: #005381;
}

div.top_info_line ul li a {
  font-size: 19px;
}

div.top_info_line ul li:last-child {
  margin-right: 0;
}

/*navigation*/
div.navigation_container {
  padding: 0;
  margin: 8px 0 20px;
  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-content.navigation_items_end {
  display: flex;
  align-items: end;
}

nav.navbar-default {
  bottom: 0;
  float: right;
  background-color: transparent;
  border-color: transparent;
  width: 100%;
  min-height: auto;
  margin-bottom: 12px;
}

.navbar-nav > li > .dropdown-menu {
	padding: 0;
	box-shadow: none;
	border-radius: 0;
    margin-top: 3px;
}
#agency-logo {
	width: 100%;
	max-width: 300px;
}

#bs-example-navbar-collapse-1 {
  padding: 0;
}

ul.navbar-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.navbar-default .navbar-nav > li > a {
  color: #393939;
}

nav.navbar-default .navbar-nav > li > a {
  font-size: 19px;
  font-weight: 400;
  padding: 0;
}

nav.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #393939;
  text-decoration: underline 3px #005381;
  text-underline-position: under;
  background-color: transparent;
}

nav.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #393939;
  text-decoration: underline 3px #005381;
  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: #393939;
  text-decoration: underline 3px #005381;
  text-underline-position: under;
  background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #005381;
	color: #fff;
}
/*banner*/

.banner {
  display: flex;
  justify-content: center;
}

.left-half {
  flex: 1;
  align-items: center;
  display: flex;
}

.right-half {
  flex: 1;
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
  padding-bottom: 10%;
}

div.featured-agency {
  position: relative;
}

div.featured-agency img {
  object-fit: cover;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
}
.cq-pg .right-half {
	padding-bottom: 24%;
}
#unique {
  margin-bottom: 30px;
  width: 75%;
}

div.featured-agency::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 100%),
linear-gradient(to top, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 100%);
  /* W3C */
  background-color: rgba(41, 67, 104, 0.8);
  mix-blend-mode: screen;
}

h4 {
  color: #000;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 10px;
  font-family: "Spectral", serif;
}

.right-half p {
  font-size: 21px;
}

#miniQuote {
  width: 60%;
}

#Type, #ZipCode {
  color: #393939;
  border-radius: 5px;
  border: 1px solid #393939;
  background: #fff;
  width: 100%;
  padding: 10px 5px;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 30px;
}

.btn.btn-quote.search-btn {
  width: 100%;
  background: #005381;
  color: #fff;
  font-size: 21px;
  box-shadow: 0px 5px 3px rgba(0,0,0,0.2);
  font-weight: 600;
  padding: 2px 12px;
border-radius: 6px;
}

#Type {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn.btn-quote.search-btn:hover,
.btn.btn-quote.search-btn:focus {
  background: #0580c4;
}


/* Insurance service area */

.service-area {
  padding: 0px 0 50px;
}
.service-area h1 {
    margin: 20px 0 0;
    font-size: 48px;
    line-height: 48px;
}
.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;
  padding: 0 30px;
}

.box-grid {
  background-color: #005480;
  width: 194px;
  height: 194px;
  border-radius: 50%;
  margin: 0.5em;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}

.box-grid:hover {
background: #097bb6;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.aligner a, .aligner h3 {
  font-size: 22px;
  color: #fff;
  margin-top:10px;
  font-family: "Spectral", serif;
}

.aligner i {
  font-size: 42px;
}

h3 {
  line-height: 25px;
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  flex-direction: column;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  color: #000;
  margin-bottom: 30px;
  font-family: "Spectral", serif;
}

h1.TitleStyle-strong {
  font-size: 80px;
  color: #000;
  font-weight: 600;
  padding: 0 40px;
}

h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #000;
  font-family: "Spectral", serif;
}
.main-content h2, .main-content h3, .main-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.main-content ul {
    margin: 20px 0;
    padding-left: 20px;
}
.main-content ul li {
    margin-bottom: 10px;
}
.main-content ul li::marker {
    color: #097bb6;
}
.sub-head {
	color: #000;
}
.main-content p, .main-content ul {
  color: #393939;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 25px;
}
.main-content ul li {
  color: #393939;
  font-size: 18px;
  line-height: 36px;
}

.main-content ul li strong {
  color: #000;
  font-family: "Spectral", serif;
}
.brk-fix {
	display:inline-block;
}
.footer-section {
  background: #272625;
  background: linear-gradient(to bottom, #035280 0, #05507e 100%);
}

.flex-rowwise {
 display: flex;
padding-left: 0;
flex-wrap: wrap;
}

#cont-info ul {
  padding-left: 0;
}

.footer-section {
  padding-top: 45px;
}

.flex-rowwise li {
	display: flex;
	margin-bottom: 15px;
	flex-basis: 33%;
}



.flex-rowwise li::before {
  content: "\f101";
  font-family: 'Font Awesome\ 5 Free';
  display: inline-block;
  width: auto;
  color: #78cdff;
  font-weight: 900;
  font-size: 19px;
  margin-right: 10px;
}

.footer-content h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  font-family: "Spectral", serif;
}

.footer-content ul li a {
  color: #fff;
  font-size: 19px;
  line-height: 23px;
}

.footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
  color: #78cdff;
  
}

.foot-blog p, .foot-blog a {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.gmap {
  border: none;
  height: 130px;
  margin-bottom: 20px;
  max-width: 100%;
}

.contact-info i {
  color: #78cdff;
  float: left;
  font-size: 1.2em !important;
  margin-right: 10px;
  margin-top: 3px;
  width: 18px;
}

.contact-info ul li a {
  font-size: 15px;
  line-height: 23px;
}

.contact-info ul li {
  font-size: 15px;
  color: #fff;
  padding: 0 0 15px;
  display: flex;
}

.copy-ul li a, .copy-ul li {
  color: #fff;
  font-size: 18px;
}

.copy-ul li a:hover, .copy-ul li a:focus {
  color: #78cdff;
}

.copy-ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.copy-ul li {
  display: inline-block;
}

.copyright {
  padding: 50px 0 20px;
  text-align: center;
}

#cpIframe ,.ccframe {
  height: 1600px;
  width: 100%;
  border: 0;
  background: transparent;
}

.gmap {
  height: 250px !important;
  width: 100%;
}

.left-half.cq-pg {
  flex: inherit;
}

.fa.fa-phone::before {
  border-left: 1px solid #005480;
  padding-left: 15px;
}
.cnt-us {
    margin-bottom: 0;
}

/* Carrier Carousel Section */
.carrier h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 50px;
	color:#000;
	margin-bottom:30px;
}
.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}
.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}
.nbs-flexisel-ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:9999px;
}
.nbs-flexisel-inner {
	float:left;
	overflow:hidden;
	width:100%;
}
.nbs-flexisel-item {
	cursor:default;
	float:left;
	line-height:0;
	margin:0;
	padding:0;
	position:relative;
}
.nbs-flexisel-item img {
	cursor:default;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:0;
	max-width:100%;
	position:relative;
}
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {
	cursor:default;
	height:22px;
	position:absolute;
	width:22px;
	z-index:100;
}
/* Carrier Carousel Section Ends*/


/* Carriers Section */
.carriers-box {
    background: #fff;
    filter: drop-shadow(2px 3px 3px #333);
    color:#8eacbb;
    border: 1px solid #ccc;
    margin:15px 0;
    min-height: 150px;
    padding: 10px;
    text-align: center;
}
.carriers-box img {
    margin: 0 auto;
}
.carriers-box h3 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.carriers-box p {
    color: #393939;
    text-align: left;
	font-size:16px!important;
	margin-bottom:0px;
	line-height:35px;
}
.carriers-box a.btn-customer {
    background:#005381;
    border: 1px solid #005381;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    height: auto;
    margin: 5% 0 0;
    padding: 3px 14px;
    width: 100%;
    line-height:30px;
}
.carriers-box a.btn-customer:hover , .carriers-box a.btn-customer:focus{
	background:#0580c4;
	transition:.3s;
}
.ph-fix, .ph-fix a {
	color:#393939!important;
}
.grid-divider h4 {
    color: #393939;
	font-size:24px;
}
.shadowed {
    background-color: #fff;
    border: 1px solid #393939;
    display: inline-block;
    filter: drop-shadow(2px 3px 3px #333);
    padding: 10px;
    margin-bottom: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
div.featured-agency::after{
 background-color: rgba(30, 89, 169, 0.6);
  background-blend-mode: unset;
  
}

}
@supports (-ms-ime-align:auto) {
    .selector {
        property: value;
    }
	
		div.featured-agency::after{
 background-color: rgba(30, 89, 169, 0.6);
  background-blend-mode: unset;
  
}

}



@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  .right-half {
    align-items: inherit;
  }
  
}
#ZipCode {
    padding-left:8px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jot-form {
	border:none!important;
	width:100%;
	height:420px!important;
}
.quick-form {
	border:none!important;
	width:100%;
	height:350px!important;
}
.form-h2 {
		text-align:center;
		
	}
	.jump-btn {
		width:200px!important;
	}
    .grw-business-name a, .grw-business-name a:visited {
        color: #000!important;
    }
	.grw-review-btn, .grw-view-all-btn {
		background:#005381!important;
		color:#fff!important;
	}
	.grw-review-btn:hover, .grw-view-all-btn:hover, .grw-review-btn:focus, .grw-view-all-btn:focus {
		background:#0580c4!important;
		opacity:0.8!important;
		color:#fff!important;
	}
	.grw-theme-dark .grw-slider-nav a.grw-slide-current {
		background-color:#78cdff!important;
	}
	.grw-business-name a, .grw-business-name a:visited, .grw-author {
		color:#32527b!important;
	}
	.grw-business-header {
		border-bottom:3px solid #78cdff!important;
	}
	.review {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	flex-direction: column;
	padding: 15px 0;
}
.review p {
	order: 2;
	display: flex;
	font-weight: 600;
	margin-bottom:0;
	font-style:italic;
}
.review p + p {
	order: 1;
	font-weight: normal;
}
.hours-details p{
	margin:0;
	font-style:italic;
	font-weight:600;
	color: #035280;
}
.cnt-details{
	margin-bottom:10px !important;
}
.abt-top-sec h2{
	margin-top:0;
}
.team-member {
	-webkit-box-shadow: 0 1px 1px #ddd !important;
	min-height: 250px !important;
	box-shadow: none !important;
	border: 1px solid rgb(220, 218, 218, 1) !important;
	padding: 20px 10px !important;
	margin-bottom: 25px;
}
.team-member img {
	max-width: 100%;
	width: 100% !important;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.65);
	padding: 3px;
	border: 3px solid #edeae2;
}
.agent-info p {
	margin-bottom: 10px;
}
.team-member p strong {
	font-size: 19px;
}
.team-member p a {
	color: #32418c;
}
.team-member h3 {
	color: #263376;
	margin-top: 0px;
	margin-bottom: 10px;
}
.team-bio p{
	margin-bottom:5px !important;
}