@font-face {
    font-family: 'dk_whale_songregular';
    src: url('fonts/dk_whale_song-webfont.eot');
    src: url('fonts/dk_whale_song-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dk_whale_song-webfont.woff2') format('woff2'),
         url('fonts/dk_whale_song-webfont.woff') format('woff'),
         url('fonts/dk_whale_song-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* General */
main{
	padding-bottom: 0;
	width: 100%;
}
#july-banner,
#aug-banner{
	display: none;
}
#aug-promo{
	overflow: hidden;
	font-family: 'Lato', sans-serif;
}
#aug-promo .container {
    width: 1345px;
    max-width: 100%;
}
#aug-promo img{
	align-self: center;
	max-width: 100%;
	height: auto;
}
#aug-promo .flex{
    display: flex;		
}
#aug-promo .inline-flex{
    display: inline-flex;		
}
#aug-promo .flex.wrap,
#aug-promo .inline-flex.wrap{
	flex-wrap: wrap;
}
#aug-promo .flex-column{
	flex-direction: column;
}
#aug-promo .flex > .half{
	flex-basis: 50%;
}
#aug-promo .flex > .full{
	flex-basis: 100%;
}
#aug-promo .clickable{
	display: inline-block;
	cursor: pointer;
}
#aug-promo .uppercase{
	text-transform: uppercase;
}
#aug-promo .gotham-book{
	font-family: 'Gotham-Book';	
}
#aug-promo .gotham-medium{
	font-family: 'Gotham-Medium';	
}
#aug-promo .gotham-bold{
	font-family: 'Gotham-Bold';	
}
#aug-promo .gotham-black{
	font-family: 'Gotham-Black';	
}
#aug-promo .gotham-ultra{
	font-family: 'Gotham-Ultra';	
}
#aug-promo .dkws{
    font-family: 'dk_whale_songregular';	
}
#aug-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;
}
#aug-promo .e-price{
	font-family: 'Avenir-Black';
    font-size: 42px;
    line-height: 42px;
	letter-spacing: -0.01em;
	color: #ed1c24;
}
#aug-promo .e-price sup{
    font-size: 60%;
    position: relative;	
	line-height: 1;
	font-family: 'Avenir Heavy';
}
#aug-promo .e-price sup .period{
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    white-space: nowrap;
    left: 0;
    bottom: -7px;
	font-family: 'Avenir Heavy';
	letter-spacing: -0.025em;
}
#aug-promo .form-row.flex{
	justify-content: space-between;
}
#aug-promo .form-field.full-field{
	margin-bottom: 0px;
	flex: 0 1 100%;
}
#aug-promo .form-field.half-field{
	margin-bottom: 20px;
	flex: 0 1 calc(50% - 10px);
}
#aug-promo .form-field.third-field{
	margin-bottom: 20px;
	flex: 0 1 calc(33.3333% - 12px);
}
#aug-promo label{
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	font-weight: normal;
	font-family: 'Avenir Next Medium';
}
#aug-promo input,
#aug-promo select,
#aug-promo textarea{
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.01em;
	line-height: normal;
	color: #000;
	border: 1px solid #cccccc;
	text-indent: 15px;
	font-weight: normal;
	border-radius: 0;
	outline: none;
}
#aug-promo input,
#aug-promo select{
	-webkit-appearance:none;
	appearance:none;
	border-radius: 0;
	background-color: #fff;
	height: 55px;
}
#aug-promo form ::placeholder,
#aug-promo .form-field ::placeholder { 
	font-size: 18px;
	line-height: normal;
	color: #aaaaaa;
	opacity: 1; 
	font-weight: normal;
}
#aug-promo .form-field input,
#aug-promo .form-field select{
	height: 55px;
}
#aug-promo .form-field input[type="checkbox"]{
    height: 15px;
    width: 15px;	
	cursor: pointer;
}
#aug-promo .form-field input[type="submit"]{
	height: 55px;	
	color: #fff;
	font-size: 24px;
	margin-top: 25px;
	cursor: pointer;
	border: none;
	width: 285px;
	text-indent: 0;
}
#aug-promo .form-field select{
    background-image: url(../images/aug/select-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
	color: #aaaaaa;
}
#aug-promo .form-field select.selected{
	color: #000;	
}
#aug-promo .form-field textarea{
	resize: none;
	padding-top: 20px;
	height: 160px;
}
/* Hero */
#aug-promo .promo-hero{
    background-image: url(../images/aug/hero-back.jpg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 650px;
	align-items: center;
	justify-content: center;
}
#aug-promo .hero-inner{
	width: 1310px;
	max-width: 100%;
	margin: 0 auto;
    background-image: url(../images/aug/hero-inner.png);
    background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 616px;
	align-items: center;
	position: relative;
	z-index: 1;
}
#aug-promo .hero-inner .step-1 .step-inner{
	justify-content: center;
}
#aug-promo .hero-inner .step-1 .text{
	flex-basis: 580px;
	flex-grow: 0;
	flex-shrink: 1;
	padding-right: 110px;
	padding-top: 15px;
}
#aug-promo .hero-inner span.red{
	font-size: 50px;
	line-height: 50px;
	color: #ed1c24;
	margin-bottom: 36px;
}
#aug-promo .hero-inner .step-1 span.red{
	font-size: 90px;
	line-height: 90px;
	display: block;
	margin-bottom: 17px;
}
#aug-promo .hero-inner .step-1 p{
	font-size: 20px;
	line-height: 25px;
}
#aug-promo .hero-inner .step-1 p span{
	font-size: 40px;
	line-height: 39px;
	letter-spacing: -0.015em;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 5px;
}
#aug-promo .hero-inner .step-1 form{
	padding: 9px;
	background-color: #fff100;
	border-radius: 2px;
	margin-top: 35px;
}
#aug-promo .hero-inner .step-1 input[type="email"]{
	border-right: 0;
	flex: 0 0 306px;
	width: 306px;
}
#aug-promo .hero-inner .step-1 input[type="submit"]{
	background-color: #ed1c24;
	color: #fff;
	flex: 0 0 100px;
	width: 100px;
	text-indent: 0;
	border: none;
}
#aug-promo .step-1 .graphics:not(.mobile){
	position: relative;
}
#aug-promo .step-1 .graphics:not(.mobile) .parrot{
	display: block;
	position: absolute;
	top: 36%;
	right: -195px;
}
#aug-promo .step-2,
#aug-promo .step-3{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#aug-promo .step-2 .graphics,
#aug-promo .step-3 .graphics{
	position: absolute;
	right: -10px;
	bottom: -10px;
}
#aug-promo .step-2 .step-inner{
	width: 660px;
	max-width: 100%;
}
#aug-promo .hero-inner .step-3{
	position: relative;
}
#aug-promo .hero-inner .step-3:before,
#aug-promo .hero-inner .step-3:after,
#aug-promo .hero-inner.step-3-active:before{
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
#aug-promo .hero-inner.step-3-active:before{
	background-image: url(../images/aug/gem-tl.png);
	width: 129px;
	height: 129px;
    left: 85px;
    top: -80px;
	background-position: top left;
}
#aug-promo .hero-inner .step-3:before{
	background-image: url(../images/aug/gem-bl.png);
	width: 211px;
	height: 162px;
	left: -60px;
	bottom: 0;
	background-position: bottom left;
}
#aug-promo .hero-inner .step-3:after{
	background-image: url(../images/aug/gem-tr.png);
	width: 208px;
	height: 212px;
    right: -20px;
    top: -85px;
	background-position: top right;
}
#aug-promo .hero-inner .step-3 span.red{
	margin-bottom: 25px;
}
#aug-promo .hero-inner .step-3 p{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 35px;
}
#aug-promo .hero-inner .step-3 .treasure{
    position: relative;
    justify-content: center;
    align-items: center;	
	margin-bottom: 45px;
}
#aug-promo .hero-inner .step-3 .treasure span{
    position: absolute;
    font-size: 90px;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    text-align: center;
    color: #fff100;
	text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.46);
}
#aug-promo .hero-inner .step-3 .button{
	font-size: 24px;
	width: 285px;
	height: 60px;
	line-height: 60px;
}

/* CTA */
#aug-promo .promo-cta{
    background-image: url(../images/aug/promo-cta-back.jpg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 20px;
	padding-top: 25px;
}
#aug-promo .promo-cta span{
	display: inline-block;
	position: relative;
}
#aug-promo .promo-cta span:before,
#aug-promo .promo-cta span:after{
	content: '';
	display: block;
	position: absolute;
	width: 23px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/aug/rope.png);
}
#aug-promo .promo-cta span:before{
    top: -100px;
    left: 110px;
}
#aug-promo .promo-cta span:after{
	top: -100px;
	right: 110px;
}
#aug-promo .promo-cta span img{
	position: relative;
	z-index: 1;
}

/* Products */
#aug-promo .promo-products{
	padding-top: 65px;
	padding-bottom: 10px;
}
#aug-promo .promo-products h2{
	font-size: 50px;
	line-height: 50px;
	color: #ed1c24;
	margin-top: 0;
	margin-bottom: 70px;	
}
#aug-promo .promo-products .pp-list{
	position: relative;
}
#aug-promo .promo-products .pp-list:after{
	content: '';
	display: none;
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 457px;
	height: 462px;
	max-width: 33.333%;
	background-image: url(../images/aug/employee.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#aug-promo .promo-products .pp-product{
	flex: 0 0 25%;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 90px;
}
#aug-promo .promo-products .pp-product.pp-1 img{
	margin-right: -30px;
}
#aug-promo .promo-products .pp-product.pp-2 img{
	margin-right: -65px;
}
#aug-promo .promo-products .pp-product.pp-3 img{
	margin-right: -5px;
}
#aug-promo .promo-products .pp-product.pp-4 img{
	margin-right: -70px;
}
#aug-promo .promo-products .pp-product h4{
	font-size: 20px;
	line-height: 20px;
	margin-top: 14px;
	margin-bottom: 15px;
}
#aug-promo .promo-products .pp-product h4 strong{
	display: inline-block;
	background-color: #fff100;
	border-radius: 2px;
    padding: 5px 5px 3px;
}
#aug-promo .promo-products .pp-product .button{
	width: 252px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
}

/* Promo disclaimer */
.promo-disclaimer{
	background-color: #f5f5f5;
	padding: 45px 0;
}
.promo-disclaimer p{
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 0;
}

@media screen and (max-width: 1340px){
	#aug-promo .hero-inner{		
		height: auto;
		padding: 70px 10%;
	}
	#aug-promo .promo-hero{
		height: auto;
		padding: 20px 0;
	}
	#aug-promo .step-2 .graphics{
		position: absolute;
		right: -160px;
		bottom: -70px;
	}	 
	#aug-promo .step-3 .graphics {
		display: none;
	}
	#aug-promo .hero-inner .step-3 span.red{
		margin-bottom: 10px;
	}
	#aug-promo .hero-inner .step-3 p,
	#aug-promo .hero-inner .step-3 .treasure{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1200px){
	#aug-promo .hero-inner .step-1 .text{
		padding-right: 45px;
		padding-top: 0;
	}
	#aug-promo .hero-inner .step-1 form{
		margin-top: 15px;
	}
	#aug-promo .hero-inner .step-3:before{
		width: 211px;
		height: 110px;
		left: -60px;
		bottom: -50px;		
	}
	#aug-promo .hero-inner .step-3:after{
		height: 160px;
		right: -150px;		
	}
	#aug-promo .hero-inner.step-3-active:before{
		height: 79px;
		top: -50px;
	}
}
@media screen and (max-width: 991px){
	#aug-promo .promo-products .pp-product{
		flex-basis: 50%;
	}
	#aug-promo .promo-products .pp-list:after{
		max-width: 50%;
	}
	#aug-promo .promo-cta span:before, 
	#aug-promo .promo-cta span:after{
		display: none;
	}
	#aug-promo .hero-inner .step-1 .text{
		padding-right: 0;
		text-align: center;
	}
}
@media screen and (min-width: 568px) and (max-width: 991px){
	#aug-promo .hero-inner{
		padding: 120px 15px;
		max-width: 560px;
	}
	#aug-promo .hero-inner{
		background-image: url(../images/aug/hero-inner-square.png);
	}
	#aug-promo .step-1 .graphics:not(.mobile){
		position: static;
	}
	#aug-promo .step-1 .graphics:not(.mobile) img:not(.parrot){
		display: none;
	}
	#aug-promo .step-1 .graphics:not(.mobile) .parrot{
		right: -260px;
    	bottom: -70px;
		top: inherit;
	}
	#aug-promo .step-2 .graphics{
		right: -260px;
	}
}
@media screen and (min-width: 568px){
	.mobile{
		display: none;
	}
}
@media screen and (max-width: 567px){
	.desktop{
		display: none;
	}
	#aug-promo .promo-hero{
		overflow: hidden;
	}
	#aug-promo .promo-hero .container{
		padding: 0;
	}
	#aug-promo .hero-inner{
		background-image: url(../images/aug/hero-inner-portrait.png);
		padding: 35px 0 60px;
		width: 373px;
		height: 729px;
	}
	#aug-promo .hero-inner .step-1 .step-inner{
		flex-direction: column;
	}
	#aug-promo .hero-inner .step-1 .text{
		flex-basis: auto;
	}
	#aug-promo .hero-inner .step-1 span.red{
		font-size: 70px;
		line-height: 70px;
		margin-bottom: 15px;
	}
	#aug-promo .hero-inner .step-1 p {
		font-size: 16px;
		line-height: 20px;
		padding: 0 40px;
	}
	#aug-promo .hero-inner .step-1 p span{
		font-size: 27px;
		line-height: 27px;		
	}
	#aug-promo .hero-inner .step-1 form.inline-flex{
		display: flex;
	    margin: 42px 32px 0;
	}
	#aug-promo .hero-inner .step-1 input[type="email"]{
		flex-basis: auto;
		flex-grow: 1;
		width: auto;		
	}
	#aug-promo .hero-inner .step-1 input[type="submit"]{
		flex-basis: 80px;
		width: auto;		
	}
	#aug-promo .step-1 .graphics.mobile{
		position: relative;
	}
	#aug-promo .step-1 .graphics.mobile .parrot{
		position: absolute;
		width: 260px;
		right: -75px;
		bottom: -50px;
	}
	#aug-promo .step-1 .graphics.mobile img:not(.parrot){
		width: 285px;
	}
	#aug-promo .step-2 .step-inner{
		padding-bottom: 100px;
	}
	#aug-promo .hero-inner .step-2 span.red{
		font-size: 40px;
		line-height: 40px;
		padding: 0 40px;
	}
	#aug-promo .form-row.flex{
		flex-wrap: wrap;
	}
	#aug-promo .form-field input[type="submit"]{
		margin-top: 0;
	}
	#aug-promo .step-2 .graphics{
		width: 260px;
		right: -87px;
		bottom: -55px;		
	}
	#aug-promo .form-field.half-field{
		flex-basis: 100%;
		margin-right: 45px;
		margin-left: 45px;
	}
	#aug-promo .step-3 .step-inner{
		padding-bottom: 180px;
	}
	#aug-promo .hero-inner .step-3 .treasure img{
		width: 216px;
	}
	#aug-promo .hero-inner .step-3 .treasure span{
		font-size: 60px;
	}
	#aug-promo .hero-inner .step-3 span.red{
		font-size: 37px;
		line-height: 37px;
	}
	#aug-promo .hero-inner .step-3 span.red span{
		font-size: 65px;
		display: block;
		margin-bottom: 5px;
	}
	#aug-promo .hero-inner .step-3 p{
		font-size: 18px;
		line-height: normal;
		padding: 0 75px;
	}
	#aug-promo .step-3 .graphics{
		display: flex;
		right: -83px;
		bottom: -115px;		
	}
	#aug-promo .step-3 img.speech-bubble{
		position: relative;
		left: -185px;
		margin-bottom: -85px;
		width: 242px;		
	}
	#aug-promo .step-3 img.parrot{
		width: 260px;
		position: relative;
		z-index: 1;
	}
	#aug-promo .hero-inner .step-3:before{
		z-index: 1;		
		height: 140px;
		bottom: -125px;
	}
	#aug-promo .hero-inner.step-3-active:before{
		height: 100px;
		top: 200px;
		left: -60px;		
	}
	#aug-promo .hero-inner .step-3:after{		
		height: 180px;
		right: -50px;
	}
	#aug-promo .hero-inner .step-3 .treasure{
		margin-bottom: 35px;
	}
	#aug-promo .promo-cta{
		background-image: none;
		padding-top: 35px;
	}
	#aug-promo .promo-products{
		padding-top: 15px;
	}
	#aug-promo .promo-products h2{
		font-size: 45px;
		margin-bottom: 25px;
	}
	#aug-promo .promo-products .pp-product{
		flex-basis: 100%;
		margin-bottom: 55px;
	}
	#aug-promo .promo-products .pp-list:after{
		display: none;
	}
}