@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: 'OpenSans-Bold';
	src: url('fonts/OpenSans-Bold.ttf') format('ttf'),
	url('fonts/opensans-bold.woff') format('woff');
}
@font-face {
	font-family: 'open-sans-regular';
	src: url('fonts/open-sans-regular.ttf') format('ttf'),
	url('fonts/open-sans-regular.woff') format('woff');
}
@font-face {
	font-family: 'opensans-italic';
	src: url('fonts/opensans-italic.ttf') format('ttf'),
	url('fonts/opensans-italic.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-ExtraBold';
	src: url('fonts/OpenSans-ExtraBold.ttf') format('ttf'),
	url('fonts/OpenSans-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Merriweather-Bold';
	src: url('fonts/Merriweather-Bold.ttf') format('ttf'),
	url('fonts/Merriweather-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Merriweather-Black';
	src: url('fonts/Merriweather-Black.ttf') format('ttf'),
	url('fonts/Merriweather-Black.woff') format('woff');
}
@font-face {
	font-family: 'Merriweather-BlackItalic';
	src: url('fonts/Merriweather-BlackItalic.ttf') format('ttf'),
	url('fonts/Merriweather-BlackItalic.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: 16px;
}

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

.header {
	background-color: #113eb4;
	text-align: center;
	z-index: 999;
	margin: auto;
	width: 1200px;
	height: 56px;
	border: 1px solid #113eb4;
}

.header .logo {
	background: transparent url("/images/logo.png") no-repeat left center;
	text-indent: -3333px;
	border: 0;
	height: 56px;
	margin-left: 110px;
}
.content {
	width: 1200px;
	min-width: 280px;
	min-height: 634px;
	background: url('/images/couple-bg.jpg') no-repeat 50% 0;
	margin: auto;
	overflow: auto;
	border-left: 1px solid #113eb4;
	border-right: 1px solid #113eb4;
	background-size: cover;
}
.footer .section .column.middle {
	background: url("/images/couple-1.png") no-repeat bottom center;
	background-size: contain;
}


.footer .section .column.last {
	background: url("/images/couple-2.png") no-repeat bottom center;
	background-size: contain;
}
select {
	width: 320px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("/images/arrows.png") no-repeat 95% #ffffff;
	background-size: 9px auto;
	text-indent: 4px;
	outline: 0;
	font-family: "open-sans-regular", sans-serif;
	font-size: 16px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	color: rgba(0, 0, 0, 0.5);
}
.form#step4 select {
	background: url(/images/arrows.png) no-repeat 92% 62% #fff;
}
.form input[type='checkbox']:checked {
	background: url(/images/checkmark.png) center center no-repeat #fff;
	background-size: 10px auto;
	border: solid 1px #113eb4;
}
@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) {
	.header .logo {
		background: transparent url(/images/logo@2x.png) no-repeat left center;
		background-size: contain;
		width: 144px;
		margin-left: 110px;
	}
	.content {
		background: url('/images/couple-bg@2x.jpg') no-repeat 50% 0;
		background-size: cover;
	}
	select {
		background: url(/images/arrows@2x.png) no-repeat 95% 62% #fff;
		background-size: 9px auto;
	}
	.form#step4 select {
		background: url(/images/arrows@2x.png) no-repeat 92% 62% #fff;
		background-size: 9px auto;
	}
	.form input[type='checkbox']:checked {
		background: url(/images/checkmark@2x.png) center center no-repeat #fff ;
		background-size: 10px auto;
	}
	.footer .section .column.middle {
		background: url(/images/couple-1@2x.png) no-repeat bottom center;
		background-size: contain;
	}


	.footer .section .column.last {
		background: url(/images/couple-2@2x.png) no-repeat bottom center;
		background-size: contain;
	}
}
/* @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) {
	.header .logo {
		background: transparent url(/images/logo@3x.png) no-repeat left center;
		background-size: contain;
		width: 144px;
		margin-left: 110px;
	}
	.content {
		background: url('/images/couple-bg@3x.jpg') no-repeat 50% 0;
		background-size: cover;
	}
	select {
		background: url(/images/arrows@3x.png) no-repeat 95% 62% #fff;
		background-size: 9px auto;
	}
	.form#step4 select {
		background: url(/images/arrows@2x.png) no-repeat 92% 62% #fff;
		background-size: 9px auto;
	}

	.form input[type='checkbox']:checked {
		background: url(/images/checkmark@3x.png) center center no-repeat #fff ;
		background-size: 10px auto;
	}
}
.form {
	width: 320px;
	margin-left: 110px;
	color: #fff;
}
.index.form, .step.form, .login.form , .offer.form {
	width: 412px;
	background-color: #fff;
	border-radius: 4px;
	border: solid 3px #113eb4;
	margin-top: 21px;
}
.step.form {
	padding-top: 19px;
}
.optout.form {
	width: 343px;
	padding-top: 60px;
}
.form .info .info-title , .optout.form .form-top{
	font-family: "Merriweather-Black", sans-serif;
	font-size: 34px;
	text-align: center;
	color: #000;
	margin-top: 18px;
	line-height: 1.3;
}
.form .info .info-title .brand{
	font-family: "Merriweather-BlackItalic", sans-serif;
}
#form-gender .form-top {
	background: url(/images/gender.svg) no-repeat center center ;
	width: 63px;
	height: 58px;
	margin: 0 auto;
	background-size:contain ;
	display: block;
	fill: white;
}

#form-seekingGender .form-top {
	width: 63px;
	height: 58px;
	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: 47px;
	height: 63px;
	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: 60px;
	margin: 0 auto;
	background-size: contain;
}

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

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

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

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

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

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

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

.form-body {
	margin-top: 18px;
	text-align: center;
}
.step.form .form-body {
	margin-top: 12px;
}
.private-safe {
	display: none;
}

.question {
	font-family: "opensans-semibold", sans-serif;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	width: 90%;
	margin: 0 auto;
}

.question .sub {
	margin-top: 1px;
	font-size: 14px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.7);
	font-family: "open-sans-regular", sans-serif;

}
#step5 .question .sub {
	position: absolute;
	width: 338px;
	text-align: center;
	padding: 0px 37px;
	margin-top: 81px;
}
#step5 .button{
	margin-top: 29px;
}
#pin-verify .question {
	font-size: 14px;
}
#phone-type-input {
	margin-top: 10px;	
}
.msg {
	text-align: center;
	height: 16px;
	font-family: "opensans-semibold", sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #e13040;
	padding-top: 5px;
}

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

.hint-box {
	display: none;
	position: absolute;
	bottom: 75px;
	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;
	max-width: 100%;
	white-space: normal;
	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 {
	font-size: 18px;
	margin-top: 10px;
	font-family: "opensans-semibold", sans-serif;
	color: #000;
	font-weight: 600;
}
.offer .form-body .logo {
	margin: 18px auto 0;
	width: 320px;
}

.offer .form-body .logo img {
    max-height: 70px
}

.offer .form-body .field-left {
    display: inline-block;
    margin-left: 0;
    margin-right: 1%;
    width: 48%;
}
.offer .form-body .field-right {
    display: inline-block;
    margin-left: 1%;
    margin-right: 0;
    width: 48%;
}

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

.offer .form-body .label {
	text-align: center;
	font-family: "OpenSans-SemiBold", sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-top: 10px;
}

#elitesingles .profile .label {
	height: 40px;
	padding-top: 5px;
}
#elitesingles .profile .label .password-requirements {
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}
.offer .form-body .terms , .offer .form-body .disclaimer{
	margin-top: 5px;
	font-size: 10px;
	line-height: 16px;
	color: #565656;
	font-family: "open-sans-regular", sans-serif;
}

.offer .form-body .terms a {
	color: #565656;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
	font-family: "OpenSans-Bold", sans-serif;
}


input[type=submit] {
	width: 320px;
	height: 53px;
	border-radius: 26px;
	background-image: linear-gradient(to top, #113eb4, #1052df);
	outline: 0;
	font-family: "OpenSans-bold", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	border: 0 ;
	cursor: pointer;
	margin-bottom: 14px;
	-webkit-appearance: none;
}
#gender-input, #seekingGender-input {
	margin-bottom: 16px;
}
input[type=submit]:hover {
	opacity: 0.6;
}

input[type=text], input[type=password] {
	font-family: "opensans-italic", sans-serif;
	font-size: 16px;
	width: 320px;
	max-width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #ffffff;
	text-indent: 10px;
	border: none;
	outline: 0;
	font-style: italic;
	color: rgba(0, 0, 0, 0.5);
	padding: 0px;
	border-bottom: 1px solid #000;
	border-radius: 0;
}

input[type=text]#email {
	width: 300px;
}
input.invalid {
	border-bottom: solid 1px #e13040;
	width: 320px;
}

select.invalid {
	width: 320px;
	border-bottom:  1px solid #e13040;
}
select::-ms-expand {
	display: none;
}

select#bmonth {
	width: 161px;
	margin-right: 4px;
}
select#bday {
	width: 64px;
	margin-right: 4px;
}
select#byear {
	width: 80px;
}
select#ethnic, select#occupation, select#education, select#income {
	width: 320px;
}

.button {
	text-align: center;
}


button {
	width: 320px;
	height: 53px;
	border-radius: 26px;
	font-family: "OpenSans-Bold", sans-serif;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
	cursor:pointer;
	outline: 0;
	text-transform: uppercase;
	background-image: linear-gradient(to top, #113eb4, #1052df);
}
.step.form button, .login.form button {
	margin-bottom: 30px;
}
.index.form button{
	margin: 0px auto 30px;
}
button:hover {
	opacity: 0.6;
}
.index.form .form-bottom {
	font-family: "opensans-semibold", sans-serif;
	font-size: 16px;
	text-align: left;
	color: #000;
	line-height: 26px;
	width: 377px;
	margin: 0 auto;
}
.form .form-bottom ul li {
	padding-left: 5px;
}
.offer.form .form-bottom {
	margin: 2px auto 4px;
	text-align: center;
	color: #000;
	font-size: 10px;
}
.offer button {
	margin-top: 10px;
}

.optout.form .label {
	display: none;
}

.optout.form .disclaimer {
	margin-top: 10px;
	font-size: 14px;
}


.offer.form .profile, .offer.form .profile .log {
	width: 320px;
}
.login.form .form-top, .offer.form .info{
	font-family: "Merriweather-Black", sans-serif;
	color: #000;
	font-size: 29px;
	text-align: center;
	margin-top: 29px;
	padding: 0 10px;
}
.login.form .form-body {
	width: 320px;
}
.login.form .form-top .sub {
	font-family: "opensans-semibold", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.33;
	text-align: center;
	color: #000;
	margin-top: 10px;
	width: 320px;
}
.login.form .logo {
	width: 320px;
}
.footer {
	width: 1200px;
	position: relative;
	border: 1px solid #113eb4;
	border-top: 1px solid #fff;
}

.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: 308px;
	float: left;
	height: 345px;
	border: solid 3px #113eb4;
	background-color: #ffffff;
	margin-right: 30px;
}
.footer .section .column.last {
	margin-right: 0;

}

.footer .section .column .icon {
	width: 131px;
	height: 131px;
	display: block;
	margin-top: -69px;
}

.footer .section .heading {


	margin-top: 15px;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-family: "OpenSans-Bold" , sans-serif;
	text-align: center;
}

.footer .section .heading .line1, .footer .section .heading .line2 {
	font-family: "Merriweather-Black", sans-serif;
}
.footer .section .heading .line2 {
	padding-top: 4px;
}



.footer .section .feature {
	width: 95%;
	margin: 15px auto 0;
	font-size: 15px;
	line-height: 20px;
	color: #000;
	font-family: "open-sans-regular", sans-serif;
	text-align: center;
}



.footer .section .full {
	width: 998px;
	padding: 21px 0 21px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	border-radius: 4px;
	border: solid 3px #113eb4;
	color: #000;
}
.footer .section .full .about-section {
	width: 914px;
	margin: 0 auto;
	font-family: "opensans-semibold", sans-serif;

}
.footer .section .full .highlight {
	color: #113eb4;
	font-size: 15px;
	line-height: 20px;
	font-family: "OpenSans-ExtraBold", sans-serif;
	text-transform: capitalize;
	font-weight: 600;

}


.footer .bottom {
	position: relative;
	width: 100%;
	height: 100px;
	padding-top: 19px;
	background-color: #113eb4;
	margin: 45px auto 0;
}


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

.footer .links a {
	font-family: "open-sans-regular", sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}

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

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

	font-family: "open-sans-regular", sans-serif;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.columns-div {
	margin: 96px auto 37px;
	width: 1004px;
}
.section.mobile {
	display: none;
}
.section.desktop {
	display: block;
}
.offer .form-body .terms a {
	font-family: "OpenSans-Bold", sans-serif;
	text-decoration: underline;
}

@media (max-width: 1200px){

	.content, .footer, .footer .section,.header  {
		width: 99%;
	}
	.container {
		min-width: 99%;
	}
}

@media (max-width: 1024px )   {

	.section.desktop {
		display: none;
	}
	.section.mobile {
		display: block;
	}
	body, html {
		width: 100%;
	}
	.footer {
		width: 100%;
	}
	.container {
		min-width: 100%;
		width: 100%;
	}
	.row-div , .footer .section{
		width: 100%;
	}

	.login.form, .offer.form {
		width: 70%;
		margin: 27px  auto 0;
	}
	.offer.form button {
		width: 90%;
	}
	.login.form button {
		width: 70%;
	}
	.offer.form .profile {
		width: 90%;
	}
	.offer .form-body .terms, .offer .form-body .disclaimer {
		font-size: 14px;
	}
	.columns-div {
		margin: 96px auto 0px;
		width: 90%;
	}
	.footer .section .column {
		width: 47%;
		float: left;
		margin-right: 4%;
		margin-bottom: 88px;
		height: 348px;
	}
	.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: 14px 0 5px;
		font-size: 14px;
		line-height: 17px;
		height: 328px;
	}
	.footer .section .full .about-section {
		width: 95%;
		font-size: 14px;
		line-height: 17px;
	}
	.header {
		width: 100%;
		margin: 0;
		position: relative;
		height: 64px;
		border:none;
	}

	.header .logo {
		height: 64px;
		width: 179px;
		background-position: 0 16px;
		text-indent: -99999px;
		margin: 0 auto 0 auto;
	}
	.footer {
		bottom: 0;
		border:none;
	}


	.content {
		width: 100%;
		background: #fff url(/images/couple-tablet.jpg) no-repeat;
		background-size: cover;
		min-height: 759px;
		border:none;
	}

	@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;
			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-tablet@3x.jpg) no-repeat bottom;
			background-size: cover;
		}
	}
	select {
		background-position: 98%;
	}

	.index.form {
		width: 70%;
		max-width: 70%;
		margin: 28px auto 0;
	}
	.step.form {
		width: 60%;
		max-width: 60%;
		margin: 27px auto 0;
		min-height: 300px;
	}
	input[type=text]#email {
		width: 100%;
	}
	.form-top, .step.form .form-top {
		font-size: 36px;
	}
	#mate1.login.form .form-top {
		margin: 0 auto;
		padding: 23px 0;
		width: 90%;
		font-size: 32px;
	}
	.login.form .form-top .sub {
		width: 71%;
		font-size: 18px;
	}

	.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: 80%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	#step5 .question .sub {
		width: 100%;
		margin: 82px auto 0;
		padding: 0;
		font-size: 13px;
	}
	.offer .form-body .terms {
		font-size: 14px;
		line-height: 16px;
	}
	.offer .form-body .terms a {
		line-height: 16px;
	}
	.form-body .label , select ,.field,
	.form-body .question {
		font-size: 16px;
		width: 100%;
	}
	.form-body .question {
		margin-top: 20px;
	}
	input[type=submit] {
		font-size: 18px;
		height: 55px;
		line-height: 55px;
		width: 100%;
	}
	.footer .section .feature {
		font-size: 16px;
		line-height: 19px;
	}

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

	.step.form button {
		width: 100%;
		max-width: 100%;
	}

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

	.login.form {
		padding-bottom: 0;
	}
	.form .info .info-title {
		font-size: 32px;
		width: 65%;
	}

	.index.form .form-bottom {
		font-size: 14px;
		line-height: 20px;
		width: 100%;
		margin: 0 auto;
	}
	div.button {
		padding-top: 25px;
	}
	.index.form div.button {
		padding-top: 10px;
	}
	button {
		width: 70%;
	}
	.form#step4 div.button{
		padding-top: 77px;
	}
	.footer .section .heading {
		font-size: 19px;
	}

	.form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
		text-align: left;
		float: left;
		display: block;
		margin-right: 2%;
	}
	.form .field#bmonth-input {
		width: 50%;
	}
	.form .field#bday-input {
		width: 19%;
	}
	.form .field#byear-input {
		width: 27%;
	}
	.form .field#byear-input {
		margin-right: 0;
	}
	select#bday, select#bmonth, select#byear {
		width: 100%;
		background-position: 95%;
		padding-left: 4%;
	}
	.form-body .results .message {
		padding: 10px 0;
		font-size : 18px;
		width: 90%;
		margin: 0 auto;
	}
	.offer.form .logo {
		margin: 11px auto 21px;
		width: 100%;
	}
	.form-body .terms, .form-body .disclaimer {
		font-size: 12px;
		line-height: 16px;
		max-width: 100%!important;
		padding: 0;
		width: 100%;
	}
	.login.form .form-body, .offer.form .form-body {
		width: 90%;
	}
	.login.form .form-body .results .info {
		font-size: 18px;
		font-family: "open-sans-regular", sans-serif;
		text-transform: lowercase;
	}
	.login.form .form-body .results .info:first-letter{
		text-transform: uppercase;
	}
	.login.form .form-body .logo {
		margin: 0 auto 20px;
		width: 90%;
	}
	.footer .links a {
		line-height: 20px;
	}
	.model-tablet {
		display: block;
		margin: 10px auto -80px;
	}
	.msg{
		font-size: 16px;
		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;
	}
	.login.form .form-top, .offer.form .info {
		padding: 0px;
	}
	.hint-box {
		bottom: 85px;
		right: unset;
		margin-right: unset;
		width: 100%;
		padding: 8px 0px;
	}
	.hint-box ul, .hint-box li {
		line-height: 22px;
		font-size: 14px;
	}
}
@media (max-width: 736px) {


	.content {
		width: 100%;
	}
	.form .info .info-title {
		font-size: 32px;
		width: 85%;
	}
	.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:  70%;
		max-width:  70%;
	}
	select, input[type="text"], input[type="email"], input[type="password"], .field,
	input[type="email"] , button, input[type=submit]{
		height: 49px;
		line-height: 49px;
	}
	#step5 .question .sub {
		margin-top: 97px;
	}
	.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-body .results .info {
		width:93%;
	}
	.login.form .form-top .sub {
		font-size: 16px;
	}
	div.button {
		margin-bottom: 0px;
	}
	.footer .section .full .about-section {
		width: 95%;
		font-size: 13px;
	}
	.footer .section .column {
		width: 46%;
	}
	.form .form-bottom ul li {
		padding-left: 0;
	}
	body.index .form-bottom {
		font-size: 15px;
	}
	.footer .section .full {
		height: 325px;
		padding: 11px 0 12px;
	}
	.footer .section .full .highlight {
		font-size: 14px;
		line-height: 20px;
	}
	.offer .form-body .terms, .offer .form-body .disclaimer {
		font-size: 12px;
	}


}
@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: 18px;
	}
	#pin-verify .question {
		font-size: 12px;
		white-space: nowrap;
	}
	select, input[type="text"], input[type="email"], input[type="password"],
	.field, input[type="email"] {
		font-size: 18px;
		height: 49px;
		line-height: 49px;
	}

	select {
		background-position: 98%;
	}
	button {
		font-size: 14px;
		height: 41px;
		line-height: 41px
	}
	.form-body .results .info {
		font-size: 24px;
	}
	.form-body .results .message {
		font-size: 18px;
		width: 100%;
	}
	.login.form .form-body .results .info {
		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 0px;
	}
	.footer .section .full .about-section , .footer .section .feature{
		font-size: 13px;
	}

}

@media (max-width: 480px) {
	.header .logo {
		width: 126px;
		height: 24px;
		background-position: 0;
		margin: 0 auto 0 auto;
		top: 11px ;
	}
	.header {
		height: 37px;
		border: none;
		padding-top: 10px;
	}

	body {
		background: none;
	}

	.content {
		width: 100%;
		background: #fff url(/images/couple-mobile.jpg) no-repeat center;
		background-size: cover;
		min-height: 633px;
		border: none;
	}

	@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;
			height: 551px;
		}
	}

	/* @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;
			height: 551px;
		}
	}

	.form {
		width: 100%;
		padding: 0;
	}
	.step.form {
		width:  90%;
		max-width:  90%;
	}
	.offer.form .logo {
		margin: 11px auto 5px;
	}
	.offer.form {
		margin: 27px auto 0px;
		padding:  0;
		width: 90%;
	}
	.offer .form-body .results .info {
		font-size: 22px;
		width: 100%;
	}
	.login.form .form-body, .offer.form .form-body {
		width: 80%;
	}
	.footer .section .column {
		width: 100%;
		float: none;
		margin: 0 auto 88px;
		height: 348px;
	}
	.footer .section .full {
		width: 100%;
		margin-bottom: 30px;
		font-size: 15px;
	}
	.footer {
		background: none;
		border: none;
	}
	.footer .bottom {
		background: #113eb4;
		height: 110px;
		padding-top: 10px;
	}
	.footer .copyright, .footer .no-background-check {
		font-size: 12px;
		line-height: 20px;
		width: 80%;
		margin: 0 auto;
	}
	.footer .section .full .about-section {
		width: 89%;
		font-size: 14px;
	}
	.footer .section .column.last {
		margin-bottom: 35px;
	}
	.form .info .info-title {
		font-size: 24px;
		width: 81%;
	}
	.form-top {
		font-size: 21px;
		padding-bottom: 0;
		width: 90%;
		margin: 0 auto;
	}
	.form-top .top-title {
		font-size: 30px;
		width: 100%;
	}
	.footer .section .heading {
		font-size: 18px;
	}
	.footer .section .heading .line2{
		line-height: 18px;
		font-size: 16px;
	}
	/*.step.form .form-top {
        width: 73%;
    }*/
	.form-top .sub {
		font-size: 15px;
		width: 100%;
		padding:  0;
		margin: 0 auto;

	}
	.form-body .question {
		margin-top: 10px;
	}
	#pin-verify .question {
		font-size: 10px;
	}
	.index.form div.button {
		width: 90%;
		margin: 0 auto;
	}
	div.button {
		padding-top: 0;
		margin: 0 auto;
		width: 100%;
	}
	.step.form .button {
		padding-top: 17px;
	}
	select {
		background-position: 97%;
	}
	button {
		width: 100%;
		min-width: 100%;
		margin: 0 auto;
	}
	.content {
		padding: 0 0 90px;
	}
	.footer-link.separator {
		display: none;
	}
	.footer .links {
		line-height: 20px;
	}
	.form-body {
		margin: 0 auto;
		width: 90%;
	}
	.form-body .label {
		margin: 10px auto 3px;
	}
	.form-body .label#email-msg {
		margin-bottom: 7px;
	}
	.form-body .results {
		width: 100%;
	}
	.form-body .results .info {
		max-width: 100%;
	}
	.form-body .logo{
		display: block;
		text-align: center;
		margin: 20px auto;
	}
	.offer.form .button {
		width: 100%;
		margin: 0 auto;
	}
	.offer .form-body .results .info {
		padding-top: 14px;
	}
	.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%;
	}
	input[type="text"],input[type="email"], input[type="password"] {
		line-height: 49px;
		height: 49px;
		padding: 0 ;
	}

	select#bday, select#bmonth, select#byear {
		width: 100%;
		padding-left: 9%;
	}
	.form .field#byear-input {
		margin-right: 0;
	}
	body.index button {
		margin: 21px auto 0;
		font-size: 14px;
	}

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

	#mate1.login.form .form-top {
		padding: 10px 0 0 0;
		font-size: 26px;
	}

	.model-tablet {
		display: none;
	}

	.model-mobile {
		display: block;
		margin: 10px auto -80px;
	}
/*	.form-bottom {
		margin-bottom: 10px;
	}*/
	.footer .section .feature, .form .form-bottom {
		font-size: 16px;
		line-height: 20px;
	}
	.footer .links a {
		font-size: 12px;
		line-height: 20px;
	}
	.step.form button {
		margin-bottom: 0px;
	}
	.login.form .form-top .sub {
		font-size: 14px;
		width: 95%;
	}
}

@media   (max-width: 420px) {

	.footer .section .feature, .form .form-bottom {
		font-size: 14px;
	}
	#mate1.login.form .form-top {
		font-size: 21px;
	}
	.footer .section .full .highlight , .footer .section .full .about-section{
		font-size: 12px;
	}
	button , select, input[type="text"], input[type="email"],
	input[type="password"], .field, input[type="email"], input[type=submit] {
		font-size: 16px;
	}
	.form-body .results .message {
		font-size: 12px;
	}
	.form-body .results .info {
		font-size: 23px;
	}
	.footer .links a {
		font-size: 12px;
		line-height: 18px;
	}
	.index.form {
		width: 90%;
		max-width: 90%;
	}
	.login.form .form-top .sub {
		width: 92%;
	}
	#step4.form {
		padding-bottom: 30px;
	}
	.offer .form-body .results .info {
		font-size: 19px;
	}
	.hint-box ul, .hint-box li {
		font-size: 12px;
	}
}