/*Styles for the unique url coupon pages page*/

*{font-family: 'Agenda',sans-serif;}
@media only screen and (min-width: 300px) {
    .desktopHero{display: none;}
    .mobileHero{display: block; min-height: 450px;}
}
@media only screen and (min-width: 480px) {

    .desktopHero{display: block;}
    .mobileHero{display: none;}
}
@media only screen and (min-width: 992px) {
}


@media only screen and (min-width: 300px) {

    #couponLead{
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) {
	#couponLead{
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
	}
}
@media only screen and (min-width: 992px) {
    #couponLead{
    }
}
#couponLead p{text-align: center; font-size: 22px; font-weight:300; max-width: 600px; margin: auto;}
#couponLead h1{color:#414042; text-align: center; font-size:42px; margin-top: 20px}
#couponLead ul{width: 100%; max-width:400px; margin: 30px auto;}
#couponLead ul li{font-size: 20px; font-weight: 300; padding-left: 15px; line-height: 20px; padding-bottom: 15px; margin-left: 40px;}

.covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Coup CTA */
#coupCTA{margin-bottom:55px;}
#coupCTA h2{color:#d2232a; text-align:center; font-size:24px;}
#coupCTA p{font-size:22px; text-align:center; font-weight:300; max-width: 650px; margin: auto;}
#coupCTA span{color:#d2232a; font-weight:500;}
/* ///END Coup CTA */



/* Form Styles */
#coupLocator .form-group{ width:100%; margin-bottom: 15px;}
label{font-weight: 300;}
@media only screen and (min-width: 300px) {
#coupLocator .form-group input, #coupLocator .form-group select, #coupLocator .form-group textarea{width:100%;}
}
@media only screen and (min-width: 768px) {
#coupLocator .form-group input, #coupLocator .form-group select, #coupLocator .form-group textarea{width:100%;}
}
@media only screen and (min-width: 992px) {
#coupLocator .form-group input, #coupLocator .form-group select, #coupLocator .form-group textarea{width:100%;}
}
.form-group{min-height: 50px;}
#coupLocator input[type='checkbox']{width: 25px;}


/* /////END Form Styles */


#spaChoice{margin-top:75px;padding: 25px 0 50px; background-color:#f1f1f2;}


/*Video section*/
#videoSnippet img, #videoSnippet video{
    max-width: 900px;
    margin: auto;
    width: 100%;
}

#videoSnippet .para{
    display: block;
    margin: auto;
    margin-top: -100px;
}


#swimSpaVideo > div{
    margin-top: 75px;
    margin-bottom: 75px;
    overflow: hidden;
}
#swimSpaVideo video{
    width: 100%;
}

/*End video section*/


/*how to buy circle image section*/

.howToBuy{
  background-color: #fff;
    color: #5a5a5a;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 55px;
}

.howToBuy figure{
    max-width: 200px;
    margin: 25px auto;
}



.howToBuy figcaption{
    font-size: 22px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: 500;
}

.howToBuy span{
    display: block;
    margin: 0 auto 30px;
    font-size: 18px;
    max-width: 275px;
    font-weight: 300;
}

.howToBuy h3, h3.compareBrands{
    color: #5a5a5a;
    font-size:24px; text-align:center; max-width:500px; font-weight:300; margin:auto; margin-top:35px; line-height:1
}

.howToBuy .para{
	margin-bottom: 25px;
}

section{margin-bottom: 0px;}

@media only screen and (min-width: 300px) {
    .howToBuy .para{
        margin-right: auto;
    }
}
@media only screen and (min-width: 450px) {
    .howToBuy .para{
        margin-right: 9px;
    }
}

/* END how to buy
