/* Resets */
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Open Sans", sans-serif;
	vertical-align: top;
}

/* General CSS */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: normal;
	color: #000;
	background: #000;
} 
h1 {
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
	padding: 20px;
}
h2 {
	color: #fff;
	text-align: left;
	padding: 20px 0 20px 70px;
	font-size: 18px;
}
a {color:#333; text-decoration:none;}
a:hover {color:#333; text-decoration:underline;}
a:visited {color:#333; text-decoration:none;}
select {
	border: 1px solid #615265;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	width: 290px;
	height: 32px;
	background-color: #fff;
	color: #615364;
}
select#bmonth, select#bday {
  margin-right: 2px;
  width: 95px;
}
select#byear {
  width: 90px;
}
input[type="text"], input[type="password"] {
	border: 1px solid #615265;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0 2px;
	width: 280px;
	max-width: 100%;
	height: 26px;
	text-indent: 6px;
}
#phone-type-input {
	margin-top: 10px;	
}
.field {
	display: inline-block;
	position: relative;	
}

.hint-box {
	display: none;
	position: absolute;
	bottom: 85px;
	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;
}
button {
	width: 230px;
	height: 45px;
	line-height: 35px;
	text-align: center;
	border: 0;
	cursor: pointer;
	font-family: "Open-sans", sans-serif;
	text-transform: uppercase;
	padding: 0;
	outline: 0;
	font-size: 22px;
	font-stretch: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: #fff;
	border-radius: 4px;
	background: #0c77c1;
}
button:hover {
	opacity: 0.6;
}

/* Form layout */
.container {
	margin: auto;
	position: relative;
	width:100%;
	min-width: 320px;
}
.header {
	height: 85px;
	width: 1200px;
	max-width:100%;
	margin: 60px auto -145px;
}
.header .logo {
	position: relative;
	display: block;
	width: 338px;
	height: 56px;
	margin-left: 60px;
	background: url("/images/highline.png") no-repeat;
	text-indent: -2000px;
	z-index: 1000;
}
.content {
	background: url("/images/bg-couple.jpg") no-repeat;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	width: 1200px;
	max-width:100%;
	min-height: 600px;
	margin: auto;
	border-top: 3px solid #605164;
}
.form {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px 5px;
	text-align: center;
	width: 350px;
	margin: 145px 0 0 40px;
	background: #fff url("/images/logo.png") no-repeat;
	background-position: center 20px;
	padding-top: 80px;
	color: #fff;
}
.form-top {
	background-color: #000;
	padding-top: 10px;
	font-size: 18px;
	text-transform: uppercase;
}
.form-body {
	background-color: #000;
}
.form-bottom {
	height: 15px;
	background-color: #000;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.question {
	padding: 10px 10px 0;
	font-size: 20px;
	color: #009cff;
}
.question .sub {
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.optout .question {
	font-size: 16px;
}
.optout .label {
	padding-bottom: 5px;
	font-size: 14px;
}
.optout .disclaimer {
	padding-top: 10px;
}
.msg {
	width: 100%;
	padding-top: 0px;
	height: 12px;
	padding-bottom: 8px;
	text-align: center;
	color: red;
	font-size: 12px;
	font-weight: bold;
}
.button {
	padding-top: 20px;
	padding-bottom: 20px;
}
.private-safe {
	display: none;
}
.navigation-text {
	height: 4px;
	padding-top: 6px;
	font-weight: bold;
}
.footer {
	width: 1200px;
	max-width:100%;
	margin: auto;
}
.footer-content .white {
	background-color: #fff;
	color: #000;
	width: 100%;
	min-height: 160px;
	padding-bottom: 200px;
	text-align: center;
	position: relative;
}
.footer-content .white .divider {
	width: 549px;
	max-width: 100%;
	height: 4px;
	margin: auto;
	background: url("/images/hr.png") center;
}
.footer-content .white .text {
	width: 900px;
	max-width: 95%;
	margin: 20px auto;
	font-size: 14px;
}
.footer-content .white .couples {
	position: absolute;
	bottom: -150px;
	width: 100%;
	text-align: center;
}
.footer-content .grey {
	background-color: #0f0f0d;
	color: #fff;
	width: 100%;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 35px;
}
.footer-content .grey .section {
	display: inline-block;
	width: 400px;
	max-width: 95%;
	padding: 0 10px 15px;
	text-align: left;
}
.footer-content .grey h2.quality {
	background: url("/images/icon-quality.png") no-repeat 15px center;
}
.footer-content .grey h2.privacy {
	background: url("/images/icon-trust.png") no-repeat 15px center;
}
.footer-content .grey h2.safety {
	background: url("/images/icon-secure.png") no-repeat 15px center;
}
.footer-content .grey h2.approach {
	background: url("/images/icon-tie.png") no-repeat 15px center;
}
.footer-content .grey h2.customized {
	background: url("/images/icon-custom.png") no-repeat 15px center;
}
.footer-content .grey h2.exclusivity {
	background: url("/images/icon-vip.png") no-repeat 15px center;
}
.footer .copyright {
	background-color: #fff;
	color: #000;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.footer .no-background-check {
	color: #000;
	width: 95%;
	margin: 2px auto;
}

.footer .copyright, .footer .no-background-check .links {
	display: inline-block;
}

/* Offer CSS */
body.offer .header {
	display: none;
}
.offer.form {
  margin-top: 10px;
}
.offer.form .form-body .logo {
	padding: 10px 0;
}
.offer.form .form-body .logo img {
	max-width: 270px;
	max-height: 70px;
}
.offer.form .field-row {
	width: 282px;
	max-width: 100%;
	margin: auto;
}
.offer.form .field-row .field {
	width: 100%;
}
.offer.form .field-left {
	display: inline-block;
	margin-left: 0;
	margin-right: 1%;
	padding-bottom: 20px;
	width: 48%;
}
.offer.form .field-right {
	display: inline-block;
	margin-left: 1%;
	margin-right: 0;
	padding-bottom: 20px;
	width: 48%;
}
.offer.form .form-body .results .info {
	color: #999;
	font-size: 16px;
	font-weight: bold;
}
.offer.form .form-body .results .message {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
}
.offer.form .form-body .question {
	background-color: #fff;
	color: #111;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0px;
}
.offer.form .form-body .msg {
	background: none;
	padding-top: 0;
	min-height: 15px;
}
.offer.form .form-body .label {
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	overflow: visible;
	white-space: nowrap;
	color: #009cff;
}

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

.offer.form .form-body .field {
	padding-top: 5px;
	padding-bottom: 10px;
}
.offer.form .disclaimer {
	clear: both;
	vertical-align: bottom;
	font-size: 12px;
	margin-top: 10px;
}
.offer.form .disclaimer {
	clear: both;
	width: 500px;
	max-width: 95%;
	margin: 10px auto 0;
	font-size: 12px;
}
.offer.form .form-body .button {
	padding: 15px 0 25px;
}
.offer.form a {color:#eee; text-decoration:none; line-height:24px;}
.offer.form a:hover {color:#eee; text-decoration:underline;}
.offer.form a:visited {color:#eee; text-decoration:none;}
.offer.form .form-bottom {
	display: none;
}
.login.form .form-top {
	color: #fff;
	font-size: 18px;
	display: block;
	visibility: visible;
}
.login.form .form-top .sub {
	font-size: 14px;
	margin-top: 10px;
}
.login.form .form-body .info {
	font-size: 16px;
	padding-top: 10px;
}
.login.form .form-body .logo {
	margin: 15px auto;
}
.login.form button {
	font-size: 0px;
}

/* Responsive CSS */
@media (max-width: 920px) {
	.header {
		display: none;
	}
	.content {
		background: #000;
		border-top: none;
		min-height: 322px;
	}
	.form {
		width: 100%;
		margin: 0 0 0 0;
		border-radius: 0;
	}
	.offer.form {
		margin-top: 0;
	}
	.form-top {
		padding-top: 25px;
	}
	.form-bottom {
		border-radius: 0;
	}
	.footer {
		padding-top: 25px;
	}
	.footer-content .white {
		padding-bottom: 5px;
	}
	.footer-content .white .couples {
		display: none;
	}
	.footer-content .grey {
		padding-top: 40px;
		width: 99%;
		margin: auto;
	}
    .hint-box {
        bottom: 80px;
        right: unset;
        margin-right: unset;
        width: 99%;
        padding: 8px 1px;
    }
    .hint-box ul, .hint-box li {
        line-height: 22px;
        font-size: 12px;
    }
}