@charset "utf-8";
/* CSS Document */
body, html {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    width: 100%;
	color:#393939;
}
.TitleStyle1 {
	color:#414143;
	font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px;
}
.TitleStyle2 {
	font-size:30px;
	color:#414143;
    font-weight: 600;
	margin-bottom:20px;
}

.TitleStyle3 {
	font-size:24px;
	color:#414143;
	margin-bottom:14px;
}
.sub-head {
	color: #414143;
}
a {
	color: #0e0e69;
}
a:hover, a:focus {
	color: #0e0e69;
}
/* 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;
}
header.no-img {
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}
.main-header {
    background: #fff;
    min-height: 150px;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
	padding:20px 0px;
}
.top-nav-section {
    float: right;
	width: auto;
    margin-bottom: 20px;
}
.top-phone {
	list-style: none;
	float: right;
	padding: 0 55px 0 0;
	margin-bottom: 0;
	border-left: solid 1px #ccc;
	padding-left: 15px;
}
.top-canopy{
	list-style: none;
    width: 200px;
    float: left;
    display: flex;
    padding: 0 10px 0 0;
    margin-bottom: 0;
    justify-content: space-around;
    font-size: 16px;
}
.top-phone li {
	line-height: 22px;
	float: left;
}
.top-phone span {
	color:#393939;
	background-color: transparent;
	padding: 5px 15px 5px 8px;
	border-radius:20px;
	font-size:20px;
}

.top-phone .fas {
	color: #0e0e69;
	font-size: 17px;
}

.top-social {
	list-style: none;
    width: 165px;
    float: right;
    display: flex;
    padding: 0 10px 0 0;
    margin-bottom: 0;
    justify-content: space-around;
    font-size: 16px;
}
.canopy-btn a{
	background-color:#191970;
	padding:4px 10px;
	color:#fff;
}
.canopy-btn a:hover, .canopy-btn a:focus{
	background-color: #2a2a90;
	text-decoration:none;
}
.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-items: center;
    width: 100%;	
}
.logo-section {
    display: flex;
    align-items: center;
    justify-content: left;
}
.agency-logo {
    max-width: 100%;
    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: #393939;
    text-decoration: underline;
    text-decoration-color: #0e0e69;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}
.navbar-nav > li > .dropdown-menu {
	border-radius:0;
	box-shadow:none;
	padding:0px;
	border: 1px solid #0e0e69;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active {
	background:#0e0e69;
	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:#0e0e69;
}
.dropdown.open .caret {
	border-bottom:4px solid;
	border-top:0px;
}


.banner-stars .fa-star {
	color:#ffcf45;
	font-size:40px;
	letter-spacing:10px;
    text-shadow: 1px 1px 3px #414143;
}
.banner-stars {
	text-align:center;
	margin-bottom:30px;
}
.banner-heading {
	font-size:55px;
	color:#414143;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
}
.banner-sub-heading {
	font-size: 38px;
	color:#414143;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
}
.banner-text {
	top:40%;
    transform:translateY(-40%);
    position:absolute;
}
/* Inner Page banner Section */
.inner-banner-section {
    background: -webkit-linear-gradient(left, #d3d5d6 30%, #b8b9ba 100%);
	background: linear-gradient(to right, #d3d5d6 30%, #b8b9ba 100%);
    background: -webkit-linear-gradient(left, #d3d5d6 30%, #b8b9ba 100%);
    background: -ms-linear-gradient(to right, #d3d5d6 30%, #b8b9ba 100%);
    height: 500px;
}
.inner-banner-inside {
	position:relative;
	height:500px;
}
.inner-banner-text {
	top:40%;
	transform:translateY(-40%);
}
.inner-banner-image {
    position: absolute;
    height: 100%;
    right: 0;
}
#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;
	justify-content: center;
}
.service-area a {
    font-size: 24px;
    color: #fff;
	background-color:#0e0e69;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin:16px;
    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: #1e1e82;
    transition:all ease .2s;
	color: #fff;
}
.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: disc;
    font-weight: 500;
    text-align: left;
}
#index-cont {
	margin-bottom: 30px;
}
#main-cont ul li span {
	color:#0e0e69;
	font-weight:600;
}
#main-cont {
	margin:30px 0px;
}

/* Footer */
.footer-section {
    padding-top: 45px;
	background-color:#414143;
}
.footer-pad-fix {
	padding-left:0;
}
.footer-content .TitleStyle2 {
    color: #fff;
    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: #0e0e69;
	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: #fff;
	text-decoration:underline;
    text-underline-position: under;
}
.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: #0e0e69;
    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;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.contact-details .sms-txt {
	color: inherit;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
}
.carriers p {
	margin-bottom: 5px;
	margin-top: 5px;
}
.carriers span, .carriers a {
	float: right;
}
.carriers a {
	padding: 0px 10px;
	background: #0e0e69;
	color: #fff;
	border-radius: 30px;
}
.carriers a:hover, .carriers a:focus {
	text-decoration: none;
	background: #1e1e82;
}
.carriers{
	border-bottom:solid 1px #efefef;
	padding:20px 0;
}
.last-carr{
	border-bottom:none;
}
.last-carriers img {
	max-width: 100%;
}
.last-carriers a {
	float: left;
	background: none;
	padding: 0;
}
.team-info img{
	border: 5px solid #16166d;
}
.agent {
	font-size: 20px !important;
}
/* Carriers Section */
.carriers-box {
    background: #fff;
    filter: drop-shadow(2px 2px 2px #2c2c2c);
    color:#013888;
    border: 1px solid #2c2c2c;
    margin:15px 0;
    min-height: 150px;
    padding: 10px;
    text-align: center;
}
.carriers-box img {
    margin: 0 auto;
}
.carriers-box TitleStyle3 {
    color: #2c2c2c;
}
.carriers-box p {
    color: #fff;
    text-align: left;
	font-size:16px;
	margin-bottom:0px;
	line-height:35px;
	color:#2c2c2c;
}
.carriers-box a{
    background:#0e0e69;
    border: 1px solid #0e0e69;
    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:hover , .carriers-box a:focus{
	background:#012d6e;
}
.life-carr{
	border-bottom: 1px solid #ccc;
  margin:15px;
}
#content-section {
	margin-bottom: 80px;
	width: 100%;
}
.vid-block {
	position: relative;
	padding-bottom: 56.66% !important;
	height: 0;
	overflow: hidden;
	margin: 10px 0 20px;
}
.vid-block iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ind-sol-content .lob-sections {
	margin-bottom: 20px;
	margin-top:30px;
}
.ind-sol-content .lob-sections img {
	border: solid 2px #ccc;
}
.ind-sol-content .TitleStyle3 {
	text-transform: none;
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 12px;
	line-height: 22px;
	text-decoration: none;
  font-size: 22px;
  font-weight: 600;
}

.vid-conopy {
    border:1px solid #ccc;
}

.vid-conopy iframe{
	height: 600px;
	width:100%;
}
.video-content .TitleStyle3{
	font-weight:600;
}
.aligner .TitleStyle3{
	color:#fff;
}


.lob-sections {
    text-align: center;
}
.carousel-inner.main > .item > img {
	width:100%;
}
.carousel-inner.main {
	width:100%;
	position:relative;
}
.carousel-inner.main::after {
	 position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(78,94,70,0.8) 0%,rgba(78,94,70,0.4) 100%);
	background: -moz-linear-gradient(top, rgba(78,94,70,0.8) 0%,rgba(78,94,70,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(78,94,70,0.8) 0%,rgba(78,94,70,0.4) 100%);
	background: -ms-linear-gradient(to bottom, rgba(78,94,70,0.8) 0%,rgba(78,94,70,0.4) 100%);
    mix-blend-mode: multiply;
}
.carousel-inner.main > .item > img {
	width:100%;
}
.mid-section {
	position:relative;
}
.caption {
	position:absolute;
    z-index:2;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
	text-shadow: 1px 1px 1px #33312f;
}
.caption h2 {
	color:#fff;
	font-size:30px;
	font-weight:500;
}
.caption p {
	color:#fff;
	font-size:21px;
	font-weight:500;
	text-align:left;
	margin-bottom:20px;
	line-height: 36px;
}
.caption .fas {
	color:#fff;
	font-size:60px;
}
.inner-caption {
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
.ind-caption, .ind-get-quote {
  flex: 4;
  padding: 0px 15px;
}
.inner-caption h2 {
	margin-top:10px!important;
}
.ind-cap p {
  font-size: 20px;
  line-height: 30px;
  height: 90px;
}
#Type, #ZipCode {
    color: #393939;
    border-radius: 5px;
    border: 1px solid #fff;
    background:#fff;
    font-weight: 500;
	padding:5px;
	height:35px;
	font-size:16px;
	width: 198px;
}
.ind-cap {
  display: flex;
  padding: 0px 10px;
}
/* #Type { */
	/* -webkit-appearance: none; */
    /* -moz-appearance: none; */
/* } */
.qte-btn{
	height:35px;
	background:#2b2b94;
	color:#fff;
	font-size:18px;
	border-radius: 5px;
    border: 1px solid #4545aa;
	font-weight: 600;
	margin-left:30px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	text-shadow: 1px 1px 1px #33312f;
	width: 125px;
}
.compare-insurance-btn {
	background:#2b2b94;
	color:#fff;
	font-size:18px;
	border-radius: 5px;
    border: 1px solid #4545aa;
	font-weight: 600;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	text-shadow: 1px 1px 1px #33312f;
	height:35px;
	display:inline-block;
	padding:0px 20px;
}
.qte-btn:hover, .qte-btn:focus, .compare-insurance-btn:hover, .compare-insurance-btn:focus {
	background:#4d4da8;
	color:#fff;
	transition:0.3s;
	border: 1px solid #4d4da8;
	text-decoration: none;
}
.homepg-qt .styleOption{
	padding-bottom:30px;
}
.carousel-inner.main > .item > img {
	width:100%;
}
.carousel-inner.main {
	width:100%;
	position:relative;
}
.carousel-inner.main::after {
	 position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(78,94,70,0.8) 0%,rgba(78,94,70,0.4) 100%);
	background: -moz-linear-gradient(top, rgba(78,94,70,0.8) 0%,rgba(78,94,70,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(78,94,70,0.8) 0%,rgba(78,94,70,0.4) 100%);
	background: -ms-linear-gradient(to bottom, rgba(78,94,70,0.8) 0%,rgba(78,94,70,0.4) 100%);
    mix-blend-mode: multiply;
}
.inner-banner-sec {
	position: relative;
}
.inner-banner-sec img {
	width:100%;
	display: block;
}
.inner-banner-sec::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	background: linear-gradient(to bottom, rgba(78,94,70,0.8) 0%,rgba(78,94,70,0.4) 100%);
	background: -moz-linear-gradient(top, rgba(78,94,70,0.8) 0%,rgba(78,94,70,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(78,94,70,0.8) 0%,rgba(78,94,70,0.4) 100%);
	background: -ms-linear-gradient(to bottom, rgba(78,94,70,0.8) 0%,rgba(78,94,70,0.4) 100%);
    mix-blend-mode: multiply;
}
/* Liner Gradient For IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10 & IE11 CSS styles go here */
    .carousel-inner.main::after, .inner-banner-sec::after {
        background: linear-gradient(to bottom, rgba(124,118,104,0.6) 0%,rgba(124,118,104,0) 100%)!important;
        @include activated;
    }
	.inner-banner-sec::after {
        background: linear-gradient(to bottom, rgba(124,118,104,0.6) 0%,rgba(124,118,104,0) 100%)!important;
        @include activated;
    }
}
/* Liner Gradient For IE edge */
_:-ms-lang(x), _:-webkit-full-screen, .carousel-inner.main::after { background: linear-gradient(to bottom, rgba(124,118,104,0.5) 0%,rgba(124,118,104,0) 100%)!important; }
_:-ms-lang(x), _:-webkit-full-screen, .inner-banner-sec::after { background: linear-gradient(to bottom, rgba(124,118,104,0.5) 0%,rgba(124,118,104,0) 100%)!important; } 

.get-quote-section {
	background:#33312f;
	text-align:center;
	margin:0 auto;
	padding: 20px 0;
}
.get-quote-section #ZipCode, .get-quote-section #Type  {
	width:100%;
	margin:10px auto;	
}
.get-quote-section h2{
    color:#fff;
    font-size:50px;
}
.get-quote-section .qte-btn {
	margin:10px 0 20px 0;
	padding:0px 30px;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.inner-quote {
	margin:0 auto;
	float:none;
}

.carriers-box .TitleStyle3 {
  font-size: 23px;
}
.is-cms .carousel-inner.main::after{
    z-index: -1;
}
.is-cms .life-cms [data-embed]::after{
    position:inherit !important;
}
