/* 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: sans-serif;
	vertical-align: bottom; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	font-size: 12px;
	line-height: normal;
	color: #000;
}
ol, ul {
	list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 2px;
	margin: auto;
}
sup {
	vertical-align: top;
	font-size: 10px;
}

a {color:#fff; text-decoration:none;}
a:hover {color:#ddf; text-decoration:underline;}
a:visited {color:#fff; text-decoration:none;}
a:visited:hover {color:#ddf; text-decoration:underline;}
a:active {color:#ddf; text-decoration:underline;}

button, a.buttonized {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3cadfd), color-stop(100%, #0e65bb));
  background-image: -webkit-linear-gradient(top, #3cadfd, #0e65bb);
  background-image: -moz-linear-gradient(top, #3cadfd, #0e65bb);
  background-image: -o-linear-gradient(top, #3cadfd, #0e65bb);
  background-image: -ms-linear-gradient(top, #3cadfd, #0e65bb);
  background-image: linear-gradient(top, #3cadfd, #0e65bb);
  background-color: #2cb4da;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #5b6178;
  border: none;
  /* spacing for shadow */
  width: 255px;
  margin-bottom: 3px;
  margin-right: 3px;
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap; }
  
  button:not(.debossed), a.buttonized:not(.debossed) {
    -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); }
  button:hover, a.buttonized:hover {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #369be3), color-stop(100%, #0c57a1));
    background-image: -webkit-linear-gradient(top, #369be3, #0c57a1);
    background-image: -moz-linear-gradient(top, #369be3, #0c57a1);
    background-image: -o-linear-gradient(top, #369be3, #0c57a1);
    background-image: -ms-linear-gradient(top, #369be3, #0c57a1);
    background-image: linear-gradient(top, #369be3, #0c57a1); }
  button:active:not([disabled]), a.buttonized:active:not([disabled]) {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #3cadfd), color-stop(100%, #0e65bb));
    background-image: -webkit-linear-gradient(top, #3cadfd, #0e65bb);
    background-image: -moz-linear-gradient(top, #3cadfd, #0e65bb);
    background-image: -o-linear-gradient(top, #3cadfd, #0e65bb);
    background-image: -ms-linear-gradient(top, #3cadfd, #0e65bb);
    background-image: linear-gradient(top, #3cadfd, #0e65bb);
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3) inset, 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3) inset, 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3) inset, 1px 1px 0 rgba(0, 0, 0, 0.2) inset;}
  button:visited, button:active, button:hover, a.buttonized:visited, a.buttonized:active, a.buttonized:hover {
    color: white; }
  button::before, a.buttonized::before {
    background-image: url(/img/ajax-loader-dark.gif);
    background-position: 0 0;
    content: '';
    display: none;
    margin-right: 5px;
    opacity: .5;
    vertical-align: -4px;
    width: 16px;
    height: 16px; }
  button[disabled], a.buttonized[disabled] {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #369be3), color-stop(100%, #0c57a1));
    background-image: -webkit-linear-gradient(top, #369be3, #0c57a1);
    background-image: -moz-linear-gradient(top, #369be3, #0c57a1);
    background-image: -o-linear-gradient(top, #369be3, #0c57a1);
    background-image: -ms-linear-gradient(top, #369be3, #0c57a1);
    background-image: linear-gradient(top, #369be3, #0c57a1);
    cursor: default; }
  button[disabled]::before, a.buttonized[disabled]::before {
    display: inline-block;
    content: '';
    display: none;
    content: '';
    opacity: .5;
    vertical-align: -4px;
    width: 16px;
    height: 16px; }

input[type="text"], input[type="password"] {
  border: 1px solid #ccc;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 4px;
  width: 207px;
  max-width: 100%;
}

select {
	border: 1px solid #bdc7d8;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	padding: 4px;
	width: 217px;
	background-color: #fff;
}

select#bmonth, select#bday {
  margin-right: 2px;
  width: 70px;
}

select#byear {
  width: 66px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}

h1 {
	font-size: 26px;
	font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  padding-top: 15px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

h3 {
  font-size: 18px;
  margin: 5px;
  padding: 0;
  line-height: 20px;
  font-weight: bold;
  color: #084979;
}

h4 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
}

hr {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ccc;
}

.left {padding:0; margin:0; text-align:left; white-space:normal; display:inline-block}
.right {padding:0; margin:0; text-align:right; white-space:normal; display:inline-block}
.clear {clear: both;}

.container {
  background-repeat: no-repeat;
  background-position: center top;
  margin: auto;
  position: relative;
  width:100%;
  min-width: 900px;
}

.header {
	height: 285px;
	width: 1200px;
	max-width:100%;
	background: url('/images/bg-header.jpg') no-repeat;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	position: absolute;
	display: block;
	height: 114px;
	width: 588px;
	background: url('/images/mmasap-logo.png') no-repeat;
	text-indent: -2000px;
	top: 89px;
	left: 33%;
}

.content {
	position: relative;
	width: 1200px;
	max-width:100%;
	height: 490px;
	margin: -256px auto 0;
	padding-top: 130px;
	background: url('/images/female-portrait.png') no-repeat;
	background-position: 5% 0px;
}

.container.desktop.c-27 .content {
	background: url('/images/matchmaker.png') no-repeat;
}

.container.desktop.c-28 .content {
	background: url('/images/male.png') no-repeat;
}

.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: left;
  width: 450px;
  margin: 85px 0 0 40%;
  background-color: #434343;
}

.form-body {
  position: relative;
  padding-bottom:10px;
  margin-top: -15px;
  text-align: center;
}

.form-body .label {
  width: 180px;
  height: 18px;
  margin-left: 25px;
  margin-top: 3px;
  font-size: 16px;
  float: left;
  color: #fff;
}

.offer .form-body .info {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.offer .form-body .message {
	font-size: 13px;
	color: #fff;
	margin-bottom: 5px;
}


.form-body .label .small {
  font-size: 12px;
}

.form-body .field {
  height: 30px;
  text-align: center;
  display: inline-block;
}

.form-top {
  height: 65px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 11px;
  color: #fff;
  background: url('/images/bg-form.png') no-repeat;
}

.step.form .field {
  text-align: center;
  padding-bottom: 20px;
  white-space: nowrap;
}

.offer .form-top {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	padding: 10px 0;
	color: #fff;
}

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

.offer.form .logo {
	width: 100%;
	text-align: center;
}

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

.offer .profile .label {
  float: left;
  width: 145px;
  text-align: right;
  margin: 5px 0;
  padding-top: 8px;
  padding-right: 5px;
  font-size: 13px;
}

#elitesingles .form-body .logo img {
    height: 55px;
    width: auto;
}
#elitesingles .profile .label {
    height: 32px;
    float: none;
    width: 250px;
    text-align: center;
    margin: 0 auto;
}
#elitesingles .profile .label .password-requirements {
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}
#elitesingles .profile .field {
    float: none;
    text-align: center;
}
#elitesingles .profile .terms {
    padding: 0 10px 10px;
}
.elitesingles .content {
    min-height: 361px!important;
}
.offer .profile .field {
  width: 265px;
  margin: 5px 0;
  text-align: left;
}

.offer .terms {
  width: 400px;
  padding: 10px;
  margin: auto;
  text-align: center;
  font-size: 11px;
  color: #eee;
}

.offer .disclaimer {
  font-size: 10px;
  margin: auto;
  text-align: center;
  padding: 0 10px 10px 10px;
  color: #eee;
}

.question {
  text-align: center;
  margin: 5px auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
}

.question .sub {
	width: 300px;
	margin: auto;
	font-weight:normal;
}

#pin-verify .question {
	font-size: 14px;
}

.field {
	position: relative;
}

.hint-box {
	display: none;
	position: absolute;
	bottom: 44px;
	right: -2px;
	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;
	max-width: 100%;
	white-space: normal;
	margin: 0;
	padding: 0;
	list-style: none;
}

.msg {
  min-height: 20px;
  font-size: 12px;
  color: red;
  text-align: center;
  font-weight: bold;
}

.form-bottom, .navigation {
  display: none;
}

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

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

.optout.form .label {
	width: 100px;
	margin-right: -66px;
	text-align: right;
}

.optout.form .field {
	text-align: left;
}

.optout.form .disclaimer {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
}

.login.form .form-top {
	color: #fff;
	font-size: 24px;
	display: block;
	visibility: visible;
	margin-top: 50px;
}

.login.form .form-top .sub {
	font-size: 18px;
	max-width: 400px;
	margin: 20px auto;
}

.login.form .form-body {
	margin-top: 60px;
	font-size: 18px;
	color: #fff;
}

.login.form .form-body .logo {
	margin: 15px auto;
}

.footer {
	width: 1200px;
	max-width:100%;
	margin: auto;
}

.footer .box {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	width:1000px; 
	max-width:100%;
	margin:auto; 
	background-color:#084979;
	padding-bottom:25px;
}

.box-half {
	position:relative; 
	max-width: 50%;
	width: 450px;
	height: 70px; 
	margin: 20px auto 0 auto; 
	display: inline-block;
	text-align:left; 
	font-size: 13px; 
	color:#bee1f8;
	white-space:nowrap;
}

.box-third {
	position:relative; 
	width:250px; 
	height:100px; 
	margin-top:10px; 
	margin-bottom: 5px; 
	padding-top:145px; 
	padding-left: 25px; 
	padding-right:25px; 
	display: inline-block;
	background-position:center top; 
	background-repeat:no-repeat; 
	font-size: 13px; 
	text-align:center;
}

.divider {
  min-height: 15px;
  width: 1200px;
  max-width:100%;
  background-color: #084979;
  background: url('/images/bg-footer.png') repeat-y;
  text-align: center;
  font-size: 13px;
  color: #fff;
  z-index: 10;
  margin: 0 auto;
}

.button {
	text-align: center;
	margin-bottom: 10px;
}

.copyright {
  min-height: 50px;
  width: 1200px;
	max-width:100%;
  background-color: #084979;
  background: url('/images/bg-footer.png') repeat-y;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}

.footer-content {
  text-align: center;
  max-width: 990px;
  margin: 20px auto;
  position: relative;
  color: #111;
 }
 
.footer-content td, .footer-content img {
	vertical-align: top;
}

.footer-content p {
  max-width: 98%;
  margin: auto;
}

.private-safe {
  display: none;
}

.g-recaptcha div {
	padding-bottom: 15px;
}

.container.mobile {
	min-width: 300px;
	max-width: 900px;
}

.container.mobile h1 {
	font-size: 22px;
}

.container.mobile h2 {
	font-size: 13px;
	margin-top: 10px;
}

.container.mobile .header {
	width: 100%;
	max-width: 900px;
 	height: 145px;
	background: url('/images/bg-header-small.jpg') no-repeat;
}

.container.mobile .header .logo {
	margin: auto;
	text-align: center;
	padding-top: 12px;
	background: url('/images/mmasap-logo-small.png') no-repeat;
	background-position: center 25px;
	top: initial;
	left: initial;
	width: 100%;
}
	
.container.mobile .header .logo img {
	max-width: 95%;
	height: auto;
}

.container.mobile  .content {
	min-width: 296px;
	height: auto;
	background: none;
	margin: -170px auto 0;
}

.container.mobile .form {
	margin: 0 auto 15px;
	max-width: 90%;
}

.container.mobile .form-top {
	height: 24px;
	padding: 8px 0px;
	background: #000;
	font-size: 17px;
}

.container.mobile .form-bottom {
	font-size: 16px;
}

.container.mobile .form-body {
	padding: 15px 0px;
}

.container.mobile .profile {
	width: 350px;
	max-width: 98%;
	margin: auto;
}

.container.mobile .question {
	font-size: 11px;
	font-weight: normal;
}

.container.mobile .label {
	width: 210px;
	text-align: left;
	margin: auto;
	padding-bottom: 5px;
	float: none;
}

.container.mobile .field {
	width: auto;
	text-align: center;
	padding-bottom: 15px;
	margin: auto;
	position: relative;
}

.container.mobile input[type="text"], .container.mobile input[type="password"] {
	width: 200px;
}

.container.mobile select {
	width: 210px;
}

.container.mobile select#bday {
	width: 63px;
}

.container.mobile .offer.form .logo {
	margin-top:10px;	
}

.container.mobile .offer.form .terms {
	width: 350px;
	max-width: 100%;
	padding: 10px 0;
	font-size: 9px;
}

.container.mobile .offer .disclaimer {
  font-size: 9px;
}

.container.mobile .footer {
	background-color: #fff;
}

.container.mobile .footer .divider {
	font-size: 12px;
}

.container.mobile .footer .box {
	display: none;
}

.container.mobile .footer .copyright, .footer .no-background-check {
	max-width: 100%;
	font-size: 11px;
}

.container.mobile .footer-content {
	max-width: 95%;
	padding: 0 10px;
}

.container.mobile .hint-box {
	right: 50%;
	margin-right: -130px;
	bottom: 80px;
}