@font-face {
	font-family: 'Avenir-Black';
	src: url('fonts/Avenir-Black.woff') format('woff'),
	url('fonts/Avenir-Black.ttf')  format('truetype');
}
@font-face {
	font-family: 'Avenir-Heavy';
	src: url('fonts/Avenir-Heavy.woff') format('woff'),
	url('fonts/Avenir-Heavy.ttf')  format('truetype');
}
@font-face {
	font-family: 'ArialMT-Regular';
	src: url('fonts/ArialMT-Regular.woff') format('woff'),
	url('fonts/ArialMT-Regular.ttf')  format('truetype');
}
@font-face {
	font-family: 'ArialMT-Bold';
	src: url('fonts/ArialMT-Bold.woff') format('woff'),
	url('fonts/ArialMT-Bold.ttf')  format('truetype');
}

::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.logo {
	font-style: italic;
	font-weight: 900;
}

/* Resets */
html {
	height: 100%;
	padding: 0;
	margin: 0;
}
body, div, span, iframe, img, form, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: ArialMT-Regular, sans-serif;
	color: #000;
}
body {
	background: #fff;
	line-height: normal;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ol {
	text-align: left;
	margin: 0 auto;
}
table {
	border-collapse: separate;
	border-spacing: 2px;
	margin: auto;
}
sup {
	vertical-align: top;
	font-size: 10px;
}

a {
	color: #69449f;
}

body {
	background: #fff;
	max-width: 2000px;
	margin: 0 auto;
}

.mobile {
	height: 100%;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.container {
	min-width: 305px;
	min-height: 560px;
	margin: auto;
	position: relative;
	height: 100%;
}
.content-homepage {
	min-height: 1130px;
	background-image: url('../images/index_bkgnd.jpg');
	background-repeat: repeat;
	background-size: cover;
}
.main-logo {
	padding-top: 102px;
}
.lead-logo {
	margin: 0 auto;
	width: 375px;
}
.tagline {
	font-family: Avenir-Heavy, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-top: 103px;
	text-align: center;
	color: #69449f;
}

.sub-tagline {
	font-family: Avenir-Heavy, sans-serif;
	color: #202020;
	font-size: 1.625rem;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
.header {
	margin: auto;
	width: 100%;
	padding-top: 102px;
}

.footer {
	padding: 15px 0 0 ;
	background-color: #ffffff;
	color: #555555;
	text-align: center;
	font-size: 14px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.footer-bottom {
	font-family: ArialMT-Regular, sans-serif;
	font-size: 1rem;
	line-height: 30px;
	text-align: center;
	background: #69449f;
	margin: 0 auto;
	padding: 20px 0 20px;
	color: #fff;
}
.copyright, .no-background-check , .footer-link{
	color: #fff;
}
.footer-content .section {
	width: 100%;
}

.footer-content .section .full{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.footer-content .section .purple-background {
	background: #69449f;
	height: 91px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-content .section .purple-background .icon {
	background: url('../images/mqs_quality_wicon.svg') no-repeat center;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.full.with-background {
	background: #e9e3f0;
}
.footer-content .full.why-section{
	margin: 55px auto 0;
}
.footer-content .full.why-section .sub-section .icon {
	width: 114px;
	height: 114px;
	margin: 0 auto 35px;
}
.full .title {
	font-family: Avenir-Black, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	color: #69449f;
	margin-bottom: 25px;
}
.footer-content .full.why-section .sub-section .title{
	font-family: ArialMT-Bold, sans-serif;
	font-size: 1.25rem;
	line-height: 24px;
	text-align: center;
	margin-bottom: 0;
	color: #000;
}
.full .body {
	font-family: ArialMT-Regular, sans-serif;
	font-size: 1.125rem;
	line-height: 30px;
	width: 90%;
	margin: 40px auto 0;
	text-align: center;
	color: #000;
}
.footer-content .full.why-section .sub-section .body {
	margin: 15px auto 49px;
	width: 75%;
}
.footer-content .full.with-background {
	padding: 49px 79px 53px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-content .full.with-background  .sub-section-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.full.with-background .title{
	font-size: 1.5rem;
}
.footer-content .full.with-background img {
	width: 117px;
}
.footer-content .full.with-background .icon {
	margin-right: 60px;
}
.footer-content .full.with-background .text .title {
	font-size: 1.5rem;
	text-align: left;
	line-height: 30px;
}
.footer-content .full.with-background .text .body {
	font-size: 1.125rem;
	text-align: left;
	margin: 0;
	width: 100%;
}

fieldset.full {
	width: 78%;
	margin: 59px auto;
	border: 3px solid #69449f;
	border-radius: 10px;
	padding: 30px!important;
}
fieldset.full .legend {
	padding: 0 22px;
	color: #69449f;
	font-size: 26px;
}
fieldset.full .title {
	margin-bottom: 0;
	padding: 0 22px;
	font-size: 1.625rem;
	line-height: 30px;
}
fieldset.full .body {
	margin-top: 0;
}
fieldset .list.first {
	width: 48%;
	margin-top: 25px;
}

.no-background-check {
	text-align: center;
	width: 95%;
	margin: 0 auto;
}
.header .logo {
	width: 350px;
	margin: 0 auto;
	height: 75px;
	text-align: center;
	z-index: 1;
	background: url('../images/mqs_mlogo.svg') no-repeat 10%;
	text-indent: -2000px;
	color: #fff;
}


.content {
	width: 553px;
	max-width: 90%;
	min-height: 560px;
	margin: 0 auto;
	padding-top:14px;
}

.form {
	width: 373px;
	max-width: 100%;
	color: white;
	float: none;
	margin: 0 auto;
}
.form.offer {
	width: 100%;
}
.form.offer .form-body {
	width: 100%;
	margin: 0 auto;
}

.form-top {
	max-width: 95%;
	margin: 10px auto 0 auto;
	font-size: 1.75em;
	font-family: ArialMT-Bold, sans-serif;
	text-align: center;
	padding-bottom: 32px;
}

.form-body {
	width: 373px;
	margin-top: 0;
	text-align: center;
}

.form-bottom {
	display: none;
}

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

.hint-box {
	display: none;
	position: absolute;
	bottom: 75px;
	right: 50%;
	margin-right: -130px;
	width: 250px;
	padding: 4px;
	background: rgba(0, 0, 0, 0.90);
	color: #fff;
	z-index: 99;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	white-space: nowrap;
}

.hint-box ul, .hint-box li {
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* May not need these next two, but keep for now */
input.invalid, select.invalid, textarea.invalid {
	border-bottom: 2px solid #e00048 !important;
}

.label,
.question {
	font-family: ArialMT-Regular, sans-serif;
	font-size: 1.125em;
	margin-bottom: 0;
	margin-top: 0;
}
.question .sub {
	font-size: 0.875rem;
}

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

#meet-other {
	position: relative;
	float: left;
	padding: 75px 0 0 35px;
	font-size: 44px;
	color: #fff;
}

#meet-other .singles {
	height: 68px;
	line-height: 72px;
	font-size: 50px;
	font-weight: bold;
}

#arrow {
	position: relative;
	float: right;
	width: 101px;
	padding-top: 50px;
}

.private-safe {
	display: none;
}

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

.step.form li {
	margin: 23px 0 26px;
}

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

.offer .form-body .info {
	font-family: ArialMT-Bold, sans-serif;
	margin: 0 -10px 10px -10px;
	font-size: 1.75em;
}

.offer .form-body .message {
	font-size: 1.375rem;
	margin-top: 15px;
}

.offer .form-body .logo {
	margin: 25px auto;
}

.offer .form-body .logo img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 60px;
}

.offer .form-body .field-row {
	width: 274px;
	max-width: 100%;
	margin: auto;
}

.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 {  /* same as .step.form .msg */
	margin: 0 0 20px 0;
}

.offer.form .form-top {
	width: 360px;
	max-width: 95%;
	margin: 10px auto 0;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
}

.offer.form .form-body {
	margin-top: -30px;
}

.offer.form .field {
	padding-bottom: 10px;
	display: block;
}

.offer .form-body .disclaimer {
	position: relative;
	font-size: 12px;
	color: #202020;
	text-align: center;
	width: 373px;
	margin: 0 auto;
}

.offer.form .terms {
	margin: 10px auto ;
	position: relative;  /* to move term below button */
	font-size: 14px;
	text-align: center;
	vertical-align: bottom;
}

.login.form .form-top {
	font-size: 1.2em;
}

.login.form .form-top .sub {
	font-size: 14px;
	margin-top: 10px;
}

.login.form .form-body .info {
	margin-bottom: 10px;
}

.terms a { color: #69449f; text-decoration: none; }
.terms a:hover { color: #69449f; text-decoration: underline; }
.terms a:visited { color: #69449f; text-decoration: none; }
.terms a:visited:hover { color: #69449f; text-decoration: underline; }
.terms a:active { color: #69449f; text-decoration: none; }

.offer.form button {
	margin-top: 10px;
}

select {
	border-bottom: 2px solid #008ad7;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	color: #202020;
	font-family: ArialMT-Regular, sans-serif;
	height: 47px;
	margin: 0;
	max-width: 100%;
	outline: none;
	padding: 8px 2px;
	width: 274px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 4px;
	border-radius: 0;
	background: url("../images/arrow.png") no-repeat 97% #ffffff;
	background-size: 10px auto;
}



.msg {
	color: #e00048;
	height: 16px;
	font-family: ArialMT-Regular, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.step.form .msg {
	margin: 3px 0 10px 0;
}
#form-email .form-body {
	position: relative;
}
#form-email .question .sub {
	position: absolute;
	margin-top: 84px;
}
#form-email .button {
	margin-top: 16px;
}
.msg-error {  /* not being used at this time */
	-webkit-animation: animatetop 0.4s;
	animation: animatetop 0.4s;
	background-color: #ffecec;
	border-bottom: 1px solid #ffb5b5;
	-webkit-box-shadow: 1px 1px 0 1px rgba(255, 255, 255, 0.25) inset, 1px 1px 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 3px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 1px 1px 0 1px rgba(255, 255, 255, 0.25) inset, 1px 1px 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 3px rgba(0, 0, 0, 0.33);
	box-shadow: 1px 1px 0 1px rgba(255, 255, 255, 0.25) inset, 1px 1px 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 3px rgba(0, 0, 0, 0.33);
	color: #cc0000;
	font-size: 1em;
	font-weight: normal;
	height: auto;
	left: 0;
	padding: 10px 0;
	position: fixed;
	text-align: center;
	top: -1px;
	width: 100%;
	z-index: 1;
}

.form-bottom {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding: 15px 0px;
}

#step3 .form-body .label {
	display: inline-block;
	font-size: 1.1em;
	font-weight: normal;
	margin-right: 5px;
	min-width: 40px;
}

.form-body .field {
	padding-bottom: 12px;
}
#form-email .form-body .field {
	padding-bottom: 20px;
}
.private-safe {
	height: 22px;
	padding-top: 10px;
	padding-left: 20px;
	position: absolute;
	bottom: 5px;
	right: 18px;
	color: #666;
	font-size: 12px;
	background-image: url('/images/private-safe.png');
	background-position: left;
	background-repeat: no-repeat;
}

.offer .info {
	margin-top: 8px;
	font-weight: bold;
	font-size: 12px;
}

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

.optout.form .question {
	margin: 66px auto 0;
	width: 300px;
	max-width: 95%;
}

.optout.form .question .sub {
	font-size: 12px;
}

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

.divider {
	width: 1025px;
	max-width: 100%;
	background: #231f20;
	margin: auto;
	padding: 12px 0;
	text-align: center;
	font-size: 24px;
	color: #fff;
}

a {color:#fefefe; text-decoration:none;}
a:hover {color:#fefefe; text-decoration:underline;}
a:visited {color:#fefefe; text-decoration:none;}
a:visited:hover {color:#fefefe; text-decoration:underline;}
a:active {color:#fefefe; text-decoration:underline;}
.index a.button {
	display: block;
}
.index a.button:hover {
	text-decoration: none;
	opacity: 0.7;
}
input[type=submit], .index a.button, button {
	width: 373px;
	margin: 13px auto;
	height: 72px;
	line-height: 72px;
	border: none;
	border-radius: 10px;
	background-color: #8cbb00;
	text-align: center;
	-webkit-box-shadow: inset -1px 4px 5px -1px rgba(204,221,105,1);
	-moz-box-shadow: inset -1px 4px 5px -1px rgba(204,221,105,1);
	box-shadow: inset -1px 4px 5px -1px rgba(204,221,105,1);
	border-bottom: 2px solid #5A6E00;
	cursor: pointer;
}
.index input[type=submit], .index a.button, .index button {
	margin: 45px auto;
}
input[type=submit], .index a.button , button {
	font-family: Avenir-Black, sans-serif;
	font-size: 2rem;
	color: #fff;
}
.homepage .button a:hover {
	text-decoration: none;
}
input[type=submit]:hover, .homepage .button:hover, button:hover {
	background-color: rgba(140, 187, 0, 0.7);
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	background: #fff;
	color: #202020;
	display: block;
	font: 1em ArialMT-Regular, sans-serif;
	height: 45px;
	line-height: 45px;
	margin: auto;
	max-width: 100%;
	outline: none;
	width: 373px;
	border-radius: 10px;
	border: 1px solid #202020;
	text-indent: 10px;
	box-sizing: border-box;
}

select {
	width: 373px;
	border-radius: 10px;
	border: 1px solid #202020;
	color: #202020;
	font: 1.1em ArialMT-Regular, sans-serif;
	height: 47px;
	margin: 0;
	max-width: 100%;
	outline: none;
	padding: 8px 2px;
}

option {
	font-size: 16px;
}

select#bmonth, select#bday, select#byear {
	width: 121px;
}

.bottom {
	width: 100%;
	margin: auto;
	padding: 15px 0;
	color: #999999;
	text-align: center;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bottom a {
	color: #999999;
}

.bottom a:hover {
	color: #777777;
	text-decoration: none;
}
.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: #69449f;
	outline: 0;

}
.form input[type='checkbox']:checked {
	background: url(../images/checkmark.png) center center no-repeat #69449f !important;
	background-size: 10px auto!important;
}
@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-homepage {
		background: url('/images/index_bkgnd@2x.jpg') no-repeat center ;
		background-size: cover;
	}
	.form input[type='checkbox']:checked {
		background: url(../images/checkmark@2x.png) center center no-repeat #69449f !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-homepage {
		background: url('/images/index_bkgnd3x.jpg') no-repeat center;
		background-size: cover;
	}
	.form input[type='checkbox']:checked {
		background: url(../images/checkmark@2x.png) center center no-repeat #69449f !important;
		background-size: 10px auto!important;
	}

}

@media (max-width: 1920px) {
	.content-homepage {
		min-height: 990px;
	}
}

@media (max-width: 1280px) {
	.content-homepage {
		min-height: 630px;
	}
}

@media (max-width: 480px) {
	.content {
		width: 90%;
	}
	.content-homepage {
		width: 100%;
		min-height: 600px;
		background-image: url(../images/bg-mobile.jpg);
	}
	.main-logo, .header {
		padding-top: 40px;
	}
	.lead-logo , .header .logo{
		width: 280px;
	}
	.tagline {
		font-size: 1.5rem;
		margin: 47px auto 0;
		max-width: 80%;
	}
	input[type=submit], .index a.button, button {
		width: 70%;
		height: 56px;
		line-height: 56px;
		font-size: 1.375rem;
	}
	.index a.button {
		margin-top: 32px;
	}
	.footer-content .full.why-section {
		margin-top: 45px;
	}
	.sub-tagline {
		font-size: 1.125rem;
	}
	.full .title {
		font-size: 1.375rem;
		margin-bottom: 36px;
	}
	.footer-content .section .full.why-section .title {
		font-size: 1.125rem;
		line-height: 24px;
	}
	.footer-content .section .full.why-section .body {
		font-size: 1rem;
		line-height: 30px;
	}
	.footer-content .full.why-section .sub-section .icon {
		width: 94px;
		height: 94px;
	}
	.footer-content .full.with-background .sub-section-wrapper {
		flex-direction: column;
	}
	.footer-content .full.with-background {
		padding: 46px 15px;
	}
	.footer-content .full.with-background .icon {
		margin: auto;
	}
	.footer-content .full.with-background .text .title {
		font-size: 1.25rem;
		text-align: center;
		margin-top: 26px;
	}
	.footer-content .full.with-background .text .body {
		font-size: 1rem;
		text-align: center;
	}
	.form-top {
		font-size: 1.3rem;
	}
	.label, .question {
		font-size: 1.2rem;
	}
	input[type="text"], input[type="password"], input[type="email"], textarea {
		height: 46px;
		line-height: 46px;
	}
	.form-body,
	.form-body .field,
	input[type=submit],
	select,
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	.homepage .button,
	button {
		width: 100%;
	}
	.form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
		text-align: left;
		float: left;
		display: block;
		margin-right: 2%;
	}
	.form .field#bmonth-input {
		width: 37%;
	}
	.form .field#bday-input {
		width: 26%;
	}
	.form .field#byear-input {
		width: 33%;
	}
	.form .field#byear-input {
		margin-right: 0;
	}
	select#bday, select#bmonth, select#byear {
		width: 100%;
		background-position: 95%;
		padding: 0;
	}
	.question .sub {
		font-size: 0.9rem;
	}
	.offer .form-body .info {
		font-size: 1.25rem;
	}
	.offer .form-body .message {
		font-size: 1rem;
	}
	.offer.form .terms {
		width: 100%;
		margin: 0 auto;
		font-size: .9rem;
		max-width: 100%!important;
	}

	.footer-content .section .full .why-section .body, .footer-content .section .full.with-background .text {
		width: 90%;
	}
	.heart .icon {
		position: relative;
		width: 100%;
		margin-bottom: 26px;
	}
	.heart .text {
		padding-left: unset;
	}
	.footer-content .section .full.with-background .text {
		width: unset;
		padding: 0 16px;
	}
	.heart .text .title, .heart .text .body {
		text-align: center;
		width: 100%;
	}

	fieldset.full {
		padding: 20px!important;
	}
	fieldset.full .title {
		font-size: 1.15rem;
		padding: 0 10px;
	}
	fieldset.full .body {
		text-align: left;
		margin: 0;
		width: 100%;
		font-size: 1rem;
	}
	fieldset .list.first {
		width: 90%;
		padding-left: 25px;
	}

	.footer-bottom {
		font-size: 0.825rem;
	}
}

@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) {
	.homepage {
		background-image: url('../images/index_bkgnd@2x.jpg');
		background-size: contain;

	}
	select {
		background: url("../images/arrow@2x.png") no-repeat 97% #ffffff;
		background-size: 10px auto;
	}

}

@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) {
	.homepage {
		background-image: url('../images/index_bkgnd@3x.jpg');
		background-size: contain;
	}
	select {
		background: url("../images/arrow@3x.png") no-repeat 97% #ffffff;
		background-size: 10px auto;
	}
}
@media (max-width: 1280px) {
	.content {
		min-height: 600px;
	}
}

@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-homepage {
		background-image: url(../images/bg-mobile@2x.jpg);
	}
}

/* @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-homepage {
		background-image: url(../images/bg-mobile@3x.jpg);
	}
}
