/* Top Bar */
.top-bar.covid-19{
	font-size: 13.5px;
	line-height: 18px;
}

.top-bar.covid-19 .top-bar-text{
	flex-basis: 1050px;
	flex-grow: 0;
	flex-shrink: 1;
	margin-left: 24px;
}

/* Home - hero */

.hero{
	background-image: url(../images/home/hero.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-bottom: 50px;
	color: #fff;
}
.hero .container{
    width: 1380px;
}
.hero h1{
	font-size: 45px;
	line-height: 50px;
	font-weight: 900;
	margin-bottom: 25px;
	width: 690px;
	max-width: 60%;
}
.hero p{
	width: 545px;
	max-width: 100%;
	margin-bottom: 23px;
	line-height: normal;
	font-size: 16px;
}
.hero .button{
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
	color: #fff;
}
.hero-logos{
	margin-top: 45px;
}
.hero-logo.more{
    font-size: 22px;
}
.hero-logo + .hero-logo{
	margin-left: 30px;
}

/* Home - Sub hero */
.sub-hero{
	padding-bottom: 145px;
	padding-top: 105px;
}
.sh-text {
	flex-basis: 700px;
	flex-grow: 0;
	flex-shrink: 1;
}
.sh-text h2{
	color: #39a192;
	font-size: 66px;
	line-height: 55px;
	background: -webkit-linear-gradient(top, rgba(54,201,155,1) 0%, rgba(54,201,155,1) 23%, rgba(41,166,156,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 25px;
}
.sh-text h2 .highlight{
	font-size: 93.0%;
	color: #fff;
    line-height: 116%;
    background-color: #fa9b3f;
    display: inline-block;
    padding: 0 15px 8px;
    margin: 0 -15px;
	-webkit-background-clip: none;
	-webkit-text-fill-color: #fff;
	margin-top: 28px;
}
.sh-text p{
	width: 690px;
	max-width: 100%;
    line-height: normal;
}
.sh-graphic{
	flex-shrink: 0;
    margin: 0 auto;
}
.sh-graphic .sh-guy{
	margin-right: -12%;
	margin-top: -10px;
}
.sh-graphic .sh-bubble{
	transform: translateY(0);
	animation-direction: alternate;
	animation-duration: 2s;
	animation-name: moveBubble;
	animation-iteration-count: infinite;
}

/* SUB HERO A/B */

.ab-demo .hero.ab_a {
	background-image: url('/theme/images/home/hero.jpg');
}

.ab-demo .hero.ab_b {
	background-image: url('/theme/images/promos/ab/hero-fail.jpg');
}

@media screen and (max-width: 567px){
	.ab-demo .hero.ab_a {
		background-image: url(../images/home/hero-m.jpg);
	}
	.ab-demo .hero.ab_b {
		background-position: right -300px center;
	}
}

.ab-demo .hero.ab_b h1 {
	width: 550px;
	font-weight: 400;
}

.ab-demo .hero.ab_b h1.bree {
	font-size: 40px;
}

.ab-demo .hero.ab_b h1.bree span {
	font-size: 72px;
}

.ab-demo .hero.ab_b p.big {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 0px;
}

.ab-demo .sub-hero {
	padding-top: 0;
	padding-bottom: 40px;
}

.ab-demo .sh-text {
	flex-basis: 100%;
	flex-grow: 1;
	flex-shrink: 0;
}

.ab-demo .sh-text p {
	/*width: 100%;*/
	margin: 0 auto;
}

.ab-demo .sh-text p.big {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 600;
}

/* Home - Get Started Funnel custom */

.get-started-funnel {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #efefef;
}

.get-started-funnel p.big {
	margin-bottom: 30px;
	line-height: 25px;
	font-weight: 600;
}

.get-started-funnel .chat-cta {
    margin-top: 45px;
    font-size: 23px;
    line-height: 45px;
}

.get-started-funnel .chat-cta strong {
    text-decoration: underline;
}

.get-started-funnel .chat-cta a.phone {
	display: inline-block;
	padding-left: 53px;
	color: #000;
	font-size: 27px;
	font-weight: 700;
    text-decoration: none;
    background: url('/theme/images/icon-phone-black.png') no-repeat left center;
}

/* Home - Products */
.products{
	padding-bottom: 100px;
}
.products .green-gradient{
	background: rgba(81,183,185,1);
	background: linear-gradient(to right, rgba(81,183,185,1) 0%, rgba(52,204,153,1) 100%);
	padding-bottom: 400px;
	padding-top: 70px;
	color: #fff;
	margin-bottom: -245px;
}
.products .green-gradient h2{
	font-size: 80px;
	line-height: 73px;
	margin-bottom: 35px;
}
.products .green-gradient p{
	font-size: 26px;
	line-height: normal;
}
.pl-product{
	color: #000;
}
.pl-product .plp-image{
	flex-grow: 1;
	margin-bottom: 20px;
}
.pl-product .plp-text{
	width: 355px;
	max-width: 100%;
}
.pl-product .plp-title{
	font-size: 32px;
	line-height: 28px;
}
.pl-product p{
	font-size: 18px;
	line-height: 27px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.pl-product span.link{
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #000;
}
.pl-product span.link:hover{
	color: #fa9b3f;
}

/* Home - Smarter Choice */

.choice{
	padding-bottom: 85px;
}
.choice .with-back{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 200px;
	padding-bottom: 275px;
	color: #fff;
	margin-bottom: -115px;
}
.choice.mod .with-back{
	padding-bottom: 200px;
	margin-bottom: 70px;
}
.choice .with-back h2{
	font-size: 70px;
}
.choice .smarter-rotator .sr-inner{
	background-color: #fff;
	padding: 110px 205px 0;
	font-size: 41px;
}
.sr-static{
	padding-right: 25px;
	transform: translateY(-50%);
}
.sr-static p{
	font-weight: 600;
}
.choice .sr-carousel{
	height: 340px;
	font-weight: 300;
	position: relative;
}
.choice .sr-carousel:before,
.choice .sr-carousel:after{
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	z-index: 2;
}
.choice .sr-carousel:before{
	top: 0;
	height: 110px;
	background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 74%,rgba(255,255,255,1) 100%);
}
.choice .sr-carousel:after{
	bottom: 0;
	height: 140px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 74%,rgba(255,255,255,1) 100%);
}
.choice .sr-carousel .swiper-container {
	height: 100%;
}
.choice .sr-carousel .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide span{
	position: relative;
}
.choice .sr-carousel .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide span:before{
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	background-color: #000;
	bottom: -3px;
	left: 0;
}
.choice:not(.mod) .lead-icons{
	padding-top: 60px;
}
.choice .chat-cta {
	margin-top: 45px;
	font-size: 23px;
	line-height: 45px;
}
.choice .chat-cta strong{
	text-decoration: underline;
}

/* Home - You've built a house */
.house{
	overflow: hidden;
}
.house .container{
	margin-bottom: -40px;
	position: relative;
	z-index: 1;
}
.house h2{
	width: 670px;
	max-width: 100%;
	font-size: 60px;
	line-height: 64px;
	margin: 0 auto;
}
.house-image{
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.house-image img{
	opacity: 0;
	visibility: hidden;
}

/* Home - Subscribe popup */

.popup-subscribe .popup-close,
.popup-subscribe .popup-not-interested{
	color: #fff;
	font-size: 20px;
}
.popup-subscribe .popup-close{
	top: -40px;
	font-weight: bold;
}
.popup-subscribe .popup-not-interested{
	bottom: -50px;
}
.popup-subscribe .sent + .popup-not-interested{
	opacity: 0;
    visibility: hidden;
}
.popup-subscribe .popup-inner{
	max-width: calc(100% - 30px);
}
.popup-subscribe .popup-content{
	background-image: url(../images/popups/subscribe/popup-back.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
	height: 550px;
	width: 878px;
	max-width: 100%;
	padding: 60px 80px;
}
.popup-subscribe .popup-content h5{
	font-size: 66px;
	line-height: 55px;
	font-weight: 900;
	width: 440px;
	max-width: 100%;
	margin-bottom: 25px;
	text-shadow: -1px -19px 118px rgba(6, 6, 6, 0.63);
}
.popup-subscribe .popup-content p{
	font-size: 19px;
	line-height: normal;
	margin-bottom: 15px;
	width: 405px;
	max-width: 100%;
}
.popup-subscribe .popup-content p small{
	font-size: 12px;
}
.popup-subscribe .popup-content [type="email"],
.popup-subscribe .popup-content button{
	height: 56px;
	flex-grow: 0;
	font-size: 19px;
}
.popup-subscribe .popup-content [type="email"]{
	flex-basis: 385px;
	flex-shrink: 1;
	border: none;
	background-color: #fff;
	color: #888888;
	padding-left: 32px;
}
.popup-subscribe .popup-content button{
	flex-basis: 178px;
	flex-shrink: 0;
	background-color: #29a69c;
	color: #fff;
	appearance: none;
}
.popup-content .subscribe-default{
	max-width: 100%;
}
.popup-content.sent .subscribe-default,
.subscribe-thanks {
	display: none;
}
.popup-content.sent{
	align-items: center;
}
.popup-content.sent .subscribe-thanks {
	display: block;
	max-width: 100%;
}


/* Form - Leadgen */

html.leadgen-on,
body.leadgen-on {
    overflow: hidden;
}
body.leadgen-on {
    position: fixed;
    width: 100%;
}
.form-leadgen{
	position: fixed;
	top: 0;
	left: 0;
	height: calc(var(--vh, 1vh) * 100);
	width: 100%;
	z-index: 10;
	background-color: #fff;
	overflow: auto;
}
.fls-head{
	margin-bottom: 16px;
}
.fls-head p{
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.fls-head p + p{
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
}
.fls-head p + p.price-start{
	font-size: 16px;
}
.fls-fields{
    width: 936px;
    max-width: 100%;
    margin: 0 auto;
}
.fls-field{
	margin: 0 17px 34px;
}
.fls-notes {
	font-size: 12px;
}
.fls-actions,
.fls-actions button{
	font-size: 16px;
	font-weight: 500;
	color: #818181;
	padding-top: 28px;
}
.fls-actions .previous-step{
	margin-top: 15px;
	text-decoration: underline;
    font-size: 0.75em;
}
.fls-actions .next-step,
.fls-actions button{
	padding: 0;
	appearance:none;
    font-weight: bold;
    color: #fff;
    font-size: 0.875em;
    width: 140px;
    height: 40px;
    transition: all .3s;
    background-color: #fa9b3f;
    border: 2px solid #fa9b3f;
    text-decoration: none;
    flex-shrink: 0;
}
.fls-actions .next-step{
    line-height: 36px;
    display: block;
}
.fls-fields.radio [type="radio"],
.fl-step .hidden-field{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.fls-fields.radio label{
	width: 200px;
	max-width: 100%;
	height: 145px;
	border: 1px solid #efefef;
	border-radius: 12px;
	padding: 0 10px 15px;
	transition: all .3s;
}
.fls-fields.radio label:hover,
.fls-fields.radio label.selected{
	box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.15);
}
.fls-fields.radio label.selected:not(.selected-white-bg){
	background-color: #29a69c;
	color: #fff;
}
.fls-fields.radio label.selected:not(.selected-white-bg) img{
	filter: brightness(0) invert(1);
}
.fls-fields.radio .flsf-icon{
	flex-grow: 1;
}
.fls-fields.radio p{
	font-size: 13px;
	line-height: 17px;
}
.fls-fields.checkbox .fls-field {
    margin: 0 11px 22px;
    flex-basis: calc(50% - 22px);
    position: relative;
}
.fls-fields.checkbox .fls-product.fls-field{
    flex-basis: calc(25% - 30px);
    flex-shrink: 0;
    flex-grow: 0;
    margin: 28px 15px;
    justify-content: center;
}
.fls-fields.checkbox .fls-product.fls-field .fls-product-image{
    flex-grow: 1;
}
.fls-fields.checkbox .fls-product.fls-field .fls-product-details {
    font-size: 1em;
    line-height: 1.5;
}
.fls-fields.checkbox .fls-product.fls-field .fls-product-buttons {
    margin-top: 17px;
    max-width: 100%;
}
.fls-fields.checkbox .fls-product.fls-field .fls-product-buttons .fls-product-button {
    font-weight: bold;
    color: #b3b3b3;
    font-size: 0.875em;
    width: 140px;
    max-width: 100%;
    height: 40px;
    line-height: 36px;
    display: block;
    transition: all .3s;
    background-color: transparent;
    border: 2px solid #b3b3b3;
}
.fls-fields.checkbox .fls-product.fls-field .fls-product-buttons .fls-product-link{
    font-size: .8em;
    font-weight: bold;
    color: #000;
}
.fls-fields.checkbox .fls-product.fls-field .fls-product-buttons .fls-product-link:hover{
    text-decoration: underline;
}
.fls-fields.checkbox [type="checkbox"]{
	position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.fls-fields.checkbox label{
	width: 100%;
	height: 56px;
	border: 1px solid #efefef;
	border-radius: 12px;
	transition: all .3s;
    padding: 0 15px;
}
.fls-fields.checkbox .fls-product label{
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    padding: 15px 24px 30px;
    transition: all .3s;
    font-size: 16px;
    color: #000;
    min-height: 400px;
    height: inherit;
}
.fls-fields.checkbox .fls-product label.auto-height{
	width: 240px;
	min-height: auto;
	padding: 15px 24px;
}

.fls-fields.checkbox .fls-product.fls-field label.auto-height .fls-product-buttons{
	display: none;
}

.fls-product-inner{
    max-width: 100%;
}

.fls-fields.load-qty-to label{
	font-weight: 500;
    font-size: 15px;
    line-height: normal;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}
.fls-fields.load-qty-to label p{
    width: 280px;
    margin: 0 50px 0 15px;
}
.fls-fields.load-qty-to label .fls-qty-image{
    width: 100px;
}
.fls-fields.checkbox label:hover{
	box-shadow: 0px 5px 14px 0px rgba(41, 166, 156, 0.24);
}
.fls-fields.checkbox .fls-product label:hover,
[data-cat="cat-tv-mounting"] .fls-fields.checkbox .fls-product :checked + label{
    box-shadow: 0px -5px 65px 0px rgba(0, 0, 0, 0.11);
    transform: translateY(-10px);
}
.fls-fields.checkbox .fls-field:not(.fls-product) :checked + label{
	box-shadow: 0px 5px 14px 0px rgba(41, 166, 156, 0.24);
	background-color: #29a69c;
}
.fls-fields.checkbox .fls-product.fls-field :checked + label .fls-product-buttons .fls-product-button{
    color: #fff;
    background-color: #fa9b3f;
    border-color: #fa9b3f;
}
.fls-fields.checkbox p{
	font-size: 15px;
	line-height: 17px;
	font-weight: 500;
}
.fls-fields.checkbox :checked + label p{
	color: #fff;
}

.fl-step-2 .fls-fields{
    margin-top: 65px;
}
.fl-step-2 .fls-fields.low-margin{
    margin-top: 30px;
    overflow: hidden;
    max-height: inherit;
}
.fl-step-2 #noZip p{
    margin-bottom: 10px;
}
.fl-step-2 .fls-fields.low-margin .fls-field{
    margin-bottom: 15px;
}
.fl-step-2 .fls-fields.low-margin .fls-actions{
    padding-top: 0;
    padding-bottom: 30px;
}
.fl-step-2 .fls-fields .fls-field input{
	width: 320px;
    max-width: 100%;
	height: 56px;
	border: 1px solid #efefef;
	border-radius: 12px;
	transition: all .3s;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #181818;
}
.fl-step-2 .fls-fields .fls-field input.selected{
	box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.15);
	background-color: #29a69c;
	color: #fff;
}
.fl-step-2 .fls-fields .fls-field button{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #fa9b3f;
    -webkit-appearance: none;
    appearance: none;
    width: 194px;
    max-width: 100%;
    height: 48px;
    margin-top: 5px;
}
.fl-step-6 .fls-fields .fls-field,
.fl-step-7 .fls-fields .fls-field {
    margin: 0 11px 22px;
    flex-basis: calc(50% - 22px);
}
.fl-step-6 .fls-fields .fls-field.medium,
.fl-step-7 .fls-fields .fls-field.medium {
    flex-basis: calc(33% - 22px);
}
.fl-step-6 .fls-fields .fls-field.small,
.fl-step-7 .fls-fields .fls-field.small {
    flex-basis: calc(17% - 22px);
}
.contact-us .fl-step-6 .fls-fields .fls-field.full {
    flex-basis: 100%;
}
.fl-step-6 .fls-fields .fls-field input,
.fl-step-6 .fls-fields .fls-field select,
.fl-step-7 .fls-fields .fls-field input,
.fl-step-7 .fls-fields .fls-field select {
	width: 100%;
	height: 56px;
	border: 1px solid #efefef;
	border-radius: 12px;
	transition: all .3s;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #181818;
}
.fl-step-6 .fls-fields .fls-field select,
.fl-step-7 .fls-fields .fls-field select{
	text-align-last: center;
}
.fl-step-2 ::placeholder,
.fl-step-6 ::placeholder,
.fl-step-7 ::placeholder{
	font-size: 15px;
	font-weight: 500;
	color: #181818;
}
.fls-fields.radio .fl-disclaimer p{
    font-size: 17px;
}
.fl-step .tp-heading p.choosen{
	color: #181818;
	font-size: 23px;
	font-weight: 600;
}
.fl-step .tp-heading p.text{
	color: #666666;
	font-size: 13.5px;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 600;
}
.fl-step .time-slot {
    margin: 0 auto;
	font-weight: 600;
	color: #666666;
	font-size: 13.5px;
}
.fl-step .time-slot input[type="radio"]{
	position: absolute;
	z-index: -1;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
	opacity: 0;
}
.fl-step .time-slot > span{
	display: block;
	width: 80px;
}
.fl-step .time-slot label{
	font-size: 12px;
	color: #fff;
    width: 80px;
    height: 24px;
    background-color: #39a192;
    border-radius: 3px;
}
.fl-step .time-slot :checked + label{
    background-color: #fa9b3f;
}
.fls-not-available {
    max-width: 100%;
}
.thanks-step p,
.fls-not-available p{
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}
.thanks-step p + p{
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 20px;
}
.fls-not-available p{
    font-size: 20px;
    font-weight: 500;
}
.thanks-step p.large{
    font-size: 20px;
    font-weight: bold;
}
.thanks-step p.large.call{
    font-weight: 600;
    margin-top: 40px;
}
.thanks-step p.call a{
    font-size: 20px;
    font-weight: bold;
    color: #5f48ee;
}
.thanks-step a.button{
    width: 266px;
    max-width: 100%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 15px;
    margin: 30px auto 0;
}
p.fls-available {
    font-size: 17px;
    font-weight: 500;
}
.close-leadgen{
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
}
.close-leadgen span{
    position: relative;
}
.close-leadgen span:after{
    content: 'CLOSE';
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}
.previous-top{
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
}
.fls-fields.load-products-to{
    max-height: calc(var(--vh, 1vh) * 100 - 200px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-left: 0;
    width: 100%;
    padding: 50px;
}
.fls-text-green {
    color: #39a192;
}
/*.fls-fields.load-products-to + .fls-actions{
    position: relative;
}
.fls-fields.load-products-to + .fls-actions:before{
    content: '';
    display: block;
    width: 4000px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -2000px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
    position: relative;
}*/
[data-cat="cat-tv-mounting"] .fls-product-link{
    display: none;
}
.fls-fields.load-qty-to{
    max-height: calc((var(--vh, 1vh) * 100) - 200px);
    overflow: auto;
    padding-left: 0;
}
.fls-fields.load-qty-to .fls-field{
    position: relative;
}
.fls-fields .quantity span{
	width: 30px;
	height: 30px;
	border: 1px solid #fa9b3f;
	border-radius: 50%;
	color: #fff;
	background-color: #fa9b3f;
    text-align: center;
    line-height: 28px;
    font-size: 24px;
}
.fls-fields .quantity input{
    height: 50px;
    width: 97px;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    color: #000;
    font-weight: 600;
    font-size: 17px;
	margin: 0 11px;
}
.fls-fields .fls-product-remove{
    margin-right: 30px;
}
.fls-fields .fls-product-remove span{
	width: 30px;
	height: 30px;
	border: 1px solid #ff0000;
	border-radius: 50%;
	color: #fff;
	background-color: #ff0000;
    line-height: 28px;
    font-size: 24px;
    transform: rotate(45deg);
    display: block;
}
[data-cat="cat-tv-mounting"] .fls-fields .fls-product-remove span{
    background-color: #fa9b3f;
    border-color: #fa9b3f;
}
[data-cat="cat-tv-mounting"] .fl-service-base{
    display: none;
}
[data-cat="cat-tv-mounting"] .fls-fields.flex.load-products-to {
	flex-direction: column;
}
/* COVID-19 */
.covid-19 .inner-header{
	background-image: url(../images/covid-19/covid-header.jpg);
}

/* Contact Us */
.contact-us main{
	padding-bottom: 135px;
}
.contact-us .inner-header{
	background-image: url(../images/contact/contact-header.jpg);
}
.contact-bottom a.button{
	color: #fff;
	width: 306px;
	height: 71px;
	line-height: 71px;
	display: inline-block;
}

/* FAQ */
.faq .inner-header{
	background-image: url(../images/faq/faq-header.jpg);
	padding-top: 0em;
}
.faq .faq-rotator{
	margin-top: -162px;
}
.faq .fr-heading{
	display: none;
}
.faq-list{
	margin-top: 50px;
}
.faq-item{
	font-size: 20px;
	line-height: 1.65;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	border-top: 1px solid #a9a9a9;
	padding-bottom: 15px;
}
.faq-item:last-child{
	border-bottom: 1px solid #a9a9a9;
}
.faq-title{
	padding: 25px 0 45px;
	margin-top: 30px;
	font-size: 1.1em;
	font-weight: 600;
}
.faq-item.active .faq-title{
	text-decoration: underline;
}
.faq-toggle{
	position: relative;
	margin-right: 55px;
	margin-left: 30px;
}
.faq-toggle:before,
.faq-toggle:after{
	content: '';
	display: block;
	height: 2px;
	width: 12px;
	right: 0;
	position: absolute;
	background-color: #4db9b5;
	transition: transform .3s;
}
.faq-toggle:after{
	transform: rotate(90deg);
}
.faq-item.active .faq-toggle:after{
	transform: rotate(0);
}
.faq-content{
	display: none;
	padding: 0 110px 40px 0;
}
.faq-bottom{
	background-color: #39a192;
	font-size: 24px;
	padding: 80px 0 75px;
	margin: 75px 0;
}
.faq-bottom p{
	color: #fff;
	line-height: 1.58333;
	width: 815px;
	max-width: 100%;
	margin: 0 auto;
}
.faq-bottom .button{
	display: inline-block;
	width: 306px;
	height: 80px;
	line-height: 80px;
	font-size: 1.7rem;
	margin-top: 1.29em;
	color: #fff;
}

/* Get Started */
.get-started .inner-header{
	background-image: url(../images/get-started/get-started-header.jpg);
}

.get-started .inner-header h1{
	width: 920px;
	max-width: 100%;
	margin: 0 auto;
}
.get-started h2,
.choice.mod h2{
	font-size: 3em;
	line-height: 1;
	margin-bottom: 80px;
	margin-top: 40px;
}
.get-started .lead-icons-text,
.choice.mod .lead-icons-text{
	margin-top: 60px;
	margin-bottom: 95px;
}
.get-started .lead-icons-text p,
.choice.mod .lead-icons-text p{
	width: 970px;
	max-width: 100%;
	font-size: 1.2em;
	line-height: 1.58333;
	margin: 0 auto;
}
.get-started .chat-cta{
	background-color: #fafafa;
	padding: 44px 0;
	font-size: 1.2em;
	line-height: 1.5;
}
.get-started .chat-cta strong{
	text-decoration: underline;
}
.get-started .alternate-heading{
	margin-bottom: 100px;
}
.get-started .alternate-heading h2{
	margin-top: 100px;
	margin-bottom: 30px;
}
.get-started .alternate-heading p{
	font-weight: 600;
	width: 940px;
	max-width: 100%;
	margin: 0 auto;
}

/* Installation */
.installation .inner-header{
	background-image: url(../images/installation/installation-header.jpg);
}

.installation .inner-header h1{
	width: 815px;
	max-width: 100%;
	margin: 0 auto;
}
.installation-top{
	padding-top: 50px;
	padding-bottom: 125px;
}
.installation-top p{
	width: 625px;
	max-width: 100%;
	margin: 25px auto 0;
	font-weight: 500;
	font-size: 1.2em;
}
.installation .ab-row.green-gradient{
	padding: 53px 0 57px;
	margin: -23px 0 -20px;
}
.installation .ab-row .ab-text{
	padding: 20px 55px 23px 35px;
}
.installation .ab-row.green-gradient .ab-text{
	padding: 20px 0 23px 123px
}
.installation .ab-row .ab-image{
	padding-left: 53px;
}
.installation .ab-row.green-gradient .ab-image{
	padding-left: 0;
	padding-right: 53px;
}

/* Products list */
.products-filter{
	font-size: 16px;
	transition: height .3s;
}
.products-filter .pf-sticky{
	width: 100%;
	box-shadow: 1px 5px 29px 0px rgba(0, 0, 0, 0.11);
	background-color: #fff;
	position: relative;
}
.products-filter.stuck .pf-sticky{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.products-filter .container > .flex{
	min-height: 74px;
}
.products-filter .checkbox{
    font-size: .9em;
}
.filter-title{
	margin-right: 81px;
	font-size: .9em;
}
.filter-title img{
	margin-right: 20px;
}
.products-lp .inner-header{
	background-image: url(../images/products-list/products-list-header.jpg);
}
.products-lp .inner-header h1{
	width: 585px;
	max-width: 100%;
	margin: 0 auto;
}
.products-lp .products-header h2,
.products-lp .products-header p{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.products-lp .products-header h2 {
    font-size: 2.3em;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 40px;
	width: 835px;
}
.products-lp .products-header p{
	font-size: 1.2em;
	line-height: 1.5833;
	font-weight: 500;
	width: 765px;
}
.products-lp .products-list{
	margin-top: 70px;
}
.products-lp .products-list h4{
	font-size: 1.6em;
	margin-bottom: 24px;
}
.products-lp .products-list .pl-wrapper + h4{
	margin-top: 115px;
}
.products-lp .products-list p{
	margin-left: 15px;
	margin-top: 24px;
}

/* Product Details */

.product-details{
	padding-top: 17px;
}
.product-images{
	padding-right: 30px;
	max-width: 50%;
}
.product-images a{
    position: relative;
    display: block;
}
.product-images a img{
	margin: 0 auto;
    max-height: 500px;
}
.product-images .swiper-container{
	margin-top: 35px;
	max-width: 100%;
	position: relative;
}
.product-images .swiper-container:before,
.product-images .swiper-container:after{
	content: '';
	display: block;
	width: 90px;
	height: 100%;
	position: absolute;
	top: 0;
	pointer-events: none;
	z-index: 2;
}
.product-images .swiper-container:before{
	left: 0;
	background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.product-images .swiper-container:after{
	right: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.product-images .swiper-slide{
	cursor: pointer;
}
.product-images .swiper-slide.product-video a{
    position: relative;
}
.product-images .swiper-slide.product-video a:after{
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAC00lEQVRoQ+2ZuW4UQRCGvz/kCjlDDELiSiBHPAGIQ4AIbFIgwhDiixBwhMlJLHEIeAQ/AEQmsoAQkAgBERYq1IvG49ntmdmewS25pdWsND3V/XVVV1VXi8ybMp8/WwD/W4PJNGBmE8A54DRwIPz2B8CvwJfwewe8lfQ5BfxYAGa2G7gNXACON5zQB+A18ETS94bf/uveCsDMdgDTwF1gV9vBw3c/gEfAY0m/mspqDGBmvtpPgb1NB4v0/wbclPSmidzaAGbmfWeAWejMexkwDyxI8v/RVgvAzLYBz4DLUYlpOrwEJiX9jomLAoSVfwFciglL/N4hrsQ0UQfATWYu8eTqipuVtDCq80iAsGFfdWjzMRDfBxdHbeyhAMFVfgT2xUbp+L17p0PDXOwoAPc47hE2Q5uR9KBqIpUAZrYH8NVvE6RuAEvA9oTkHuwmqiL2MABfeddA4yZ3G2ZHAfci/kzV5iVtcCbDAFZb5DZ/J+oA/jQz14BH7MlEBKuSTpZlbQAIWaWbT6s2ABh8bGZTCU3KzWhdFlsFcMcTq1azL2ig+H1Ck5qWtFiUXQWwDFxLCZDQpJYlXY8BrABnUgMkMqkVSWdjAGvA4a4Agjbaeqk1SUdiAO5zd3YJMIZJ/ZS0LjZV7YHsAfowoWOAp+hNA10tE8p+E2fvRrsIZG1NpuxLagUyL1Dlm0oEF5dvMhcAxk2nU5lM0YQapdNeMvyU7YEmaCHfI2UA8Ppnvof6AOF10DzLKoX0N9/CVtCCJ3zPe6yLDtbOc6WrY5cWA0TfxV2f/FSS4m7BlFwT90OdNFpTbXme8FLiXKweOvJAExs41Eu9cJW65NjtBUepyuAu1pO+ey2DXVGcH6AeAou9XDGVQDxi3wqXfCdi2iu993zLL/mWer/kq5qomR0EzgOnCtesft3qbXDF6s/3m+aateGKd9K9K2/SyWSrhG4B9LbUQwb6A4+ZKUCBY4B3AAAAAElFTkSuQmCC');
    position: absolute;
}
.product-info{
	padding: 0 36px 0 42px;
}
.product-info h1{
    font-size: 1.9em;
    line-height: 1.57894737;
}
.product-info p:not(.delivery-text){
    font-size: .9em;
    line-height: 1.555;
    margin-bottom: 10px;
}
.product-info p.small-note {
	font-size: 0.7em;
}
.product-info .specification-anchor{
    font-size: .9em;
    font-weight: 500;
    line-height: .9444;
}
.product-info p.delivery-text{
    line-height: 2.1;
    margin-top: 25px;
    margin-bottom: 40px;
}
.price-row {
	padding-bottom: 33px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c2c2c2;
}
.price-row .price{
	font-size: 22px;
	line-height: 17px;
	font-weight: 500;
	margin-right: 55px;
}
.added-to-cart .quantity{
	pointer-events: none;
}
.price-row .quantity span{
	width: 30px;
	height: 30px;
	border: 1px solid #fa9b3f;
	border-radius: 50%;
	color: #fff;
	background-color: #fa9b3f;
    text-align: center;
    line-height: 28px;
    font-size: 24px;
}
.price-row .quantity input{
    height: 50px;
    width: 97px;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    color: #000;
    font-weight: 600;
    font-size: 17px;
	margin: 0 11px;
}
.locator-response{
	background-color: #39a192;
	color: #fff;
	height: 230px;
	width: 100%;
	padding: 35px 40px;
    max-height: 500px;
    transition: max-height .5s ease-in-out, padding .5s ease-in-out, opacity .5s ease-in-out;
    overflow: hidden;
	opacity: 1;
}
.locator-response.gray{
	background-color: #fafafa;
	color: #000;
	height: auto;
}
/*.added-to-cart .locator-response{
    max-height: 0;
    padding: 0;
	opacity: 0;
}*/
.locator-response form{
	font-size: 26px;
}
.locator-response input,
.locator-response button{
	border: none;
	outline: none;
	height: 52px;
}
.locator-response input{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: #fff;
	flex-basis: 345px;
	flex-grow: 0;
	color: #000;
	font-size: 0.53846154em;
	font-weight: 500;
}
.locator-response ::placeholder{
	color: #000;
	font-size: 1em;
	font-weight: 500;
	opacity: 1;
}
.locator-response button{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #fff;
	font-size: 0.53846154em;
	flex-basis: 98px;
	flex-grow: 0;
	flex-shrink: 0;
}
.locator-response .text-center p{
	padding: 0 10px;
    font-size: 1em;
    line-height: 1.5;
	font-weight: 500;
}
.locator-response.gray .text-center p:not(.bree){
    font-size: .8em;
    color: #666666;
    font-weight: 600;
    line-height: 1.4375;
	margin-bottom: 10px;
}
.locator-response.gray .text-center p.bree{
    font-size: 1.3em;
    line-height: 1.19230769;
    margin-bottom: 15px;
}
.locator-response.gray .text-center .soonest-date p{
	color: #181818;
	font-size: 1.05em;
}
.locator-response a{
	font-size: 1.2em;
	color: #fff;
}
.locator-response .soonest-date{
	margin-bottom: 60px;
}
.locator-response .select-other{
	background-color: #39a192;
	width: 282px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: .8em;
    display: inline-block;
    font-weight: bold;
}
.locator-response .soonest-time span{
    font-size: 13.5px;
    font-weight: 600;
    color: #666666;
}
.locator-response .soonest-time span.select-soonest{
    display: inline-block;
    width: 109px;
    height: 32px;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    background-color: #39a192;
    margin-left: 15px;
}
.product-scheduler{
	position: fixed;
	right: -100%;
	top: 0;
	width: 640px;
	max-width: 90%;
	z-index: 3;
    transition: right 0.3s ease-in-out;
	border: 1px solid #efefef;
	background-color: #fafafa;
	padding: 57px 0 41px;
	max-height: (var(--vh, 1vh) * 100);
	overflow: scroll;
    -webkit-overflow-scrolling: touch;
	font-size: 16px;
	line-height: 1.5;
}
.product-scheduler.scheduler-active{
	right: 0;
}
.ps-top-actions .ps-close{
	color: #808080;
	margin-right: 40px;
}
.ps-row{
	padding: 50px 43px 35px;
	border-bottom: 1px solid #f1f1f1;
}
.ps-row:first-child{
	padding-top: 40px;
}
.ps-image{
	width: 72px;
	height: 66px;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
	margin-right: 30px;
	background-color: #fff;
}
.ps-row .ps-image .ps-counter{
	position: absolute;
	font-size: 16px;
	width: 30px;
	height: 30px;
	top: -12px;
	right: -12px;
}
.ps-details small{
	font-size: 75%;
}
.ps-head{
	padding: 42px 43px 26px;
}
.ps-head p{
	font-weight: 600;
	font-size: 1.375em;
}
.ps-heading p.choosen{
	color: #181818;
	font-size: 1.25em;
	font-weight: 600;
}
.ps-heading p.text{
	color: #666666;
	font-size: 0.84375em;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 600;
}
.ps-fields .time-slot {
    margin: 0 auto 0 0;
	font-weight: 600;
	color: #666666;
	font-size: 0.84375em;
}
.ps-fields .time-slot input[type="radio"],
.ps-step .time-slot input[type="radio"]{
	position: absolute;
	z-index: -1;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
	opacity: 0;
}
.ps-fields .time-slot + .time-slot{
	margin-top: 8px;
}
.ps-fields .time-slot > span{
	display: block;
	width: 80px;
}
.ps-fields .time-slot label{
	font-size: 12px;
	color: #fff;
    width: 80px;
    height: 24px;
    background-color: #39a192;
    border-radius: 3px;
}
.ps-fields .time-slot :checked + label{
    background-color: #fa9b3f;
}
.specification-item{
	font-size: 18px;
	line-height: 1.555;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	border-top: 1px solid #a9a9a9;
	padding-bottom: 15px;
	padding-left: 12px;
}
.specification-item.disclaimer-box {
	font-size: 0.75em;
}

.ps-actions{
	padding: 41px 43px 0;
	border-top: 1px solid #f1f1f1;
}
.ps-actions .button{
	width: 453px;
	max-width: 100%;
	height: 54px;
	line-height: 54px;
    margin: 0 auto;
    color: #fff;
	transition:  all .3s;
}
.ps-actions .button.disabled{
	background-color: rgba(0,0,0,0.15);
}
.product-specifications{
	padding-top: 130px;
}
.product-specifications h2{
	font-size: 3em;
	margin-bottom: 65px;
}
.specification-item:last-child{
	border-bottom: 1px solid #a9a9a9;
}
.specification-title{
	padding: 25px 0 21px;
	margin-top: 6px;
	font-size: 1.222em;
	font-weight: 600;
}
.specification-toggle{
	position: relative;
	margin-right: 55px;
	margin-left: 30px;
}
.specification-toggle:before,
.specification-toggle:after{
	content: '';
	display: block;
	height: 2px;
	width: 12px;
	right: 0;
	position: absolute;
	background-color: #4db9b5;
	transition: transform .3s;
}
.specification-toggle:after{
	transform: rotate(0);
}
.specification-item.active .specification-toggle:after{
	transform: rotate(90deg);
}
.specification-content{
	/*display: none;*/
	padding: 0 110px 40px 0;
}
.specification-content ul{
	font-weight: 600;
}
.specification-content ul + ul{
	margin-top: 35px;
}
.specification-content ul ul{
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	color: #555555;
	padding-left: 72px;
}
.specification-content ul li {
	text-transform: uppercase;
}
.specification-content ul li ul li {
	text-transform: initial;
}
.specification-content ul li ul li br {
	display: block;
	content: "";
	border-top: 10px solid transparent;
}
.specification-content p + p{
	margin-top: 15px;
}
.related-products{
	padding: 115px 0 37px;
}
.related-products h3{
	font-size: 2em;
	margin-bottom: 22px;
}
/* Blog */
.blog .inner-header{
    height: 660px;
	background-image: url(../images/blog/blog-header.jpg);
    align-items: flex-end;
    padding-bottom: 35px;
}
.blog .inner-header h1{
    font-size: 3.3em;
    margin-bottom: 34px;
}
.blog .inner-header form{
    align-items: center;
    margin-bottom: 40px;
}
.blog .inner-header input{
    width: 730px;
    max-width: calc(100% - 60px);
    height: 78px;
    line-height: normal;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 39px;
    border: none;
    border-radius: 8px;
    text-indent: 40px;
}
.blog .inner-header button{
    width: 220px;
    height: 59px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
	appearance: none;
    font-size: 16px;
}
.blog .inner-header span.clickable{
    text-decoration: underline;
    font-size: 14px;
}
.blog .blog-header{
    padding: 100px 0 25px;
}
.blog .blog-header h3{
    font-size: 50px;
}
.blog .blog-posts{
    padding: 0 15px 100px;
}
.blog .blog-posts > .container{
    padding: 0;
}
.blog .third{
    justify-content: flex-start;
    margin-top: 105px;
    padding: 0 15px;
}
.blog .third:nth-child(3n + 2){
    justify-content: center;
}
.blog .third:nth-child(3n + 3){
    justify-content: flex-end;
}
.blog .third article{
    flex-basis: 400px;
}
.blog .blog-patination{
    margin-top: 85px;
}
.blog .blog-patination a,
.blog .blog-patination span{
    font-size: 50px;
    color: #adddd6;
    margin: 0 17px;
}
.blog .blog-patination a.active{
    color: #39a192;
}

/* Blog detail */

.blog-post article.container{
    width: 1160px;
    padding-top: 110px;
    padding-bottom: 50px;
}
.blog-post article{
    font-size: 18px;
}
.blog-post article header{
    margin-bottom: 40px;
    line-height: normal;
}
.blog-post article header h1{
    font-size: 2em;
    margin-bottom: 1em;
}
.blog-post article figure{
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 65px;
}
.blog-post article .e-content{
    width: 880px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}
.blog-post article .e-content h2,
.blog-post article .e-content h3{
    font-family: 'Bree Serif', serif;
    margin-bottom: 30px;
}
.blog-post article .e-content p{
    margin-bottom: 30px;
}
.blog-post article .e-content p:last-child{
    margin-bottom: 0;
}
.related-posts{
    padding-bottom: 105px;
}
.related-posts .container{
    width: 910px;
}
.related-posts .half{
    justify-content: flex-start;
    padding-right: 15px;
}
.related-posts .half:nth-child(2n){
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 0;
}
.related-posts article{
    flex-basis: 410px;
}

/* Privacy */
.privacy .default-content p + p.large-text{
    margin-bottom: 0;
}

/* Asurion popup */

.popup-asurion .popup-inner{
    max-width: calc(100% - 30px);
}
.popup-asurion .popup-content{
    width: 745px;
    max-width: 100%;
}
.popup-asurion .popup-not-interested{
    color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-top: 0;
    background-color: #fff;
    padding-bottom: 10px;
    position: relative;
}
.popup-asurion .popup-not-interested span{
    text-decoration: underline;
}
.asurion-default{
    background-color: #fff;
    padding: 28px 15px 45px;
    position: relative;
}
.asurion-default img{
    margin-bottom: 35px;
}
.asurion-default .asurion-faq-icon{
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 12px;
    color: #7733ca;
    font-weight: bold;
}
.asurion-default .asurion-faq-icon:hover{
    text-decoration: underline;
}
.asurion-default p{
    font-size: 27px;
    line-height: 1;
    margin-bottom: 35px;
}
.asurion-default p.main{
    line-height: 1.4;
    margin-bottom: 5px;
}
.asurion-default p.bree{
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 25px;
}
.asurion-default small{
    font-size: 59%;
    line-height: 1.2;
}
.asurion-default p small{
    font-size: 59%;
    line-height: 1;
}
.popup-asurion label{
    background-color: #7733ca;
    color: #fff;
    font-size: 25px;
    padding: 13px 34px 13px 13px;
}
.popup-asurion .asurion-faq label{
    background-color: #fff;
    color: #7733ca;
}
.popup-asurion label .asurion-checkbox{
    height: 48px;
    width: 48px;
    background-color: #fff;
    border: 2px solid #7733ca;
    position: relative;
    margin-right: 25px;
}
.popup-asurion label .asurion-checkbox:before{
    content: '';
    display: block;
    width: 35px;
    height: 34px;
    background-image: url(../images/popups/asurion/checkmark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
}
.popup-asurion label input:checked + .asurion-checkbox:before{
    background-image: url(../images/popups/asurion/checkmark-checked.png);
}
.asurion-faq{
    background-color: #7733ca;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    padding: 25px 48px 0 32px;
    border: 2px solid #fff;
    border-radius: 3px;
}
.asurion-faq h5,
.asurion-faq p{
    margin-bottom: 10px;
}
.asurion-faq h5{
    font-size: 20px;
}
.assurion-form {
    background-color: #fff;
    margin: 25px -48px 0 -32px;
    padding: 5px 15px;
}
.assurion-form small{
    color: #000;
    text-align: center;
    font-size: 59%;
    line-height: 1.2;
}
/* Addon popup */
.popup-addon {
    background-color: #fff;
}
.popup-addon .popup-inner{
    max-width: 100%;
    height: 100%;
}
.popup-addon .toggle-popup {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    z-index: 1;
}
.popup-addon .toggle-popup span {
    position: relative;
}
.popup-addon .toggle-popup span:after {
    content: 'CLOSE';
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}
.popup-addon .popup-heading {
    margin-bottom: 16px;
}
.popup-addon .popup-heading p {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.popup-addon .popup-heading p + p {
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
}
.popup-addon .popup-content{
    max-height: calc(var(--vh, 1vh) * 100 - 200px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 50px 0;
}
.addon-field{
    flex-basis: calc(20% - 30px);
    flex-shrink: 0;
    flex-grow: 0;
    margin: 28px 15px;
}
.addon-fields.checkbox{
    padding-left: 0;
}
.addon-fields.checkbox [type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 50%;
    left: 50%;
}
.addon-fields.checkbox .fls-field{
    position: relative;
}
.addon-field label{
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    padding: 0 24px 30px;
    justify-content: center;
    min-height: 400px;
    transition: all .3s;
    font-size: 16px;
    color: #000;
    width: 100%;
}
.addon-field label:hover {
    box-shadow: 0px -5px 65px 0px rgba(0, 0, 0, 0.11);
    transform: translateY(-10px);
}
.addon-product-inner{
    max-width: 100%;
}
.addon-product-image {
    flex-grow: 1;
    align-items: center;
}
.addon-product-details {
    font-size: 1em;
    line-height: 1.5;
}
.addon-product-buttons {
    margin-top: 17px;
    max-width: 100%;
}
.addon-product-buttons .button {
    font-weight: bold;
    color: #fff;
    font-size: 0.875em;
    width: 140px;
    max-width: 100%;
    height: 40px;
    line-height: 36px;
    border: 2px solid #fa9b3f;
}
.addon-product-buttons .button:hover:not(.addon-added){
    border-color: #e68425;
}

.addon-field :not(:checked) + label .addon-product-buttons .button.addon-added,
.addon-field :checked + label .addon-product-buttons .button:not(.addon-added){
    display: none;
}
.addon-field :checked + label .addon-product-buttons .button.addon-added{
    background-color: transparent;
    color: #b3b3b3;
    border-color: #b3b3b3;
}
.addon-actions {
    font-size: 16px;
    font-weight: 500;
    color: #818181;
    padding-top: 28px;
}
.addon-actions span{
    padding: 0;
    appearance: none;
    font-weight: bold;
    color: #fff;
    font-size: 0.875em;
    width: 240px;
    height: 40px;
    line-height: 36px;
    display: block;
    transition: all .3s;
    background-color: #fa9b3f;
    border: 2px solid #fa9b3f;
    text-decoration: none;
}
#locations-cta{
	background-color: #f5f5f5;
}
#locations-cta .lc-inner{
	padding: 20px 0;
}
#locations-cta p{
	font-size: 18px;
	font-weight: 500;
}
#locations-cta p a{
	color: #000;
}
#locations-cta p img{
	display: inline-block;
	margin-left: 12px;
	vertical-align: middle;
}
#locations-cta .button{
	color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    font-size: 16px;
}
/* Responsive */
@media screen and (max-width: 1300px){
	.filter-title{
		margin-right: 30px;
	}
	.products-filter .checkbox + .checkbox {
		margin-left: 20px;
	}
}
@media screen and (max-width: 1240px){
	.sh-text h2{
		font-size: 85px;
	}
}
@media screen and (max-width: 1199px){
	.sh-text h2{
		font-size: 65px;
		line-height: 63px;
		max-width: 700px;
	}
	.sh-text h2 .highlight{
		margin-top: 20px;
	}
	.sh-text p{
		width: auto;
		font-size: 18px;
		max-width: 700px;
	}
	.products .green-gradient{
		padding-bottom: 240px;
   		margin-bottom: -165px;
	}
	.products .green-gradient h2 {
		font-size: 70px;
		line-height: 65px;
		margin-bottom: 25px;
	}
	.products .green-gradient p{
		font-size: 24px;
	}
	.pl-product .plp-image{
		margin-bottom: 10px;
		padding: 0 20px;
	}
	.pl-product .plp-text{
		padding: 0 10px;
	}
	.pl-product .plp-title{
		font-size: 26px;
	}
	.pl-product p{
		font-size: 15px;
		line-height: 24px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.pl-product a{
		font-size: 20px;
	}
	.installation .ab-row .ab-text{
		padding: 20px 55px 23px 30px;
	}
	.installation .ab-row.green-gradient .ab-text{
		padding: 20px 0 23px 60px;
	}
	.installation .ab-row .ab-image{
		padding-left: 30px;
	}
	.installation .ab-row.green-gradient .ab-image{
		padding-left: 0;
		padding-right: 30px;
	}
	.products-filter .container > .flex{
		flex-direction: column;
	}
	.filter-title{
		margin-right: 0;
	}
	.product-info{
		padding-right: 0;
		padding-left: 0;
		font-size: 19px;
	}
	.locator-response{
		padding: 30px 25px;
		height: auto;
	}
	.locator-response form {
		font-size: 21px;
	}
	.locator-response .soonest-date{
		margin-bottom: 40px;
	}
    .addon-field{
        flex-basis: calc(33.333% - 30px);
    }
}
@media screen and (min-height:1000px){
	body.home > nav{
		position: relative;
		z-index: 1;
	}
	.hero{
		position: relative;
		padding: 0;
		display: flex;
		align-items: center;
	}
	.hero h1{
		font-size: 50px;
		line-height: 58px;
		margin-bottom: 30px;
	}
	.hero p{
		width: 590px;
		font-size: 20px;
	}
	.hero span.clickable{
		width: 306px;
		height: 71px;
		line-height: 71px;
    	font-size: 20px;
	}
	.hero-logos{
		position: absolute;
		bottom: 50px;
	}
}
@media screen and (min-height:850px){
	.hero{
		min-height: calc((var(--vh, 1vh) * 100) - 170px); /* -65px */
	}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait){
	.hero{
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 991px){
	.top-bar.covid-19 {
		font-size: 11px;
		line-height: 15px;
	}
	.top-bar.covid-19 .top-bar-text{
		margin-left: 15px;
		padding-right: 5px;
	}
	.sub-hero{
		padding-bottom: 80px;
		padding-top: 0;
	}
	.sh-inner{
		flex-wrap: wrap;
	}
	.sh-text{
		order: 2;
		text-align: center;
		flex-basis: 100%;
	}
	.sh-text h2,
	.sh-text p{
		margin-left: auto;
		margin-right: auto;
	}
	.sh-graphic{
		margin: 0 auto 30px;
	}
	.products .green-gradient{
		padding-bottom: 200px;
   		margin-bottom: -125px;
	}
	.choice .with-back{
		padding-top: 150px;
		padding-bottom: 225px;
		margin-bottom: -65px;
	}
	.choice.mod .with-back{
		padding-top: 150px;
		padding-bottom: 150px;
		margin-bottom: 55px;
	}
	.choice.mod  .lead-icons-text{
        font-size: 17px;
    }
	.choice .smarter-rotator .sr-inner{
		padding: 70px 75px 0;
	}
	.house .container{
		margin-bottom: 0;
	}
	.faq .inner-header{
		padding-top: 3em;
	}
	.faq .faq-rotator{
		margin-top: 0;
	}
	.get-started,
	.get-started .inner-header{
		font-size: 17px;
	}
	.installation,
	.installation .inner-header{
		font-size: 17px;
	}
	.installation .ab-row.green-gradient {
		padding: 25px 0;
		margin: -10px 0 -10px;
	}
	.installation .ab-row .ab-text{
		padding: 20px 15px 23px 15px;
	}
	.installation .ab-row.green-gradient .ab-text{
		padding: 20px 0 23px 30px;
	}
	.installation .ab-row .ab-image{
		padding-left: 15px;
	}
	.installation .ab-row.green-gradient .ab-image{
		padding-left: 0;
		padding-right: 15px;
	}
	.products-lp,
	.products-lp .inner-header{
		font-size: 17px;
	}
	.products-filter{
		font-size: 13px;
	}
	.products-filter .checkbox + .checkbox{
		margin-left: 15px;
		padding-left: 22px;
	}
	.product-details > .container > .flex{
		flex-direction: column;
	}
	.product-images{
		padding-right: 0;
		max-width: 100%;
		margin-bottom: 30px;
	}
    .blog .third{
        flex-basis: 50%;
        max-width: 50%;
        justify-content: center;
    }
    .fls-fields.checkbox .fls-product.fls-field{
        flex-basis: calc(33.33% - 30px);
    }
    [data-cat="cat-tv-mounting"] .fls-fields.checkbox .fls-product.fls-field{
	    flex-basis: calc(25% - 30px);
	    margin: 0 auto;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape){
	.hero{
		min-height: calc((var(--vh, 1vh) * 100) - 170px); /* -65px */
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.product-images{
		display: flex;
	}
	.product-images .swiper-container{
		width: 115px;
		height: 350px;
		margin-left: 30px;
		margin-right: 15px;
		margin-top: 0;
		flex-grow: 0;
		flex-shrink: 0;
	}
	.product-images .swiper-container:before,
	.product-images .swiper-container:after{
		width: 100%;
		height: 90px;
	}
	.product-images .swiper-container:before{
		background: linear-gradient(0, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	}
	.product-images .swiper-container:after{
		top: inherit;
		bottom: 0;
		background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	}
}
@media screen and (max-width: 767px){
	.hero h1{
		font-size: 30px;
		line-height: 34px;
	}
	.sh-text h2{
		font-size: 50px;
		line-height: 47px;
	}
	.sh-text h2 .highlight{
		margin-top: 15px;
	}
	.sh-text p{
		font-size: 16px;
		line-height: 24px;
	}
	.products{
		padding-bottom: 60px;
	}
	.products .green-gradient h2 {
		font-size: 55px;
		line-height: 50px;
		margin-bottom: 15px;
	}
	.products .green-gradient p {
		font-size: 18px;
	}
	.home-product-list > .container > .flex{
		justify-content: center;
	}
	.flex>.third.pl-product{
		flex-basis: 50%;
		max-width: 50%;
		margin-bottom: 60px;
	}
	.flex>.third.pl-product:last-child{
		margin-bottom: 0;
	}
	.pl-product p{
		margin-bottom: 20px;
	}
	.choice .with-back{
		padding-top: 100px;
		padding-bottom: 100px;
		margin-bottom: 0;
	}
	.choice.mod .with-back{
		margin-bottom: 40px;
	}
	.choice .with-back h2{
		font-size: 55px;
	}
	.choice .smarter-rotator .sr-inner{
		padding: 40px 40px 0;
		font-size: 35px;
	}
	.choice .chat-cta {
		margin-top: 30px;
		font-size: 18px;
		line-height: 30px;
	}
	.house h2{
		font-size: 48px;
		line-height: 52px;
	}
	.form-leadgen{
		align-items: flex-start;
		overflow: hidden;
	}
	.form-leadgen .container{
		padding: 0;
	}
	.form-leadgen .container,
	.form-leadgen .fl-inner,
	.form-leadgen form,
	.form-leadgen .fl-step-11,
	.form-leadgen .fl-step-12,
	.form-leadgen .fl-step-13,
	.form-leadgen .fl-step-14,
	.form-leadgen .fl-step-15,
	.form-leadgen .fl-step-16{
		height: 100%;
	}
	.form-leadgen form,
	.form-leadgen .fl-step-11,
	.form-leadgen .fl-step-12,
	.form-leadgen .fl-step-13,
	.form-leadgen .fl-step-14,
	.form-leadgen .fl-step-15,
	.form-leadgen .fl-step-16{
		display: flex;
		flex-direction: column;
		justify-content: center;
		overflow: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.form-leadgen form.fl-step-3{
		justify-content: flex-start;
		padding-top: 60px;
	}
    .fls-fields.checkbox .fls-product.fls-field{
        flex-basis: calc(50% - 30px);
    }
    [data-cat="cat-tv-mounting"] .fls-fields.checkbox .fls-product.fls-field{
	    flex-basis: calc(25% - 30px);
	    margin: 0 auto;
    }
    .fls-fields.load-qty-to .fls-field{
        flex-wrap: wrap;
        max-width: 100%;
        flex-basis: 100%;
        margin: 23px auto;
    }
    .fls-fields.load-qty-to .fls-field + .fls-field {
        padding-top: 46px;
        border-top: 2px solid #29a69c;
    }
    .fls-fields .fls-product-remove{
        flex-basis: 30px;
        margin-bottom: 20px;
    }
    .fls-fields.load-qty-to label{
        flex-basis: calc(100% - 60px);
        flex-grow: 0;
        flex-shrink: 0;
    }
    .fls-fields.load-qty-to label .fls-qty-image{
        flex-shrink: 0;
    }
    .fls-fields.load-qty-to label p{
        width: auto;
        margin-right: 0;
    }
    .fls-fields.load-qty-to .quantity{
        flex-basis: 100%;
        justify-content: unset;
    }
    .fls-fields.load-qty-to .quantity input{
        width: auto;
        flex-grow: 1;
    }
	.popup-subscribe .popup-content{
		padding: 30px 15px;
	}
	.faq-item{
		font-size: 16px;
		padding-bottom: 0;
	}
	.faq-title{
		padding: 10px 0 20px;
		margin-top: 10px;
	}
	.faq-toggle{
		margin-right: 15px;
	}
	.faq-content{
		padding-bottom: 30px;
	}
	.get-started .inner-header{
		font-size: 11px;
	}
	.installation .inner-header{
		font-size: 11px;
	}
	.installation .ab-row.green-gradient {
		margin: 55px 0 30px;
		padding: 55px 0 30px;
	}
	.installation .ab-row .ab-text{
		padding: 25px 0;
	}
	.installation .ab-row.green-gradient .ab-text{
		padding: 25px 0;
	}
	.installation .ab-row .ab-image{
		padding-left: 0;
	}
	.installation .ab-row.green-gradient .ab-image{
		padding-left: 0;
		padding-right: 0;
	}
	.products-lp .inner-header{
		font-size: 11px;
	}
	.products-filter .container > .flex{
		align-items: flex-start;
		padding: 15px 0;
		min-height: inherit;
	}
	.filter-title{
		cursor: pointer;
	}
	.filter-title img{
		width: 20px;
	}
	.products-filter form{
		flex-direction: column;
		padding-top: 15px;
		display: none;
	}
	.products-filter .checkbox + .checkbox{
		margin-left: 0;
	}
	.product-detail .breadcrumb{
		display: none;
	}
	.specification-item{
		font-size: 16px;
		padding-bottom: 0;
	}
	.product-details{
		padding-top: 40px;
	}
	.specification-title{
		padding: 10px 0 20px;
		margin-top: 10px;
	}
	.specification-toggle{
		margin-right: 15px;
	}
	.specification-content{
		padding-bottom: 30px;
	}
	.product-scheduler{
		padding: 35px 0 70px;
	}
	.ps-row,
	.ps-row:first-child{
		padding: 20px 15px;
	}
	.ps-head {
		padding: 35px 15px 20px;
	}
	.ps-actions{
		padding: 35px 15px 0;
	}
    .blog .inner-header{
        height: calc((var(--vh, 1vh) * 100) - 65px);
        background-position: 40% 50%;
    }
    .blog .inner-header form{
        margin-bottom: 25px;
    }
    .blog .inner-header input{
        max-width: 100%;
        height: 45px;
        font-size: 13px;
        text-indent: 15px;
        margin-bottom: 20px;
    }
    .blog .inner-header button{
        height: 40px;
    }
    .blog .blog-header h3{
        font-size: 36px;
    }
    .addon-field{
        flex-basis: calc(50% - 30px);
    }
    .cart-contents.two-thirds,
    .cart-summary.third{
        flex-basis: 100%;
        max-width: 100%;
    }
    .cart-contents{
        padding-right: 0;
    }
    .cart-mastec{
        justify-content: center;
    }
    .cart-mastec img{
        margin-left: 0;
    }
}
@media screen and (max-width: 567px){
	.top-bar.covid-19 {
		font-size: 8px;
		line-height: 14px;
	}
	.top-bar.covid-19 .top-bar-icon{
		flex-basis: 45px;
		flex-shrink: 0;
		display: none;
	}
	.top-bar.covid-19 .top-bar-text{
		padding-right:0;
		margin-left: 0;
	}
	.top-bar-close{
		font-size: 14px;
		top: 0;
	}
	.hero{
		background-image: url(../images/home/hero-m.jpg);
		min-height: calc((var(--vh, 1vh) * 100) - 170px); /*-65px*/
		display: flex;
		align-items: flex-end;
		padding-bottom: 40px;
		text-align: center;
		position: relative;
	}
	.hero:before{
		content: '';
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(0deg, rgba(0,0,0,0.25) 0%, rgba(255,255,255,0) 100%);
	}
	.hero .container{
		z-index: 1;
	}
	.hero h1{
		/*font-size: 25px;
		line-height: 28px;*/
		font-size: 22px;
		line-height: 24px;
		max-width: 310px;
		margin:0 auto 20px;
	}
	.hero p{
		font-size: 15px;
		display: none;
	}
	.hero .button {
		width: 240px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		margin: 0 auto;
	}
	.hero-logos{
		margin-top: 40px;
	}
	.hero-logo + .hero-logo {
		margin-left: 15px;
	}
	.sub-hero{
		padding-bottom: 45px;
	}
	.sh-text h2 {
		font-size: 32px;
		line-height: 32px;
	}
	.sh-text h2 .highlight{
		padding-bottom: 5px;
		margin-top: 10px;
	}
	.sh-text p{
		font-size: 15px;
		line-height: 22px;
	}
	.products .green-gradient {
		padding-bottom: 60px;
		margin-bottom: 0;
		padding-top: 60px;
	}
	.products .green-gradient h2 {
		font-size: 45px;
		line-height: 43px;
	}
	.home-product-list{
		padding-top: 45px;
	}
	.home-product-list > .container > .flex{
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.flex>.third.pl-product{
		flex-basis: auto;
		max-width: 90%;
	}
	.pl-product .plp-title {
		font-size: 20px;
		line-height: 24px;
	}
	.pl-product .plp-title br{
		display: none;
	}
	.pl-product p{
		font-size: 14px;
	}
	.choice .with-back{
		padding-top: 58px;
		padding-bottom: 59px;
		margin-bottom: 0;
		background-attachment: inherit;
	}
	.choice.mod .with-back{
		margin-bottom: 30px;
	}
	.choice .with-back h2{
		font-size: 35px;
	}
	.choice .smarter-rotator{
		display: none;
	}
	.choice .smarter-rotator .sr-inner{
		padding: 40px 0 0;
		font-size: 22px;
	}
	.choice .sr-carousel{
		height: 240px;
	}
	.choice:not(.mod) .lead-icons{
		padding-top: 45px;
	}
	.choice .chat-cta {
		margin-top: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	.house h2{
		font-size: 26px;
		line-height: 32px;
	}
    .previous-top,
    .close-leadgen{
        top: 10px;
    }
    .fls-head{
        padding-top: 50px;
    }
    .fls-fields{
        max-height: calc((var(--vh, 1vh) * 100) - 230px);
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .fls-head p{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }
	.radio .fls-field{
		margin: 0 12px 24px;
		max-width: calc(50% - 24px);
	}
	.fls-fields.checkbox .fls-field,
    .fls-fields.load-qty-to .fls-field{
		flex-basis: 100%;
		max-width: 100%;
	}
    .fl-step-3 .fls-fields.radio label{
        height: 185px;
    }
	.fl-step-6 .fls-fields .fls-field,
	.fl-step-7 .fls-fields .fls-field {
		margin: 0 0 22px;
		flex-basis: 100%;
		max-width: 100%;
	}
	.fl-step-6 .fls-fields .fls-field.medium,
	.fl-step-7 .fls-fields .fls-field.medium {
		flex-basis: calc(68% - 11px);
		margin-right: 11px;
	}
	.fl-step-6 .fls-fields .fls-field.small,
	.fl-step-7 .fls-fields .fls-field.small {
		flex-basis: calc(32% - 11px);
		margin-left: 11px;
	}
	.form-leadgen form.fl-step-6,
	.form-leadgen form.fl-step-7{
		justify-content: flex-start;
		padding-top: 60px;
	}
	.form-leadgen form.fl-step-10.found{
		justify-content: flex-start;
		padding-top: 60px;
	}
    .thanks-step p,
    .fls-not-available p{
        font-size: 30px;
    }
    .fl-step-2 .fls-not-available p{
        font-size: 20px;
    }
    .thanks-step p + p{
        font-size: 18px;
        line-height: 25px;
    }
    .fls-fields.load-products-to{
        padding: 10px 0;
    }
    .fls-fields.checkbox .fls-product.fls-field{
        flex-basis: calc(50% - 15px);
        margin: 7.5px;
        max-width: calc(50% - 15px);
    }
    [data-cat="cat-tv-mounting"] .fls-fields.checkbox .fls-product.fls-field{
	    flex-basis: calc(25% - 30px);
	    margin: 0 auto;
    }
    .fls-fields.checkbox .fls-product label{
        padding: 10px 15px 15px;
        font-size: 14px;
    }
    .fls-fields.checkbox .fls-product label:hover{
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    }
	.popup-subscribe .popup-content{
		background-position: calc(100% + 200px) 0;
		height: 500px;
	}
	.popup-subscribe .popup-content h5{
    	font-size: 47px;
	    line-height: 47px;
		margin-bottom: 20px;
	}
	.popup-subscribe .popup-content p{
		font-size: 15px;
		line-height: 15px;
	}
	.popup-subscribe .popup-content form > .flex{
		flex-direction: column;
	}
	.popup-subscribe .popup-content [type="email"],
	.popup-subscribe .popup-content button{
		height: 45px;
		font-size: 15px;
		flex-basis: auto;
		padding: 0 15px;
		text-align: center;
	}
	.popup-subscribe .popup-close,
	.popup-subscribe .popup-not-interested{
		font-size: 15px;
	}
	.popup-subscribe .popup-close{
		top: -30px;
	}
	.popup-subscribe .popup-not-interested {
		bottom: -35px;
	}
	.contact-us main {
		padding-bottom: 50px;
	}
	.contact-bottom a.button{
		width: 240px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.faq .faq-rotator{
		display: none;
	}
	.faq-item{
		font-size: 14px;
	}
	.faq-title {
		padding: 10px 0 15px;
		margin-top: 5px;
	}
	.faq-content{
		padding-right: 50px;
	}
	.faq-bottom{
		font-size: 16px;
		padding: 40px 0;
	}
	.faq-bottom .button{
		width: 240px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
    	font-size: 1em;
	}
	.get-started{
		font-size: 12.5px;
	}
	.get-started .inner-header{
		font-size: 9px;
		padding-top: 6em;
	}
	.get-started h2,
	.choice.mod  h2{
		line-height: 1.64;
		margin-bottom: 1em;
		margin-top: 0;
	}
	.get-started .lead-icons-header,
	.choice.mod  .lead-icons-header{
		font-size: 12px;
	}
	.get-started .lead-icons-text,
	.choice.mod  .lead-icons-text{
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.choice.mod  .lead-icons-text{
        font-size: 12.5px;
    }
	.get-started .chat-cta{
		font-size: 1.1em;
	}
	.get-started .alternate-heading{
		margin-bottom: 50px;
	}
	.get-started .alternate-heading h2{
		margin-top: 60px;
	}
	.get-started .alternate-heading p{
		font-size: 1.2em;
		line-height: 1.7;
	}
	.installation{
		font-size: 12.5px;
	}
	.installation .inner-header{
		font-size: 9px;
		padding-top: 6em;
	}
	.installation-top {
		padding-top: 20px;
		padding-bottom: 45px;
	}
	.installation-top p{
		line-height: 1.7;
		margin-top: 15px;
	}
	.products-lp{
		font-size: 12.5px;
	}
	.products-lp .products-header h2{
		margin-top: 0;
	}
	.products-lp .products-list{
		margin-top: 35px;
	}
	.products-filter.stuck .pf-sticky{
		top: 63px;
	}
    .price-row{
        flex-wrap: wrap;
    }
    .price-row .price{
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
	.product-info{
		font-size: 15px;
	}
	.product-scheduler{
		font-size: 13px;
	}
	.product-info h1{
		font-size: 1.7em;
	}
	.product-specifications,
	.related-products{
		font-size: 15px;
		padding-top: 50px;
	}
	.product-specifications h2{
		margin-bottom: 40px;
	}
	.specification-item{
		font-size: 14px;
	}
	.specification-title {
		padding: 10px 0 15px;
		margin-top: 5px;
	}
	.specification-content{
		padding-right: 50px;
	}
    .blog .blog-posts{
        padding-bottom: 60px;
    }
    .blog .blog-header{
        padding-top: 60px;
    }
    .blog .third{
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .blog .third:nth-child(3n + 3){
        justify-content: center;
    }
    .blog .blog-patination{
        margin-top: 60px;
    }
    .blog .blog-patination a,
    .blog .blog-patination span{
        font-size: 20px;
        margin: 0 15px;
    }
    .related-posts .half,
    .related-posts .half:nth-child(2n){
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 50px;
        justify-content: center;
        padding: 0 15px;
    }

    .asurion-default{
        padding: 45px 15px 28px;
    }
    .asurion-default img{
        margin-bottom: 25px;
    }
    .asurion-default p{
        font-size: 16px;
        margin-bottom: 25px;
    }
    .asurion-default p.bree {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .asurion-default p small{
        /*font-size: 80%;
        margin-top: 10px;
        display: inline-block;*/
    }
    .asurion-default .asurion-faq-icon{
        /*width: 24px;*/
        top: 10px;
        right: 10px;
    }
    .popup-asurion label{
        font-size: 20px;
    }
    .popup-asurion label .asurion-checkbox{
        width: 38px;
        height: 38px;
    }
    .popup-asurion label .asurion-checkbox:before{
        width: 25px;
        height: 24px;
    }
    .popup-asurion .popup-not-interested{
        font-size: 14px;
        margin-top: 10px;
        margin-top: 0;
    }
    .asurion-faq{
        font-size: 12px;
        padding: 15px;
    }
    .asurion-faq h5,
    .asurion-faq p{
        margin-bottom: 5px;
    }
    .asurion-faq h5{
        font-size: 16px;
    }
    .assurion-form{
        margin: 15px -15px -15px;
        padding: 0 15px;
    }
    .popup-addon .toggle-popup{
        top: 10px;
        right: 10px;
    }
    .popup-addon .popup-inner{
        padding-top: 30px;
    }
    .popup-addon .popup-heading p{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .popup-addon .popup-heading p + p{
        font-size: 11px;
        line-height: 16px;
    }
    .popup-addon .popup-content{
        padding: 10px 0;
    }
    .addon-fields.checkbox .addon-product.addon-field{
        flex-basis: calc(50% - 15px);
        margin: 7.5px;
        max-width: calc(50% - 15px);
    }
    .addon-fields.checkbox .addon-product label{
        padding: 0 15px 15px;
        font-size: 14px;
        min-height: 300px;
    }
    .addon-fields.checkbox .addon-product label:hover{
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    }
}
@media screen and (max-width: 567px) and (min-height: 800px){
	.hero{
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 320px){
	.hero{
    	background-position: calc(100% + 200px) 0;
	}
	.hero h1{
		font-size: 35px;
		line-height: 30px;
	}
	.hero p{
		font-size: 14px;
	}
	.hero-logos {
		margin-top: 25px;
	}
	.sh-text h2 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.sh-text p{
		font-size: 14px;
		line-height: 20px;
	}
	.sh-graphic{
		max-width: 100%;
	}
	.products .green-gradient h2 {
		font-size: 39px;
		line-height: 41px;
	}
	.choice .with-back h2 {
		font-size: 28px;
	}
	.choice .chat-cta{
		font-size: 13px;
	}
	.house h2{
		font-size: 24px;
	}
	.popup-subscribe .popup-content{
		height: 450px;
	}
	.popup-subscribe .popup-content h5{
		font-size: 38px;
		line-height: 38px;
	}
	.popup-subscribe .popup-content p{
		font-size: 12px;
	}
	.popup-subscribe .popup-content p small{
		font-size: 10px;
	}
	.popup-subscribe .popup-close,
	.popup-subscribe .popup-not-interested{
		font-size: 13px;
	}
	.popup-subscribe .popup-close{
		top: -25px;
	}
	.popup-subscribe .popup-not-interested {
		bottom: -30px;
	}
	.get-started{
		font-size: 10.5px;
	}
	.get-started .lead-icons-header,
	.choice.mod  .lead-icons-header{
		font-size: 11px;
	}
	.get-started .lead-icons-text,
	.choice.mod .lead-icons-text{
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.get-started .chat-cta{
		font-size: 1.1em;
	}
	.get-started .alternate-heading{
		margin-bottom: 50px;
	}
	.get-started .alternate-heading h2{
		margin-top: 60px;
	}
	.get-started .alternate-heading p{
		font-size: 1.2em;
		line-height: 1.7;
	}
	.price-row{
		justify-content: space-between;
	}
	.price-row .price{
		font-size: 18px;
		margin-right: 30px;
	}
	.product-specifications,
	.related-products{
		font-size: 13px;
	}
	.price-row .quantity input{
		width: 80px;
	}
	.product-info{
		font-size: 12px;
	}
	.product-info p.delivery-text{
		font-size: 1.05em;
	}
}
