.page-template-page-landing section.content-section {
	padding: 0;
}

.page-template-page-landing header {
	padding: 15px 0 12px;
}

.header-btn-wrapper .btn.btn-secondary {
	margin-bottom: 0;
}

.row.header-flex-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.header-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: right;
}

.header-btn-wrapper a.call-btn {
	margin-right: 30px;
}

@media (min-width: 562px) {

	.row.header-flex-wrapper {
		justify-content: space-between;
	}

}

section.landing-page-header {
	background: #f2f4f7;
	padding: 60px 0;
}

section.landing-page-header h4 {
	font-weight: 300;
	font-size: 20px;
	text-transform: none;
}

.header-img-wrapper {
	width: 100%;
	height: 220px;
	margin: 30px 0;
}

.header-img-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	-o-object-fit: contain;
	font-family: 'object-fit: contain;';
}

@media (min-width: 1024px) {

	.landing-page-header .row:first-of-type {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.header-img-wrapper {
		width: 100%;
		height: 100%;
		margin: 0;
	}
}

@media (min-width: 1200px) {

	section.landing-page-header h4 {
		font-size: 35px;
	}
}

section.half-img-half-txt {
	margin: 60px 0;
}

.row.half-and-half-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.landing-img-wrapper {
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}

.landing-img-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';
}

.landing-img-wrapper iframe {
	height: 100%;
	width: 100%;
}

@media (min-width: 1025px) {

	section.half-img-half-txt {
		margin: 70px 0;
	}

	.half-img-half-txt.image-right .row.half-and-half-wrap {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
	}

	.half-img-half-txt.image-left .row.half-and-half-wrap {
		display: flex;
		flex-direction: nowrap;
		flex-direction: row-reverse;
	}

	.half-img-half-txt.image-right .landing-img-wrapper {
		height: 100%;
		margin-bottom: 0;
		margin-left: 20px;
	}

	.half-img-half-txt.image-left .landing-img-wrapper {
		height: 100%;
		margin-bottom: 0;
		margin-right: 20px;
	}
}

section.wysiwyg.background-white {
	margin: 60px 0;
}

section.wysiwyg.background-grey {
	padding: 60px 0;
	background: #F2F4F7;
}

@media (min-width: 1025px) {

	section.wysiwyg.background-white {
		margin: 70px 0;
	}

	section.wysiwyg.background-grey {
		padding: 70px 0;
	}
}

section.resources {
	padding: 60px 0;
	background: #F2F4F7;
	text-align: center;
}

section.resources h4 {
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
}

.resource-item {
	background: #00387B;
	margin: 15px 0;
	text-align: left;
}

span.resource-title {
	color: #ffffff;
	padding: 10px;
	display: block;
	font-size: 20px;
	line-height: 26px;
}

.resource-image img.play-btn {
	position: absolute;
	width: 49px;
	height: 49px;
	object-fit: none;
	-o-object-fit: none;
	font-family: none;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
}

.resource-item p.post-type {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 20px;
	background: rgba(103,173,83,.7);
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

@media (min-width: 768px) {

	span.resource-title {
		padding: 20px;
		font-size: 24px;
		line-height: 28px;
	}

	.resource-item {
		width: calc(33.3333% - 10px);
		margin: 5px;
		display: inline-block;
	}

	.resources-wrapper {
		display: flex;
		margin-bottom: 20px;
	}

}

@media (min-width: 1024px) {

	.resource-item {
		width: calc(33.3333% - 20px);
		margin: 10px;
	}
}

section.testimonials {
	background: #00387B;
	padding: 60px 0;
}

section.testimonials h2,
section.testimonials p {
	color: #ffffff;
}

section.testimonials h3.testimonials-header {
	color: #ffffff;
	font-weight: 300;
	margin-top: 30px;
	text-align: center;
}

.testimonial-item-landing {
	display: block;
	background: #ffffff;
	margin: 15px 0;
	padding: 30px;
}

.testimonial-item-landing i.icon-quote {
	color: #00387B;
}

section.testimonials .testimonial-item-landing p {
	color: #000000;
}

section.testimonials p.testimonial-author {
	padding-bottom: 0;
}

@media (min-width: 1025px) {

	section.testimonials h3.testimonials-header {
		margin-top: 0;
	}

	section.testimonials .testimonial-item-landing p {
		font-size: 22px;
	}

	section.testimonials h2 {
		font-size: 60px;
	}

	.testimonials .col-md-6.col-sm-12:first-of-type {
		padding-right: 10%;
	}

	.testimonials button.slick-next.slick-arrow {
		right: -50px;
	}

	.testimonials button.slick-prev.slick-arrow {
		left: -50px;
	}

	.testimonail-item-landing-i.icon-quote {
		font-size: 34px;
	}

}

@media (min-width: 1200px) {

	section.testimonials .col-md-6.col-sm-12:last-of-type {
		padding-left: 80px;
		padding-right: 80px;
	}

	.testimonial-item-landing {
		margin: 15px 25px;
		width: calc(100% - 50px) !important;
	}

}

section.highlighted-products {
	background: #F2F4F7;
	padding: 60px 0;
	text-align: center;
}

section.highlighted-products h4 {
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
}

.featured-products-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.featured-products-wrapper .products-info {
	background: #fff;
}

.view-all-products {
	padding: 40px;
	background: #00387B;
	color: #fff;
	text-align: center;
}

.view-all-products a.btn.btn-tertiary {
	padding: 15px 30px;
	font-size: 17px;
}

.landing-product-item {
    margin: 0 0 30px;
	width: 100%;
}

.btns-wrapper .btn + .btn {
	margin-left: 0;
}

.view-all-products .btns-wrapper .btn {
	margin-bottom: 10px;
}

.featured-item {
	display: none !important;
	padding: 13px 34px;
	background: #cccccc;
	border-radius: 5px;
	display: inline-block;
	font-weight: bold;
	color: #00387B;
	margin-bottom: 20px;
}

.landing-product-item.featured-landing-product .featured-item {
	display: inline-block !important;
}

.featured-left-column .landing-product-item,
.featured-left-column .view-all-products,
.featured-left-column {
	display: none;
}

.featured-left-column .landing-product-item.featured-landing-product {
	display: block;
}

@media (min-width: 768px) {

	.btns-wrapper .btn + .btn {
		margin-left: 20px;
	}

	section.highlighted-products {
		padding: 70px 0;
	}

	.featured-products-wrapper .width-6 {
		width: calc(50% - 40px);
		margin: 20px;
	}

	.landing-product-item.width-4.featured-landing-product,
	.landing-product-item.width-2\.4.featured-landing-product,
	.landing-product-item.width-3.featured-landing-product {
		width: calc(50% - 20px);
		margin: 10px;
	}

	.landing-product-item.width-4,
	.landing-product-item.width-2\.4,
	.landing-product-item.width-3 {
		width: calc(50% - 20px);
		margin: 10px;
	}

	.view-all-products {
		margin-top: 30px;
		width: 100%;
	}

	.featured-right-column {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.landing-product-item {
		margin: 0 1% 30px;
		width: 48%;
	}

}

@media (min-width: 1024px) {

	.featured-products-wrapper .width-12 {
		max-width: calc(33.333% - 40px);
		margin: 20px;
	}

	.landing-product-item {
		width: 31%;
	}

}

@media (min-width: 1200px) {

	.featured-right-column .landing-product-item.featured-landing-product {
		display: none;
	}

	.featured-products-wrapper .featured-left-column {
		display: block;
		width: 41.6666%;
		margin-right: 3.4444%;
	}

	.landing-product-item.width-4 {
		width: calc(25% - 20px);
	}

	.featured-landing-product h3 {
		font-size: 45px;
	}

	.featured-landing-product p {
		font-size: 20px;
	}

	.view-all-products {
		margin-top: 0;
		width: calc(100% - 70px);
		margin: 0 auto;
	}

	.landing-product-item.width-4.featured-landing-product {
		width: 41.6666%;
		margin: 10px 3.4% 10px 10px;
	}

	.featured-products-wrapper .featured-left-column .landing-product-item.featured-landing-product {
		width: 100%;
		margin: 0;
	}

	.featured-products-wrapper .featured-right-column {
		width: 50%;
	}

	.featured-products-wrapper .featured-right-column .landing-product-item.width-4 {
		width: calc(50% - 20px);
	}

	.featured-products-wrapper .featured-left-column .view-all-products {
		width: 100%;
	}

	.featured-left-column .view-all-products {
		display: block;
	}

	.view-all-products.mobile-only {
		display: none;
	}

	.featured-products-wrapper {
		align-items: flex-start;
		margin-top: 60px;
	}

	.landing-product-item .products-info {
		min-height: 330px;
	}

	.featured-landing-product .products-info {
		min-height: 440px;
	}

	.featured-left-column h3.view-all-title {
		font-size: 45px;
		line-height: 1em;
		margin-bottom: 15px;
	}

}

footer.landing-footer {
	padding: 60px 0 90px;
	text-align: center;
}

.click-to-call-sticky {
	position: fixed;
	bottom: 0;
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 15px 0 0;
	z-index: 9;
	box-shadow: 0 0 20px rgba(0,0,0,.25);
}

@media (min-width: 768px) {

	.landing-footer .col-sm-6:first-of-type {
		text-align: left;
	}

	.landing-footer .col-sm-6:last-of-type {
		text-align: right;
	}

	.click-to-call-sticky {
		display: none;
	}

	footer.landing-footer {
		padding: 60px 0 20px;
	}

}

.page-template-page-landing .content-section.sales-service-form {
	background: transparent;
	padding: 0;
}

.page-template-page-landing .content-section.sales-service-form .col-xxs-12.col-md-8.col-md-push-2 {
	display: none;
}

.page-template-page-landing .content-section.sales-service-form .container {
	padding-left: 0;
	padding-right: 0;
}

.page-template-page-landing h3.js-country-title {
	margin-bottom: 0;
}

.page-template-page-landing select#sales-service-country {
	width: 100%;
	padding: 10px;
	font-size: 15px;
	border-radius: 0;
	border: 1px solid #A7A9AC;
	height: 56px;
}

.page-template-page-landing .service-sales h3,
.page-template-page-landing .service-section h3 {
	margin-bottom: 0;
}

.page-template-page-landing .service-location-options > .row {
	flex-direction: column;
}

.page-template-page-landing .service-zip.service-section.js-service-zip.bg-light-blue, .page-template-page-landing .service-city-state.service-section.bg-light-blue {
	background: transparent;
	display: flex;
}

.page-template-page-landing .service-zip.service-section.js-service-zip.bg-light-blue {
	align-items: flex-end;
}

.page-template-page-landing .service-city-state.service-section.bg-light-blue {
	align-items: flex-start;
	flex-wrap: wrap;
}

.page-template-page-landing .js-entry.js-zip {
	width: 100%;
}

.page-template-page-landing input.js-zip-field {
	width: 100%;
	padding: 10px;
	font-size: 15px;
	border: 1px solid #A7A9AC;
}

.page-template-page-landing .service-zip.service-section.js-service-zip.bg-light-blue {
	padding-top: 5px;
}

.page-template-page-landing .service-city-state.service-section.bg-light-blue {
	padding-top: 25px;
}

.page-template-page-landing .service-zip.service-section input.js-search-btn,
.page-template-page-landing .service-city-state input.js-search-btn {
	height: 56px;
	margin-left: 15px;
	padding: 10px 20px;
}

.page-template-page-landing select.js-state-field {
	padding: 10px;
	font-size: 15px;
	border: 1px solid #a7a9ac;
	height: 56px;
}

.page-template-page-landing .service-city-state .row:nth-of-type(2) {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.page-template-page-landing .service-city-state .row {
	width: 100%;
}

.page-template-page-landing .service-city-state input.js-city-field {
	margin-bottom: 0;
}

.page-template-page-landing .service-city-state div.choices {
	margin-bottom: 0;
}

@media (min-width:768px) {
	.page-template-page-landing .service-city-state .row:nth-of-type(2) {
		margin-left: 15px;
	}

	.page-template-page-landing .service-city-state .row {
		width: 50%;
	}
}

@media (max-width:767px) {
	.page-template-page-landing .service-city-state .row {
		margin: 0;
	}
	.page-template-page-landing .service-city-state .row .col-xxs-12.col-sm-12 {
		padding: 0;
	}
}