@font-face {
	font-family: 'Chivo-Bold';
	src: url('fonts/Chivo-Bold.ttf') format('ttf'),
	url('fonts/Chivo-Bold.woff') format('woff');
}
@font-face {
	font-family: 'ArialRoundedMT-Bold';
	src: url('fonts/ArialRoundedMT-Bold.ttf') format('ttf'),
	url('fonts/ArialRoundedMT-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Muli-SemiBold';
	src: url('fonts/Muli-SemiBold.ttf') format('ttf'),
	url('fonts/Muli-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Muli-Bold';
	src: url('fonts/Muli-bold.ttf') format('ttf'),
	url('fonts/Muli-bold.woff') format('woff');
}
@font-face {
	font-family: 'Muli';
	src: url('fonts/Muli.ttf') format('ttf'),
	url('fonts/Muli.woff') format('woff');
}
@font-face {
	font-family: 'Muli-Italic';
	src: url('fonts/Muli-italic.ttf') format('ttf'),
	url('fonts/Muli-italic.woff') format('woff');
}
/* Resets */
body, div, span, iframe, img, form, table, tr, th, td, button {
	font-family: Helvetica,Arial,"Lucida Grande",sans-serif;
	margin: 0 auto;
	border: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizelegibility;
}

body {
	background: #fff;
	font-size: 14px;
	color: #000;
}

.step.form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.step.form li {
	margin: 0 0 18px;
}

.step.form li:last-child {
	padding-bottom: 18px;
}

.step.form li button {
	margin: 0;
}
	
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.container {
	position: relative;
	max-width: 100%;
	width: 1200px;
}

.content {
	width: 1200px;
	height: 734px;
	background: url('/images/couple-bg.jpg') no-repeat ;
	margin: 0 auto;
	overflow: auto;
}

.header {
	width: 394px;
	height: 40px;
	position: absolute;
	text-indent: -99999px;
	top: 40px;
	margin-left: 26px;
}

.header .logo {
	background: url(../images/dpl_logo.svg) no-repeat center center!important;
	width: 223px;
	height: 40px;
	padding: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.form {
	width: 398px;
	background: #fff;
	margin: 23px 0 0 22px;
	padding-top: 74px;
	border-radius: 5px;
	border: solid 0 #010101;
}

.form .info .info-title , .optout.form .form-top{
	font-family: "Chivo-Bold", sans-serif;
	font-size: 34px;
	text-align: center;
	color: #202020;
	line-height: 38px;
}
.button {
	text-align: center;
}
button , input[type=submit]{
	width: 333px;
	height: 60px;
	border-radius: 30px;
	background-color: #78b43f;
	font-family: "ArialRoundedMT-Bold", sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	cursor:pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	border: 0;
}
button:focus, select:focus, input:focus, a:focus{
	outline: 0;
}
button:hover {
	opacity: 0.6;
}
.index button {
	margin: 30px auto 2px;
}

button.btn-mobile-step {
	height: 67px;
	margin: 15px auto;
	border-radius: 32px;
	line-height: normal;
	font-size: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	color: #fff;
}
#stepmobile.form .info {
	font-size: 24px;
	line-height: 40px;
	font-family: "Chivo-Bold", serif;
	color: #202020;
}
#stepmobile.form .form-body .results .message {
	font-size: 14px;
	font-family: "Muli-SemiBold", sans-serif;
	color: #202020;
}
#stepmobile button {
	margin: 15px auto 15px;
	height: 60px;
}
button.btn-continue {
	background-color: #78b43f;
}
button.btn-download {
	background-color: #db527c;
	margin: 24px auto 15px;
}
button.btn-download .notice {
	font-family: "Muli-SemiBold", sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
	font-weight: normal;
	color: #fff;
}
.separator-text {
	font-size: 14px;
	font-family: "Muli-SemiBold", sans-serif;
	text-align: center;
	color: #202020;
}
.index button {
	margin: 20px auto 0;
}
.form .form-bottom ul{
	font-family: "Muli-SemiBold", sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 1.33;
	color: #202020;
	text-align: center;
	list-style-type: none;
	padding-inline-start: 0;
	padding-bottom: 34px;
}
.field {
	position: relative;
}
.hint-box {
	display: none;
	position: absolute;
	bottom: 90px;
	right: 50%;
	margin-right: -160px;
	width: 312px;
	padding: 4px;
	background: rgba(0, 0, 0, 0.90);
	color: #fff;
	z-index: 99;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	white-space: nowrap;
}
.hint-box ul, .hint-box li {
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

/**** footer section start ****/
.footer-content {
	width: 1200px;
}
.section-one {
	width: 1109px;
	margin: 49px auto 0;
}
.section-one .icon , .section-two .column .icon{
	text-align: center;
}
.section-two .column .icon {
	margin:37px auto 31px;
}
.section-two .icon {
	text-align: center;
}
.section-two .icon img {

	width: 120px;
	height:	104px;
	margin: 0 auto;
}
.section-one .title {
	font-size: 36px;
	font-family: "Chivo-Bold", sans-serif;
	color: #202020;
	font-weight: bold;
	text-align: center;
}
.section-one p , .section-two .column p{
	font-family: "Muli", sans-serif;
	font-size: 16px;
	color: #202020;
	line-height: 26px;
	text-align: center;

}
.section-two {
	margin-top: 47px;
}

.section-two .intro {
	margin: 44px auto 68px;
	width: 1109px;
}
.section-two .intro .title {
	font-family: "Chivo-Bold", sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #202020;
	text-align: center;
}
.section-two .intro p {
	font-family: "Muli-SemiBold", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #202020;
	text-align: center;
	margin-block-start: 0;
}
.columns-wrapper {
	background-color: #f2f2f6;
	margin-top: 23px;
	padding-top: 46px;
}
.columns-wrapper .columns-title {
	font-size: 36px;
	font-family: "Chivo-Bold", sans-serif;
	color: #202020;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
.columns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 1017px;
	margin: 0 auto;
}
.section-two .column {
	width: 480px;
	text-align: center;
	height: 360px;
	border-radius: 14px;
	box-shadow: 0px 4px 0 0 rgba(0, 0, 0, 0.12);
	background-color: #ffffff;
	margin-bottom: 53px;
}
.section-two .column:nth-child(even) {margin-right: 0;}
.section-two .column:nth-child(odd) {margin-left: 0;}

.section-two .column .icon img {
	width: 85px;
	height: 85px;
}
.section-two .column .sub-title {
	font-family: "Muli-Bold", sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	margin-top: 25px;
}
.section-two .column p {
	color: #000000;
	margin-block-start: 0!important;
	width: 90%;
	margin: 0 auto;
}
.footer .bottom {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 28px 0;
	background-color: rgb(219,82,125);
}
.footer .links a , .footer .copyright, .footer .no-background-check {
	color: #fff;
	font-family: "Muli", sans-serif;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
}
.footer .no-background-check {
	line-height: 20px;
}
.footer .links a {
	text-transform: uppercase;
	text-decoration: none;
}
.footer .links {
	width: 100%;
	text-align: center;
}
.footer .footer-link{
	display: inline-block;
	color: #fff;
}
.footer .links a:hover {
	text-decoration: underline;
}
/**** footer section end ****/

.step .form-top {
	width: 102px;
	height: 102px;
	margin: 0 auto;
}
#form-gender .form-top {
	background: url(../images/gender.svg) no-repeat center center ;
}

#form-seekingGender .form-top {
	background: url(../images/seeking.svg) no-repeat center center;
}

#form-zip .form-top {
	background: transparent url(/images/location.svg) no-repeat center center;
}

#form-age .form-top {
	background: transparent url(/images/dob.svg) no-repeat center center;
}

#form-email .form-top {
	background: transparent url(/images/email.svg) no-repeat center center;
}

#form-ethnicity .form-top {
	background: transparent url(/images/ethnicity.svg) no-repeat center center;
}

#form-haveChildren .form-top {
	background: transparent url(/images/children.svg) no-repeat center center;
}

#form-income .form-top {
	background: transparent url(/images/income.svg) no-repeat center center;
}

#form-religion .form-top {
	background: transparent url(/images/religion.svg) no-repeat center center;
}
#form-churchInvolvement .form-top {
	background: transparent url(/images/churchInvol.svg) no-repeat center center;
}

#form-relationshipIntent .form-top {
	background: transparent url(/images/relationship.svg) no-repeat center center;
}
#stepverify .form-top {
	background: transparent url(/images/captcha.svg) no-repeat center center;
}
#form-education .form-top {
	background: transparent url(/images/education.svg) no-repeat center center;
}
#form-singlesEvents .form-top {
	background: transparent url(/images/singleEvents.svg) no-repeat center center;
}
.question, .label {
	font-family: "Muli-SemiBold", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #202020;
	line-height: 1.33;
	width: 90%;
	margin: 0 auto;
}
input[type=text], input[type=password], select {
	font-family: "Muli-Bold", sans-serif;
	width: 333px;
	font-size: 18px;
	height: 60px;
	border: none;
	text-indent: 10px;
	outline: 0;
	color: #202020;
	background-color: #f1f1f6;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select {
	background: url("/images/arrow.png") no-repeat 97% 50% #f1f1f6;
	background-size: 16px auto;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family: "Muli-Italic", sans-serif;
	color:rgba(32, 32, 32, 0.8);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: "Muli-Italic", sans-serif;
	color: rgba(32, 32, 32, 0.8);

}

::-ms-input-placeholder { /* Microsoft Edge */
	font-family: "Muli-Italic", sans-serif;
	color: rgba(32, 32, 32, 0.8);
}
input[type=submit] {
	margin-bottom: 18px;
	text-transform: uppercase;
}
input[type=submit]:hover {
	opacity: 0.6;
}
.invalid {
	background-color: #fae7ec!important;
}
.msg.invalid {
	height: 16px;
	font-family: "Muli-Bold", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #db527b;
	background: none!important;
}
.step.form .msg {
	height: 30px;
	line-height: 30px;
	margin: 5px auto;
}
#form-age .form-body .field {
	display: inline-block;
}
select#bmonth {
	width: 161px;
	margin-right: 4px;
}
select#bday {
	width: 71px;
	margin-right: 4px;
}
select#byear {
	width: 81px;
}
.question .sub {
	font-size: 14px;
	font-weight: normal;
	color: #202020;
	font-family: "Muli", sans-serif;
}
#form-email .question .sub {
	position: absolute;
	width: 320px;
	text-align: center;
	padding: 0;
	margin-top: 106px;
	left: 50%;
	margin-left: -160px;
	line-height: 16px;
}
#form-email .button{
	 margin-top: 29px;
 }
.login.form .form-top, .offer.form .info{
	font-family: "Chivo-Bold", sans-serif;
	font-size: 32px;
	color: #202020;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	width: 100%;
	text-transform: capitalize;
}
.offer .form-body .message , .login.form .form-body .results .info, .login.form .form-top .sub {
	font-size: 18px;
	margin-top: 10px;
	font-family: "Muli-SemiBold", sans-serif;
	font-weight: 600;
	line-height: 24px;
	color: #202020;

}
.offer .form-body .logo , .login .logo {
	background: #fff;
	width: 333px;
	padding: 10px 0;
	margin: 10px auto 0;
}
.offer .logo img,  .login .logo img {
	max-width: 85%;
}
.offer.form .profile {
	width: 333px;
}
#elitesingles .profile .label {
	height: 50px;
	line-height: 25px;
}
#elitesingles .profile .label .password-requirements {
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}
#elitesingles .terms {
	padding-top: 5px;
}
.offer .form-body .terms, .offer .form-body .disclaimer {
	margin-top: 5px;
	font-size: 11px;
	line-height: 14px;
	color: #202020;
	font-family: "Muli", sans-serif;
}

.offer .terms a {
	color: #202020;
	font-family: "Muli-Bold", sans-serif;
	text-decoration: underline;
}
.offer .terms a:hover {
	text-decoration: none;
}
.form input[type='checkbox'] {
	margin-left: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 17px;
	height: 17px;
	border-radius: 4px;
	outline: 0;
	vertical-align: bottom;
	border: solid 1px #000000;

}
.form input[type='checkbox']:checked {
	background: url(/images/checkmark.png) center center no-repeat #fff;
	background-size: 10px auto;
	border: solid 1px #000;
}
.offer.form .form-top {
	display: none;
}
.offer .form-body .msg {
	height: 20px;
	margin-top: 9px;
}
.form-body {
	text-align: center;
}
.private-safe {
	display: none;
}
.offer.form .form-bottom {
	font-size: 11px;
	padding:5px 0;
	color: #fff;
	text-align: center;
	font-family: "Muli-Italic", sans-serif;
}
.offer button {
	margin: 10px auto 0;
}
.login.form .form-top {
	width: 90%;
	margin: 0 auto;
	text-transform: initial;
}
.login.form .form-body {
	width: 333px;
}
.login.form .logo {
	margin: 20px auto 10px;
}
.optout.form .label {
	display: none;
}
.optout .question {
	margin: 10px auto;
	width: 90%;
}
.optout.form .disclaimer {
	margin-top: 10px;
	font-size: 14px;
	width: 80%;
	margin-bottom: 10px;
	color: #fff;
	font-family: "Quicksand-Medium", sans-serif;
}
.optout.form button {
	margin-bottom: 30px
}
.step.form .form-body {
	margin-top: 13px;
	position: relative;
}

.step.form button, .login.form button {
	margin: 14px auto 30px;
}
#form-age select{
	background-position: 95% 60%;
	text-indent: 4px;
}
@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {

	.content {
		background: url('/images/couple-bg@2x.jpg') no-repeat ;
		background-size: contain;
	}
	.form input[type='checkbox']:checked {
		background: url(/images/checkmark@2x.png) center center no-repeat #fff !important;
		background-size: 10px auto!important;
	}
}
/* @3x Images (Pixel Ratio of 2.25+) */
@media only screen and (-o-min-device-pixel-ratio: 9/4),
only screen and (-webkit-min-device-pixel-ratio: 2.25),
only screen and (min-device-pixel-ratio: 2.25),
only screen and (min-resolution: 2.25dppx) {

	.content {
		background: url('/images/couple-bg@3x.jpg') no-repeat ;
		background-size: contain;
	}
	.form input[type='checkbox']:checked {
		background: url(/images/checkmark@3x.png) center center no-repeat #fff !important;
		background-size: 10px auto!important;
	}
}


@media (max-width: 1200px){

	footer, .container, .section-two, .columns-wrapper,.content {
		width: 100%;
	}
	.footer-content{
		width: 100%;
	}
	.section-one, .columns{
		margin: auto;
		width: 90%;

	}
	.section-two .intro {
		width: 90%;
	}
	.login.form .form-top, .offer.form .info {
		font-size: 30px;
	}
}
@media (max-width: 1024px )  {

	body, html ,.footer, .container, .section-two, .columns-wrapper {
		width: 100%;
	}
	.footer-content{
		width: 100%;
	}
	.section-one, .columns{
		margin: auto;
		width: 90%;
	}
	.columns {
		flex-direction: column;
		width: 100%;
	}
	.section-two .column:nth-child(odd), .section-two .column:nth-child(even) {
		margin : auto auto 36px;
	}
	.section-two .column {
		width: 90%;
		height: auto;
		padding-bottom: 40px;
	}
	.columns-wrapper .columns-title, .section-one .title {
		font-size: 32px;
	}
	.section-two .column .icon img {
		width: 69px;
		height: 62px;
	}
	.footer .footer-link.separator:nth-child(2) {
		display: none;
	}
	.header {
		width: 100%;
		margin: 0 auto;
		position: relative;
		height: 0;
	}
	.header .logo {
		width: 244px;
		height: 44px;
		padding-top: 22px;
	}
	.step .form-top {
		margin: 16px auto 0;
	}
	.offer.form .info {
		width: 91%;
		margin-top: 20px;
	}
	.login.form .form-top, .offer.form .info, #stepmobile.form .info {
		font-size: 40px;
		font-weight: bold;
		line-height: 1.3;
	}
	.login.form, .offer.form {
		width: 80%;
		margin: 24px auto 0;
		float: none;
	}
	.offer.form button, .login.form button {
		width: 100%;
	}
	.offer.form .profile {
		width: 100%;
	}
	.offer .form-body .label {
		line-height: 45px;
		font-size: 20px;
	}


	.index.form {
		width: 80%;
		margin: 36px auto;
		float: none;
	}
	.content {
		width: 100%;
		background: #fff url(/images/tablet-bg.jpg) no-repeat;
		background-size: cover;
		height: 1100px;
	}

	@media only screen and (-o-min-device-pixel-ratio: 5/4),
	only screen and (-webkit-min-device-pixel-ratio: 1.25),
	only screen and (min-device-pixel-ratio: 1.25),
	only screen and (min-resolution: 1.25dppx){
		.content {
			background: #fff url(/images/tablet-bg@2x.jpg) no-repeat;
			background-size: cover;
			min-height: auto;
		}
	}

	/* @3x Images (Pixel Ratio of 2.25+) */
	@media only screen and (-o-min-device-pixel-ratio: 9/4),
	only screen and (-webkit-min-device-pixel-ratio: 2.25),
	only screen and (min-device-pixel-ratio: 2.25),
	only screen and (min-resolution: 2.25dppx) {
		.content {
			background: #fff url(/images/tablet-bg@3x.jpg) no-repeat bottom;
			background-size: cover;
			min-height: auto;
		}
	}
	select {
		background-position: 98%;
	}
	.index button {
		width: 70%;
		height: 65px;
	}
	.step.form .form-body {
		width: 70%;
	}
	.step.form button, input[type=submit] {
		width: 100%;
		height: 65px;
	}
	select , input[type="text"], input[type="email"], input[type="password"], .field , input[type="email"]{
		height: 66px;
		line-height: 66px;
		width: 100%;
		padding: 0;
		font-size: 20px;
	}
	#form-email .question .sub {
		font-size: 18px;
		margin: 110px auto 0 -50%;
		width: 100%;
	}
	.form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
		text-align: left;
		float: left;
		display: block;
		margin-right: 2%;
	}
	.form .field#bmonth-input {
		width: 50%;
	}
	.form .field#bday-input {
		width: 19%;
	}
	.form .field#byear-input {
		width: 27%;
	}
	.form .field#byear-input {
		margin-right: 0;
	}
	select#bday, select#bmonth, select#byear {
		width: 100%;
		background-position: 95%;
		padding: 0;
	}
	.msg.invalid {
		width: 100%;
		padding: 0;
	}
	.form-body .label, .form-body .question {
		font-size: 18px;
	}
	button, input[type=submit] {
		font-size: 26px;
	}
	#form-email .question .sub {
		width: 80%;
		padding: 0;
		line-height: 18px;
		font-size: 14px;
		left: 50%;
		margin: 110px auto 0 -40%;
	}
	.offer.form .form-bottom {
		color: #fff;
		margin: auto;
		width: 70%;
		text-align: center;
	}
	.offer.form .logo {
		margin: 11px auto 21px;
		padding: 30px 0;
		width: 100%;
	}
	.login.form .logo {	width: 100%;}

	.offer .logo img, .login .logo img {
		max-width: 85%;
		width: auto;
	}
	.login.form .form-top .sub , .offer .form-body .message,
	.login.form .form-body .results .info{
		width: 72%;
		font-size: 18px;
	}
	.offer .form-body .terms, .offer .form-body .disclaimer {
		font-size: 14px;
		line-height: 13px;
		padding: 0;
		width: 100%;
	}
	.step.form, .optout.form {
		width: 80%;
		max-width: 80%;
		margin: 25px auto;
		float: none;
		min-height: 400px;
	}
	.optput.form input[type=text]#email {
		width: 80%;
	}
	#form-gender #gender-input, #form-seekingGender #seekingGender-input {
		margin-bottom: 110px;
	}
	.offer .form-body .terms {
		margin-top: 15px;
	}
	.offer .form-body .terms a {
		line-height: 16px;
	}

	.login.form .form-body, .offer.form .form-body,  .optout .form-body  {
		width: 80%;
		margin: 0 auto;
	}

	.form .info .info-title {
		font-size: 40px;
		width: 63%;
		line-height: 42px;
	}
	.form-body .results .message {
		padding: 20px 0 10px;
		width: 90%;
		margin: 0 auto;
		line-height: 26px;
	}
	.login.form .form-body .results .info:first-letter{
		text-transform: uppercase;
	}
	.optout.form button {
		width: 100%;
	}
	.section-one p , .section-two .column p, .section-two .intro p {
		font-size: 14px;
	}
	.section-two .intro .title {
		font-size: 18px;
	}


}

@media (orientation: landscape) {
	@media (max-width: 1024px ) {
		.content {
			width: 100%;
			background: #fff url(/images/tablet-bg.jpg) no-repeat;
			background-size: cover;
			height: 917px;
		}

		@media only screen and (-o-min-device-pixel-ratio: 5/4),
		only screen and (-webkit-min-device-pixel-ratio: 1.25),
		only screen and (min-device-pixel-ratio: 1.25),
		only screen and (min-resolution: 1.25dppx){
			.content {
				background: #fff url(/images/tablet-bg@2x.jpg) no-repeat;
				background-size: cover;
				min-height: auto;
			}
		}

		/* @3x Images (Pixel Ratio of 2.25+) */
		@media only screen and (-o-min-device-pixel-ratio: 9/4),
		only screen and (-webkit-min-device-pixel-ratio: 2.25),
		only screen and (min-device-pixel-ratio: 2.25),
		only screen and (min-resolution: 2.25dppx) {
			.content {
				background: #fff url(/images/tablet-bg@3x.jpg) no-repeat bottom;
				background-size: cover;
				min-height: auto;
			}
		}
	}
}

@media only screen and (min-device-width: 1024px) and
(max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait)  {
		.content {
			height: 1350px;
		}
}

@media (max-width: 736px) {

	.content {
		width: 100%;
		background: #fff url(/images/mobile-bg.jpg) no-repeat center;
		background-size: cover;
		min-height: auto;
	}

	@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
		.content {
			background: #fff url(/images/mobile-bg@2x.jpg) no-repeat center;
			background-size: cover;
		}
	}

	/* @3x Images (Pixel Ratio of 2.25+) */
	@media only screen and (-o-min-device-pixel-ratio: 9/4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
		.content {
			background: #fff url(/images/mobile-bg@3x.jpg) no-repeat center;
			background-size: cover;
		}
	}

	.step.form .form-body, .login.form .form-body, .offer.form .form-body, .optout .form-body {
		width: 81%;
	}
	.login.form, .offer.form {
		width: 90%;
	}
	.offer.form .info {
		width: 100%;
	}

	#elitesingles .profile .label {
		margin-top: 20px;
	}
}

@media (max-width: 480px) {

	.content {
		height: 800px;
	}
	.header .logo {
		width: 166px;
		height: 31px;
		margin: 0 auto;
	}
	.index.form, .form , .optout.form, .step.form, .offer.form, .login.form{
		width: 90%;
		padding-top: 57px;
	}
	.optout.form {
		padding-top: 61px;
	}
	.login.form {
		padding-top: 61px;
	}
	.index.form div.button {
		width: 90%;
		margin: 0 auto;
	}
	.index button {
		margin: 22px auto 2px;
	}
	.index button , .step.form button, input[type=submit] {
		height: 49px;
		font-size: 20px;
	}
	select, input[type="text"], input[type="email"], input[type="password"], .field, input[type="email"] {
		height: 49px;
		font-size: 16px;
		line-height: 49px;
		padding: 0;
	}
	.form-bottom ul{
		font-size: 14px;
		width: 100%;
		line-height: 18px;
	}
	.section-one p, .section-two .column p , .section-two .intro p{
		line-height: 24px;
	}
	.columns-wrapper .columns-title, .section-one .title {
		font-size: 26px;
		width: 85%;
	}
	.section-two .column .sub-title {
		font-size: 16px;
		line-height: 24px;
	}
	.footer .links a, .footer .copyright, .footer .no-background-check {
		font-size: 12px;
	}
	.form .info .info-title {
		font-size: 24px;
		line-height: 29px;
		width: 82%;
	}
	#form-email .question .sub {
		width: 100%;
		left: 50%;
		font-size: 11px;
		margin: 99px auto 0 -50%;
	}
	form#form-email div.button {
		padding-top: 17px!important;
	}
	#form-gender #gender-input, #form-seekingGender #seekingGender-input {
		margin-bottom: 87px;
	}
	select#bday, select#bmonth, select#byear {
		width: 100%;
		text-indent: 2px;
	}
	.form .field#byear-input {
		margin-right: 0;
	}
	select {
		background-position: 97%;
	}
	.login.form .form-top .sub, .offer .form-body .message, .login.form .form-body .results .info,
	.offer .form-body .label {
		font-size: 13px;
	}
    .offer	.form-body .label {
		line-height: 30px;
	}
	.offer .form-body .results .info, .login.form .form-top, #stepmobile.form .info {
		font-size: 22px;
		width: 100%;
	}
	.login.form .form-top {
		width: 81%;
	}
	.login.form .form-top .sub { width: 100%;}
	.offer .form-body .logo{
		margin: 10px auto 0;
	}
	.offer .form-body .terms {
		margin-top: 5px;
	}
	.offer .form-body .disclaimer, .offer .form-body .terms  {
		font-size: 10px;
	}
	.step.form button, .login.form button {
		height: 49px;
		font-size: 20px;
	}
	.form .form-bottom ul {
		font-size: 14px
	}
	.step .form-top {
		width: 80px;
		height: 80px;
	}
	.form-body .label, .form-body .question ,.msg.invalid{
		font-size: 16px;
	}
	.step.form, .optout.form {
		min-height: 325px;
	}


}

@media   (max-width: 320px) {

	.form-body .results .message {
		font-size: 13px;
	}
	.form .info .info-title {
		width: 85%;
	}
	.index button {
		width: 100%;
	}
	.step.form .form-body, .login.form .form-body, .offer.form .form-body {
		width: 90%;
	}
	#form-email .question .sub {
		font-size: 11px;
	}
	.section-two .title {
		font-size: 24px;
	}
	.offer .form-body .results .info, .login.form .form-top {
		font-size: 23px;
	}
}