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

@font-face {
	font-family: 'Oswald-DemiBold';
	src: url('fonts/Oswald-DemiBold.ttf') format('ttf'),
	url('fonts/Oswald-DemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Oswald-Medium';
	src: url('fonts/Oswald-Medium.ttf') format('ttf'),
	url('fonts/Oswald-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Oswald-Regular';
	src: url('fonts/Oswald-Regular.ttf') format('ttf'),
	url('fonts/Oswald-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Poppins-Bold';
	src: url('fonts/Poppins-Bold.ttf') format('ttf'),
	url('fonts/Poppins-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Poppins-Medium';
	src: url('fonts/Poppins-Medium.ttf') format('ttf'),
	url('fonts/Poppins-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Poppins-MediumItalic';
	src: url('fonts/Poppins-MediumItalic.ttf') format('ttf'),
	url('fonts/Poppins-MediumItalic.woff') format('woff');
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('fonts/Poppins-Regular.ttf') format('ttf'),
	url('fonts/Poppins-Regular.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 14px;
}

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

.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;
}
.consent-form {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.consent-top {
	font-family: "OpenSans-Bold", sans-serif;
	font-size: 18px;
}
.consent {
	font-family: "OpenSans-SemiBold", sans-serif;
	font-size: 14px;
}
.consent-form .consent {
	margin-top: 10px;
}
.consent a {
	color: #000;
	text-decoration: underline;
}
.consent a:hover {
	text-decoration: none;
}
#form-email .consent {
	width: 352px;
	font-family: "Roboto-Regular", sans-serif;
	color: rgba(0, 0, 0, 0.7);
}

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

.christianmingle .content {
	height: 772px;
}
.header {
	width: 1200px;
	height: 80px;
	background-color: transparent;
	position: absolute;
	text-indent: -99999px;
	left: 50%;
	margin-left: -600px;
	top: 0px;
}

.header .logo {
	background: url(/images/logo.png) no-repeat center center!important;
	background-size: 260px auto;
	width: 440px;
	height: 80px;
	padding: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-left: 40px;
}
.form {
	width: 440px;
	background: #fff;
	margin: 80px 0 0 40px;
	padding-top: 32px;
	border-radius: 12px;
}
.form .info .info-title , .optout.form .form-top{
	font-family: "Oswald-Medium", sans-serif;
	font-size: 34px;
	text-align: center;
	font-weight: 500;
	color: #202020;
	width: 90%;
	line-height: 35px;
	text-transform: uppercase;
}
#form-gender .form-top {
	background: url(/images/gender.svg) no-repeat center center ;
	width: 52px;
	height: 52px;
	margin: 0 auto;
	background-size:contain ;
	display: block;
}

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

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

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

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

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

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

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

#form-relationshipIntent .form-top {
	background: transparent url(/images/relationship_intent.svg) no-repeat center center;
	width: 52px;
	height: 52px;
	margin: 0 auto;
	background-size: contain;
}
#form-education .form-top {
	background: transparent url(/images/education.svg) no-repeat center center;
	width: 52px;
	height: 52px;
	margin: 0 auto;
	background-size: contain;
}
#form-singlesEvents .form-top {
	background: transparent url(/images/singleEvents.svg) no-repeat center center;
	width: 52px;
	height: 52px;
	margin: 0 auto;
	background-size: contain;
}
.form input[type='checkbox'], .consent 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: transparent;
	border: 1px solid #000;
	outline: 0;

}
.form input[type='checkbox']:checked , .consent 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: "opensans-semibold", sans-serif;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	width: 90%;
}
.question .sub {
	margin-top: 1px;
	font-size: 14px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.7);
	font-family: "Roboto-Regular", sans-serif;

}
#step5 .question .sub {
	position: absolute;
	width: 320px;
	text-align: center;
	padding: 0 0px 0px;
	margin-top: 128px;
	left: 50%;
	margin-left: -160px;
	line-height: 16px;
}
#step5 .button{
	margin-top: 29px;
}
#pin-verify .question {
	font-size: 14px;
	white-space: nowrap;
}
#phone-type-input {
	margin-top: 10px;	
}
.msg {
	text-align: center;
	height: 16px;
	font-family: "OpenSans-BoldItalic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: italic;
	line-height: normal;
	letter-spacing: normal;
	color: #e8257b;
}

.field {
	text-align: center;
	display: inline-block;
	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;
}

.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: "OpenSans-SemiBold", sans-serif;
	font-weight: 500;
	line-height: 24px;
}

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

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

.offer .form-body .label {
	font-family: "OpenSans-SemiBold", sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 35px;
}

#elitesingles .profile .label {
	height: 50px;
}
#elitesingles .profile .label .password-requirements {
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}
#elitesingles .profile .terms {
	padding-top: 5px;
}

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

.offer .form-body .terms, .offer .form-body .disclaimer , .offer .consent{
	margin-top: 5px;
	font-size: 11px;
	line-height: 14px;
	color: #202020;
	font-family: "OpenSans-Regular", sans-serif;
}
.offer .consent {
	width:352px;
	margin: 5px auto 0;
}
.offer .form-body .terms a {
	color: #fff;
	text-decoration: none;
}

input[type=submit] {
	width: 352px;
	height: 60px;
	line-height: 60px;
	border-radius: 8px;
	box-shadow: 0px 2px 13px 0 rgba(0, 0, 0, 0.35);
	background-color: #e7548a;
	outline: 0;
	font-family: "Poppins-Bold", sans-serif;
	font-size: 22px;
	color: #fff;
	border: 0 ;
	cursor: pointer;
	margin-bottom: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: bold;
	text-transform: uppercase;
}
#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: "Poppins-Medium", sans-serif;
	font-size: 18px;
	width: 352px;
	height: 37px;
	line-height: 37px;
	background-color: #ffffff;
	border: none;
	text-indent: 10px;
	font-weight: 500;
	outline: 0;
	color: #202020;
	padding: 0;
	border-bottom: solid 2px rgba(32,32,32, 0.35);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(32, 32, 32, 0.6);
	font-family: "Poppins-MediumItalic", sans-serif;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: "Poppins-MediumItalic", sans-serif;
	color: rgba(32, 32, 32, 0.6);
}

::-ms-input-placeholder { /* Microsoft Edge */
	font-family: "Poppins-MediumItalic", sans-serif;
	color: rgba(32, 32, 32, 0.6);
}
.step.form button, .login.form button {
	margin: 14px auto 30px;
}
input.invalid {
	border-bottom: solid 2px rgba(231,84,138, 0.35);
	width: 352px;
}
select {
	width: 352px;
	height: 39px;
	line-height: 39px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("/images/arrow.png") no-repeat 97% 60% #ffffff;
	border: none;
	border-bottom: solid 2px rgba(32,32,32, 0.35);
	background-size: 18px auto;
	text-indent: 10px;
	outline: 0;
	font-family: "Poppins-Medium", sans-serif;
	font-size: 18px;
	color: #202020	;
	border-radius: 0;
	font-weight: 500;
}

select.invalid {
	width: 352px;
	border-bottom: solid 2px rgba(231,84,138, 0.35);
}
#step4 select{
	background-position: 95% 60%;
	text-indent: 4px;
}
select::-ms-expand {
	display: none;
}

select#bmonth {
	width: 169px;
	margin-right: 4px;
}
select#bday {
	width: 73px;
	margin-right: 4px;
}
select#byear {
	width: 93px;
}
select#ethnic, select#occupation, select#education, select#income {
	width: 352px;
}

.button {
	text-align: center;
}
button {
	width: 352px;
	height: 60px;
	line-height: 60px;
	border-radius: 8px;
	box-shadow: 0px 2px 13px 0 rgba(0, 0, 0, 0.35);
	background-color: #e7548a;
	font-family: "Poppins-Bold", sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	cursor:pointer;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-transform: uppercase;
}
.index button {
	margin: 31px auto 11px;
}
button:hover {
	opacity: 0.6;
}
.form .form-bottom {
	font-family: "OpenSans-SemiBold", sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	line-height: 1.44;
	color: #202020;
	text-align: center;
	padding-bottom: 14px;
}
.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;
}
.login.form .form-top, .offer.form .info{
	font-family: "Oswald-Medium", sans-serif;
	font-size: 34px;
	color: #202020;
	line-height: 1.2;
	text-align: center;
	font-weight: 500;
	width: 90%;
	text-transform: uppercase;
}
.login.form .form-top {
	width: 100%;
}
.login.form .form-body {
	width: 352px;
}
.login.form .form-top .sub {
	font-family: "OpenSans-SemiBold", sans-serif;
	font-size: 20px;
	line-height: 1.33;
	text-align: center;
	font-weight: 500;
	color: #202020;
	margin-top: 10px;
	width: 85%;
	text-transform: none;
}
.login.form .logo {
	margin: 20px auto 10px;
}
.login.form .logo img , .offer.form .logo img {
	max-width: 300px;
}
.footer {
	width: 1200px;
	position: relative;
}

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

.footer .section {
	width: 1200px;
}
.intro {
	border: solid 4px #2c8e9f;
	border-radius: 10px;
	width: 1192px;
	margin-top: 79px;
	background-size: 57px 52px ;
	text-align: center;
}
.intro img {
	width: 57px;
	height: 52px;
	margin-top: -26px;
}
.section .paragraph {
	padding: 27px 0 45px;
	width: 95%;
	font-family: "OpenSans-Regular", san-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.63;
	text-align: center;
	color: #202020;
}
.paragraph.last {
	padding-top: 0;
}
.section-title {
	font-family: "Oswald-DemiBold", san-serif;
	font-weight: 600;
	font-size: 32px;
	color: #202020;
	text-align: center;
	text-transform: uppercase;
	margin: 38px auto 34px;
}

.footer .section .column {
	width: 30%;
	min-height: 430px;
	border-radius: 14px;
	background-color: #f3f8f9;
	float: left;
	margin-right: 5%;
}
.footer .section .column:last-child {
	margin-right: 0;
}

.footer .section .column .icon {
	text-align: center;
	margin-top: 40px;
}
.footer .section .column .icon img {
	width: 114px;
	height: 114px;
}
.footer .section .heading {
	text-transform: capitalize;
	color: #000;
	font-size: 20px;
	text-align: center;
	font-family: "OpenSans-Bold", san-serif;
	line-height: 30px;
	margin-top: 28px;
}

.footer .section .feature {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-family: "OpenSans-Regular", sans-serif;
	text-align: center;
}
.footer .section .full {
	width: 1200px;
	padding: 33px 0;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.footer .bottom {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 110px;
	padding-top: 35px;
	background-color: #2c8e9f;
}


.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: "Poppins-Medium", sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

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

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

	font-family: "Poppins-Regular", sans-serif;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.offer .form-body .terms a {
	font-family: "opensans-semibold", sans-serif;
	text-decoration: underline;
	color: #202020;
}

@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 center ;
		background-size: cover;
	}

	.header .logo {
		background: url(/images/logo@2x.png) no-repeat center!important;
		background-size: 260px auto!important;
	}
	.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/arrow@2x.png") no-repeat 97% 60% #ffffff;
		background-size: 11px 7px;
	}
	.form input[type='checkbox']:checked , .consent 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 center;
		background-size: cover;
	}

	.header .logo {
		background:  url(/images/logo@3x.png) no-repeat center center!important;
		background-size: 260px auto!important;
	}
	.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/arrow@3x.png") no-repeat 97% 60% #ffffff;
		background-size: 11px 7px;
	}
	.form input[type='checkbox']:checked , .consent 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%;
	}
	.intro, .columns-div {
		width: 95%;
	}
	.header {
		left: 0;
		width: 100%;
		margin: 0 auto;
		position: relative;
		height: 0;
	}
}
@media (max-width: 1024px )   {

	body, html {
		width: 100%;
	}
	.footer {
		width: 100%;
	}
	.container {
		min-width: 100%;
		width: 100%;
	}
	.row-div , .footer .section{
		width: 100%;
	}

	.login.form, .offer.form {
		width: 80%;
		margin: 76px auto 0;
		float: none;
	}
	.offer.form button, .login.form button {
		width: 100%;
	}
	.offer.form .profile {
		width: 100%;
	}

	.offer .form-body .label {
		font-size: 20px;
	}
	.offer.form .info {
		width: 72%;
	}
	.footer .bottom {
		height: 80px;
		padding-top: 22px;
	}
	.header {
		left: 0;
		width: 100%;
		margin: 0 auto;
		position: absolute;
		height: 80px;
	}

	.header .logo {
		text-indent: -99999px;
		margin: 0 auto;
		width: 80%;
		background-size: 260px auto!important;
	}
	.footer {
		bottom: 0;
	}
	.content {
		width: 100%;
		background: #fff url(/images/couple-tablet.jpg) no-repeat center;
		background-size: cover;
		height: 1024px;
	}
	.christianmingle .content {
		height: 1024px;
	}

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

	.index.form, .step.form, .optout.form {
		width: 80%;
		max-width: 80%;
		margin: 76px auto;
		float: none;
	}

	.optput.form input[type=text]#email {
		width: 80%;
	}
	input[type=text]#email , #form-email .consent{
		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: 72%;
		font-size: 20px;
	}

	.form-top .top-title {
		width: 100%;
	}
	.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;
	}
	#form-email .consent {
		font-size: 16px;
		margin-top: 5px;
	}
	#step5 .question .sub {
		width: 80%;
		padding: 0;
		line-height: 18px;
		font-size: 16px;
		left: 50%;
		margin: 150px 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: 18px;
		line-height: 28px;
		width: 100%;
	}
	.form-body .question {
		margin-top: 20px;
	}
	input[type=submit] {
		font-size: 22px;
		width: 100%;
	}
	.footer .section .feature {
		line-height: 26px;
	}

	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: 56px;
		font-size: 18px;
		line-height: 56px;
		border-radius: 0;
	}
	.step.form button, .login.form button {
		margin: 36px auto 5px;
		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: 0;
	}

	.login.form {
		padding-bottom: 0;
	}
	.form .info .info-title {
		font-size: 34px;
		width: 67%;
		line-height: 45px;
	}

	body.index .form-bottom {
		width: 100%;
		text-align: center;
	}
	div.button {
		padding-top: 0;
		margin-bottom: 30px!important;
	}
	.offer div.button {
		margin-bottom: 0!important;
	}
	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: 47%;
	}
	.form .field#bday-input {
		width: 22%;
	}
	.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;
		width: 90%;
		margin: 0 auto;
	}
	.offer.form .logo {
		margin: 11px auto 21px;
		width: 65%;
	}
	.offer .form-body .terms, .offer .form-body .disclaimer , .offer .consent {
		font-size: 14px;
		line-height: 24px;
		max-width: 100%!important;
		padding: 0;
		width: 100%;
	}
	.login.form .form-body, .offer.form .form-body {
		width: 80%;
	}
	.login.form .form-body .results .info:first-letter{
		text-transform: uppercase;
	}
	.login.form .form-body .logo {
		width: 100%;
	}
	.footer .links a, .footer .copyright, .footer .no-background-check {
		line-height: 24px;
		font-size: 14px;
	}
	.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;
	}
	.intro {
		width: 95%;
	}
	.footer .section .column {
		float: none;
		margin: 0 auto;
		width: 100%;
		min-height: 315px;
	}
	.footer .section .column:last-child {
		margin-right: auto;
	}
	.footer .section .column .icon {
		padding-top: 40px;
	}
	.hint-box {
		bottom: 70px;
		right: unset;
		margin-right: unset;
		width: 99%;
		padding: 8px 1px;
	}
	.hint-box ul, .hint-box li {
		line-height: 22px;
		font-size: 14px;
	}
}

@media (max-width: 1024px) and (orientation: landscape) {
	.form .info .info-title {
		width: 51%;
	}
	#step5 .question .sub {
		width: 100%;
		margin: 150px auto 0 -50%;
	}
}
@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: portrait) {
	.content {
		min-height: 1000px;
	}
}


@media only screen
and (min-width: 834px)
and (max-height: 1194px)
and (orientation: portrait) {
	.content {
		min-height: 1194px;
	}
}
@media (max-width: 834px) {
	.form .info .info-title {
		width :60%;
	}
}
@media (max-width: 736px) {

	.content {
		width: 100%;
		background: #fff url(/images/couple-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/couple-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/couple-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, .offer .consent {
		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: 46px;
		line-height: 46px;
		font-size: 18px;
	}
	select, input[type="text"], input[type="email"], input[type="password"], .field,
	input[type="email"]  {
		font-size: 14px;
		height: 46px;
		line-height: 46px;
	}
	#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 .heading {
		font-size: 20px;
	}

	.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;
	}
	.header .logo {
		width: 90%;
	}
	.index.form {
		width: 90%;
		max-width: 90%;
	}

}
@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 {
		height: 325px;
		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: 160px auto 0 -50% !important
	}
	.form .info .info-title {
		width: 77%;
	}

}

@media (max-width: 480px) {
	.columns-div {
		width: 90%;
		margin: 0 auto;
	}
	.footer .section .column {
		min-height: 365px;
	}
	.footer .section .column .feature {
		line-height:  28px;
	}
	.section-title {
		width: 80%;
		line-height: 42px;
	}

	.header .logo {
		background-size: 199px auto!important;
		margin: 0  auto;
	}
	.content {
		width: 100%;
		background: #fff url(/images/couple-mobile.jpg) no-repeat center;
		background-size: cover;
		min-height: auto;
	}
	.christianmingle .content {
		height: 772px;
	}

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

	.index.form, .form {
		width: 90%;
		max-width: 90%;
	}
	.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%;
	}
	.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;
	}
	.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;
	}
	.index.form div.button {
		width: 90%;
		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: 668px;
	}
	.footer-link.separator {
		display: none;
	}
	.footer .links {
		line-height: 20px;
	}
	.footer .bottom {
		height: 130px;
		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: 26px;
		width: 94%;
	}
	.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;
	}
	body.index .form-bottom {
		font-size: 14px;
		width: 100%;
		margin: 0 auto;
		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: 10px;
		line-height: 14px;
	}
	.footer .section .full {
		height: 269px;
	}

	.intro {
		width: 90%;
	}
	.index button {
		margin: 25px auto 11px;
	}
	.login.form .logo img, .offer.form .logo img {
		width: 100%;
		margin: 0 auto;
	}
	.login.form .form-top {
		font-size: 30px;
	}

	#elitesingles .profile .label {
		margin-top: 10px;
	}
	#pin-verify .question {
		font-size: 12px;
	}
}

@media   (max-width: 420px) {

	 .form .form-bottom {
		font-size: 16px;
	}
	.footer .section .feature {
		line-height: 25px;
		font-size: 14px;
	}
	.footer .section .column {
		min-height: 420px;
	}
	#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, .offer .consent {
		font-size: 9px;
	}
	.login.form .form-top .sub , .login.form .form-body .results .info{
		font-size: 14px;
	}
	.form .info .info-title {
		width: 95%;
	}
	#seekingGender-input input[type=submit] , #gender-input {
		font-size: 14px;
	}
	#step5 .question .sub, #form-email .consent {
		font-size: 12px;
	}
	.form-body .results .message {
		font-size: 15px;
	}
	.section-title {
		width: 88%;
	}
	.offer .form-body .results .info {
		font-size: 22px;
		width: 95%;
	}
	#pin-verify .question {
		font-size: 10px;
	}
}
