@charset "utf-8";
/* CSS Document */
body, html {
    font-family: 'Eastman', sans-serif;
    height: 100%;
    width: 100%;
	color:#393939;
}
h1 {
	color:#393939;
	font-size: 43px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px;
}
h2 {
	font-size:30px;
	color:#393939;
	margin-bottom:20px;
}
.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;
}
.top-nav-section {
    float: right;
}
.top-phone {
	list-style: none;
	float: right;
	padding: 0 55px 0 0;
	margin-bottom: 0;
}
.top-phone span {
	color:#000;
	background-color:#6aa800;
	padding:5px 15px;
	border-radius:20px;
	font-size:20px;
}
.top-social {
	list-style: none;
    width: 140px;
    float: right;
    display: flex;
    padding: 0 15px 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 {
    width: 100%;
	margin-top: -30px;
}
.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: 5px 10px;
    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: #53bfc5;
}
.navbar-default .navbar-nav > li:nth-of-type(1) a:hover, .navbar-default .navbar-nav > li:nth-of-type(1) a:focus, .navbar-default .navbar-nav > li:nth-of-type(1) a.active {
    color: #000;
	background: #ff8fd0;
	border-radius: 30px;
}
.navbar-default .navbar-nav > li:nth-of-type(2) a:hover, .navbar-default .navbar-nav > li:nth-of-type(2) a:focus, .navbar-default .navbar-nav > li:nth-of-type(2) a.active {
    color: #000;
	background: #7ee092;
	border-radius: 30px;
}
.navbar-default .navbar-nav > li:nth-of-type(3) a:hover, .navbar-default .navbar-nav > li:nth-of-type(3) a:focus, .navbar-default .navbar-nav > li:nth-of-type(3) a.active {
    color: #000;
	background: #ff8214;
	border-radius: 30px;
}
.navbar-default .navbar-nav > li:nth-of-type(4) a:hover, .navbar-default .navbar-nav > li:nth-of-type(4) a:focus, .navbar-default .navbar-nav > li:nth-of-type(4) a.active {
    color: #000;
	background: #6aa800;
	border-radius: 30px;
}
.navbar-default .navbar-nav > li:nth-of-type(5) a:hover, .navbar-default .navbar-nav > li:nth-of-type(5) a:focus, .navbar-default .navbar-nav > li:nth-of-type(5) a.active {
    color: #000;
	background: #dada18;
	border-radius: 30px;
}
.navbar-default .navbar-nav > li:nth-of-type(6) a:hover, .navbar-default .navbar-nav > li:nth-of-type(6) a:focus, .navbar-default .navbar-nav > li:nth-of-type(6) a.active {
    color: #000;
	background: #53bfc5;
	border-radius: 30px;
}
.navbar-nav > li > .dropdown-menu {
	border-radius:0;
	box-shadow:none;
	padding:0px;
	border: 1px solid #393939;
	border-radius: 20px;
	padding: 10px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active {
	background:#53bfc5;
	color:#000!important;
}
.navbar-nav > li > .dropdown-menu li {
margin-top: 2px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background:none;
	color:#53bfc5;
}
.navbar-default .navbar-nav > .open:nth-of-type(3) > a, .navbar-default .navbar-nav > .open:nth-of-type(3) > a:hover, .navbar-default .navbar-nav > .open:nth-of-type(3) > a:focus {
	color: #000;
	background: #ff8214;
	border-radius: 30px;
}
.navbar-default .navbar-nav > .open:nth-of-type(4) > a, .navbar-default .navbar-nav > .open:nth-of-type(4) > a:hover, .navbar-default .navbar-nav > .open:nth-of-type(4) > a:focus {
	color: #000;
	background: #6aa800;
	border-radius: 30px;
}
.dropdown.open .caret {
	border-bottom:4px solid;
	border-top:0px;
}
/* Get A Quote Section */
.get-quote-section {
    background:#53bfc5;
    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 h2 {
    color: #000;
    font-size: 50px;
	font-weight:800;
	letter-spacing:2px;
	font-family: 'Eastman Alternate', sans-serif;
	margin-top:0px;
	margin-bottom:10px;
	line-height:55px;
}
.get-quote-section p {
	color:#000;
	font-size:22px;
}
.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: #393939;
    border-radius: 30px;
    border: 1px solid #fff;
    background:#fff;
    width: 100%;
    padding: 0px 5px;
    font-weight: 600;
    font-family: 'Eastman', sans-serif;
    font-size: 14px;
	box-shadow:0px 4px 4px 0px rgba(0,0,0,0.2);
	height:40px!important;
}
#Type option {
	padding: 5px 0;
}
.qte-btn {
	width: 100%;
    color:#000;
    font-size: 21px;
    font-weight: 600;
    border:none;
    background:#ff8214;
    box-shadow:0px 4px 4px 0px rgba(0,0,0,0.2);
    padding: 4px 5px;
    font-family: 'Eastman Alternate', sans-serif;
	border-radius: 30px;
}
.qte-btn:hover, .qte-btn:focus {
	background:#e57512;
	transition:0.3s;
	color:#000;
}

/* 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;
	font-family: 'Eastman Alternate', sans-serif;
}
.banner-sub-heading {
	font-size:44px;
	color:#fff;
	font-weight:400;
	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, 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%);
    height: 500px;
}
.inner-banner-section.section-hide {
	display: none;
}
.inner-banner-inside {
	position:relative;
	height:500px;
	display: flex;
    align-items: baseline;
    justify-content: center;
}
.inner-banner-text {
	top:40%;
	transform:translateY(-40%);
}
.inner-banner-image {
	position: absolute;
	width: 100%;
}
.inner-banner-image:after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(to right, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.6) 100%);
}
#inner-banner {
	width:100%;
	height: 500px;
	max-height: 500px;
	object-fit: cover;
}

/* 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: #000;
	background-color:#ffcf45;
    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:nth-of-type(1) {
	background: #ff8fd0;
}
.service-area a:nth-of-type(2) {
	background: #7ee092;
}
.service-area a:nth-of-type(3) {
	background: #ff8214;
}
.service-area a:nth-of-type(4) {
	background: #6aa800;
}
.service-area a:hover, .service-area a:focus {
	text-decoration:none;
	background: #ffd75e;
    transition:all ease .2s;
	color:#000;
}
.service-area a:hover:nth-of-type(1), .service-area a:focus:nth-of-type(1) {
	background: #e581bb;
}
.service-area a:hover:nth-of-type(2), .service-area a:focus:nth-of-type(2) {
	background: #6fc781;
}
.service-area a:hover:nth-of-type(3), .service-area a:focus:nth-of-type(3) {
	background: #e57512;
}
.service-area a:hover:nth-of-type(4), .service-area a:focus:nth-of-type(4) {
	background: #5a8f00;
}
.aligner {
    position:absolute;
    left:0;
    right:0;
    top:50%;
    transform:translateY(-50%);
    text-align:center;
}
.aligner i {
    font-size: 33px;
}
.aligner h3 {
    line-height: 25px;
}

/* Main Content */
.main-content p{
	font-size:18px;
	color:#393939;
	line-height: 36px;
    margin-bottom: 20px;
    list-style: none;
    font-weight: 500;
    text-align: left;
}
.main-content ul li {
  font-size: 18px;
  color: #393939;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: left;
}
.main-content h4{
	font-weight:bold;
}
#index-cont {
	margin-bottom: 30px;
}
#main-cont ul li span {
	color:#53bfc5;
	font-weight:600;
}
#main-cont {
	margin:30px 0px;
}

/* Footer */
.footer-section {
    padding-top: 45px;
	background-color:#393939;
}
.footer-pad-fix {
	padding-left:0;
}
.footer-content h2 {
    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: 50%;
}
.footer-nav .fa-circle {
	color: #ffcf45;
	font-weight: 900;
    font-size: 19px;
    margin-right: 10px;
    line-height: 30px;
}
.footer-content ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
    color: #ff8fd0;
	text-decoration:none;
}
.footer-content ul.footer-nav li:nth-of-type(5n+1) a:hover, .footer-content ul.footer-nav li:nth-of-type(5n+1) a:focus, .footer-content ul.footer-nav li:nth-of-type(5n+1) a.active, .footer-content ul.footer-nav li:nth-of-type(5n+1) .fa-circle {
    color: #ff8fd0;
	text-decoration:none;
}
.footer-content ul.footer-nav li:nth-of-type(5n+2) a:hover, .footer-content ul.footer-nav li:nth-of-type(5n+2) a:focus, .footer-content ul.footer-nav li:nth-of-type(5n+2) a.active, .footer-content ul.footer-nav li:nth-of-type(5n+2) .fa-circle {
    color: #7ee092;
	text-decoration:none;
}
.footer-content ul.footer-nav li:nth-of-type(5n+3) a:hover, .footer-content ul.footer-nav li:nth-of-type(5n+3) a:focus, .footer-content ul.footer-nav li:nth-of-type(5n+3) a.active, .footer-content ul.footer-nav li:nth-of-type(5n+3) .fa-circle {
    color: #ff8214;
	text-decoration:none;
}
.footer-content ul.footer-nav li:nth-of-type(5n+4) a:hover, .footer-content ul.footer-nav li:nth-of-type(5n+4) a:focus, .footer-content ul.footer-nav li:nth-of-type(5n+4) a.active, .footer-content ul.footer-nav li:nth-of-type(5n+4) .fa-circle {
    color: #dada18;
	text-decoration:none;
}
.footer-content ul.footer-nav li:nth-of-type(5n+5) a:hover, .footer-content ul.footer-nav li:nth-of-type(5n+5) a:focus, .footer-content ul.footer-nav li:nth-of-type(5n+5) a.active, .footer-content ul.footer-nav li:nth-of-type(5n+5) .fa-circle  {
    color: #53bfc5;
	text-decoration:none;
}
.contact-info ul {
	padding-left:0px;
}
.contact-info ul li {
    font-size: 17px;
    color: #fff;
    padding: 0 0 15px;
    display: flex;
}
.contact-info ul li a {
    font-size: 17px;
    line-height:25px;
}
.contact-info i {
    color: #ffcf45;
    float: left;
    font-size: 18px !important;
    margin-right: 10px;
    line-height:25px;
    width: 20px;
}
.contact-info li:nth-of-type(1) i {
	color: #ff8fd0;
}
.contact-info li:nth-of-type(2) i {
	color: #7ee092;
}
.contact-info li:nth-of-type(3) i {
	color: #ff8214;
}
.contact-info li:nth-of-type(4) i, .contact-info li:nth-of-type(4) a:hover, .contact-info li:nth-of-type(4) a:focus {
	color: #dada18;
}

.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: 17px;
}

/* 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;
}

.quick-contact {
  width: 100%;
  height: 375px !important;
  border: 0px;
}

.jot-form {
  height: 332px !important;
  border: none;
  width: 85%;
  margin: 0 auto;
  display: table;
}

.qte-jot {
  width: auto;
  padding: 5px 20px;
  border-radius: 30px;
  margin: 30px 0 10px;
}

.btn-xs {
  background: #53bfc5;
  color: #000 !important;
  margin-top: 3px;
}

.btn-xs:hover, .btn-xs:focus {
  background: #48a6ab;
}

.contact-list h2 {
  color: #393939;
  padding-bottom: 20px;
  font-size: 24px;
}
.contact-list-bdr {
  border-bottom: 1.5px dotted #53bfc5;
}
.navsav img {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}


a {
  color: #53bfc5;
}


a:hover, a:focus {
  color: #48a6ab;
  text-decoration:none;
}


.copy-ul li a:hover, .copy-ul li a:focus {
  color: #ff8fd0;
}


/* Carrier logo carasoul */

.carrier h2 {
	color: #393939;
    font-size: 32px;
    font-weight: 700;
	margin-top: 40px;
}

.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}

.nbs-flexisel-inner {
	float:left;
	margin:0 0 50px;
	overflow:hidden;
	width:100%;
}

.nbs-flexisel-ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:9999px;
}

.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;
}

.top-phone  a[href^=tel], .clist a[href^=tel]{
  color: inherit ;
}
.main-header.sticky {
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	-moz-box-shadow:    -2px 5px 10px 0px rgb(0 0 0 / 30%);
   -webkit-box-shadow: -2px 5px 10px 0px rgb(0 0 0 / 30%);
   box-shadow:         -2px 5px 10px 0px rgb(0 0 0 / 30%);
}
.get-quote-section.sticky {
   -moz-box-shadow:    -2px 5px 10px 0px rgb(0 0 0 / 30%);
   -webkit-box-shadow: -2px 5px 10px 0px rgb(0 0 0 / 30%);
   box-shadow:         -2px 5px 10px 0px rgb(0 0 0 / 30%);
   
   position:initial;
   margin-top:150.8px;
   left:0;
   width: 100%;
	
}
.sticky-fix {
	margin-top: 0px;
}
.box-grid h3 {
	margin-top: 10px;
}
.anchor{
	display:block;
	height:220px;
	margin-top:-187px;
	visibility:hidden;
}
.navsav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.careers {
	width: 100%;
	max-width: 150px;
	padding: 5px 10px;
	border-radius: 30px;
	background: #ff8214;
	color: #000;
	margin-top: 30px;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
}
.careers:hover, .careers:focus {
	background:#e57512;
	color: #000;
}

#Type {
-webkit-appearance: none;
-moz-appearance: none;
}
.badge {
	background: transparent;
}
.badge img {
	width: 100%;
	max-width: 300px;
	display: block;
}

.badge .cert-badge {
	margin-bottom: 20px;
}
.nobreak{
	display:inline-block;
}
.is-cms .inner-banner-image:after {
	z-index: -2;
}