/* Overrides */

html,
#sbFooterCouponsWrapper {
    min-width: 0!important;
}

#sbFooterCoupons{
    position: static!important;
}

#sbGlobalNavLoginBtn {
    margin: 0;
}

#switchMobileDeskFoot {
    display: none!important;
}

@media only screen and (max-width: 999px) {
    .bannerCont {
        position: fixed;
    }
}

/* Container */
#lpContainer {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: 300;
}

 #lpContainer * {
     box-sizing: border-box;
 }

#lpHeaderContent {
    max-width: 102.4rem;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#lpContainer section {
    border-top: .1rem solid #d2d7da;
    border-bottom: .1rem solid #d2d7da;
    text-align: center;
}

#lpContainer section:nth-child(odd) {
    background-color: #f4f6f6;
}

.sectionWrapper {
    max-width: 81rem;
    margin: 0 auto;
}

/* Header */

#lpHeader {
    background: url(/dist-non-modules/content/home-6/images/logged-out/header-background-giftcards.e7ac50e1009f145426fa.jpg) center 60% / cover no-repeat;
    overflow: auto;
    padding: 2.1rem 0 2.8rem;
}

#lpHeaderContentLeft,
#lpHeaderContentRight {
    flex: 1 1 51.2rem;
}

#lpHeaderContentLeft {
    padding: 8rem 0;
}

 #lpHeaderContentLeft h1 {
     text-shadow: 0 .1rem .2rem rgba(0, 0, 0, .86);
     color: #fff;
     font-size: 5em;
     font-weight: 300;
     line-height: 1;
     text-align: center;
     padding: 0 6rem;
 }

#lpHeaderVideo {
    text-shadow: 0 .4rem .2rem #000;
    color: #fff;
    font-size: 2em;
    line-height: 1;
    text-align: center;
}

#lpHeaderVideoCta {
    display: block;
    padding: 0;
    margin: 5rem auto;
    text-indent: -9999rem;
    width: 8.9rem;
    height: 8.8rem;
    background: url(/dist-non-modules/content/home-6/images/logged-out/sprite-template-default.min.60bcaacdfefa876fd165.svg) 0 0 / 50rem auto no-repeat;
}

#lpHeaderVideoCta:hover {
    opacity: .9
}
#lpHeaderVideoCta:focus {
    outline-color: #fff;
}

#welcomeVidFrame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 3rem 2rem;
    max-width: 50rem;
}

#welcomeVidFrame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#availableGc {
    display: block;
    margin: auto;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
}


.lpEmailOnlyReg #lpHeaderContentLeft {
	display: none;
}

.lpEmailOnlyReg #sbRegFormWrapper {
	max-width: 55rem;
}
.lpEmailOnlyReg #sbRegForm {
    border-radius: .8rem;
    border: .1rem solid #979797;
    background-color: #fff;
}

.lpEmailOnlyReg .sbRegFormInputWrap,
.lpEmailOnlyReg #signUpCodeLine,
.lpEmailOnlyReg #sbRegForm .sbCta,
.lpEmailOnlyReg #sbRegFormOptionDivider {
	max-width: 38rem;
    margin: auto;
    display: block;
}

.lpEmailOnlyReg #sbRegForm #sbxJxRegEmail,
.lpEmailOnlyReg #sbRegForm #signUpCodeInput {
	font-size: 1.9em;
	line-height: 5rem;
}

.lpEmailOnlyReg .signUpCodeInputOpen#signUpCodeText {
	line-height: 5rem;
    margin-bottom: 3rem;
}

.lpEmailOnlyReg #sbRegForm .sbCta,
.lpEmailOnlyReg #sbRegForm #sbRegFormFacebookNativeCta {
	line-height: 5rem;
	padding: 0;
}

.lpEmailOnlyReg #sbRegFormOptionDivider {
	margin: 2rem auto;
}

.lpEmailOnlyReg #sbRegFormTitle,
.lpEmailOnlyReg .hasSignupBonus #sbRegFormTitle {
	color: #000;
	font-weight: 400;
    font-size: 2.7em;
    line-height: 3rem;
    text-align: center;
}
.lpEmailOnlyReg .hasSignupBonus #sbRegFormTitle {
	margin-top: 6rem;
}

.lpEmailOnlyReg .textHighlight {
    font-weight: 600;
    font-style: italic;
}

.lpEmailOnlyReg #lpContentBrag {
	border: none;
	padding: 2rem 0;
}
.lpEmailOnlyReg #lpContentBragTitle {
	font-size: 1.6em;
	font-style: italic;
    font-weight: 600;
    color: #4a4a4a;
    line-height: 1.3rem;
}
.lpEmailOnlyReg #flipCounterWrapper {
    font-size: 5em;	
}

.lpEmailOnlyReg .sbRegFormTerms {
	
}

/* Section: About */

#lpContentAbout {
    padding: 4.4rem 0;
    position: relative;
    overflow: auto;
}

#lpContentAboutArrow {
    display: block;
    width: 2rem;
    height: 4.5rem;
    position: absolute;
    bottom: 14rem;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/dist-non-modules/content/home-6/images/logged-out/sprite-template-default.min.60bcaacdfefa876fd165.svg) -12.8rem -2.1rem / 50rem auto no-repeat;
}

#lpContentAbout h2 {
    font-size: 4em;
    line-height: 1.375;
    font-weight: 300;
    color: #333;
    margin-bottom: 3.6rem;
}

#lpContentAbout h2 strong {
    font-weight: 400;
}

.lpContentHalves {
    float: left;
    width: 33rem;
    text-align: left;
}

.lpContentHalves:last-child {
    float: right;
}

.lpContentHalves h2 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 1rem;
}

#lpContentAbout p {
    font-size: 1.8em;
    line-height: 1.5;
}

#lpContentAboutEarn:before,
#lpContentAboutGC:before {
    content: '';
    height: 7.8rem;
    display: block;
    margin-bottom: 2rem;
}

#lpContentAboutEarn:before {
    width: 27rem;
    background: url(/dist-non-modules/content/home-6/images/logged-out/sprite-template-default.min.60bcaacdfefa876fd165.svg) 0 -9.7rem / 54rem auto no-repeat;
}

#lpContentAboutGC:before {
    width: 29.4rem;
    background: url(/dist-non-modules/content/home-6/images/logged-out/gift-cards-US.min.e592777cf084550d20a5.svg) 0 0 / 29.4rem auto no-repeat;
}

.country_2#lpContentAboutGC:before {
    background-image: url(/dist-non-modules/content/home-6/images/logged-out/gift-cards-CA.min.6e770405c803b8a3f9e2.svg);
}

.country_4#lpContentAboutGC:before {
    background-image: url(/dist-non-modules/content/home-6/images/logged-out/gift-cards-UK.min.b8ba0b6cf8bacd71d98a.svg);
}

.country_16#lpContentAboutGC:before {
    background-image: url(/dist-non-modules/content/home-6/images/logged-out/gift-cards-IR.min.6e770405c803b8a3f9e2.svg);
}

.country_32#lpContentAboutGC:before {
    background-image: url(/dist-non-modules/content/home-6/images/logged-out/gift-cards-IN.min.18cc637f7e9adc5133ad.svg);
}

.country_64#lpContentAboutGC:before {
    background-image: url(/dist-non-modules/content/home-6/images/logged-out/gift-cards-DE.min.197ae9bb9b435cc51016.svg);
}

/* Section: Brag */

#lpContentBrag {
    padding: 6rem 0 5rem;
}

#lpContentBrag h2 {
    font-size: 3.4em;
    line-height: 1;
    color: #333;
    font-weight: 600;
    margin-bottom: 2rem;
}
 
 /* Section: Channels */
#lpContentChannels{
	padding: 4rem 0 7.6rem;
}
#lpContentChannels .sectionWrapper{
	max-width: 97rem;
}
#lpContentChannels h1{
	font-size: 4em;
    font-weight: 300;
}
#channelWrapper{
 	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.8em;
    text-align: left;
    padding: 0;
    margin: 4rem 0 0;
 }
#channelWrapper .channel{
	-webkit-flex: 0 0 18rem;
        -ms-flex: 0 0 18rem;
            flex: 0 0 18rem;
	font-size: .9em;
	font-weight: 500;
	line-height: 1.9rem;
}
#channelWrapper .channel .icon{
	display: table;
	background: #fff url(/dist-non-modules/content/home-6/images/logged-out/sprite-channels-icons.17913e73ef2e28d6e7bb.png);
	height: 14rem;
	width: 100%;
	text-align: center;
    color: #fff;
}

#channelWrapper .channel.animate .icon{
	-webkit-animation: scaleUp .5s ease;
            animation: scaleUp .5s ease;
}
#channelWrapper .channel:nth-child(1) .icon{
	-webkit-animation-delay: .1s;
	        animation-delay: .1s;
}
#channelWrapper .channel:nth-child(2) .icon{
	-webkit-animation-delay: .2s;
	        animation-delay: .2s;
}
#channelWrapper .channel:nth-child(3) .icon{
	-webkit-animation-delay: .3s;
	        animation-delay: .3s;
}
#channelWrapper .channel:nth-child(4) .icon{
	-webkit-animation-delay: .4s;
	        animation-delay: .4s;
}
#channelWrapper .channel:nth-child(5) .icon{
	-webkit-animation-delay: .5s;
	        animation-delay: .5s;
}

#channelWrapper .channel.watch .icon{
	background: #ffc600;
}
#channelWrapper .channel.shop .icon{
	background: #df6e67;
}
#channelWrapper .channel.discover .icon{
	background: #9cd4ad;
}
#channelWrapper .channel.answer .icon{
	background: #8d7da5;
}
#channelWrapper .channel.play .icon{
	background: #f0a35e;
}

#channelWrapper .channel .icon span{
	display: table-cell;
	vertical-align: middle;	
	text-align: center;
}
#channelWrapper .channel .icon span:before{
	content: '';
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    background: url(/dist-non-modules/content/home-6/images/logged-out/sprite-channels-icons.17913e73ef2e28d6e7bb.png) 0 0 no-repeat;
    margin: 0 auto 1rem;
}
#channelWrapper .channel.shop .icon span:before{
	background-position: -4.5rem 0;
}
#channelWrapper .channel.discover .icon span:before{
	background-position: -9rem 0;
}
#channelWrapper .channel.answer .icon span:before{
	background-position: -13.5rem 0;
}
#channelWrapper .channel.play .icon span:before{
	background-position: -18rem 0;
}
#channelWrapper .channel h3{
	text-transform: uppercase;
}
#channelWrapper .channel h3:before{
	content: '';
	display: block;
	background: #fff;
	height: .5rem;
	width: 100%;
	margin: 1rem auto;
}
#channelWrapper .channel.watch h3:before{
	background: #ffc600;
}
#channelWrapper .channel.shop h3:before{
	background: #df6e67;
}
#channelWrapper .channel.discover h3:before{
	background: #9cd4ad;
}
#channelWrapper .channel.answer h3:before{
	background: #8d7da5;
}
#channelWrapper .channel.play h3:before{
	background: #f0a35e;
}

@-webkit-keyframes scaleUp{
	  0% { 
      		-webkit-transform: scale(1.0);
      		transform: scale(1.0);
      	}
     50% {
			-webkit-transform: scale(1.1); 
			transform: scale(1.1);
     	}
    100% { 
    		-webkit-transform: scale(1.0);
    		transform: scale(1);
    	}
}
@keyframes scaleUp {
      0% { 
      		-webkit-transform: scale(1.0);
      		transform: scale(1.0);
      	}
     50% {
			-webkit-transform: scale(1.1); 
			transform: scale(1.1);
     	}
    100% { 
    		-webkit-transform: scale(1.0);
    		transform: scale(1);
    	}
}

/* Section: Testimonial */

#lpContentTestimonials {
    padding: 4.5rem 5rem;
    overflow: auto;
}

#lpContainer .iconTestimonial {
    position: relative;
    line-height: 10.6rem;
    min-height: 10.6rem;
}

#lpContainer .testimonial {
    text-align: left;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.36;
    color: #2b2a26;
    overflow: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.iconTestimonial:before {
    content: '';
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 10rem;
    height: 10rem;
    border: .3rem solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#lpContainer #testimonialA {
    padding-left: 12rem;
    max-width: 57.5rem;
    margin: 0 auto;
}

#testimonialA:before {
    left: 0;
    background-image: url(/dist-non-modules/content/home-6/images/logged-out/testimonials/female-mid3.26125359078c461ad1ac.jpg);
}

.testimonialMeta {
    display: block;
    font-size: .56em;
    color: #999;
    margin-top: .7rem;
}

.testimonialMetaName {
    font-size: 1.43em;
    color: #666;
}

/* Section: GC */

#lpContentGc {
    padding: 2.2rem 0 4rem;
}

#lpContentGcIcon {
    position: relative;
    margin: 0 auto 2rem;
    width: 9.7rem;
    height: 4rem;
    display: block;
}

#lpContentGcIcon:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 9.7rem;
    height: 4.1rem;
    background: #f4f6f6 url(/dist-non-modules/content/home-6/images/logged-out/sprite-template-default.min.60bcaacdfefa876fd165.svg) -15.3rem -2.4rem / 50rem auto no-repeat;
    position: relative;
    z-index: 2;
}

#lpContainer section:nth-child(even) #lpContentGcIcon:before {
    background-color: #fff;
}

#lpContentGcIcon:after {
    content: '';
    display: block;
    width: 41.5rem;
    height: .2rem;
    top: 2rem;
    left: 50%;
    border-top: .2rem solid #ccc;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#lpContentGcCopy {
    font-size: 2em;
    line-height: 1.2;
    color: #666;
}

 #lpContentGcCopy strong {
     font-size: 2.25em;
     color: #6ec9c0;
     font-weight: 300;
     vertical-align: middle;
     padding: 0 .5rem;
 }

/* Section: Signup cta */

#lpContentSignUp {
    padding: 2.2rem 0 3rem;
    border-bottom: .1rem solid #b7b7b7;
}

#lpContentSignUp h2 {
    font-size: 2.4em;
    font-style: italic;
    line-height: 1.375;
    color: #666;
    font-weight: 600;
    margin-bottom: 2rem;
 }

#lpContentSignUpCta {
    display: block;
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
    padding: 1.3rem 0;
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1;
    background-color: #69b8d6;
    border-radius: .4rem;
    position: relative;
}

#lpContentSignUpCta:hover,
#lpContentSignUpCta:focus {
    background-color: #5cacca
}

/* Section: Disclaimer */
#lpContentDisclaimer {
    padding: 2.2rem 0 3rem;
}
.disclaimer {
    text-align: center;
    color: #616161;
    font-size: 1.1em;
    max-width: 99rem;
    margin: 0 auto;
}

/* Mobile Footer overrides */
.mobileFooter a {
    color: #666;
}

/* Unsupported Country */
label[for="sbxJxRegEmail"] {
    display: block;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 2rem;
}
#sbUnsupportedRegFormSuccess {
    display: none;
    padding: 4.5rem 1rem 8.5rem;
    background-color: rgba(255,255,255,.9);
    border-radius: .8rem;
    box-sizing: border-box;
    text-align: center;
}
#sbUnsupportedRegFormSuccess:before {
    content: '';
    display: block;
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1rem;
    background: url(/dist-non-modules/content/home-6/images/logged-out/sprite-template-default.min.60bcaacdfefa876fd165.svg) 0 -23.9rem / 50rem auto no-repeat;
}
.success#sbUnsupportedRegFormSuccess {
    display: block;
}
#sbUnsupportedRegFormSuccessHeading {
    font-size: 2.5em;
    font-weight: 300;
    margin-bottom: .5rem;
}
#sbUnsupportedRegFormSuccessCopy {
    font-size: 1.4em;
}
label[for="sbxJxRegEmail"] {
    color: #333;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.9rem;
}
/* Giftcards */
#lpContentGcWide {
    padding: 3.5rem 0 7rem;
}
#lpContentGcWide .sectionWrapper {
    max-width: 97rem;
}
#lpContentGcWide h1 {
    max-width: 81rem;
    font-size: 4em;
    font-weight: 300;
    margin: 0 auto 2rem;
}
#gcList {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}
.gcListItem {
    display: inline-block;
    margin: 1rem;
    vertical-align: middle;
}
.gcListItem img {
    width: 22rem;
    height: auto;
}

/* Section: How it works */
#lpContentHowItWorks {
    padding: 4rem 0 7.6rem;
}
#lpContentHowItWorks .sectionWrapper {
    max-width: 97rem;
}
#lpContentHowItWorks h1 {
    font-size: 4em;
    font-weight: 300;
}
#howItWorksList {
    list-style: none;
    counter-reset: howWorksCount;
    font-size: 1.8em;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 4rem 0 0;
}
.howItWorksListItem {
    flex: 0 0 20rem;
}
.howItWorksListItem.earn {
    flex: 0 0 34rem;
}
.howItWorksListItem:after {
    content: '';
    display: block;
    width: 7.2rem;
    height: 7.2rem;
    background: url(/dist-non-modules/content/home-6/images/logged-out/sprite-template-default.min.60bcaacdfefa876fd165.svg) 0 0 / 50rem auto no-repeat;
    margin: 2rem auto 0;
}
.howItWorksListItem.signup:after {
    background-position: -25.4rem -16.7rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.howItWorksListItem.earn:after {
    background-position: -25.4rem -9rem;
    width: 24.1rem;
}
.howItWorksListItem.rewards:after {
    background-position: -32.9rem -16.7rem;
}
.howItWorksListItem:before {
    counter-increment: howWorksCount;
    content: counter(howWorksCount);
    font-weight: 700;
    display: block;
}

/* Themes: Redhead */
.redhead #lpHeader {
    background: #69B8D6;
    padding-bottom: 0;
}
.redhead #lpHeaderContent {
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.redhead #lpHeaderContentLeft:after {
    content: '';
    display: block;
    margin: auto;
    background: #69B8D6 url(/dist-non-modules/content/home-6/images/logged-out/header-background-redhead.c9e6fb48ecf4bf47e395.jpg) center bottom / auto 100% no-repeat;
    height: 40rem;
    width: 40rem;
    max-width: 100%;
}
.redhead #lpHeaderContentLeft {
    padding: 0;
}
.redhead #lpHeaderContentLeft h1 {
    text-shadow: none;
    color: #333;
    padding: 0;
    margin-bottom: 4rem;
}
.redhead #lpHeaderContentRight {
    margin-bottom: 3rem;
}
.redhead .sbRegFormTerms {
    display: none!important;
}
.redhead #sbRegForm .sbRegFormTerms {
    display: block!important;
}

/* Themes: Gamer */
.gamer #lpHeader {
    background-image: url(/dist-non-modules/content/home-6/images/logged-out/header-background-gamer.af20ac489acb8fb2ffe7.jpg);
}
.gamer.itunes #lpHeader {
    background-image: url(/dist-non-modules/content/home-6/images/logged-out/header-background-gamer2.407d8959db09a98101f8.jpg);
}
.gamer #lpHeaderContentLeft h1:after {
    content: '';
    display: block;
    margin: auto;
    background: url(/dist-non-modules/content/home-6/images/logged-out/header-gamer-giftcard.c94e1532f79f890399f5.png) center bottom / contain no-repeat;
    height: 36.5rem;
    width: 37.3rem;
}
.gamer.itunes #lpHeaderContentLeft h1:after {
    background: url(/dist-non-modules/content/home-6/images/logged-out/header-gamer-giftcard-itunes.6a4b2d1198d70e5372c4.png) center bottom / contain no-repeat;
    width: 32.4rem;
    height: 24.8rem;
    margin: 6rem auto;
}
.gamer #lpHeaderContentLeft {
    padding: 0;
}
.gamer #lpHeaderContentLeft h1 {
    text-shadow: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 4.7em;
}
.gamer.itunes #lpHeaderContentLeft h1 {
    font-size: 3.8em;
}
.gamer #lpHeaderContentRight {
    margin-bottom: 3rem;
}
.gamer.itunes #lpHeaderContentRight {
    margin-bottom: 0;
}
.gamer .sbRegFormTerms {
    display: none!important;
}
.gamer #sbRegForm .sbRegFormTerms {
    display: block!important;
}
.gamer #testimonialA:before {
    background-image: url(/dist-non-modules/content/home-6/images/logged-out/testimonials/gamer.d36f97c652d3f613d821.png);
}

.lauren #lpHeader{
	background: #a5dcd7;
}
.lauren .sbRegFormTerms {
    display: none!important;
}
.lauren #sbRegForm .sbRegFormTerms {
    display: block!important;
}
.lauren #lpHeaderContentLeft{
	padding:0;
}
.lauren #lpHeaderContentLeft:after {
    display: block;
    margin: auto;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
}
.lauren #lpHeaderContentLeft h1{
	padding: 0;
}
.lauren #lpHeaderContentLeft h1:after {
    content: '';
    display: block;
    margin: auto;
    background: url(/dist-non-modules/content/home-6/images/logged-out/header-lauren-greutman.02d940ae78d754ed1dd8.png) center bottom / contain no-repeat;
    height: 43.3rem;
    width: 56rem;
}

.lauren .howItWorksListItem.rewards:after{
    background: url(/dist-non-modules/content/home-6/images/logged-out/gift-cards-US.min.e592777cf084550d20a5.svg) center 0 / 24.4rem auto no-repeat;
    width: 24.1rem;
}
.lauren #testimonialA:before {
    background-image: url(/dist-non-modules/content/home-6/images/logged-out/testimonials/lauren-greutman.85da1624787eeddae89b.png);
}

/* Themes: League of Legends */
.gamer.leagueoflegends #lpHeader {
    background-image: url(/dist-non-modules/content/home-6/images/logged-out/header-background-gamer-lol.d11815970ee0df01162b.jpg);
}
.gamer.leagueoflegends #lpHeaderContentLeft h1:after {
    content: '';
    display: block;
    margin: auto;
    background: url(/dist-non-modules/content/home-6/images/logged-out/header-league-of-legends-giftcard.406934803d776e92c5ac.png) center bottom / contain no-repeat;
    height: 32.4rem;
    width: 42.8rem;
}
.gamer.leagueoflegends #lpHeaderContentLeft h1 {
    font-size: 4.1em;
}
.gamer.leagueoflegends #lpHeaderContentRight {
    margin-bottom: 0;
}
.gamer.leagueoflegends .gcListItem img {
    -webkit-box-shadow: 0 4rem 4.5rem -4.4rem rgba( 0, 0, 0, .75 );
    -moz-box-shadow: 0 4rem 4.5rem -4.4rem rgba( 0, 0, 0, .75 );
    box-shadow: 0 4rem 4.5rem -4.4rem rgba( 0, 0, 0, .75 );
}

/* Themes: Search */
.search #lpHeader{
	background: url(/dist-non-modules/content/home-6/images/logged-out/header-background-search.ef18a863105dd6dd54f2.jpg) center center / cover no-repeat;
	overflow: hidden;
}
.search #lpContentTestimonials {
    padding: 2rem 2rem;
}
.search #dynamicSignupBonusInner{
	background-color: #f56f23;
}

.search #dynamicSignupBonus:before{
	border-color: transparent #f56f23 transparent transparent;	
}
.search #dynamicSignupBonus:after{
	border-color: transparent transparent #f56f23 transparent;
}

.search #sbRegForm .sbCta{
	background-color: #f56f23;
}
.search #sbRegForm .sbCta:hover{
	background-color: #E36620;
}
.search #sbRegForm #sbRegFormTitle{
	color: #43addf;
	font-weight: 700;
	font-size: 2em;
}

.search .sbRegFormTerms {
    display: none!important;
}
.search #sbRegForm .sbRegFormTerms {
    display: block!important;
}

.search .hasSignupBonus #sbRegFormTitle{
	font-size: 2.3em;
}

.search #lpContentSeenOn {
	display: none;
}
.search #lpHeaderContentLeft {
	padding: 0;
	position: relative;
}
.search #lpHeaderContentLeft:before{
	content: '';
	display: block;
	width: 100%;
    height: 6.6rem;
    background: url(/dist-non-modules/content/home-6/images/logged-out/search-input-animation.59a7e1a49af6bd0b43d5.gif) center center / contain no-repeat;
    position: absolute;
}
.search #lpHeaderContentLeft:after{
	content: '';
	display: block;
	width: 32rem;
	height: 40rem;
	position: absolute;
	bottom: -3.7rem;
    left: 50%;
    margin-left: -16rem;
}
.searchv1 #lpHeaderContentLeft:after {
	background: url(/dist-non-modules/content/home-6/images/logged-out/search-v1-hero-image.acf96d5d674b45497dd8.png) no-repeat;
	background-position: bottom;
	background-size: contain;
}
.searchv2 #lpHeaderContentLeft:after {
	background: url(/dist-non-modules/content/home-6/images/logged-out/search-v2-hero-image.52436003661db18195f3.png) no-repeat;
	background-position: bottom;
	background-size: contain;
}
.search #lpHeaderContentLeft h1 {
	margin-top: 41rem;
    padding: 1rem .5rem 1rem .5rem;
    font-size: 15pt;
    background-color: #117596;
    font-size: 2.5em;
    font-weight: 600;
    position: relative;
    z-index: 3;
}

.search #howItWorksList{
	margin: 4rem 0;
}
.search .howItWorksListItem:before{
	width: 3rem;
	background: #43addf;
	color: #fff;
	margin: 0 auto;
    line-height: 3rem;
}

.search #lpContentTestimonials{
	background-color: #43addf !important;
	overflow: visible;
	border: none;
}

.search#lpContainer .testimonial,
.search .testimonialMeta,
.search .testimonialMetaName{
	color: #fff;
}

.search#lpContainer #testimonialA{
	padding-left: 25rem;
    max-width: 97rem;
}
.search #testimonialA:before{
	background-image: url(/dist-non-modules/content/home-6/images/logged-out/testimonials/motherandchild.61b4a2ede7ea5c5f5c29.png);
	width: 22.7rem;
    height: 22.7rem;
    border: none;
}
.search .howItWorksListItem{
	flex: 0 0 30rem;
}
.search .howItWorksListItem span{
	color: #353535;
	font-size: .87em;
	font-weight: 400;
}
.search .howItWorksListItem:after{
    padding: 1rem;
    padding-right: 3.5rem;
    height: 9.7rem;
    background-size: cover !important;
    background-position: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.search .howItWorksListItem.signup:after{	
	background: url(/dist-non-modules/content/home-6/images/logged-out/how-it-works-search-icon.6bdddfc381e085ba4062.png) no-repeat;
}
.search .howItWorksListItem.earn:after{
	background: url(/dist-non-modules/content/home-6/images/logged-out/how-it-works-sbbonus-icon.3e58d836e6ffcbd1b757.png) no-repeat;
	width:9.5rem;
}
.search .howItWorksListItem.rewards:after{
	background: url(/dist-non-modules/content/home-6/images/logged-out/how-it-works-redeem-ways-icon.ef5aa7e1b625096e1cfb.png) no-repeat;
	width:7.4rem;
}
.search #lpContentBrag h2{
	color: #43addf;
}
.search #lpContentBrag h2:last-child{
	margin-top: 1.4rem;
}
.search #lpContentSearchSignUp h1{
	color: #43addf;
	font-size: 3.4em;
    line-height: 4rem;
	font-weight: 600;
	margin: 9rem auto 2rem;
}
.search #lpContentSearchSignUp h1:before{
	content: "";
    position: absolute;
    margin: 4rem 0 0 8.5rem;
    padding-left: 17.8rem;
    height: 1.1rem;
    background: url(/dist-non-modules/content/home-6/images/logged-out/search-lp-content-underline.a39d45d74e5d826f0a7c.png) no-repeat;
}
.search #lpContentSearchSignUp h2{
	color: #f56f23;
    font-size: 2.1em;
    line-height: 1;
    font-weight: 500;
    margin: 2.5rem auto 4rem;
}
.search #lpContentJoinTodayCta {
    display: block;
    width: 100%;
    max-width: 55rem;
    height: 7.5rem;
    margin: 0 auto 3rem;
    padding: 1.3rem 0;
    color: #fff;
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1;
    background-color: #f56f23;
    border-radius: .4rem;
    position: relative;
}

.search #lpContentJoinTodayCta:hover {
    background-color: #E36620;
}
.search #lpContentChannels h1,
.search #lpContentHowItWorks h1 {
	color: #117596;
	font-weight: 600;
	font-size: 4.5em;
}

/* Giftcards LP */

.giftcardsLP #lpHeader{
	background: url(/dist-non-modules/content/home-6/images/logged-out/header-background-giftcards-burst.b5fd7d24003d4f6b9877.jpg) center center / cover no-repeat;
}

.giftcardsLP #lpHeaderContentLeft{
	padding: 0;
}

.giftcardsLP #lpHeaderContentLeft h1{
	color: #000;
	font-size: 3em;
    line-height: 2.8rem;
    font-weight: 600;
}
.giftcardsLP #lpHeaderContentLeft h1:after{
	content: '';
	display: block;
	background: url(/dist-non-modules/content/home-6/images/logged-out/header-background-giftcards-laptop-v2.f5100a873944e5e504ea.png) center center / cover no-repeat;
	width: 52rem;
    height: 40rem;
    margin-top: 1rem;
}
.giftcardsLP .sbRegFormTerms {
    display: none!important;
}
.giftcardsLP #sbRegForm .sbRegFormTerms {
    display: block!important;
}
.giftcardsLP .hasSignupBonus #sbRegFormTitle{
	font-size: 2.2em;
}
.giftcardsLP #sbRegForm .sbCta {
	background: #f56f23 url(/dist-non-modules/content/projects/landing-page/lp-shipping/images/arrow-right.dca549745e3df2796ff5.png) 23rem center no-repeat;
}
.giftcardsLP #sbRegForm .sbCta:hover {
	background-color: #de6520;
}

.giftcardsLP #sbRegForm #sbRegFormFacebookNativeCta.sbCta,
.g-signin2 {
	background-position: 28.5rem center;
}

.giftcardsLP #signUpCodeText{
	color: #000;
}

.giftcardsLP #lpContentSeenOn { 
	display: none;
}

.giftcardsLP .howItWorksListItem:after{
	transform: initial;
    background-position: 0 0;
    width: 14rem;
    height: 10.8rem;
}
.giftcardsLP .howItWorksListItem{
	-webkit-flex: 0 0 30rem;
	-ms-flex: 0 0 30rem;
	flex: 0 0 30rem;
}
.giftcardsLP .howItWorksListItem.rewards{
	-webkit-flex: 0 0 34rem;
	-ms-flex: 0 0 34rem;
	flex: 0 0 34rem;
}
.giftcardsLP .howItWorksListItem.signup:after{
	background: url(/dist-non-modules/content/home-6/images/logged-out/how-it-works/icon-step-1.05f9cdb902851683169c.png) center center no-repeat;
	margin-top: 6.9rem;
}
.giftcardsLP .howItWorksListItem.earn:after{
	background: url(/dist-non-modules/content/home-6/images/logged-out/how-it-works/icon-step-2.14463132dded09b3624b.png) center center no-repeat;
}
.giftcardsLP .howItWorksListItem.rewards:after{
	background: url(/dist-non-modules/content/home-6/images/logged-out/how-it-works/icon-step-3.84d2f76e8361cc99c557.png) center center no-repeat;
	margin-top: 4.5rem;
}

.giftcardsLP#lpContainer #testimonialA {
	max-width: 90rem;
	padding-left: 24rem;
}
.giftcardsLP #testimonialA:before {
	background-image: url(/dist-non-modules/content/home-6/images/logged-out/testimonials/michelle-kenosha.c2c63e45f619d932fba2.jpg);
}
.giftcardsLP .iconTestimonial:before {
	width: 19.6rem;
    height: 19.6rem;
    border-color: #43addf;
}
.giftcardsLP .testimonialMetaName{
	color: #000;
	font-style: italic;
}

.giftcardsLP #lpContentGcIcon:before {
	background-color: #f56f23 !important;
	-webkit-mask: url(/dist-non-modules/content/home-6/images/logged-out/sprite-template-default.min.60bcaacdfefa876fd165.svg) -15.3rem -2.4rem / 50rem auto no-repeat;
    mask: url(/dist-non-modules/content/home-6/images/logged-out/sprite-template-default.min.60bcaacdfefa876fd165.svg) -15.3rem -2.4rem / 50rem auto no-repeat;
    background: none;
}
.giftcardsLP #lpContentGcCopy strong {
	color: #f56f23;
}

.giftcardsLP #lpContentSignUpCta {
	background: #f56f23 url(/dist-non-modules/content/projects/landing-page/lp-shipping/images/arrow-right.dca549745e3df2796ff5.png) 23rem center no-repeat;
}
.giftcardsLP #lpContentSignUpCta:hover {
	background-color: #de6520;
}

@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait){
  	.lauren #lpHeaderContent{
  		display: block;
  	}
 }

/* 875px */
@media (max-width: 54.6875em) {
    #lpContainer section {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
    }
    #howItWorksList {
        display: block;
    }
    .howItWorksListItem {
        margin-top: 3rem;
    }
    .howItWorksListItem:first-child {
        margin-top: 0;
    }
    
    .giftcardsLP #lpHeaderContent{
    	display: block;
    }
    .giftcardsLP #lpHeaderContentLeft h1:after{
    	margin: 1rem auto;
    }
    
    #channelWrapper .channel.animate .icon{
	-webkit-animation: none;
            animation: none;
	}
	
	.search#lpContainer section{
		border: none;
	}
    
}

/* 768px */
@media (max-width: 48em) {
    #lpHeader {
        background-position: center bottom;
    }
    #lpHeaderContent {
        flex-flow: column;
    }
    #lpHeaderContentRight,
    #lpHeaderContentLeft {
        width: 100%;
        max-width: 58rem;
        float: none;
        margin: 0 auto;
        flex: none;
    }

    #lpHeaderContentLeft {
        padding: 0;
        order: 2;
        padding-bottom: 6.5rem;
    }

     #lpHeaderContentLeft h1 {
         margin-top: 5rem;
     }

     #lpContentAbout h2 {
        font-size: 2.5em;
    }

    .lpContentHalves {
        float: none!important;
        max-width: 50rem;
        margin: 0 auto;
        text-align: center;
    }

    .lpContentHalves:before {
        margin-left: auto;
        margin-right: auto;
    }

    #lpContentAboutArrow {
        position: static;
        margin: 1rem auto;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .giftcardsLP#lpContainer #lpHeader h1{
    	padding: 0;
    }
    
    .giftcardsLP #lpHeaderContentLeft h1:after{
	    background: url(/dist-non-modules/content/home-6/images/logged-out/header-background-giftcards-mobile-v2.c497f11e25c5841de301.png) center top / contain no-repeat;
	    width: 100%;
	    height: 30.5rem;
    }
    
    .giftcardsLP #sbRegFormTitle{
    	display: none;
    }
    
    .giftcardsLP #sbRegForm .sbCta {
    	background-position: 25rem center;
	}
	.giftcardsLP #sbRegForm #sbRegFormFacebookCta {
    	background-position: 30.5rem center;
	}
	.giftcardsLP #lpContentSignUpCta {
    	background-position: 23.5rem center;
	}
	.giftcardsLP #sbRegForm {
		padding: 7.5rem 2rem 1rem;
	}
	
	.giftcardsLP .gcListItem:nth-child(5),
	.giftcardsLP .gcListItem:nth-child(6){
		display:none;
	}
	
	.giftcardsLP .howItWorksListItem.signup:after,
	.giftcardsLP .howItWorksListItem.rewards:after{
		margin-top: 2rem;
	}
	.giftcardsLP .iconTestimonial:before{
		margin-bottom: 2rem;
	}
	.giftcardsLP .testimonialMeta{
		position: initial;
	}
    
	.search #lpHeaderContentLeft h1{
		display: none;
	}
	.search #lpHeaderContentLeft {
	    padding: 0;
	    height: 25rem;
	    margin-bottom: 24.5rem;
	}
	.search .testimonialMeta {
		text-align: center;
	}
	.search .howItWorksListItem {
	    width: 80%;
	    margin: 4rem auto;
	}
	
	#lpContentChannels {
		float: left;
		padding-bottom: 0;
    	margin-bottom: 3rem;
	}
	
	#channelWrapper {
	    display: block;
	    width: 86%;
    	margin: 3rem 7%;
	    float: left;
	}
	#channelWrapper .channel {
		width: 18rem;
		height: 26rem;
	    float: left;
	    margin: auto 2% 2rem;
	}
    
    .search #lpContentBrag {
        padding-bottom: 12rem;
   	}
   	.search #lpHeader{
   		overflow: hidden;
   	}
	.search #lpHeaderContentLeft:before {
	    width: 92%;
	    margin-right: 4%;
	    margin-left: 4%;
	    background-size: contain;
	}
	.search #lpHeaderContentLeft:after {
		bottom: -24.2rem;
		width: 92%;
    	margin-left: 4%;
    	left: 0;
	}
	.search #lpHeaderContentLeft h1{
		display: none;
	}
	.search #lpHeaderContentLeft {
	    padding: 0;
	    height: 25rem;
	    margin-bottom: 24.5rem;
	}
	.search .testimonialMeta {
		text-align: center;
	}
	.search .howItWorksListItem {
	    width: 80%;
	    margin: 4rem auto;
	}
}

/* 680px */
@media (max-width: 42.5em) {
	.lpEmailOnlyReg .hasSignupBonus #sbRegFormTitle {
        margin-top: 5.5rem;
        font-size: 2.3em;
	}
    #channelWrapper .channel {
		width: 46%;
	    float: left;
	    margin: auto 2% 2rem;
	}
	#channelWrapper {
	    display: block!important;
	    width: inherit;
    	margin: 3rem 0 0 0;
	    float: left;
	}
    .redhead #lpHeaderContentLeft {
        margin-bottom: 0;
    }
    .redhead #lpHeaderContentLeft:after {
        height: 32rem;
        width: 32rem;
    }
    #lpContainer #flipCounterWrapper {
        font-size: 5.5em;
    }
    .lauren #lpHeaderContentLeft h1{
    	padding: 0;
    	margin: 0;
    }
    #gcList {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .gcListItem {
        -webkit-flex: 0 0 46%;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        margin: 1rem 1%;
    }
    .gcListItem img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .search #testimonialA:before {
		position: absolute;
		left: 0;
		right: 0;
		margin-bottom: 11rem;
    }
    .search #lpContentTestimonials {
    	padding-top: 11rem;
    	padding-bottom: 11rem;
    }
    .search #lpHeaderContentLeft {
	    padding: 0;
	    margin-bottom: 24.5rem;
	}
	.search .howItWorksListItem {
	    width: inherit;
	    margin: 4rem auto;
	}
}

/* 600px */
@media (max-width: 37.5em) {
    #lpContentBrag h2 {
        font-size: 2em;
    }
    #lpContainer #flipCounterWrapper {
        font-size: 4.5em;
    }
}

/* 500px */
@media (max-width: 31.25em) {
    #lpHeader{
        padding-top:0;
    }
    #lpContainer #lpHeader h1 {
        font-size: 3.2rem;
    }
    .lpEmailOnlyReg #sbRegForm {
        border: none;
    }
    .lpEmailOnlyReg #lpHeader #lpContentBragTitle {
        font-size: 1.6em;
    }
    .gamer #lpHeader {
        background-size: 350% auto;
    }
    .gamer #lpHeaderContentLeft h1:after {
        height: 23.5rem;
        width: 20.3rem;
    }
    .gamer.itunes #lpHeaderContentLeft h1:after {
        height: 19rem;
        width: 24.8rem;
    }
    .gamer.leagueoflegends #lpHeaderContentLeft h1:after {
        max-width: 100%;
        height: 0;
        padding-top: 76%;
    }
    .gamer #lpHeaderContentLeft {
        padding: 0 1.5rem;
    }
    .gamer #lpHeaderContentRight {
        margin-bottom: 0;
    }
    
    .giftcardsLP #sbRegForm .sbCta {
    	background-position: 23rem center;
	}
	.giftcardsLP #sbRegForm #sbRegFormFacebookCta {
    	background-position: 28.5rem center;
	}
    
    .lauren #lpHeaderContentLeft{
    	padding: 0;
    	margin: 0;
    }
    .lauren #lpHeaderContentLeft h1{
    	padding: 0;
    	margin: 0;
    }
    .lauren #lpHeaderContentLeft h1:after {
	    background: url(/dist-non-modules/content/home-6/images/logged-out/header-lauren-greutman-mobile.1e9dc9d2fa8759487ae0.png) center bottom / contain no-repeat;
	    height: 39.8rem;
    	width: 34.9rem;
	    margin: 0;
	}
	.lauren #lpHeaderContentRight {
        margin-bottom: 0;
    }

    #lpHeaderContentRight {
        max-width: 100%;
        width: 100%;
        border: 0;
    }

    #lpHeaderContentLeft {
        min-height: 25rem;
    }

    #lpHeader {
        background-size: 250% auto;
        border-bottom: .1rem solid #d2d7da;
        padding-bottom: 0;
    }

    .lpContentHalves {
        width: 100%;
    }

    #lpContainer #flipCounterWrapper {
        font-size: 3em;
    }

    #lpContentTestimonials {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .iconTestimonial {
        padding: 0!important;
    }

    .iconTestimonial:before {
        position: static;
        display: block;
        margin-bottom: 7rem;
    }

    #lpContainer .testimonial {
        text-align: center;
        font-size: 2em;
    }

    .testimonialMeta {
        float: none;
        position: absolute;
        top: 10.6rem;
        text-align: center;
        width: 100%;
        font-size: .7em;
    }

    .testimonialMetaName {
        display: block;
    }

    #lpContentGcIcon:after {
        width: 35.5rem;
    }
}

/* 400px */
@media (max-width: 25em) {
    #lpContentGcIcon:after {
        display: none;
    }
    .gamer.leagueoflegends .gcListItem img {
        -webkit-box-shadow: 0 2.4rem 3.1rem -2.3rem rgba( 0, 0, 0, .75 );
        -moz-box-shadow: 0 2.4rem 3.1rem -2.3rem rgba( 0, 0, 0, .75 );
        box-shadow: 0 2.4rem 3.1rem -2.3rem rgba( 0, 0, 0, .75 );
    }
    .lauren #lpHeaderContentLeft h1:after{
        height: 34.8rem;
    	width: 29.9rem;
    }
    .lauren #lpHeaderContentLeft h1:after{
        height: 34.8rem;
    	width: 29.9rem;
    }
    #lpContentGcCopy strong {
        display: block;
    }
}
/* 350px */
@media (max-width: 21.875em) {
	.search .testimonialMetaName {
		padding-top: 2rem;
	}
	.search #testimonialA:before {
		margin-bottom: 15rem;
	}
}
