﻿@font-face {
	font-family: 'OpenSans-Regular';
	src: url('fonts/OpenSans-Regular.ttf') format('ttf'),
	url('fonts/OpenSans-Regular.woff') format('woff');
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('fonts/OpenSans-Bold.ttf') format('ttf'),
	url('fonts/OpenSans-Bold.woff') format('woff');
}
@font-face {
	font-family: 'SamsungSharpSans-Medium';
	src: url('fonts/SamsungSharpSans-Medium.ttf') format('ttf'),
	url('fonts/SamsungSharpSans-Medium.woff') format('woff');
}
@font-face {
	font-family: 'SamsungSharpSans-Bold';
	src: url('fonts/SamsungSharpSans-Bold.ttf') format('ttf'),
	url('fonts/SamsungSharpSans-Bold.woff') format('woff');
}


/* Resets */
body, div, span, iframe, img, form, table, tr, th, td, button {
	font-family: Helvetica,Arial,OpenSans-Regular,sans-serif;
	margin: 0 auto;
	border: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizelegibility;
}

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

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

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

.step.form li:last-child {
	margin-bottom: 0;
}

.step.form .button {
	margin-top: 14px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clear-both {
	clear: both;
}

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

.content {
	width: 100%;
	background: url('/images/background.jpg') no-repeat center center;
	margin: 0 auto;
	overflow: auto;
	height: 100%;
	position: relative;
	min-height: 731px;
}
.header {
	width: 100%;
	height: 78px;
	background-color: transparent;
	position: absolute;
	text-indent: -99999px;
	left: 50%;
	margin-left: -50%;
	z-index: 100;
}
.header .logo {
	background: url(../images/logo.png) no-repeat;
	width: 180px;
	height: 51px;
	margin-top: 27px;
}
.form {
	width: 412px;
	margin: 114px auto;
}
.index.form {
	width: 406px;
}
.offer.form {
	margin: 114px auto 20px;
	width: 416px;
}

.form .info .info-title , .optout.form .form-top{
	font-family: SamsungSharpSans-Bold, sans-serif;
	font-size: 46px;
	text-align: center;
	font-weight: bold;
	line-height: 51px;
}
#form-gender .form-top {
	background: url(../images/gender.svg) no-repeat center center ;
	width: 94px;
	height: 94px;
	margin: 0 auto;
	background-size:contain ;
	display: block;
}

#form-seekingGender .form-top {
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size:contain ;
	display: block;
	background: url(../images/seeking.svg) no-repeat center center;
	fill: white;
}

#form-zip .form-top {
	background: transparent url(../images/location.svg) no-repeat center center;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: contain;
	display: block;
}

#form-age .form-top {
	background: transparent url(../images/dob.svg) no-repeat center center;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: contain;
}

#form-email .form-top {
	background: transparent url(../images/email.svg) no-repeat center center;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: contain;
}

#form-ethnicity .form-top {
	background: transparent url(../images/ethnicity.svg) no-repeat center center;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: contain;
}

#form-haveChildren .form-top {
	background: transparent url(../images/children.svg) no-repeat center center;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: contain;
}

#form-income .form-top {
	background: transparent url(../images/income.svg) no-repeat center center;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: contain;
}

#form-religion .form-top {
	background: transparent url(../images/religion.svg) no-repeat center center;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: contain;
}
#form-churchInvolvement .form-top {
	background: transparent url(../images/churchinvol.svg) no-repeat center center;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: contain;
}

#form-relationshipIntent .form-top {
	background: transparent url(../images/relationship.svg) no-repeat center center;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: contain;
}
#stepverify .form-top{
	background: transparent url(../images/captcha.svg) no-repeat center center;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: contain;
}
#form-education .form-top {
	background: transparent url(../images/education.svg) no-repeat center center;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: contain;
}
#form-singlesEvents .form-top {
	background: transparent url(/images/singleEvents.svg) no-repeat center center;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: contain;
}

.form input[type='checkbox'] {
	margin-left: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: bottom;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background-color: #fff;
	outline: 0;

}
.form input[type='checkbox']:checked {
	background: url(../images/checkmark.svg) center center no-repeat #fff;
	background-size: 10px auto;
	border: solid 1px #000;
}


.offer.form .form-top {
	display: none;
}

.form-body {
	margin-top: 2px;
	text-align: center;
}
.step.form .form-body {
	margin-top: 13px;
	position: relative;
}
.private-safe {
	display: none;
}

.question {
	font-family: SamsungSharpSans-Medium, sans-serif;
	text-align: center;
	font-size: 18px;
	width: 90%;
	margin: 20px auto 17px;
}
.question .sub {
	font-family: SamsungSharpSans-Medium, sans-serif;
	margin-top: 1px;
	font-size: 13px;
	font-weight: normal;
}
#form-email .question .sub {
	position: absolute;
	width: 404px;
	text-align: center;
	padding: 0 ;
	margin-top: 75px;
	left: 40%;
	margin-left: -160px;
	line-height: 16px;
}
#form-email .msg{
	margin-top: 40px;
}
.msg {
	width: 99%;
	text-align: center;
	height: 20px;
	font-family: SamsungSharpSans-Bold, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	color: #f45358;
	margin: 5px auto -5px;
}
.msg.invalid {
	background: #fdddde;
	border-radius: 2px;
}

.field {
	text-align: center;
	display: inline-block;
	position: relative;	
}

.hint-box {
	display: none;
	position: absolute;
	bottom: 55px;
	right: 50%;
	margin-right: -130px;
	width: 250px;
	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;
}

.offer .form-top {
	width: 340px;
	margin-top: 15px;
	font-size: 14px;
	font-style: normal;
}

.offer .form-body .message , .login.form .form-body .results .info {
	margin-top: 10px;
	font-family: SamsungSharpSans-Bold, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;

}

.offer .form-body .logo, .login .form-body .logo {
	display: none;
}

.offer .form-body .label {
	font-family: SamsungSharpSans-Medium, sans-serif;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	margin: 13px auto 0;
}

#elitesingles .profile .label {
	height: 60px;
	line-height: 22px;
}
#elitesingles .profile .label .password-requirements {
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

.offer .form-body .field {
	float: left;
}

.offer .form-body .terms, .offer .form-body .disclaimer {
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
	font-family: SamsungSharpSans-Medium, sans-serif;
}

.offer .form-body .terms a {
	text-decoration: none;
}

.offer.form#edate .results .message, .offer.form#edate .logo img {
	display: none;
}
.offer.form#edate .results {
	margin-bottom: 0;
}
input[type=submit] {
	width: 405px;
	height: 58px;
	line-height: 58px;
	border-radius: 26px;
	background-image: linear-gradient(to top, #2eab4b, #78bb5f);
	font-family: 'SamsungSharpSans-Bold', sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	border: 0 ;
	cursor: pointer;
	margin-bottom: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}
#form-gender #gender-input , #form-seekingGender #seekingGender-input {
	margin-bottom: 15px;
}
input[type=submit]:hover {
	opacity: 0.6;
}
input[type=text], input[type=password] {
	font-family: OpenSans-Regular, sans-serif;
	font-size: 18px;
	width: 404px;
	height: 49px;
	line-height: 49px;
	background-color: #ffffff;
	text-indent: 10px;
	outline: 0;
	color: #262626;
	padding: 0;
	border: 0;
	border-radius: 2px;

}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(38, 38, 38, 0.5);
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(38, 38, 38, 0.5);
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(38, 38, 38, 0.5);
}

input.invalid {
	border-color: #ec283d;
}
select {
	width: 404px;
	height: 49px;
	line-height: 49px;
	font-weight: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("/images/arrows.png") no-repeat 97% 50% #ffffff;
	border: 0;
	background-size: 10px auto;
	text-indent: 10px;
	outline: 0;
	font-family: OpenSans-Regular, sans-serif;
	font-size: 18px;
	color: #262626;
	border-radius: 2px;
}

select.invalid {
	width: 404px;
	border-color: #ec283d;
}
#step4 select{
	background-position: 95% 60%;
	text-indent: 4px;
}
select::-ms-expand {
	display: none;
}
	
select#bmonth {
	width: 187px;
	margin-right: 4px;
}
select#bday {
	width: 97px;
	margin-right: 4px;
}
select#byear {
	width: 107px;
}
select#ethnic, select#occupation, select#education, select#income {
	width: 404px;
}

.button {
	text-align: center;
}
button {
	width: 405px;
	height: 58px;
	margin: 10px auto 0;
	line-height: 58px;
	border-radius: 26px;
	background-image: linear-gradient(to top, #2eab4b, #78bb5f);
	font-family: SamsungSharpSans-Bold, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	cursor:pointer;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.index button {
	margin: 4px auto 29px;
}
button:hover {
	opacity: 0.6;
}
.form .form-bottom, .bottom {
	font-family: SamsungSharpSans-Bold, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 28px auto 22px;
}
.form .home-bottom {
	font-family: SamsungSharpSans-Medium, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 10px auto 0;
	border: 1px solid #fff;
	padding: 13px;
}
.form .home-bottom .highlighted {
	font-weight: 500;
	font-family: SamsungSharpSans-Bold, sans-serif;
}
.form .form-bottom ul  {
	list-style-type: none;
	padding-inline-start: 0;
}

.offer input[type=text], .offer input[type=password] {
	line-height: 45px;
	height: 45px;
}

.optout.form .label {
	display: none;
}
.optout .question {
	width: 90%;
}
.optout.form .disclaimer {
	margin-top: 10px;	
	font-size: 14px;
	width: 80%;
	margin-bottom: 10px;
}
.optout.form button {
	margin-bottom: 30px
}

.sider {
	width: 305px;
	float: right;
}

.sider-content {
	width: 250px;
	padding: 75px 0 0 15px;
	float: left;
	font-size: 44px;
	line-height: 48px;
	color: #fff;
	text-shadow: 1px 1px 0.05em #333;
	text-align: center;
}
.offer.form .profile, .offer.form .profile .log {
	width: 404px;
}
.login.form .form-top, .offer.form .info{
	font-family: SamsungSharpSans-Bold, sans-serif;
	font-size: 44px;
	line-height: 1.1;
	text-align: center;
	font-weight: bold;
	width: 90%;
	text-transform: capitalize;
}
.login.form .form-top {
	width: 100%;
	font-weight: bold;
	font-size: 46px;
	text-transform: initial;
}
.login.form .form-body {
	width: 404px;
}
.login.form .form-top .sub {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
	margin: 25px auto;
	width: 80%;
}
.login.form .logo {
	margin: 20px auto 10px;
}
.footer {
	width: 1200px;
	position: relative;
}

.footer .footer-content {
	width: 100%;
	background-color: #fff;
	margin: 29px auto 40px;
}

.footer .footer-content .full {
	width: 835px;
	font-family: OpenSans-Regular, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #525a5c;
}

.footer .footer-content .full .title {
	font-family: OpenSans-Bold, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}
.footer .footer-content .full .paragraph {
	font-family: OpenSans-Regular, sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 19px;
}
.footer .footer-content .full .paragraph.last {
	margin-bottom: 7px!important;
}
.footer .footer-content .full .paragraph ul{
	margin-block-end: 0;
	margin-block-start: 0;
}
.bottom {
	font-family: SamsungSharpSans-Medium, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 100px;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 50%;
	margin-left: -50%;
}

.form-bottom  .links, .bottom .links {
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.form-bottom .links a, .bottom .links a {
	font-family: SamsungSharpSans-Medium, sans-serif;
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
.form-bottom  .footer-link, .bottom .footer-link {
	display: inline-block;
}

.form-bottom .copyright, .bottom .copyright, .no-background-check {
	font-family: SamsungSharpSans-Medium , sans-serif;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.columns-div {
	margin: 31px auto 33px;
	width: 991px;
}
.section.mobile {
	display: none;
}
.section.desktop {
	display: block;
}
.offer .form-body .terms a {
	font-family: SamsungSharpSans-Medium, sans-serif;
	text-decoration: underline;
	color: #fff;
}
#pin-verify .question {
	font-size: 14px;
	white-space: nowrap;
}
#phone-type-input {
	margin-top: 10px;	
}

@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/background@2x.jpg') no-repeat center center;
		background-size: cover;
	}

	.header .logo {
		background: url('/images/logo@2x.png') no-repeat;
		background-size: 180px auto;
	}
	.footer .section .column.middle {
		background: url("/images/couple-1@2x.png") no-repeat bottom center;
		background-size: 205px 205px;
	}
	.footer .section .column.last {
		background: url("/images/couple-2@2x.png") no-repeat bottom center;
		background-size: 205px 205px;
	}
	select {
		background: url("/images/arrows@2x.png") no-repeat 97% 60% #fff;
		background-size: 8px 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: url('/images/background@3x.jpg') no-repeat center center ;
		background-size: cover;
	}

	.header .logo {
		background: url('/images/logo@3x.png') no-repeat;
		background-size: 180px auto;
	}
	.footer .section .column.middle {
		background: url("/images/couple-1@3x.png") no-repeat bottom center;
		background-size: 205px 205px;
	}


	.footer .section .column.last {
		background: url("/images/couple-2@3x.png") no-repeat bottom center;
		background-size: 205px 205px;
	}
	select {
		background: url("/images/arrows@3x.png") no-repeat 97% 60% #fff;
		background-size: 8px auto;
	}
}


@media (max-width: 1200px){

	.content, .footer, .footer .section , .footer .section .full,.header, .footer .columns-icon-div  {
		width: 100%;
	}
	.container {
		min-width: 100%;
	}
}
@media (max-width: 1024px )   {

	.header {
		width: 100%;
		margin-left: -50%;
	}
	body, html {
		width: 100%;
	}


	.footer {
		width: 100%;
	}
	.container {
		min-width: 100%;
		width: 100%;
	}
	.row-div , .footer .section{
		width: 100%;
	}
	.footer .footer-content .full {
		width: 90%;
	}

	.login.form, .offer.form {
		width: 80%;
		float: none;
	}
	.login.form {
		margin: 230px auto 0;
	}
	.offer.form button, .login.form button {
		width: 100%;
	}
	.offer.form .profile {
		width: 100%;
	}
	.footer .section .column .icon {
		display: block;
		background: #ebf2fa;
		text-align: center;
		padding: 25px 0;
	}
	.footer .section .column .icon  img {
		width: 64px;
		height: 58px;
	}

	.columns-div {
		margin: 29px auto 26px;
		width: 90%;
	}
	.footer .section .column {
		width: 47%;
		float: left;
		margin-right: 4%;
		height: 384px;
		margin-bottom: 41px;
	}
	.footer .section .heading {
		margin-top: 13px;
	}
	.footer .section .column.middle {
		margin-right: 0%;
	}
	.footer .section .column.last {
		margin-right: 4%;
	}
	.footer .section .full {
		float: left;
		width: 47%;
	}
	.footer .section .full {
		padding: 27px 0 5px;
		font-size: 14px;
		line-height: 22px;
		color: #000;
		background: #ebf2fa;
		height: 384px;
	}
	.footer .section .full .about-section {
		width: 95%;
		font-size: 15px;
		line-height: 24px;
	}
	.footer .section .feature {
		line-height: 24px;
	}
	.offer .form-body .label {
		line-height: 45px;
		font-size: 20px;
	}
	.offer.form .info {
		width: 80%;
	}
	.footer .bottom {
		height: 68px;
		padding-top: 22px;
	}
	.footer {
		bottom: 0;
	}


	.content {
		width: 100%;
		background: #fff url(../images/background.jpg) no-repeat center center;
		background-size: cover;
		height: 752px;
		overflow: hidden;
	}

	@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/background@2x.jpg) no-repeat center center;
			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/background@3x.jpg) no-repeat center center;
			background-size: cover;
			min-height: auto;
		}
	}
	select {
		background-position: 98%;
	}

	.index.form {
		width: 80%;
		max-width: 80%;
	}

	.step.form, .optout.form {
		width: 80%;
		max-width: 80%;
	}
	.optput.form input[type=text]#email {
		width: 80%;
	}
	input[type=text]#email {
		width: 100%;
	}
	.form-top, .step.form .form-top {
		font-size: 36px;
	}
	#mate1.login.form .form-top {
		margin: 0 auto;
		padding: 0;
		width: 90%;
		font-size: 36px;
	}
	.login.form .form-top .sub {
		width: 78%;
		font-size: 20px;
	}

	.form-top .top-title {
		width: 100%;
	}
	.form-top .sub {
		font-size: 25px;
		line-height: 1.6;
		font-family: OpenSans-Regular, sans-serif;
	}
	.form-body {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.form-body {
		width: 80%;
	}
	#form-gender #gender-input, #form-seekingGender #seekingGender-input {
		margin-bottom: 110px;
	}
	.form-body .label , select ,.field,
	.form-body .question {
		font-size: 20px;
		line-height: 28px;
		width: 100%;
	}
	.form-body .question {
		margin-top: 20px;
	}
	#pin-verify .question {
		font-size: 18px;
	}
	input[type=submit] {
		font-size: 22px;
		height: 56px;
		line-height: 56px;
		width: 100%;
	}
	.footer .section .feature {
		font-size: 16px;
	}

	input[type="text"], input[type="email"], input[type="password"] {
		width: 100%;
	}
	input.invalid {
		width: 100%;
	}
	button {
		font-size: 22px;
		height: 56px;
		line-height: 56px;
	}
	.login.form .form-top {
		width: 65%;
	}
	.step.form button {
		width: 100%;
		max-width: 100%;
	}

	.offer.form .form-body {
		width: 100%;
		margin: 0 auto;
	}
	.form-body .results {
		width: 100%;
		max-width: 100%;
	}
	.login .form-body .results .info {
		font-size: 34px;
		margin: 0 auto;
		width: 100%;
		padding-top: 0;
	}
	.offer .form-body .results .info {
		padding-top: 0;
		font-size: 34px;
	}

	.login.form {
		padding-bottom: 0;
	}
	.form .info .info-title {
		font-size: 36px;
		width: 62%;
		line-height: 42px;
	}
	.form .home-bottom {
		width: 75%;
	}
	.index button{
		margin: 0 auto ;
	}
	button {
		width: 80%;
	}
	.footer .section .heading {
		font-size: 18px;
	}
	.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;
	}
	.form-body .results .message {
		padding: 20px 0 10px;
		font-size: 20px;
		width: 90%;
		margin: 0 auto;
		line-height: 26px;
	}
	.offer.form .logo {
		margin: 11px auto 21px;
		width: 100%;
	}
	.offer .form-body .terms, .offer .form-body .disclaimer {
		max-width: 100%!important;
		padding: 0;
		width: 100%;
	}
	.login.form .form-body, .offer.form .form-body {
		width: 80%;
	}
	.login.form .form-body .results .info {
		font-family: OpenSans-SemiBold, sans-serif;
		font-size: 20px;
		font-weight: 600;
		line-height: 1.33;
		text-transform: lowercase;
	}
	.login.form .form-body .results .info:first-letter{
		text-transform: uppercase;
	}
	.login.form .form-body .logo {
		width: 70%;
	}
	.login.form .form-body .logo img {
		width: 100%;
	}
	.footer .links a {
		line-height: 24px;
	}
	.profile {
		width: 90%;
		margin:  0 auto;
	}
	select#ethnic, select#occupation, select#education, select#income {
		width: 100%;
	}
	.form .form-bottom ul li {
		padding-left: 0;
	}
	.form .form-bottom ul {
		list-style-type: none;
		text-align: center;
		padding-inline-start: 0;
	}

}
@media (max-width: 736px) {

	.login.form .form-top {
		width: 56%;
		font-size: 36px;
	}
	.login.form .form-top .sub, .login.form .form-body .results .info {
		width: 16px;
	}

	.content {
		width: 100%;
		background-image: linear-gradient(to top, #eb5555, #f2b47d);
		min-height: auto;
	}
	.footer-link.separator {
		display: none;
	}
	.form .info .info-title {
		font-size: 32px;
		width: 61%;
	}
	.form-top .top-title, .form-top, .step.form .form-top , .form-body .results .info{
		font-size: 35px;
	}
	.form-body .terms, .form-body .disclaimer {
		font-size: 9px;
		line-height: 20px;
	}
	.offer.form .profile {
		width: 100%;
		margin: 0 auto;
	}
	.offer.form .form-body {
		margin: 0px auto;
	}
	body.index .form-bottom {
		width: 71%;
	}
	.footer .section .full .about-section {
		width: 97%;
	}
	.step.form {
		width:  90%;
		max-width:  90%;
		margin: 116px auto;
	}
	#pin-verify .question {
		font-size: 16px;
	}
	.offer.form .info {
		width: 74%;
	}
	 button, input[type=submit]{
		height: 49px;
		line-height: 49px;
		font-size: 20px;
	}
	select, input[type="text"], input[type="email"], input[type="password"], .field,
	input[type="email"]  {
		font-size: 15px;
		height: 49px;
		line-height: 49px;
	}
	.login.form .form-top .sub {
		width: 80%;
	}
	.login.form .form-body, .offer.form .form-body {
		width: 75%;
	}
	.login.form, .offer.form {
		width: 90%;
	}
	.offer.form {
		width: 90%;
		margin-top: 61px;
	}
	.login.form {
		margin: 90px auto 0;
	}
	.login.form .form-top .sub, .login.form .form-body .results .info {
		font-size: 16px;
	}
	.login.form button {
		margin-bottom: 24px;
	}
	.footer .section .full .about-section {
		width: 95%;
		font-size: 14px;
	}
	.form .form-bottom ul li {
		padding-left: 0;
	}
	body.index .form-bottom {
		font-size: 15px;
	}
	.footer .section .full {
		padding: 27px 0 0;
	}
	.footer .section .full .highlight {
		font-size: 14px;
		line-height: 20px;
	}
	.columns-div {
		width: 90%;
		margin-bottom: 0;
	}
	.footer .section .heading , .footer .section .feature {
		width: 80%;
	}
	.footer .section .heading {
		font-size: 20px;
	}
	.footer .section .column {
		margin-bottom: 79px;
	}
	.footer .bottom {
		height: 74px;
		padding-top: 43px;
	}
	.footer .copyright, .footer .no-background-check {
		font-size: 12px;
		line-height: 15px;
	}
	.footer .links a {
		font-size: 12px;
		line-height: 20px;
	}
	.msg {
		font-size: 14px;
	}
	#mate1.login.form .form-top {
		font-size: 24px;
	}
	.index.form {
		width: 90%;
		max-width: 90%;
		margin: 125px auto;
	}

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

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

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

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

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

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

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

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

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

	#form-relationshipIntent .form-top {
		background: transparent url(../images/m_relationship.svg) no-repeat center center;
	}
	#form-singlesEvents .form-top {
		background: transparent url(../images/m_singleEvents.svg) no-repeat center center;
	}
	#stepverify .form-top{
		background: transparent url(../images/m_captcha.svg) no-repeat center center;
	}
	.form input[type='checkbox']:checked {
		background: url(../images/m_checkmark.svg) center center no-repeat #fff;
		background-size: 10px auto;
		border: solid 1px #fff;
	}
	.offer .form-body .terms, .offer .form-body .disclaimer {
		font-size: 11px;
	}

	.offer .form-body .results .info {
		font-size: 33px;
	}
	.login.form {
		margin: 114px auto 0;
	}

}
@media (max-width: 650px) {

	.form-top .top-title {
		font-size: 24px;
	}
	.form-top .sub {
		font-size: 20px;
		line-height: 30px;
		width: 71%;
	}
	.form-top, .step.form .form-top {
		font-size: 25px;
	}
	.form-body .label ,  .form-body .question {
		font-size: 16px;
	}
	#pin-verify .question {
		font-size: 14px;
	}
	select {
		background-position: 98%;
	}
	.form-body .results .info {
		font-size: 24px;
	}
	.form-body .results .message {
		font-size: 16px;
		width: 100%;
		padding: 10px 0 0;
	}
	.login.form .form-body .results .info, .offer .form-body .label {
		font-size: 16px;
	}

	.form-body .terms, .form-body .disclaimer {
		font-size: 11px;
		line-height: 17px;
	}
	.form-body .disclaimer {
		padding-top: 5px;
	}

	.footer .section .full {
		height: 325px;
		padding: 27px 0 0;
	}
	.footer .section .full .about-section , .footer .section .feature{
		font-size: 13px;
		line-height: 15px ;
	}
	.form .info .info-title {
		width: 77%;
	}
	.offer .form-body .results .info {
		font-size: 31px;
	}

}

@media (max-width: 480px) {

	.login.form .form-top {
		width: 95%;
		font-size: 36px;
	}

	.columns-div {
		width: 100%;
		margin: 0 auto;
	}

	.header .logo {
		background-size: 153px auto!important;
		margin: 16px auto 0 auto;
		height: 44px;
	}

	.content {
		width: 100%;
		background-image: linear-gradient(to top, #eb5555, #f2b47d);
		min-height: auto;
	}

	.index.form, .form , .step.form{
		width: 90%;
		max-width: 90%;
		margin-top: 86px;
	}
	.step.form, .optout.form {
		width:  90%;
		max-width:  90%;
	}
	.offer.form {
		width: 92%;
		max-width: 92%;

	}
	.login.form .form-body  {
		width: 80%;
	}
	.offer.form .form-body {
		width: 100%;
	}
	.offer.form .profile {
		width: 95%;
	}
	.footer .section .column {
		width: 100%;
		float: none;
		margin: 0 auto 24px;
		height: 365px;
	}
	.footer .section .full {
		width: 100%;
	}
	.footer .section .full .highlight {
		font-size: 16px;
	}
	.footer {
		background: none;
	}
	.footer .section .full .about-section {
		width: 89%;
		font-size: 15px;
	}
	.footer .section .column.last {
		margin-bottom: 35px;
	}
	.form .info .info-title {
		font-size: 36px;
		line-height: 41px;
		width: 82%;
	}
	.form-top {
		font-size: 21px;
		padding-bottom: 0;
		width: 90%;
		margin: 10px auto 0;
	}
	.form-top .top-title {
		font-size: 30px;
		width: 100%;

	}
	.form-top .sub {
		font-size: 15px;
		width: 100%;
		padding: 26px 0 0 0;
		margin: 0 auto;
	}
	.login .form-top .sub {
		padding-top: 0;
		margin-top: 0;
	}
	.form-body .question {
		margin-top: 10px;
	}
	#pin-verify .question {
		font-size: 12px;
	}
	.index.form div.button {
		width: 100%;
		margin: 0 auto;
	}
	.form .home-bottom {
		width: 100%;
		padding: 13px 0;
		font-size: 13px;
		line-height: 15px;
	}
	div.button , .offer div.button{
		padding-top: 0;
		margin: 0 auto!important;
		width: 100%;
	}
	.step.form .button {
		padding-top: 0;
	}
	select {
		background-position: 97%;
	}

	.content {
		height: 660px;
	}
	.elitesingles .content {
		height: 700px;
	}

	.footer-link.separator {
		display: none;
	}
	.footer .links {
		line-height: 20px;
	}
	.footer .bottom {
		height: 89px;
		padding-top: 28px;
	}
	.form-body {
		margin: 0 auto;
		width: 90%;
	}
	#mate1 .form-body {
		padding: 7px 0!important;
	}
    .offer	.form-body .label {
		line-height: 30px;
	}
	.form-body .label#email-msg {
		margin-bottom: 7px;
	}
	.form-body .results {
		width: 100%;
	}
	.offer .form-body .results .info {
		font-size: 36px;
		width: 86%;
	}
	.offer .form-body .logo{
		display: block;
		text-align: center;
		margin: 10px auto 0;
	}
	.offer.form .button {
		padding: 0 ;
		width: 100%;
		margin: 0 auto;
	}
	.offer.form .form-body .logo img{
		max-width: 100%;
		height: auto;
	}
	#mate1.login.form .form-top {
		padding: 0 ;
	}
	.field {
		width: 100%;
	}
	select {
		width: 100%;
		max-width: 100%;
	}
	#form-gender #gender-input, #form-seekingGender #seekingGender-input {
		margin-bottom: 87px;
	}

	select#bday, select#bmonth, select#byear {
		width: 100%;
	}
	.form .field#byear-input {
		margin-right: 0;
	}

	.index button {
		margin: 0 auto 23px;
		width: 100%;
	}

	body.index .form-bottom {
		font-size: 16px;
		width: 100%;
		margin: 25px auto 28px;
		line-height: 20px;
	}

	#mate1.login.form .form-top {
		padding: 10px 0 0 0;
		font-size: 26px;
	}
	.offer .form-body .terms {
		margin-top: 5px;
	}
	.offer .form-body .disclaimer, .offer .form-body .terms  {
		font-size: 11px;
	}
	.footer .section .full {
		height: 269px;
	}
}

@media   (max-width: 420px) {

	.footer .section .feature, .form .form-bottom {
		font-size: 16px;
	}
	#mate1.login.form .form-top {
		font-size: 21px;
	}
	.footer .links a {
		font-size: 11px;
		line-height: 18px;
	}
	.login.form .form-top .sub {
		width: 92%;
	}
	.offer .form-body .terms, .offer .form-body .disclaimer {
		font-size: 11px;
	}
	.form .info .info-title {
		width: 88%;
	}
	#seekingGender-input input[type=submit] ,  #gender-input input[type=submit] {
		font-size: 18px;
	}
	#form-email .question .sub {
		font-size: 12px;
		line-height: 14px;
		width: 100%;
		margin: 75px auto 0;
		left: 0;
	}
	#pin-verify .question {
		font-size: 12px;
	}
	.footer .section .full .about-section {
		font-size: 13px;
	}
	.form-body .results .message {
		font-size: 15px;
	}
	select, input[type="text"], input[type="email"], input[type="password"], .field, input[type="email"] {
		font-size: 13px;
	}
	.login.form .form-top .sub {
		width: 100%;
	}
	.offer .form-body .results .info , .login.form .form-top{
		font-size: 32px;
	}
}

@media (max-width: 320px) {
	.offer .form-body .results .info, .login.form .form-top {
		font-size: 29px;
	}
	#seekingGender-input input[type=submit] ,  #gender-input input[type=submit] {
		font-size: 14px;
	}
	#pin-verify .question {
		font-size: 10px;
	}
}