@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600');
@font-face {
	font-family: ProximaNova;
	font-weight: 400;
	src: url(../fonts/bcf3bb1b7f7a3436181788e748bae013.woff2) format("woff2");
}
@font-face {
	font-family: ProximaNova;
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/b796339b324ec08006ca04dca90284cf.woff2) format("woff2");
}
@font-face {
	font-family: ProximaNova;
	font-weight: 800;
	src: url(../fonts/5c92d5d3e39a260d5dd06ced7eca070d.woff2) format("woff2");
}
@font-face {
	font-family: ProximaNova;
	font-style: italic;
	font-weight: 800;
	src: url(../fonts/2e5fca371696cab9fb5a9fe214c1319c.woff2) format("woff2");
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	overflow-y: auto;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
html {
	height: 100%;
}
body {
	min-height: 100%;
	font: normal 12px/1.4 Arial;
}
html, body {
	width: 100%;
	min-width: 320px;
	position: relative
}
form {
	font-size: 100%
}
input, select {
	font-size: 99%;
}
a, a:active, a:hover, a:focus {
	outline: none
}
ol {
	list-style-type: none
}
h1, h2 {
	font-weight: bold
}
input, select {
	vertical-align: baseline;
	*vertical-align: middle
}
input {
	line-height: normal;
}
input[type="checkbox"] {
	box-sizing: border-box
}
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input[type="text"]:focus {
	outline: none;
}
.progressb[data-steps="3"] li {
	width: 33.33%
}
.step-container {
	display: none
}
.step-container.active {
	display: block
}
#submit-btn {
	cursor: pointer
}
#errorMessageContainer {
	display: none;
	color: #cc0000;
	margin-bottom: 15px;
	text-align: center;
}
html.sticky-flex {
	min-height: 100%
}
.sticky-flex body {
	/* height: 100vh; */
	display: flex;
	flex-direction: column
}
.sticky-flex header, .sticky-flex footer {
	flex-shrink: 0
}
.sticky-flex main {
	flex: 1 0 auto
}
.form_header {
	font-size: 29px;
	font-weight: bold;
	text-align: left;
	margin: 0 auto 10px;
	color: #434243;
}
.question {
	font-size: 18px;
	font-weight: bold;
	color: #282828;
	text-align: left;
	margin: 0 auto 20px auto;
}
.step-container:first-child .form_header {
	font-size: 29px;
}
.step-container:first-child .form_header,
.step-container:last-child .form_header,
.step-container:first-child .question {
	text-align: center;
}
.button-container,
.buttons-container {
	text-align: center;
	position: relative;
	padding: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn_separator {
	display: inline-block;
	width: 20px;
}
.btn {
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	font-size: 23px;
	text-transform: uppercase;
	height: 65px;
	line-height: 66px;
	margin: 2% auto;
	padding: 0 10px;
	border-radius: 50px;
	width: 100%;
    max-width: 28rem;
	-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.27);
    background: #fd267d;
    background: -moz-linear-gradient(left, #fd267d 0%, #ff7854 100%);
    background: -webkit-linear-gradient(left, #fd267d 0%, #ff7854 100%);
    background: linear-gradient(to right, #fd267d 0%, #ff7854 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd267d', endColorstr='#ff7854', GradientType=1);
}
.btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.btn:active, .btn:focus, .btn:hover {
	-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.27);
    background: #fd267d;
    background: -moz-linear-gradient(left, #fd267d 0%, #ff7854 100%);
    background: -webkit-linear-gradient(left, #fd267d 0%, #ff7854 100%);
    background: linear-gradient(to right, #fd267d 0%, #ff7854 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd267d', endColorstr='#ff7854', GradientType=1);
	color: #ffffff;
}
.buttons-container .btn {
	width: 45%;
}
.btn.btn-no {
	background: none;
    color: #fd267d;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fd267d;
}
.btn.btn-yes {
	border: none;
}
#email {
	display: inline-block;
	width: 292px;
	height: 47px;
	line-height: 47px;
	padding: 0!important;
	text-indent: 5px
}
.dob {
	height: 47px;
}
.form-footer {
	margin-top: 20px;
}

@media screen and (max-width:480px) {
	.form_header {
		font-size: 24px;
	}
	.step-container:first-child .form_header {
		font-size: 26px;
	}
}
select.form-control {
	width: 32%;
	display: inline-block
}

/**/
body.font-oswald-medium {
	font-family: 'Oswald', sans-serif!important
}
body {
	color: #ffffff!important;
	background-color: transparent
}
html {
	background-size: cover !important;
	background-position: top center;
	background-image: url(../images/comic_bg_mobile.jpg)
}
header {
	background: rgb(238, 88, 63);
	background: -moz-linear-gradient(left, rgb(238, 88, 63) 0%, rgb(189, 51, 129) 100%);
	background: -webkit-linear-gradient(left, rgb(238, 88, 63) 0%, rgb(189, 51, 129) 100%);
	background: linear-gradient(to right, rgb(238, 88, 63) 0%, rgb(189, 51, 129) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee583f', endColorstr='#bd3381', GradientType=1);
}
header {
	text-align: center;
	padding: 10px 0;
}
header .container {
	padding: 0;
}
header h1 {
	margin: 0;
	font-size: 45px;
}
header h1 .userLocation .flag-icon {
	top: auto;
}
footer {
	font-family: Arial;
	text-align: center;
	padding: 10px;
	background-color: rgba(189, 51, 129, 1);
	position: absolute;
    bottom: 20px;
	width: 100%;
	z-index: 50;
}
.unsub_enable footer {
	bottom: 40px;
}
.percentage_wrapper {
    clear: both;
    background: rgb(238, 88, 63);
	background: -moz-linear-gradient(left, rgb(238, 88, 63) 0%, rgb(189, 51, 129) 100%);
	background: -webkit-linear-gradient(left, rgb(238, 88, 63) 0%, rgb(189, 51, 129) 100%);
	background: linear-gradient(to right, rgb(238, 88, 63) 0%, rgb(189, 51, 129) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee583f', endColorstr='#bd3381', GradientType=1);
	height: 20px;
    width: 100%;
	z-index: 1;
	position: absolute;
    bottom: 0;
}
.unsub_enable .percentage_wrapper {
	bottom: 20px;
}
.percentage_done {
	height: 20px;
    line-height: 20px;
    background: #fff;
}
.percentage_text {
    background: #fff;
    height: 20px;
    float: right;
    padding: 0 10px;
    color: #4a4a4a;
}
.clock {
	font-size: 2.5em;
	line-height: 1;
    color: #fff;
}
.clock.warning {
	color: #ff4d4d;
}
#logo {
	display: block;
	/*background: transparent url(../images/logo.png) center;*/
	background-size: auto 100%;
	height: 60px;
	width: 230px;
	margin: 10px auto;
}
.form_header {
	color: #ffffff
}
main {
	/* background-image: url(../images/comic_left_01.png), url(../images/comic_right_01.png);
	background-position: left -80px top, right -80px top; */
	background-image: url(../images/comic_right_01.png);
    background-position: center -1vh;
	background-size: auto 92%;
	background-repeat: no-repeat;
}
.form-container {
	font-family: ProximaNova, sans-serif;
	display: block;
	background-color: rgba(0, 0, 0, .75);
	border: solid 1px #ffffff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 290px;
	width: 100%;
	max-width: 550px;
	margin: 10% auto;
	padding: 5% 3%;
}
#form-body {
	padding-top: 10px;
}
.step-container {
	text-align: center;
	min-height: 100px;
	padding: 0 15px;
}
.step-container:last-child .userLocation {
	font-weight: bold;
}
.question {
	color: #ffffff;
	font-weight: 400;
	font-size: 25px
}
.question .userLocation {
	color: #fd267d;
}
.gender {
	color: #ffffff;
	font-size: 25px;
	line-height: 25px;
	font-weight: 400;
	padding-top: 95px
}
.form-control {
	font-family: Arial;
	font-weight: bold;
}
#errorMessageContainer {
	margin-bottom: 0;
	color: #ee0000;
	font-size: 15px
}
.progressb-cont {
	margin: 10px auto 20px auto;
}
.progressb {
	width: 260px;
}
.progressb .pstep {
	font-family: Arial;
	background-image: none;
	background-color: transparent!important;
	color: #808080;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	border: solid 1px #808080;
	text-indent: 0
}
.progressb li.active .pstep {
	border-color: #ffffff;
	color: #ffffff;
}
@media screen and (min-width:1200px) {
	html {
		background-image: url(../images/comic_bg_full.jpg)
	}
	header .container {
		width: auto!important
	}
	#logo {
		float: left;
		margin-left: 3%
	}
	main {
		background-image: url(../images/comic_left_01.png);
		background-position: 60px -2vh;
		background-size: auto 96%;
		position: relative;
	}
	main:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 100px;
		left: 0;
		background-image: url(../images/comic_right_02.png);
		background-position: right bottom;
		background-size: auto 98%;
		background-repeat: no-repeat;
		z-index: 2;
	}
	main:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 60px;
		left: 0;
		background-image: url(../images/comic_right_01.png);
		background-position: right 300px center;
		background-size: auto 95%;
		background-repeat: no-repeat;
		z-index: 1;
	}
	.form-container {
		float: left;
		margin-left: 15%!important
	}
	footer {
		font-size: 17px
	}
}
@media (max-width: 767px) {
	header h1 {
		font-size: 17px;
	}
	footer {
		padding: 5px 10px;
	}
	.form-container {
		padding: 15px;
		margin-top: 0;
	}
	.question {
		font-size: 19px;
		line-height: 1.2;
	}
	.sticky-flex main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 1200px) {
	main .container {
		min-height: calc(100vh - 100px);
    	display: flex;
		align-items: center;
		position: relative;
		z-index: 50;
	}
	.form-container {
		margin: -100px auto 0;
	}
}

/* Unsubscribe */
.unsubscribe {
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 100;
	text-align: center;
}
.unsubscribe a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.unsubscribe a:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
	.buttons-container .btn {
		width: 47%;
	}
}
/* Iphone SE/6 */
@media (max-width: 400px) and (max-height: 460px) {
	main {
		background-position: center -4vh;
	}
	.btn {
		font-size: 16px;
		height: 55px;
		line-height: 55px;
	}
	.form-container {
		margin-top: -5%;
	}
	.form_header {
		font-size: 19px;
	}
	.question {
		font-size: 17px;
		margin-bottom: 10px;
	}
}