/*
 * Page Styles
 * ------------------------------------------------------------------------------------------------
*/
.landing_page .section-page h2 {
	color: #002130;
	text-align: center;
	margin-bottom: 45px;
}
@media (min-width: 768px) {
	body section h1 {
		margin-top: -11px !important;
	}
	body section h2:not(.title-icon) {
		margin-top: -8px !important;
	}
}
@media (max-width: 767px) {
	.landing_page .section-page h2 {
		margin-bottom: 14px;
	}
}





/*
 * Section 1
 * ------------------------------------------------------------------------------------------------
*/
.landing_page .section-top {
	background-position: center;
}
.landing_page .section-top > .container {
	max-width: 1000px;
}
.landing_page .section-top.section-bg .col-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.landing_page .section-top.section-bg .wrap-head {
	max-width: 550px;
	margin-left: auto;
	margin-right: 0;
}
.landing_page .section-top .section-top-title {
	color: #fff;
	text-align: center;
	text-decoration: underline;
	position: relative;
	margin-top: 0;
	margin-bottom: 15px;
}
.landing_page .section-top .section-top-title span {
	display: block;
}
.landing_page .section-top .section-top-subtitle {
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.landing_page .section-top .section-top-bottom {
	color: #fff;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	margin-top: 25px;
}

.landing_page .section-top .hero-freequote {
    background: #002130;
    padding: 20px 35px;
    max-width: 450px;
    margin-left: auto;
}

.landing_page .section-top .zipcodeform .zipcode, 
.landing_page .section-top .zipcodeform .button {
    height: 50px;
    font-size: 22px;
}

.landing_page .section-top .zipcodeform .button {
    width: 120px;
}

.landing_page .section-top .hero-title .orange {
    color: #F45E25;
}

.landing_page .section-top  ul.hero-list {
    font-size: 20px;
    max-width: 300px;
    margin-left: 20px;
}

.landing_page .section-top  ul.hero-list li {
    line-height: 1.5;
}

@media (max-width: 991px) {
	.landing_page .section-top.section-bg {
		background-color: #f2f2f2;
	}
	.landing_page .section-top.section-bg .wrap-head {
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.landing_page .section-top .section-top-title {
		margin-bottom: 5px;
	}
	.landing_page .section-top .section-top-title > span {
		display: block;
	}
	.landing_page .section-top .section-top-subtitle {
		font-size: 14px;
		margin-bottom: 7px;
	}
	.landing_page .section-top .section-top-bottom {
		font-size: 14px;
	}

	.landing_page .section-top .hero-freequote {
	    background: none;
	    padding: 0;
	}

	.landing_page .section-top .section-top-title, .landing_page .section-top .section-top-subtitle, .landing_page .section-top .section-top-bottom {
	    color: black;
	}

	.landing_page .section-top ul.hero-list {
	    display: none;
	}

	.landing_page .section-top .section-top-title {
	    display: none;
	}

	.landing_page .section-top > .container {
	    background-color: #ffffffbb;
	    padding: 15px;
	    margin-left: 15px;
	    margin-right: 15px;
	}

	.landing_page .section-top .section-top-subtitle {
	    text-align: left;
	    font-size: 22px;
	    line-height: 1.25;
	    margin-bottom: 20px;
	}

	.landing_page .section-top .zipcodeform .button {
	    width: 100%;
	}

	.landing_page .section-top .section-top-bottom {
	    font-size: 20px;
	}
}
@media (max-width: 480px) {
	.landing_page .section-top .section-top-title {
		
	}
	.landing_page .section-top .section-top-title:before {
		width: 20px;
		height: 20px;
		position: relative;
		top: 3px;
		margin-right: 8px;
	}
	.landing_page .section-top .section-top-title a:after {
		background-position: center 90%;
		background-size: 16px;
		margin-left: 7px;
		width: 16px;
		height: 16px;
	}
}





/*
 * Section 2
 * ------------------------------------------------------------------------------------------------
*/
.sec2 {
	background-color: #F8F8F8;
}
.sec2 .icon-items {
	
}
.sec2 .icon-items ul {
	list-style: none;
	padding: 0;
	margin-bottom: -20px;
}
.sec2 .icon-items li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	list-style: none;
	padding: 0;
	width: 33.333333%;
	margin-bottom: 20px;
}
.sec2 .icon-items li:before {
	display: none;
}
.sec2 .icon-items li img {
	margin-right: 15px;
}
@media (min-width: 992px) {
	.sec2 .icon-items li:nth-child(3n+1) {
		width: 39%;
	}
	.sec2 .icon-items li:nth-child(3n+2) {
		width: 24%;
	}
	.sec2 .icon-items li:nth-child(3n+3) {
		width: 37%;
	}
}
@media (max-width: 991px) {
	.sec2 .icon-items li {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.sec2 .icon-items ul {
		margin-bottom: -15px;
	}
	.sec2 .icon-items li {
		font-size: 16px;
		font-weight: 500;
		width: 100%;
		padding-left: 8%;
		margin-bottom: 15px;
	}
}






/*
 * Section 3
 * ------------------------------------------------------------------------------------------------
*/
.sec3 {
	
}
.sec3 .columns-wrap {
	margin-left: auto;
	margin-right: auto;
}
.sec3 .columns {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: -25px;
	margin-right: -25px;
}
.sec3 .columns:not(.mh_init) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.sec3 .column {
	float: left;
	width: -webkit-calc(50% - 50px);
	width: expression(50% - 50px);
	width: -moz-calc(50% - 50px);
	width: -o-calc(50% - 50px);
	width: calc(50% - 50px);
	border-radius: 3px;
	background-color: rgba(239, 239, 239,0.78);
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.28);
	padding: 25px 27px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 50px;
}
.sec3 .title {
	color: #002130;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 24px;
}
.sec3 .text {
	
}
.sec3 .wrap-button {
	text-align: center;
	margin-top: 45px;
}
@media (min-width: 768px) {
	.sec3 .column.no_bottom_margin {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.sec3 .columns {
		margin-left: -15px;
		margin-right: -15px;
	}
	.sec3 .column {
		width: -webkit-calc(50% - 30px);
		width: expression(50% - 30px);
		width: -moz-calc(50% - 30px);
		width: -o-calc(50% - 30px);
		width: calc(50% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
		min-height: auto !important;
	}
	
	.sec3 {
		background-size: 200%;
	}
	.sec3 .img_bg {
		display: none;
		position: absolute;
		width: 200%;
		z-index: -1;
	}
	.sec3 .img_bg.one_img {
		top: 25%;
	}
	.sec3 .img_bg.two_img {
		bottom: 25%;
	}
	.sec3 .columns {
		background-size: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.sec3 .column {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 17px;
	}
	.sec3 .column.last {
		margin-bottom: 0;
	}
	.sec3 .wrap-button {
		margin-top: 35px;
	}
}






/*
 * Section 4
 * ------------------------------------------------------------------------------------------------
*/
.sec4 {
	background-color: #F8F8F8;
}
.sec4 .text {
	margin-bottom: 40px;
}
.sec4 .flex_of_sm > div {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.sec4 .col-steps p {
	font-weight: 700;
}
.sec4 .col-steps p span {
	display: inline-block;
	color: #F45E26;
	font-size: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.sec4 .flex_of_sm .col-image {
		-ms-flex-preferred-size: 40%;
		-webkit-flex-basis: 40%;
		flex-basis: 40%;
	}
	.sec4 .flex_of_sm .col-steps {
		-ms-flex-preferred-size: 60%;
		-webkit-flex-basis: 60%;
		flex-basis: 60%;
	}
}
@media (max-width: 767px) {
	.sec4 .text {
		margin-bottom: 20px;
	}
	.sec4 .col-steps {
		margin-top: 25px;
	}
}






/*
 * Section Posts
 * ------------------------------------------------------------------------------------------------
*/
.sec_posts {
	padding-bottom: 0;
}
.posts-items {
	
}
.posts-items .post-item {
	display: block;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.28);
	padding: 25px 30px;
	position: relative;
	min-height: 260px;
	padding-right: 350px;
	transition: box-shadow 0.15s;
}
.posts-items .post-item + .post-item {
	margin-top: 30px;
}
.posts-items .post-item:hover {
	text-decoration: none;
	box-shadow: 0 1px 12px 0 rgba(0,0,0,0.28);
}
.posts-items .post-date {
	color: #4F4F4F;
	font-family: Roboto;
	font-size: 13px;
	line-height: 15px;
}
.posts-items .post-title {
	color: #002130;
	font-family: Roboto;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 10px;
}
.posts-items .post-excerpt {
	color: #000;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
}
.posts-items .post-more {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	border: 1px solid #000;
	padding: 5px 10px;
	transition: background-color 0.15s;
}
.posts-items .post-item:hover .post-more {
	background-color: #f2f2f2;
}
.posts-items .post-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 328px;
	height: 100%;
	object-fit: cover;
}
.sec_posts .wrap-link {
	text-align: center;
}
.sec_posts .read-all {
	color: #F45E26;
	display: inline-block;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-top: 35px;
}
@media (max-width: 767px) {
	.posts-items .post-item {
		min-height: auto;
		padding: 15px 15px;
	}
	.posts-items .post-image {
		position: static;
		top: auto;
		right: auto;
		width: 130px;
		height: 140px;
		object-fit: cover;
		max-width: 100%;
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.posts-items .post-title {
		font-size: 18px;
		line-height: 22px;
	}
}






/*
 * Section 5
 * ------------------------------------------------------------------------------------------------
*/
.sec5 .blocks {
	
}
.sec5 .block + .block {
	margin-top: 50px;
}
.sec5 .block .icon {
	display: inline-block;
	margin-right: 30px;
}
.sec5 .block .title {
	text-align: left;
}
.sec5 .block .text {
	margin-bottom: 30px;
}
.sec5 .block .lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec5 .block .list {
	
}
.sec5 .block .list li {
	font-weight: bold;
}
.sec5 .block .wrap-button {
	text-align: center;
	margin-top: 35px;
}
@media (max-width: 767px) {
	.sec5 .block .icon {
		display: block;
		margin: 0 auto 25px;
	}
	.sec5 .block .title {
		text-align: center;
		margin-bottom: 15px;
	}
	.sec5 .block .text {
		margin-bottom: 20px;
	}
	.sec5 .block .lists {
		display: block;
		padding-left: 25px;
	}
	.sec5 .block .list {
		margin-bottom: 12px;
	}
}






/*
 * Section 6
 * ------------------------------------------------------------------------------------------------
*/
.sec6 {
	background-color: #F8F8F8;
}
.sec6 .reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec6 .review {
	width: 33.333333%;
	max-width: 260px;
}
.sec6 .review-place {
	background-color: #FFF;
	border: 1px solid #C8C8C8;
	position: relative;
	border-radius: 6px;
	padding: 28px 30px;
	border-bottom: 2px solid #8ECE00;
	margin-bottom: 42px;
}
.sec6 .review-place:after {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 50%;
	width: 42px;
	height: 42px;
	background: #fff;
	border-left: 2px solid #8ECE00;
	border-bottom: 2px solid #8ECE00;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}
.sec6 .review .name {
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	margin: 0;
}
@media (max-width: 1199px) {
	.sec6 .review {
		max-width: 300px;
	}
}
@media (max-width: 991px) {
	.sec6 .review {
		max-width: 225px;
	}
}
@media (max-width: 767px) {
	.sec6 .reviews {
		display: block;
	}
	.sec6 .review {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.sec6 .review-place {
		margin-bottom: 36px;
	}
	.sec6 .review + .review {
		margin-top: 20px;
	}
}







