@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Open Sans', sans-serif;
  color: #393939;
}

a {
  color: #faa43c;
}
/* Typography */


a.active,a:focus,a:hover {
  color: #9dcb73;
  text-decoration: none;
}

.home_banner_area {
  position: relative;
  background: linear-gradient( to bottom, #6b6b6b 0, #6b6b6b 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: 80px 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: #faa43c;
}

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: 0px 0 30px;
  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 {
  position: absolute;
  bottom: 0;
  float: right;
  margin-bottom: 0px;
  background-color: transparent;
  border-color: transparent;
  width: 100%;
  min-height: auto;
}

.navbar-nav > li > .dropdown-menu {
	padding: 0;
	box-shadow: none;
	border-radius: 0;
}


#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: #faa43c;
  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: #faa43c;
  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: #faa43c;
  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: #fab056;
	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: 8%;
}

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(107,107,107,0.8);
  mix-blend-mode: screen;
}

.right-half p {
  font-size: 21px;
}
.TitleStyle4, .TitleStyle4 p{
  color: #faa43c;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 10px;
}
#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: #faa43c;
  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 {
  opacity: 0.8;
}


/* Insurance service area */

.service-area {
  padding: 0px 0 50px;
}

.ins-boxes1 {
  display: flex;
  align-content: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: space-evenly;
  padding: 0 30px;
}

.box-grid {
  background-color: #faa43c;
  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 {
  opacity: 0.6;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.aligner a {
  font-size: 24px;
  color: #fff;
}

.aligner i {
  font-size: 42px;
}

.TitleStyle3 {
  line-height: 25px;
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  flex-direction: column;
}

.TitleStyle1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 60px;
  color: #faa43c;
  margin-bottom: 30px;
}

.TitleStyle-strong {
  font-size: 80px;
  color: #faa43c;
  font-weight: 600;
  padding: 0 40px;
}



.main-content p, .main-content ul li {
  color: #393939;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 25px;
  list-style: none;
}

.main-content ul li strong {
  color: #faa43c;
}
.TitleStyle2, .TitleStyle2 p {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #faa43c;
}
.footer-section {
  background: #6b6b6b;
}
.sub-head, .sub-head p{
	color: #393939;
}
.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: #faa43c;
  font-weight: 900;
  font-size: 19px;
  margin-right: 10px;
}

.footer-content .TitleStyle2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}

.footer-content ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}

.footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
  color: #faa43c;
}

.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: #faa43c;
  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: 15px;
}

.copy-ul li a:hover, .copy-ul li a:focus {
  color: #faa43c;
}

.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 #faa43c;
  padding-left: 15px;*/
}
.cnt-us, .cnt-us p{
    margin-bottom: 0;
}

@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;
}
.phone-automate a{
	color: #393939;
}