/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

@font-face {
	font-family: 'Avenir Heavy';
	src: url("fonts/avenir-heavy-webfont.eot");
	src: url("fonts/avenir-heavy-webfont.eot?#iefix") format('embedded-opentype'),
	     url("fonts/avenir-heavy-webfont.woff") format('woff'),
	     url("fonts/avenir-heavy-webfont.ttf") format('truetype'),
	     url("fonts/avenir-heavy-webfont.svg#avenir_85_heavyregular") format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir-Black';
	src: url("fonts/Avenir-Black.eot");
	src: url("fonts/Avenir-Black.eot?#iefix") format('embedded-opentype'),
	     url("fonts/Avenir-Black.woff") format('woff'),
	     url("fonts/Avenir-Black.ttf") format('truetype'),
	     url("fonts/Avenir-Black#Avenir-Black") format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General */
main {
	padding-bottom: 0;
	width: 100%;
}
.pre-footer{
	display: none;
}
#june-banner,
#july-banner{
	display: none;
}
#july-promo .container {
    width: 1315px;
    max-width: 100%;
}
#july-promo img{
	align-self: center;
	max-width: 100%;
	height: auto;
}
#july-promo .flex{
    display: flex;		
}
#july-promo .inline-flex{
    display: inline-flex;		
}
#july-promo .flex.wrap,
#july-promo .inline-flex.wrap{
	flex-wrap: wrap;
}
#july-promo .flex-column{
	flex-direction: column;
}
#july-promo .flex > .half{
	flex-basis: 50%;
}
#july-promo .flex > .full{
	flex-basis: 100%;
}
#july-promo .clickable{
	display: inline-block;
	cursor: pointer;
}
#july-promo .uppercase{
	text-transform: uppercase;
}
#july-promo .gotham-book{
	font-family: 'Gotham-Book';	
}
#july-promo .gotham-medium{
	font-family: 'Gotham-Medium';	
}
#july-promo .gotham-bold{
	font-family: 'Gotham-Bold';	
}
#july-promo .gotham-black{
	font-family: 'Gotham-Black';	
}
#july-promo .gotham-ultra{
	font-family: 'Gotham-Ultra';	
}
#july-promo .lato,
#july-promo.lato{
	font-family: 'Lato', sans-serif;	
}

#july-promo .button{
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	background-color: #ed1c24;
	text-decoration: none;
	max-width: 100%;
	text-align: center;
}
#july-promo .e-price{
	font-family: 'Avenir-Black';
    font-size: 42px;
    line-height: 42px;
	letter-spacing: -0.01em;
	color: #ed1c24;
}
#july-promo .e-price sup{
    font-size: 60%;
    position: relative;	
	line-height: 1;
	font-family: 'Avenir Heavy';
}
#july-promo .e-price sup .period{
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    white-space: nowrap;
    left: 0;
    bottom: -8px;
	font-family: 'Avenir Heavy';
	letter-spacing: -0.025em;
}
#july-promo .form-row.flex{
	justify-content: space-between;
}
#july-promo .form-field.full-field{
	margin-bottom: 18px;
	flex: 0 1 100%;
}
#july-promo .form-field.half-field{
	margin-bottom: 17px;
	flex: 0 1 calc(50% - 12.5px);
}
#july-promo .form-field.third-field{
	margin-bottom: 17px;
	flex: 0 1 calc(33.3333% - 12px);
}
#july-promo label{
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	font-weight: normal;
	font-family: 'Avenir Next Medium';
}
#july-promo input,
#july-promo select,
#july-promo textarea{
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.01em;
	line-height: normal;
	color: #000;
	border: 2px solid #000;
	text-indent: 15px;
	font-weight: normal;
	border-radius: 0;
	outline: none;
}
#july-promo input,
#july-promo select{
	-webkit-appearance:none;
	appearance:none;
	border-radius: 0;
	background-color: #fff;
}
#july-promo .form-field ::placeholder { 
	font-size: 18px;
	line-height: normal;
	color: #000;
	opacity: 1; 
	font-weight: normal;
}
#july-promo .form-field input,
#july-promo .form-field select{
	height: 50px;
}
#july-promo .form-field input[type="checkbox"]{
    height: 15px;
    width: 15px;	
	cursor: pointer;
}
#july-promo .form-field input[type="submit"]{
	height: 60px;	
	color: #fff;
	font-size: 20px;
	margin-top: 23px;
	cursor: pointer;
	border: none;
	width: 325px;
	text-indent: 0;
}
#july-promo .form-field select{
    background-image: url(/themes/ace/images/july/select-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
}
#july-promo .form-field textarea{
	resize: none;
	padding-top: 20px;
	height: 160px;
}

/* Hero */

#july-promo .promo-hero{
	background-image: url(/themes/ace/images/july/hero-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 670px;
	overflow: hidden;
}
#july-promo .promo-hero h2{
	margin: 0;
	color: #ed1c24;
	font-weight: 900;
	font-size: 55px;
    line-height: 55px;
    margin-bottom: 20px;
}
#july-promo .promo-hero h2 + p{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 35px;
}
#july-promo .promo-hero h2 + p strong{
	font-weight: bold;
	color: #ed1c24;
}
#july-promo .step-inner{
    width: 1080px;
    max-width: 100%;
	padding-left: 65px;
	position: relative;
}
#july-promo .step-inner:after{
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 421px;
	top: 0;
	right: -300px;	
	background-image: url(/themes/ace/images/july/otter-hero.png);
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;	
}
#july-promo .step-inner .main-image{
	flex: 0 1 526px;
}
#july-promo .step-inner .scratch-container{
	flex: 0 0 489px;
}
#july-promo .sc-inner{
	background-image: url(/themes/ace/images/july/ornament.png);
	background-position: 0 -170px;
	background-size: 100% auto;
	background-repeat: no-repeat;	
	padding: 172px 65px 68px;
}
#july-promo .scratch{
	width: 358px;
	height: 358px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	z-index: 2;
}
#july-promo .scratch > *{
	top: 0;
	left: 0;	
}
#july-promo .scratch.revealed img,
#july-promo .scratch.revealed canvas{
	pointer-events: none;
}
#july-promo .scratch-inner{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	padding: 0 35px;
}
#july-promo .scratch-inner p{
	font-size: 14px;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 20px;
}
#july-promo .scratch-inner span.clickable{
	font-size: 17px;
    width: 200px;
    height: 53px;
    line-height: 53px;
}
#july-promo .disclaimer{
	padding: 25px 0;
}
#july-promo .step-inner .disclaimer{
	flex: 0 0 100%;
	padding-top: 13px;
	max-width: 100%;
}
#july-promo .disclaimer p{
	width: 900px;
	max-width: 100%;
	font-size: 14px;
	line-height: normal;
	margin: 0 auto;
}
#july-promo .step-inner .disclaimer p{
	margin-left: 0;
}
#july-promo .thanks a{
	height: 60px;	
	line-height: 60px;	
	color: #fff;
	font-size: 20px;
	border: none;
	width: 325px;
	text-decoration: none;
	margin: 0 auto;
}
#july-promo .step-2,
#july-promo .step-3{
	height: 100%;
}
#july-promo .form-container{
    flex-grow: 1;
    justify-content: center;	
    width: 675px;
    margin: 0 auto;
    max-width: 100%;
}
#july-promo .thanks-container{
    flex-grow: 1;
    justify-content: center;	
}

/* Products */

#july-promo .promo-products{
	padding: 60px 0 125px;
}
#july-promo .pp-top{
	align-items: center;
	margin-bottom: 40px;
}
#july-promo .pp-tap{
	flex: 1;
}
#july-promo .pp-text{
	flex: 0 1 630px;
}
#july-promo .pp-text h2{
	margin: 0 0 35px;
	font-size: 45px;
	line-height: 45px;
	font-weight: 900;
}
#july-promo .pp-text p{
	font-size: 20px;
	line-height: 27px;
	margin: 0;
}
#july-promo .pp-list{
	justify-content: space-between;
}
#july-promo .pp-product{
	margin-bottom: 60px;
	justify-content: flex-end;
	flex: 0 1 calc(25% - 37.5px);
	margin-right: 50px;
}
#july-promo .pp-product:last-child{
	margin-right: 0;
}
#july-promo .product-details{
	margin-top: 20px;
	justify-content: space-between;
}
#july-promo .pp-product h3{
	margin: 0;
	font-size: 18px;
	line-height: 21px;
}
#july-promo .gift{
	align-items: center;
	margin: 41px 0;
}
#july-promo .gift-title{
	color: #ed1c24;
	font-family: 'Avenir-Black';
	font-size: 33px;
	line-height: 1;
	position: relative;
	justify-content: center;
	padding-right: 15px;
}
#july-promo .gift-title:after{
	content: ':';
	color: #ed1c24;
	font-family: 'Avenir-Black';
	font-size: 46px;
	line-height: 30px;
	position: absolute;
	display: block;
	right: 0;
}
#july-promo .gift-title span.smaller{
	display: block;
	font-size: 72%;
}
#july-promo .gift-container {
	position: relative;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
}
#july-promo .gift-container .gift-image{
	position: absolute;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
}
#july-promo .gift-container.shaking .gift-image{
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
}
#july-promo .gift-container .amount{
	position: relative;
	z-index: 0;
	color: #fff100;
	font-size: 66px;
	line-height: 45px;
	-webkit-text-stroke: 3px black;
	opacity: 1;
	letter-spacing: -2px;
}
#july-promo .gift-container.shaking .amount{
	opacity: 0;
}
#july-promo .gift-container .amount sup{
	font-size: 60%;
	-webkit-text-stroke-width: 2px;
}
#july-promo .pp-product a{
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
}

/* Bottom */ 

#july-promo .promo-bottom{
	background-color: #000;
}
#july-promo .promo-bottom > .flex{
	align-items: center;
}
#july-promo .promo-bottom .otter-bottom{
    margin-top: -102px;
    margin-left: -135px;
    margin-right: 25px;
}
#july-promo .otter-animation{
	position: fixed;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 9;
}
@media screen and (max-width: 1345px){
	#july-promo .gift-title{
		font-size: 27px;
	}
	#july-promo .gift-container .amount{
		font-size: 45px;
	}
}
@media screen and (max-width: 1199px){
	#july-promo .step-inner{
		padding-left: 0;
		width: 1015px;
		margin: 0 auto;
	}
	#july-promo .step-inner:after{
		display: none;
	}
	#july-promo .step-inner .main-image{
		flex-basis: calc(100% - 489px);
	}
	#july-promo .pp-list{
		flex-wrap: wrap;
	}
	#july-promo .pp-product{
		flex-basis: calc(50% - 25px);
	}
	#july-promo .pp-product:nth-child(2) {
		margin-right: 0;
	}
	#july-promo .gift{
		justify-content: space-between;
	}
	#july-promo .pp-text{
		padding: 0 15px;
	}
}
@media screen and (max-width:991px){
	#july-promo .promo-hero{
		height: auto;
	}
	#july-promo .pp-top{
		flex-direction: column;
	}
	#july-promo .pp-tap,
	#july-promo .pp-text{
		flex: initial;
	}
	#july-promo .pp-tap{
		margin-top: 35px;
	}
	#july-promo .step-inner .scratch-container,
	#july-promo .step-inner .main-image{
		flex-basis: 50%;
		max-width: 50%;
	}
	#july-promo .sc-inner{
		width: 373px;
		margin: 0 auto;
		padding: 100px 40px 44px;
		background-position: 0 -147px;
	}
	#july-promo .scratch{
		width: 293px;
		height: 293px;
	}
	#july-promo .scratch-inner img{
		width: 185px;
	}
	#july-promo .scratch-inner p{
		font-size: 12px;
		margin-bottom: 5px;
		margin-top: 8px;
	}
	#july-promo .scratch-inner span.clickable {
		font-size: 15px;
		width: 173px;
		height: 50px;
		line-height: 50px;
		letter-spacing: -0.01em;
	}
	#july-promo .form-container,
	#july-promo .thanks-container{
		padding-top: 45px;
	}
}
@media screen and (max-width:767px){
	#july-promo .step-inner.flex.wrap{
		flex-wrap: nowrap;
		flex-direction: column;
		padding-top: 10px;
	}
	#july-promo .step-inner .scratch-container, 
	#july-promo .step-inner .main-image{
		flex: 1 1 100%;
		max-width: 100%;
	}
	#july-promo .step-inner .main-image{
		justify-content: center;
		position: relative;
		z-index: 1;
	}
	#july-promo .step-inner .scratch-container{
		margin-top: -300px;
	}
	#july-promo .sc-inner{
		background-position: bottom center;
		padding-top: 340px;
		padding-bottom: 54px;
		background-image: url(/themes/ace/images/july/ornament-m.png);
	}
	#july-promo .promo-bottom > .flex{
		flex-direction: column;
		padding-bottom: 45px;
	}
	#july-promo .promo-bottom .otter-bottom{
		margin-top: -210px;
		margin-left: -15px;
		margin-right: 0;		
	}
}
@media screen and (max-width: 567px){
	#july-promo .step-1 .container{
		padding: 0;
	}
	#july-promo .step-2,
	#july-promo .step-3{
		min-height: 700px;
	}
	#july-promo .disclaimer{
		padding: 22px 15px ;
		text-align: center;		
	}
	#july-promo .step-inner .disclaimer{
		padding: 0 15px 22px;
	}
	#july-promo .step-2 .disclaimer{
		padding: 22px 0 ;
	}
	#july-promo .disclaimer p{
		font-size: 12px;
	}
	#july-promo .promo-hero h2{
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 10px;		
	}
	#july-promo .promo-hero .step-3 h2{
		font-size: 55px;
		line-height: 55px;
	}
	#july-promo .promo-hero h2 + p{
		font-size: 16px;
		max-width: 250px;
		margin: 0 auto 20px;
	}
	#july-promo .form-row.flex{
		flex-direction: column;
	}
	#july-promo .form-field.half-field{
		flex-basis: 100%;
		margin-bottom: 13px;
	}
	#july-promo .form-container{
		padding: 35px 10px 0;
	}
	#july-promo .form-field input[type="submit"],
	#july-promo .thanks a{
		height: 55px;
		line-height: 55px;
		font-size: 16px;
		margin-top: 7px;
		width: 250px;
	}
	#july-promo .promo-products{
		padding: 75px 0 300px;
	}
	#july-promo .pp-text{
		padding: 0;
	}
	#july-promo .pp-text h2{
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 16px;
	}
	#july-promo .pp-text p{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 30px;
	}
	#july-promo .pp-tap{
		margin-top: 0;
	}
	#july-promo .pp-list{
		padding: 0 35px;
	}
	#july-promo .pp-product{
		flex-basis: 100%;
		margin-right: 0;
	}
	#july-promo .gift-container .amount{
		font-size: 64px;
	}
	#july-promo .gift-title{
		font-size: 33px;
	}
}