/*  FONTS 
	========================================================================== */
@font-face {
	font-family: 'AvenirNextCondensed';
	src: url('../fonts/AvenirNextCondensed-Bold.eot');
	src: url('../fonts/AvenirNextCondensed-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/AvenirNextCondensed-Bold.woff') format('woff'),
		 url('../fonts/AvenirNextCondensed-Bold.ttf') format('truetype'),
		 url('../fonts/AvenirNextCondensed-Bold.svg#AvenirNextCondensed-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirBlack';
	src: url('../fonts/AvenirBlack.eot');
	src: url('../fonts/AvenirBlack.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/AvenirBlack.woff') format('woff'),
		 url('../fonts/AvenirBlack.ttf') format('truetype'),
		 url('../fonts/AvenirBlack.svg#AvenirBlack') format('svg');
	font-weight: bold;
	font-style: normal;
}


* {
	  margin: 0;
	  padding:0;
	}
	html {
	  position: relative;
	  min-height: 100%;
	}

	body{
	  background: #000;
	  margin: 0 0 610px;
	  font-family: Helvetica, Arial, sans-serif;
	}

	p{
	  font-family: Helvetica, Arial, sans-serif;
	  font-weight: 300;
	  font-size: 16px;
	  margin:20px 0;
	}

	.sec1{
	  width: 100%;
	  background-repeat: no-repeat;
	  -webkit-background-size: 100% auto;
	  -moz-background-size: 100% auto;
	  -o-background-size: 100% auto;
	  background-size: 100% auto;
	  height: 100vh;
	}
		.sec1.sec1c {
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}

	.logo{
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-ms-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		transition: all 1s ease-out;
		margin: 0 auto;
		width: 450px;
		text-align: center;
	}
	.logo img {
		display: block;
		height: auto !important;
		margin: auto;
		padding: 0;
		max-width: 100%;
		width: auto !important;
	}

	.wrap2{
	  z-index: 2;
	  text-align: center;
	  position: relative;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: 135%;
	  border-radius: 20px;
	  display: block;
	  margin:0 auto;
	  height: auto;
	  width: 400px;
	  padding-bottom: 2em;
	  border-style: solid;
	  border-width: 65px 71px 67px;
	}

	#formHolder{
	  padding: 30px 0 250px 0;
	}

	#formHolder h1 {
	  font-size: 20px;
	  letter-spacing: 0;
	  color: #fff;
	  text-align: center;
	}

	#formHolder h2{
	  font-size: 2em;
	  letter-spacing: 1px;
	  margin-bottom: 10px;
	}

	#formHolder h1 span {
	  font-size: 16px;
	  letter-spacing: 0;
	  color: #35BD00;
	  text-align: center;
	}

	#joinForm {
	  z-index: 30;
	}

	.headline{
	  font-family: "AvenirBlack","Arial Black","Arial Bold",Gadget,sans-serif;
	  font-weight: bold;
	  font-size: 15px;
	  color: #f9c604;
	  padding: 20px;
	  margin: 20px;
	  border: 1px solid #f9c604;
	}
	.button {
	  cursor: pointer;
	  background-position: center center;
	  background-size: 315px 45px;
	  padding: 16px 0;
	  color: #fff;
	  border-radius: 5px;
	  -webkit-border-radius: 5px;
	  font-size: 18px;
	  font-weight: bold;
	  width: 100%;
	  -webkit-transition: background-color 0.5s;
	  -webkit-transition: backgound-color 1s;
	  transition: backgound-color 1s;
	  text-shadow: 1px 1px 1px #000;
	  font-family: Arial, Helvetica,"Lucida Grande", sans-serif;
	  display: block;
	  text-decoration: none;
	}
	.button:hover{
	  cursor: pointer;
	  background-position: center;
	  background-size: 315px 45px;
	  padding: 16px 0;
	  color: #fff;
	  border-radius: 5px;
	  -webkit-border-radius: 5px;
	  font-size: 18px;
	  font-weight: bold;
	  width: 100%;
	  -webkit-transition: background-color 0.5s;
	  -webkit-transition: backgound-color 1s;
	  transition: backgound-color 1s;
	  text-shadow: 1px 1px 1px #000;
	  display: block;
	  text-decoration: none;
	}
	@keyframes blink {  
	    0% {
	    	opacity: 1;
	    	filter: alpha(opacity=100);
	    }
	    50% {
	    	opacity: 0.7;
	    	filter: alpha(opacity=70);
	    }
	    100% {
	    	opacity: 1;
	    	filter: alpha(opacity=100);
	    }
	}
	@-webkit-keyframes blink {  
	    0% {
	    	opacity: 1;
	    	filter: alpha(opacity=100);
	    }
	    50% {
	    	opacity: 0.7;
	    	filter: alpha(opacity=70);
	    }
	    100% {
	    	opacity: 1;
	    	filter: alpha(opacity=100);
	    }
	}
	.button#playNowLink {
	    -webkit-animation: blink 1.1s linear infinite;
	    -moz-animation: blink 1.1s linear infinite;
	    -ms-animation: blink 1.1s linear infinite;
	    -o-animation: blink 1.1s linear infinite;
	    animation: blink 1.1s linear infinite;
	} 

	.steps{
	  width: 100%;
	  display: block;
	  margin: 0 auto;
	  color: white;
	  box-sizing: border-box;
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  z-index: 30;
	}
	.questions{
	  width: 100%;
	}

	.fancyFooter{
	  -webkit-background-size: contain;
	  -moz-background-size: contain;
	  -o-background-size: contain;
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	  height: 82px;
	  width:400px;
	  display: block;
	  margin: -50px auto 0;
	  z-index: 20;
	  position: relative;
	}
	/* sticky footer menu */


	footer {
	  width: 100%;
	  z-index: 999;
	  position: fixed;
	  bottom: 0;
	  left: 0;
	}

	.page-row {
	  height: 70px;
	  border-top: 2px solid #96D801;
	  margin: -100px 0 0 0;
	  background: #000000;
	  width: 100%;
	  padding: 0;
	}

	.footerItem {
	  transition: background 0.5s ease;
	  width: 20%;
	  height: 75px;
	  float: left;
	  color: #000000;
	  background: #000000;
	  text-align: center;
	  padding: 10px 0;
	  cursor: pointer;
	}
	.footerItem:hover {
	  color: #ffffff;
	  background: #f00;
	}
	.footerItem img {
	  transition: background 0.5s ease;
	  opacity: 0.8;
	  max-width: 190px
	  cursor: pointer;
	}
	.footerItem img:hover {
	  opacity: 1.0
	}
	.toggle-footer {
	  height: 40px;
	  width: 100%;
	  margin: 0 auto;
	  padding: 10px 0;
	  cursor: pointer;
	  text-align: center;
	  background-color: #000;
	  border-top: 2px solid #f00;
	  border-bottom: 2px solid #f00;
	}
	#footer-left {
	  width: 50%;
	  height: 40px;
	  float: left;
	}
	#footer-left img{
	  float: left;
	  margin-left: 22px;
	  width: 140px;
	}
	#footer-right {
	  width: 50%;
	  float: left;
	  height: 40px;
	}
	#footer-right img{
	  float: right;
	  margin-right: 22px;
	  width: 40px;
	}

	/* sticky footer menu */
	@media (min-width: 300px) and (max-width: 800px) {
	  .wrap2{
		width: 98%;
		border-width: 20px 20px 20px;
		box-sizing: border-box;
	  }

	  .logo{
		margin: 0 auto 5px;
		width: 80%;
		text-align: center;
	  }

	  #formHolder{
		padding: 5% 0 0 0;
	  }

	  #formHolder h1 {
		font-size: 18px;
		line-height: 1;
		letter-spacing: 0;
		color: #fff;
		text-align: center;
	  }

	  #formHolder h1 span {
		font-size: 13px;
		letter-spacing: 0;
		color: #35BD00;
		text-align: center;
	  }

	  .fancyFooter{
		width: 95%;
	  }

	  .button{
		background-size: 265px 45px;
	  }
	  .button:hover{
		background-size: 265px 45px;
	  }
	}
	@media (max-width:579px){
		#formHolder{
			padding: 0;
		}
	}

	@media (min-width: 1000px) {
	  #formHolder{
		padding: 30px 0 500px 0;
	  }
	}

	/* loader */
	.meter {
	  height: 20px;
	  position: relative;
	  margin: 20px 0;
	  background: #555;
	  -moz-border-radius: 25px;
	  -webkit-border-radius: 25px;
	  border-radius: 25px;
	  padding: 10px;
	  -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	  -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	  box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
	}
	.meter > span {
	  display: block;
	  height: 100%;
	  -webkit-border-radius: 8px;
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	  -moz-border-radius: 8px;
	  border-radius: 8px;
	  border-radius: 8px;
	  -webkit-border-radius: 20px;
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  border-radius: 20px;
	  background-color: rgb(43,194,83);
	  background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(43,194,83)),
		color-stop(1, rgb(84,240,84))
		);
	  background-image: -moz-linear-gradient(
		center bottom,
		rgb(43,194,83) 37%,
		rgb(84,240,84) 69%
		);
	  -webkit-box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	  -moz-box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	  box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	  position: relative;
	  overflow: hidden;
	}
	.meter > span:after, .animate > span > span {
	  content: "";
	  position: absolute;
	  top: 0; left: 0; bottom: 0; right: 0;
	  background-image:
	  -webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, rgba(255, 255, 255, .2)),
		color-stop(.25, transparent), color-stop(.5, transparent),
		color-stop(.5, rgba(255, 255, 255, .2)),
		color-stop(.75, rgba(255, 255, 255, .2)),
		color-stop(.75, transparent), to(transparent)
		);
	  background-image:
	  -moz-linear-gradient(
		-45deg,
		rgba(255, 255, 255, .2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, .2) 50%,
		rgba(255, 255, 255, .2) 75%,
		transparent 75%,
		transparent
		);
	  z-index: 1;
	  -webkit-background-size: 50px 50px;
	  -moz-background-size: 50px 50px;
	  -webkit-animation: move 2s linear infinite;
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  overflow: hidden;
	}

	.animate > span:after {
	  display: none;
	}

	@-webkit-keyframes move {
	  0% {
	   background-position: 0 0;
	 }
	 100% {
	   background-position: 50px 50px;
	 }
   }

   .nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	background-image: none;
  }
  @media (min-width: 421px) and (max-width: 800px) {
	.mobileHide{
	  display: none;
	}
	.page-row {
	  height: 300px;
	  border-top: 2px solid #96D801;
	  margin: 560px 0 0 0;
	  background: #000000;
	  width: 100%;
	  padding: 0;
	}

	.footerItem {
	  transition: background 0.5s ease;
	  width: 20%;
	  height: 75px;
	  float: left;
	  color: #000000;
	  background: #000000;
	  text-align: center;
	  padding: 10px 0;
	  cursor: pointer;
	}
	.footerItem img {
	  opacity: 1.0;
	}
  }
  @media (max-width: 420px) {
	body{
	  margin: 0 0 180px;
	}
	.page-row {
	  height: 300px;
	  border-top: none;
	  margin: 50px 0 0 0;
	  background: #000000;
	  width: 100%;
	  padding: 0;
	}

	.footerItem {
	  transition: background 0.5s ease;
	  width: 50%;
	  height: 75px;
	  float: left;
	  color: #000000;
	  background: #000000;
	  text-align: center;
	  padding: 10px 0;
	  cursor: pointer;
	}
	.footerItem img {
	  opacity: 1.0;
	}
	.footerItem.last {
	  width: 100%;
	}
	.footerItem.last img {
	  width: 50%;
	}
  }
  @media (max-width: 320px) {
	.sec1{
	  margin-bottom: 70px;
	}
  }


/*  LOADER 
	========================================================================== */
.spinnerText,
.spinner {
	left: 0;
	margin: 20px auto 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 70px;
}
.spinnerText {
  color: #fff;
  display: block;
  font: bold 1.5em/2em AvenirNextCondensed,Helvetica,Arial,sans-serif;
  height: 2em;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  top: 45%;
  width: auto;
  z-index: 1000;
}
#loader-wrapper {
	background-color: #1f1f1f;
	bottom: 0;
	-webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.5);
	height: 100%;
	overflow: hidden;
	width: 100%;
	z-index: 1000;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #cf2637;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
  100%,
  80% {
	-webkit-transform: scale(0);
	transform: scale(0);
  }
  40% {
	-webkit-transform: scale(1);
	transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  100%,
  80% {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
  }
  40% {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
  }
}



#play {
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
#play > #hudMap,
#play > #hudDetails {
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	z-index: 1010;
	max-width: 25%;
}
#play > #hudMap img,
#play > #hudDetails img {
	display: block;
	height: auto !important;
	max-width: 100%;
	margin: auto;
	padding: 0;
}
#play > #hudMap {
  bottom: 2%;
  left: 2%;
}
#play > #hudDetails {
  top: 2%;
  right: 2%;
}


/*
#play {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 92%;
}

@media (min-width:1600px){
	#play {
		width: 1100px;
		margin-top: 120px;
	}
}
@media (min-width:1440px) and (max-width:1599px){
	#play {
		width: 1080px;
		margin-top: 35px;
	}
}
@media (min-width:1200px) and (max-width:1439px){
	#play {
		width: 940px;
	}
}
@media (min-width:992px) and (max-width:1199px){
	#play {
		width: 840px;
	}
}
@media (min-width:768px) and (max-width:991px){
	#play {
		width: 640px;
	}
}
@media (max-width:767px){
	#play {
		width: 480px;
	}
}
@media (max-width:579px){
	#play {
		width: 380px;
	}
}
@media (max-width:479px){
	#play {
		width: 300px;
	}
}

*/
/*  ==========================================================================
	POP 
	========================================================================== */

#pop {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 1000;
	font:400 62.5%/1 "Helvetica Neue",Helvetica,Arial, "Lucida Grande", sans-serif;
	-webkit-font-smoothing: antialiased;
}

#pop .popBackground {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1010;
}
.popWrapper {
	background: #363636;
	-webkit-box-shadow: 0 13px 36px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 13px 36px rgba(0,0,0,0.75);
	box-shadow: 0 13px 36px rgba(0,0,0,0.75);
	position: fixed;
	letter-spacing: -0.25px;
	letter-spacing: -0.025em;
	max-height: 90%;
	margin: auto;
	padding: 5em 6em;
	overflow: auto;
	width: 970px;
	text-align: center;
	z-index: 1020;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.popHeader {
	border-bottom: 1px solid #dbdbdb;
	color: #f9c604;
	font: bold 2em/0.95 "AvenirBlack","Arial Black","Arial Bold",Gadget,sans-serif;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

.popQuestions {
	color: #fff;
	font: bold 3.1em/1.1 "AvenirBlack","Arial Black","Arial Bold",Gadget,sans-serif;
	margin-bottom: 1.25em;
	text-transform: uppercase;
}

.continue a,
.popBtns a {
	display: inline-block;
	font: bold 1em/1.9 "AvenirBlack","Arial Black","Arial Bold",Gadget,sans-serif;
	height: 1.8em;
	margin: 0 0.33em;
	vertical-align: middle;
	width: 5.26em;
	text-decoration: none;
}
	.continue a:active,
	.popBtns a:active {
		position: relative;
		top: 1px;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
		box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
		text-decoration: none;
	}
	
.continue .btnYes,
.popBtns .btnYes {
	background: #47bd6e;
	color: #fff;
	font-size: 6.2em;
}
	.continue .btnYes:hover,
	.popBtns .btnYes:hover {
		background: #6dca8c;
	}
.popBtns .btnNo {
	background: #747474;
	color: #a3a3a3;
	font-size: 3.8em;
}
	.popBtns .btnNo:hover {
		background: #949494;
		color: #898989;
	}
	#question4.popQuestion p,
	.popQuestion#question4 {
		font-family: "AvenirNextCondensed","Helvetica Neue",Helvetica,Arial, "Lucida Grande", sans-serif;
	}
	.popQuestion#question4 .headline {
		margin-top: 0.5em;
		font-size: 1em;
	}
	.popQuestion#question4 .continue .btnYes {
	  display: inline-block;
	  font-size: 1.3em;
	  width: auto;
	  padding: 0 1em;
	  margin-top: 1em;
	}


	body.popDone {
		margin: 0;
	}


	 /* loader */
/*    .meter {
	  height: 20px;
	  position: relative;
	  margin: 20px auto;
	  background: #555;
	  -moz-border-radius: 8px;
	  -webkit-border-radius: 8px;
	  border-radius: 8px;
	  -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	  -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	  box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
	  max-width: 500px;
	  width: 90%;
	}
	.meter > span {
	  background-color: rgb(245, 73, 162);
	  background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(245, 73, 162)),
		color-stop(1, rgb(250, 112, 184))
		);
	  background-image: -moz-linear-gradient(
		center bottom,
		rgb(245, 73, 162) 37%,
		rgb(250, 112, 184) 69%
		);
	  -moz-border-radius: 8px;
	  -webkit-border-radius: 8px;
	  border-radius: 8px;
	  -webkit-box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	  -moz-box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	  box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	  display: block;
	  height: 100%;
	  overflow: hidden;
	  position: relative;
	}
	.meter > span:after {
	  background-image:
	  -webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, rgba(255, 6, 135, .5)),
		color-stop(.25, transparent), color-stop(.5, transparent),
		color-stop(.5, rgba(255, 6, 135, .5)),
		color-stop(.75, rgba(255, 6, 135, .5)),
		color-stop(.75, transparent), to(transparent)
		);
	  background-image:
	  -moz-linear-gradient(
		-45deg,
		rgba(255, 6, 135, .5) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 6, 135, .5) 50%,
		rgba(255, 6, 135, .5) 75%,
		transparent 75%,
		transparent
		);
	  -moz-border-radius: 8px;
	  -webkit-border-radius: 8px;
	  border-radius: 8px;
	  bottom: 0;
	  content: "";
	  left: 0;
	  overflow: hidden;
	  position: absolute;
	  right: 0;
	  top: 0;
	  -webkit-animation: move 2s linear infinite;
	  z-index: 1;
	  -webkit-background-size: 50px 50px;
	  -moz-background-size: 50px 50px;
	}

	.animate > span:after {
	  display: none;
	}

	@-webkit-keyframes move {
	  0% {
	   background-position: 0 0;
	 }
	 100% {
	   background-position: 50px 50px;
	 }
   }

*/





/*  ==========================================================================
	MEDIA QUERIES 
	========================================================================== */
@media (min-width:1200px){
	.popWrapper {
		font-size: 0.72em;
		min-height: 0;
		width: 650px;
	}
	#question4.popQuestion p,
	#question4.popQuestion .headline {
		font-size: 1.25em;
	}

}
@media (min-width:1024px) and (max-width:1199px){
	.popWrapper {
		padding: 3em 6em;
	}
	.popHeader {
		font-size: 1.9em;
	}
	.popQuestions {
		font-size: 2.8em;
	}
	.popBtns {
	  font-size: 0.8em;
	}
	#question4.popQuestion p,
	#question4.popQuestion .headline {
		font-size: 1.2em;
	}

}
@media (min-width:992px) and (max-width:1199px){
	.popWrapper {
		padding: 3em;
		max-width: 720px;
	}
	.popHeader {
		font-size: 1.8em;
	}
	.popQuestions {
		font-size: 2.7em;
	}
	.popBtns {
	  font-size: 0.75em;
	}
	#question4.popQuestion p,
	#question4.popQuestion .headline {
		font-size: 1.1em;
	}

}
@media (min-width:768px) and (max-width:991px){
	.popWrapper {
		max-width: 630px;
		padding: 3em 4em;
	}
	.popHeader {
		font-size: 2em;
	}
	.popQuestions {
		font-size: 2.4em;
	}
	.popBtns {
	  font-size: 0.6em;
	}
	#question4.popQuestion p,
	#question4.popQuestion .headline {
		font-size: 1em;
	}
}
@media (max-width:767px){
	.popWrapper {
		max-width: 420px;
		padding: 3em 2em;
	}
	.popHeader {
		font-size: 1.7em;
	}
	.popQuestions {
		font-size: 1.9em;
	}
	.popBtns {
	  font-size: 0.6em;
	}
	#question4.popQuestion p,
	#question4.popQuestion .headline {
		font-size: 0.9em;
	}
}
@media (max-width:579px){
	.popWrapper {
		max-width: 400px;
		padding: 3em 2em;
	}
	.popHeader {
		font-size: 1.5em;
	}
	.popQuestions {
		font-size: 1.8em;
	}
	.popBtns {
	  font-size: 0.5em;
	}
	.popDone .popWrapper {
		background: #000;
		border: 2px solid #f9c604;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0 10px 10px -10px rgba(255,255,255,0.5);
		-moz-box-shadow: 0 10px 10px -10px rgba(255,255,255,0.5);
		box-shadow: 0 10px 10px -10px rgba(255,255,255,0.5);
		height: 96%;
		left: 50%;
		margin-left: -160px;
		max-height: none;
		max-width: none;
		overflow: scroll;
		padding: 0;
		top: 2%;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 320px;
		-webkit-overflow-scrolling:touch;
	}

}
.joinFormHeading {
	color: #fff;
	font: bold 3em/1em "AvenirNextCondensed",Helvetica,Arial,sans-serif;
	height: 2em;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
	.joinFormHeading em {
		color: #f9c604;
		font-style: normal;
	}

@media (max-width:479px){
	.popWrapper {
		max-width: 270px;
		padding: 1em;
	}
	.popHeader {
		font-size: 1.4em;
	}
	.popQuestions {
		font-size: 1.6em;
	}
	.popBtns {
	  font-size: 0.35em;
	}
	.popDone .popWrapper {
		margin: auto;
		left: 2%;
		width: 96%;
	}
	.joinFormHeading {
		font-size: 2.2em;
		line-height: 0.9;
		margin: 0.3em auto -0.5em;
	}

}
@media (min-width:480px) and (max-width:579px){
	.joinFormHeading {
		font-size: 2.4em;
		line-height: 0.9;
		margin: 0.3em auto -0.5em;
	}
}
