@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: 'OpenSans-SemiBold';
	src: url('fonts/OpenSans-SemiBold.ttf') format('ttf'),
	url('fonts/OpenSans-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Bitter-Bold';
	src: url('fonts/Bitter-Bold.ttf') format('ttf'),
	url('fonts/Bitter-Bold.woff') format('woff');
}


/* Resets */
body, div, span, iframe, img, form, table, tr, th, td, button {
	font-family: OpenSans-Regular,sans-serif;
	color: #202020;
	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 14px;
}

.step.form li button {
	margin: 0;
}

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

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


.content {
	width: 1200px;
	height: 755px;
	background: url('/images/bg.jpg') no-repeat center;
	margin: 0 auto;
	overflow: auto;
	background-size: cover;
}
.header {
	width: 1200px;
	height: 74px;
	background-color: transparent;
	position: absolute;
	text-indent: -99999px;
	left: 50%;
	margin-left: -600px;
	top: 25px;
}

.header .logo {
	background: url(../images/logo.png) no-repeat center center;
	background-size: 220px auto;
	width: 414px;
	height: 74px;
	padding: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-left: 55px;
}

.top-title {
	font-family: Bitter-Bold, serif;
	font-size: 32px;
	font-weight: bold;
	width: 85%;
	text-align: center;
	margin: 1em auto;
}

.form {
	width: 440px;
	background: #fff;
	margin: 30px 0  0 40px;
	padding: 50px 0 0;
	border-radius: 12px;
}
.index.form {
	padding-bottom: 36px;
}
.form .info .info-title , .optout.form .form-top{
	font-family: "RobotoSlab-Bold", sans-serif;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	color: #343339;
	width: 329px;
	line-height: 35px;
}
#form-gender .form-top {
	background: url(../images/gender.svg) no-repeat center center ;
	width: 79px;
	height: 70px;
	margin: 18px auto;
	background-size:contain ;
	display: block;
}

#form-seekingGender .form-top {
	width: 70px;
	height: 70px;
	margin: 18px 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: 59px;
	height: 78px;
	margin: 18px auto;
	background-size: contain;
	display: block;
}

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

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

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

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

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

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

#form-relationshipIntent .form-top {
	background: transparent url(../images/relationshipIntent.svg) no-repeat center center;
	width: 77px;
	height: 77px;
	margin: 18px auto;
	background-size: contain;
}
#form-education .form-top {
	background: transparent url(../images/education.svg) no-repeat center center;
	width: 77px;
	height: 77px;
	margin: 18px auto;
}
#form-singlesEvents .form-top {
	background: transparent url(/images/singleEvents.svg) no-repeat center center;
	width: 77px;
	height: 77px;
	margin: 18px auto;
}
.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;
	border: solid 1px #000;
	outline: 0;

}
.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;
}

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

.question {
	font-family: Bitter-Bold, serif;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.33;
	width: 90%;
}
.question .sub {
	margin-top: 1px;
	font-weight: normal;
	font-family: OpenSans-Regular, sans-serif;
	font-size: 14px;
}
#step5 .question .sub {
	position: absolute;
	width: 352px;
	text-align: center;
	padding: 0;
	margin-top: 106px;
	left: 50%;
	margin-left: -176px;
	line-height: 16px;
}
#step5 .button{
	margin-top: 50px;
}
.msg {
	text-align: center;
	height: 18px;
	font-family: Bitter-Bold, serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: italic;
	line-height: normal;
	letter-spacing: normal;
	color: #e15c42;
}

.field {
	text-align: center;
	display: inline-block;
	max-width: 100%;
	position: relative;
}

.hint-box {
	display: none;
	position: absolute;
	bottom: 95px;
	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;
}

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

.offer .form-body .message , .login.form .form-body .results .info {
	font-size: 20px;
	margin-top: 10px;
	font-family: Bitter-Bold, serif;
	font-weight: bold;

}

.offer .form-body .logo {
	margin: 7px auto ;
	width: 320px;
}

.offer .form-body .msg {
	height: 20px;
}

.offer .form-body .label {
	font-family: Bitter-Bold, serif;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	padding: 10px;
}

.offer .form-body .field-row {
	width: 100%;
	margin: auto;
}
.offer .form-body .field-left {
	display: inline-block;
	margin-left: 0;
	margin-right: 1%;
	padding-bottom: 20px;
	width: 48%;
}
.offer .form-body .field-right {
	display: inline-block;
	margin-left: 1%;
	margin-right: 0;
	padding-bottom: 20px;
	width: 48%;
}

.offer .form-body .terms, .offer .form-body .disclaimer {
	margin-top: 5px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	font-family: OpenSans-Regular, sans-serif
}

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

input[type=submit] {
	width: 352px;
	height: 60px;
	line-height: 53px;
	border-radius: 30px;
	background-color: #50ab9d;
	outline: 0;
	font-family: OpenSans-Bold, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	border: 0 ;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: bold;
}
#form-gender #gender-input input, #form-seekingGender #seekingGender-input input{
	margin-bottom: 15px;
}
#form-gender .form,#form-seekingGender .form {
	padding-bottom: 21px;
}
input[type=submit]:hover {
	opacity: 0.6;
}
input[type=text], input[type=password] {
	font-family: OpenSans-SemiBold, sans-serif;
	font-size: 18px;
	width: 352px;
	max-width: 100%;
	height: 56px;
	line-height: 56px;
	background-color: #f6f6f6;
	border: none;
	text-indent: 10px;
	outline: 0;
	color: #1f1f1f;
	padding: 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(31, 31, 31, 0.5);
	opacity: 1; /* Firefox */
}

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

::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(31, 31, 31, 0.5);
}
.step.form button, .login.form button {
	margin: 21px auto 34px;
	text-transform: uppercase;
}
input.invalid {
	width: 350px;
	border: solid 2px #e15c42;
}
select {
	width: 352px;
	height: 56px;
	line-height: 56px;
	font-weight: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("/images/arrow.png") no-repeat 98% 60% #f6f6f6;
	border: none;
	background-size: 16px auto;
	text-indent: 10px;
	outline: 0;
	font-family: "opensans-semibold", sans-serif;
	font-size: 18px;
	color: #1f1f1f;
	border-radius: 0;
}

select.invalid {
	width: 352px;
	border: solid 2px #e15c42;
	background-color: #f6f6f6;
}
#step4 select{
	background-position: 98% 50%;
	text-indent: 4px;
}
select::-ms-expand {
	display: none;
}

select#bmonth {
	width: 160px;
	margin-right: 4px;
}
select#bday {
	width: 78px;
	margin-right: 4px;
}
select#byear {
	width: 88px;
}
select#ethnic, select#occupation, select#education, select#income {
	width: 320px;
}

.button {
	text-align: center;
}
button {
	width: 352px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background: #50ab9d;
	font-family: OpenSans-Bold, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	cursor:pointer;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.index button {
	margin: 4px auto 29px;
	text-transform: uppercase;
}
button:hover {
	opacity: 0.6;
}
.form .form-bottom {
	font-family: OpenSans-Bold, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	text-align: center;
}
.offer.form .form-bottom {
	font-size: 12px;
	padding:5px 0 20px;
}
.form .form-bottom ul  {
	list-style-type: none;
	padding-inline-start: 0;
}
.offer button {
	margin: 10px auto 0;
}

.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: 352px;
}

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

.login.form .form-top, .offer.form .info{
	font-family: Bitter-Bold, serif;
	font-size: 34px;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	width: 90%;
}
.login.form .form-top {
	width: 100%;
}
.login.form .form-body {
	width: 352px;
}
.login.form .form-top .sub {
	font-family: "Roboto-Medium", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
	color: #000;
	margin-top: 10px;
	width: 80%;
}
.login.form .logo {
	margin: 20px auto 10px;
}
.footer {
	width: 1200px;
	position: relative;
}

.footer .footer-content {
	width: 100%;
	background-color: #fff;
}

.footer .section {
	width: 1200px;
}


.footer .section .about {
	position: relative;
	width: 980px;
	margin: auto;
}

.footer .section .column {
	width: 340px;
	float: left;
	min-height: 455px;
	background-color: #ffffff;
	margin-right: 30px;
}
.footer .section .column.last {
	margin-right: 0;

}
.footer .section .heading {
	text-transform: capitalize;
	color: #000;
	font-size: 16px;
	text-align: center;
}
.footer .section .heading .line1, .footer .section .heading .line2 {
	font-family: "RobotoSlab-Bold", sans-serif;
	font-weight: 500;
}

.footer .columns-icon-div  {
	width: 1200px;
	height: 148px;
	margin: 0 auto;
	background-color: #fce8e1;
}
.footer .section .columns-wrapper {
	width: 991px;
	margin: 0 auto;
}
.footer .section .columns-icon-div .column-icon {
	width: 310px;
	float: left;
	margin-right: 30px;
}
.footer .section .columns-icon-div .column-icon:last-child {
	margin-right: 0px;
}
.footer .section .columns-icon-div .column-icon .icon {
	width: 55px;
	height: 55px;
	display: block;
	padding: 46px 0;
}

.footer .section .feature {
	width: 95%;
	margin: 15px auto 0;
	font-size: 16px;
	line-height: 36px;
	color: #000;
	font-family: OpenSans-Regular, sans-serif;
	text-align: center;
}

.footer .section .full {
	width: 1200px;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.footer .section .full.last {
	padding-bottom: 64px;
}

.footer .section .full .separator {
	width: 86px;
	height: 4px;
	border-radius: 2px;
	background-color: #e15c42;
}

.footer .section .full .title {
	font-family: Bitter-Bold, serif;
	font-size: 32px;
	margin-bottom: 40px;
}

.footer .section .full .body {
	font-family: OpenSans-SemiBold, sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding: 0 75px;
}

.footer .section .full.last .body {
	font-family: OpenSans-Regular, sans-serif;
	font-size: 16px;
	line-height: 26px;
	padding: 0 91px;
}

.footer .section .full.heart {
	padding: 0;
}

.footer .section .full .icon-heart {
	background: url('/images/heart.svg') no-repeat;
	background-size: cover;
	width: 87px;
	height: 80px;
}

.footer .section .columns-div {
	margin: 0 auto 33px;
	width: 1098px;
	color: #000;
}

.footer .section .columns-div .column {
	border-radius: 14px;
	border: solid 3px #50ab9d;
	background-color: #f2f2f2;
}

.footer .section .columns-div .column .icon {
	width: 114px;
	margin: 40px auto;
}

.footer .section .columns-div .column .icon img {
	width: 114px;
	height: 114px;
}

.footer .section .columns-div .column .feature .title {
	font-family: OpenSans-Bold, sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}

.footer .section .columns-div .column .feature .body {
	font-family: OpenSans-Regular, sans-serif;
	font-size: 16px;
	line-height: 26px;
	padding: 0 12px;
}

.footer-bottom {
	background-color: #202020;
	color: #000;
	width: 100%;
	max-width: 1200px;
	height: 110px;
	font-family: OpenSans-Regular, sans-serif;
	font-size: 16px;
	padding-top: 36px;
}
.footer-bottom .copy {
	color: #fff;
	text-align: center;
}

.footer .links {
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
}
.footer .footer-link{
	display: inline-block;
	color: #fff;
}

.footer .links a {
	font-family: OpenSans-SemiBold, sans-serif;
	text-transform: capitalize;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding-top: 30px;
}

.footer .links a:hover {
	text-decoration: underline;
}

.footer .copyright, .footer .no-background-check {

	font-family: "Roboto-Regular", sans-serif;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.offer .form-body .terms a {
	font-family: OpenSans-Bold, sans-serif;
	text-decoration: underline;
	color: #000;
	font-size: 11px;
}
.login.form .logo img{
	max-width: 300px;
}

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

	.header .logo {
		background: url(../images/logo@2x.png) no-repeat center center!important;
		background-size: 220px auto!important;
	}
	.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/bg@3x.jpg') no-repeat center;
		background-size: cover;
	}

	.header .logo {
		background: url(/images/logo@3x.png) no-repeat center center!important;
		background-size: 220px auto!important;
	}
	.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){
	.content, .footer, .footer .section , .footer .section .full,.header, .footer .columns-icon-div  {
		width: 100%;
	}
	.container {
		min-width: 100%;
	}
	.header {
		left: 0;
		width: 100%;
		margin: 0 auto;
		position: relative;
		height: 0;
	}
	.login.form .form-top, .offer.form .info {
		font-size: 30px;
	}
}
@media (max-width: 1024px )   {
	body, html {
		width: 100%;
	}
	.form-top {
		margin: 30px auto 18px;
	}
	.footer {
		width: 100%;
	}
	.container {
		min-width: 100%;
		width: 100%;
	}
	.row-div , .footer .section{
		width: 100%;
	}

	.login.form, .offer.form {
		width: 80%;
		margin: 24px auto 0;
		float: none;
	}
	.login.form .form-top, .offer.form .info {
		font-size: 32px;
	}
	.login.form .form-top {
		margin-top: 30px;
	}
	#step4 select {
		text-indent: 10px;
	}
	select {
		background-size: 20px auto;
	}
	.offer.form button, .login.form button {
		width: 100%;
	}
	.offer.form .profile {
		width: 100%;
	}
	.login.form .form-top {
		width: 95%;
		margin: 20px auto;
	}
	.footer .section .full.heart {
		padding: 10px 0 0;
	}
	.footer .section .columns-div {
		width: 90%;
	}
	.footer .section .column .icon {
		display: block;
		text-align: center;
	}
	.footer .section .column .icon  img {
		width: 64px;
		height: 58px;
	}

	.columns-div {
		margin: 29px auto 26px;
		width: 90%;
	}
	.footer .section .column {
		width: 100%;
		float: left;
		min-height: 280px;
		margin-bottom: 41px;
	}
	.footer .section .heading {
		margin-top: 13px;
	}
	.footer .section .columns-div .column .icon {
		margin: 35px auto;
	}
	.footer .section .column.first {
		border-radius: 14px 14px 0 0;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.footer .section .column.middle {
		border-radius: 0;
		border-top: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.footer .section .column.last {
		border-radius: 0 0 14px 14px;
		border-top: 0;
		height: auto;
		padding-bottom: 20px;
	}
	.footer .section .full {
		float: left;
	}
	.footer .section .full {
		padding: 27px 0 5px;
		font-size: 14px;
		line-height: 22px;
	}
	.footer .section .full .body, .footer .section .full.last .body {
		padding: 0 40px;
	}
	.footer .section .full .about-section {
		width: 95%;
		font-size: 15px;
		line-height: 24px;
	}
	.footer .section .feature {
		line-height: 24px;
	}
	.footer-bottom {
		width: 100%;
	}
	.offer .form-body .label {
		line-height: 45px;
		font-size: 20px;
	}
	.offer.form .info {
		width: 76%;
	}
	.footer .bottom {
		height: 68px;
		padding-top: 22px;
	}
	.header {
		left: 0;
		width: 100%;
		margin: 0 auto;
		position: relative;
		height: 0;
	}

	.header .logo {
		text-indent: -99999px;
		margin: 0 auto;
		width: 80%;
		background-size: 319px auto!important;
	}
	.footer {
		bottom: 0;
	}


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

	@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/bg-tablet@2x.jpg) no-repeat center;
			background-size: cover;
			min-height: 1024px;
		}
	}

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

	.index.form {
		width: 80%;
		max-width: 80%;
		margin: 23px auto;
		float: none;
	}

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

	.form-top .top-title {
		width: 81%;
	}
	.form-top .sub {
		font-size: 25px;
		line-height: 1.6;
		font-family: "open-sans-regular", sans-serif;
	}
	.form-body {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.step.form .form-body {
		width: 80%;
	}
	#form-gender #gender-input, #form-seekingGender #seekingGender-input {
		margin-bottom: 110px;
	}

	#step5 .question .sub {
		width: 80%;
		padding: 0;
		line-height: 18px;
		font-size: 16px;
		left: 50%;
		margin: 115px auto 0 -40%;
	}
	.offer .form-body .terms {
		margin-top: 15px;
	}
	.offer .form-body .terms a {
		line-height: 16px;
	}
	.form-body .label , select ,.field,
	.form-body .question {
		font-size: 20px;
		line-height: 28px;
		width: 100%;
	}
	.form-body .question {
		margin-top: 20px;
	}
	input[type=submit] {
		font-size: 22px;
		height: 60px;
		line-height: 60px;
		width: 100%;
	}
	.footer .section .feature {
		font-size: 16px;
	}

	input[type="text"], input[type="email"], input[type="password"] {
		width: 100%;
	}
	input.invalid {
		width: 99%;
	}
	select , input[type="text"], input[type="email"], input[type="password"], .field , input[type="email"]{
		height: 60px;
		font-size: 18px;
		line-height: 60px;
		border-radius: 0;
	}
	button {
		font-size: 22px;
		height: 56px;
		line-height: 56px;
		margin: 0;
	}

	.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: 36px;
		margin: 0 auto;
		width: 100%;
		padding-top: 0px;
	}
	.offer .form-body .results .info {
		padding-top: 35px;
		font-size: 32px;
	}

	.login.form {
		padding-bottom: 0;
	}
	.form .info .info-title {
		font-size: 36px;
		width: 62%;
		line-height: 42px;
	}

	body.index .form-bottom {
		font-size: 18px;
		width: 100%;
		margin: 0 auto;
		line-height: 28px;
	}
	div.button {
		padding-top: 0;
		margin-bottom: 30px!important;
	}
	.offer div.button {
		margin-bottom: 0!important;
	}
	.index button{
		margin: 0 auto ;
	}
	button {
		width: 80%;
	}
	.footer .section .heading {
		font-size: 18px;
	}
	.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: 46%;
	}
	.form .field#bday-input {
		width: 23%;
	}
	.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 {
		font-size: 13px;
		line-height: 21px;
		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: "Roboto-Medium", 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: 100%;
	}
	.footer .links a {
		line-height: 24px;
	}
	.msg{
		font-size: 18px;
		line-height: 17px;
		width: 100%;
		margin: 5px auto;
		text-align: center;
	}
	.profile {
		width: 90%;
		margin:  0 auto;
	}
	.offer.form .msg {
		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;
	}
	.hint-box {
		bottom: 105px;
		right: unset;
		margin-right: unset;
		width: 99%;
		padding: 8px 1px;
	}
	.hint-box ul, .hint-box li {
		line-height: 22px;
		font-size: 14px;
	}
}

/* iPad Pro (12.5 in) */
@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1.5) {
	.content {
		min-height: 1000px;
	}
}

/* iPad Pro (12.5 in) */
@media only screen
and (min-width: 834px)
and (max-height: 1194px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1.5) {
	.content {
		min-height: 1194px;
	}
}


@media (max-width: 736px) {

	.content {
		width: 100%;
		background: #fff url(/images/bg-mobile.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/bg-mobile@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/bg-mobile@3x.jpg) no-repeat center;
			background-size: cover;
		}
	}
	.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%;
	}
	.offer.form .info {
		width: 90%;
	}
	button, input[type=submit]{
		height: 43px;
		line-height: 43px;
		font-size: 18px;
	}
	select, input[type="text"], input[type="email"], input[type="password"], .field,
	input[type="email"]  {
		font-size: 16px;
		height: 43px;
		line-height: 43px;
	}
	#step5 .question .sub {
		margin-top: 87px;
		font-size: 14px;
	}
	.login.form .form-top .sub {
		width: 80%;
	}
	.login.form .form-body, .offer.form .form-body {
		width: 75%;
	}
	.login.form, .offer.form {
		width: 90%;
	}
	.login.form .form-top .sub {
		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 {
		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;
	}
	.header .logo {
		width: 90%;
	}
	.index.form {
		width: 90%;
		max-width: 90%;
	}
	.footer .section .columns-div .column {
		margin-top: 0px;
	}

}
@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;
	}
	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: 9px;
		line-height: 17px;
	}
	.form-body .disclaimer {
		padding-top: 5px;
	}

	.footer .section .full {
		padding: 27px 0 0;
	}
	.footer .section .full .about-section , .footer .section .feature{
		font-size: 13px;
		line-height: 20px ;
	}
	#step5 .question .sub {
		width: 100%!important;
		margin: 87px auto 0 -50% !important;
	}
	.form .info .info-title {
		width: 77%;
	}
	.footer .section .full.heart {
		height: 58px;
		padding: 0 0 35px;
	}

}

@media (max-width: 480px) {
	.columns-div {
		width: 100%;
		margin: 0 auto;
	}
	.footer .section .columns-div .column {
		margin-top: -2px;
	}

	.header .logo {
		background-size: 231px auto!important;
		margin: 0 auto 0 auto;
		height: 59px;
		width: 90%;
	}

	body {
		background: none;
	}

	.content {
		width: 100%;
		background: #fff url(/images/bg-mobile.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/bg-mobile@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/bg-mobile@3x.jpg) no-repeat center;
			background-size: cover;
		}
	}

	.index.form, .form {
		width: 90%;
		max-width: 90%;
		padding-top: 75px;
	}
	.login.form {
		padding-top: 61px;
	}
	.step.form, .optout.form {
		width:  90%;
		max-width:  90%;
	}
	.offer.form {
		width: 90%;
		max-width: 90%;

	}
	.login.form .form-body, .offer.form .form-body {
		width: 80%;
	}
	.login.form .logo img{
		width: 100%;
	}
	.footer .section .column {
		width: 99%;
		float: none;
		margin: 0 auto 24px;
		height: auto;
	}
	.footer .section .full {
		width: 100%;
		padding: 5px 0 0;
	}
	.footer .section .full .title {
		font-size: 24px;
		margin-top: 30px;
	}
	.footer .section .full.last .title {
		margin-top: 0;
	}
	.footer .section .full .body {
		font-size: 16px;
		line-height: 26px;
		padding: 19px;
	}
	.footer .section .full.last .body {
		padding: 19px;
	}
	.footer {
		background: none;
	}
	.footer .section .columns-div {
		margin-bottom: 15px;
	}
	.footer .section .columns-div .column .icon {
		margin: 0 auto;
	}
	.footer .section .columns-div .column .feature .body {
		padding: 0 0 42px;
	}
	.footer .section .columns-div .column.last .feature .body {
		padding: 0 12px;
	}
	.footer .section .column.first .icon {
		margin-top: 35px;
	}
	.footer .section .column.last {
		margin-bottom: 35px;
	}
	.form .info .info-title {
		font-size: 24px;
		line-height: 29px;
		width: 82%;
	}
	.form-top {
		font-size: 21px;
		padding-bottom: 0;
		width: 90%;
		margin: 0 auto;
	}
	.footer-bottom {
		height: 140px;
	}
	.form-top .top-title {
		font-size: 24px;
		width: 90%;
		margin: 0 auto 20px;

	}
	.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;
	}
	.index.form div.button {
		width: 80%;
		margin: 0 auto;
	}
	div.button , .offer div.button{
		padding-top: 0;
		margin: 0 auto!important;
		width: 100%;
	}
	.step.form .button {
		padding-top: 0;
	}
	select {
		background-position: 97%;
	}
	button {
		width: 100%;
		min-width: 100%;
		margin: 0 auto;
	}
	.content {
		height: 800px;
	}
	.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: 16px;
		padding: 10px 0;
	}
	.form-body .label#email-msg {
		margin-bottom: 7px;
	}
	.form-body .results {
		width: 100%;
	}
	.offer .form-body .results .info {
		font-size: 24px;
		width: 100%;
		padding-top: 0;
	}
	.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#step5 div.button {
		padding-top: 32px!important;
	}
	#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;
	}

	body.index .form-bottom {
		font-size: 15px;
		width: 100%;
		margin: 0 auto;
		line-height: 22px;
	}

	#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: 12px;
	}
	.footer .section .full {
		height: auto;
	}


}

@media   (max-width: 420px) {

	.form-top .top-title {
		font-size: 22px;
	}
	#step4 select {
		text-indent: 4px;
	}
	.footer .section .feature, .form .form-bottom {
		font-size: 16px;
	}
	#mate1.login.form .form-top {
		font-size: 21px;
	}

	.offer .form-body .results .info {
		font-size: 19px;
	}
	.footer .links a {
		font-size: 11px;
		line-height: 18px;
	}
	.login.form .form-top .sub {
		width: 92%;
	}
	.form .info .info-title {
		width: 88%;
	}
	#seekingGender-input input[type=submit] , #gender-input {
		font-size: 14px;
	}
	#step5 .question .sub {
		font-size: 11px;
	}
	.footer .section .full .about-section {
		font-size: 14px;
	}
	.form-body .results .message {
		font-size: 14px;
	}
	select, input[type="text"], input[type="email"], input[type="password"], .field, input[type="email"] {
		font-size: 14px;
	}
}
@media (max-width: 320px) {
	input[type="text"], input[type="password"] {
		font-size: 12px;
		text-indent: 2px;
	}
}