/*
* MATE 1 COLOR SCHEMA (based off MatchSeniors)
* -------------------------------------------------------------
* BUTTON PRIMARY BLUE/HOVER:  246b9a 1e5d87
* BUTTON LIGHT BLUE/HOVER:    3498db 2d8ac9
* BUTTON GREEN/HOVER:         34d177 2ec16d
* BUTTON RED/HOVER:           f45358 df494e
* FONT GRAY:                  525a5c
* LIGHT GRAY:                 e6ecf0
* -----------------------------------------
* DARK BLUE: 11465f, 246b9a (36, 107, 154)
* LIGHT BLUE: 36b1dd, 8ee1f8, 7fb2d3, 8dc8ee
* ORANGE: feae00
* GREEN:
* RED:
* LINKS: 336680
* MENU GRADIENT:
*/

/* Resets */
body, div, span, iframe, img, form, table, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav { display: block; }
body {
	background: #fff;
	line-height: normal;
}
ol, ul { list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 2px;
	margin: auto;
}
sup {
	vertical-align: top;
	font-size: 10px;
}

a {
	color: #336680;
}

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

.clear {
	clear: both;
}

.container {
	background: #000;
	background-color: #ffffff;
	/*background-image: url(../images/splash.jpg);*/
	background-image: url(../images/backdrop_00.jpg);
	background-position: 50% 65px;
	background-repeat: no-repeat;
	margin: auto;
	min-height: 560px;
	min-width: 305px;
	position: relative;
	width: 100%;
}

.header {
	/*background-color: #365d73;*/
	background: -moz-linear-gradient(top, #f0f0f0 0, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #f0f0f0 0, #dfdfdf 100%);
	background: linear-gradient(to bottom, #f0f0f0 0, #dfdfdf 100%);
	border-bottom: 5px solid #11465f;
	height: 75px;
	margin: auto;
	max-width: 100%;
	/*width: 1025px;*/
}

.header .logo {
	display: none; /* THIS IS FOR THE LOGO TO APPEAR CORRECTLY */
	background: url('/images/logo_matelocal.png') no-repeat;
	background-position: 10%;
	height: 75px;
	text-align: center;
	text-indent: -2000px;
	width: 100%;
	z-index: 1;
}
.tagline img {
	height: 90px;
	margin-left: 30px;
	margin-top: -12px;
}
.logo-img {
	height: auto;
	width: 270px;
}
.content {
	background-image: url('/images/form_bg_white.png');
	border-radius: 10px;
	border: 10px solid rgba(36,107,154,0.95);
	box-shadow: 0 2px 3px rgba(36, 107, 154, 0.7);
	/*max-width: 90%;*/
	max-width: 430px;
	min-height: 472px;  /* DROP THIS UNDER 801 PIXELS *********************************************** */
	margin: 40px auto;
	width: 960px;
}

body > .mobile > .offer .content {
	background-color: #ffffff;
}

.divider {
	background: #246b9a;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 5px;
	max-width: 100%;
	margin: 15px auto 0 auto;
	width: 1025px;
}
.footer {
	background: url(../images/footer_gbkgnd.jpg) repeat-x;
	border-top: 5px solid #11465f;
	margin-top: 0px;
}
.footer-header {
	max-width: 100%;
	margin: 0 auto;
	padding: 7px 0 12px 0;
	text-align: center;
}
.footer-header h1 {
	color: #246b9a;
	font-family: sans-serif;
	font-size: 26px;
}
.about h1, h2 {
	color: #246b9a;
	font-family: sans-serif;
}
.about h1 {
	font-size: 26px;
}
.about h2 {
	font-size: 22px;
}
.about h3, p {
	color: #525a5c;
	font-family: sans-serif;
}
.about h3 {
	font-size: 20px;
}
.about p {
	font-size: 14px;
}

.matchmaking .content {
	background-image: none;
	margin: 10px auto;
}

.matchmaking.form .description {
	width: 98% !important;
}
.matchmaking.form .text {
	margin: 15px 25px !important;
}

.form {
	/*color: #ffffff;*/
	color: #246b9a;
	/*float: right;*/
	max-width: 95%;
	/*margin-right: 10px;*/
	margin: auto;
	width: 380px;
}

.form-top {
	color: #246b9a;
	font-size: 24px;
	font-weight: 700;
	max-width: 95%;
	margin: 20px auto 40px;
	text-align: center;
	/*width: 330px;*/
}

.form-top .sub {
	font-size: 18px;
	margin-top: 5px;
}

.form-body {
	font-family: sans-serif;
	max-width: 95%;
	margin-left: 10px;
	margin-top: 25px;
	text-align: center;
}

.form-bottom {
	display: none;
}

/*
.label, .question, .button {
	margin: auto;
}
*/

.step .form-body .label,
.step .form-body .question,
.step .form-body .button {
	margin: 50px auto;
}

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

.hint-box {
	display: none;
	position: absolute;
	bottom: 60px;
	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;
}

.label, .question {
	color: #525a5c;
	font-weight: bold;
	font-size: 14px;
	margin-top: 40px;
}

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

#meet-other {
	/*color: #fff;*/
	display: none;
	color: #246b9a;
	float: left;
	font-size: 44px;
	padding: 75px 0 0 35px;
	position: relative;
}

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

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

.private-safe {
	display: none;
}

.offer .form-body .info {
	margin: 0 -10px;
	font-size: 14px;
	font-weight: bold;
}

.offer .form-body .message {
	font-size: 13px;
	margin-top: 3px;
}

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

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

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

.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: 2px;
}

.offer.form .field-row .label {
	margin-top: 5px;
}

.offer.form .field-row {
	margin-bottom: -35px;
}

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

.offer .form-body .disclaimer {
	font-size: 12px;
	color: #246b9a;
	text-shadow: 0 0 0.05em #bbb;
	text-align: center;
}

.offer.form .terms {
	margin: 0 auto 4px;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
}

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

#firstmet .form-body button {
	margin-top: 20px;
}
#zoosk .form-body button,
#ourtime .form-body button {
	margin-top: 5px;
}

.msg {
	color: #f45358;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	text-align: center;
}

.step.form .msg {
	margin: -36px 0 24px 0;
}

#bmonth {
	width: 101px;
}

#bday, #byear {
	width: 65px;
}

.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: 16px;
	margin-right: 5px;
	min-width: 40px;
}

.form-body .field {
	text-align: center;
	padding-bottom: 20px;
	display: inline-block;
}

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

.step .navigation {
	position:absolute;
	bottom: 10px;
	left: 10px;
	text-align: center;
}

.step .navigation .arrow {
  float: left;
  width: 10px;
  height: 16px;
}

.step .navigation-text {
	float: left;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 13px;
	margin:-1px 3px;
}

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

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

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

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

button, a.buttonized {
	background-color: #59cb50;
	background-image: linear-gradient(to bottom, #59cb50, #107817);
	background-image: -webkit-linear-gradient(top, #59cb50, #107817);
	background-image: -moz-linear-gradient(top, #59cb50, #107817);
	background-image: -o-linear-gradient(top, #59cb50, #107817);
	border: 1px solid #078d10;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: sans-serif;
	font-size: 26px;
	font-weight: bold;
	height: 67px;
	letter-spacing: 1px;
	margin: 5px auto 22px;
	outline: none;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px #333333;
	white-space: nowrap;
	width: 289px;
}

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-color: #e0a013;
}

button:active:not([disabled]), a.buttonized:active:not([disabled]) {
	background-color: #e0a013;
	-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: #ffffff; 
}

button::before, a.buttonized::before {
	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-color: #2f6c96;
	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=submit] {
	width: 140px;
	height: 50px;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	background: #00a3de; 
	color: #fff;
	text-shadow: 0 0 0.05em #444;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	box-shadow: 1px 1px 2px 2px #11465f;
	-webkit-appearance: none;
}

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

.content a,
.content a:hover,
.content a:visited,
.content a:visited:hover,
.content a:active {
	color: #246b9a;
	text-decoration: underline;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	background: -moz-linear-gradient(top, #f5f5f5 0, #eaeaea 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0, #eaeaea 100%);
	background: linear-gradient(to bottom, #f5f5f5 0, #eaeaea 100%);
	border: 1px solid #d4d4d4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #11465f;
	display: block;
	font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 45px;
	margin: 0;
	max-width: 100%;
	outline: none;
	padding: 0px 5px;
	width: 213px;
}
.offer input[type="text"],
.offer input[type="password"],
.offer input[type="email"],
.offer textarea {
	height: 28px;
}
select {
	/*background: #fff; */
	background: -moz-linear-gradient(top, #f5f5f5 0, #eaeaea 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0, #eaeaea 100%);
	background: linear-gradient(to bottom, #f5f5f5 0, #eaeaea 100%);
	border: 1px solid #d4d4d4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #11465f;
	border-radius: 5px;
	font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 47px;
	margin: 0;
	max-width: 100%;
	outline: none;
	padding: 12px 2px;
	width: 225px;
}

select#bmonth {
  width: 80px;
}

select#bday {
  width: 62px;
}

select#byear {
  width: 69px;
}

.section {
	width: 1025px;
	max-width: 100%;
	margin: auto;
	padding: 20px 0;
	/*background: #ffffff;*/
	text-align: center;
}

.section .about {
	color: #525a5c;
	font-family: sans-serif;
	font-size: 14px;
	margin: auto;
	width: 75%;
}

.bottom {
	background-color: #246b9a;
	color: #fff;
	font-size: 14px;
	margin: 20px auto 0 auto;
	max-width: 100%;
	padding: 15px 0;
	text-align: center;
	/*width: 1025px;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {
		appearance: none;
		background: url(../images/select-arrow.png) no-repeat 97% #ffffff;
		background-size: 8px auto;
	}
}
@media (max-width: 900px) {
	#meet-other .singles {
		font-size: 40px;
	}
}
@media (max-width: 840px) {
	#meet-other {
		font-size: 40px;
		padding-top: 85px;
	}
	#meet-other .singles {
		font-size: 36px;
	}
}
@media (max-width: 800px) {
	.header .logo {
		background-position: center;
	}
	.content {
		width: 340px;
		max-width: 95%;
		margin: 20px auto;
	}
	#meet-other {
		position: absolute;
		top: 70px;
		font-size: 32px;
		padding-left: 0;
		width: 550px;
		max-width: 95%;
		text-align: center;
	}
	#meet-other .singles {
		display: inline;
		line-height: normal;
		font-size: 32px;
	}

	.offer .sider-content {
		display: none;
	}
	#arrow {
		display: none;
	}
	.form {
		float: none;
		margin: auto;
		padding-top: 1px;
	}
	.offer.form .terms {
		margin: auto ;
	}
}
@media (max-width: 600px) {
	h2 {
		font-size: 18px;
	}
	#meet-other, #meet-other .singles {
		font-size: 22px;
	}
	.divider {
		font-size: 16px;
	}
	.section .about {
		font-family: sans-serif;
		font-size: 14px;
		width: 95%;
	}
}
@media (max-width: 380px) {
	h2 {
		font-size: 14px;
	}
	button {
		width: 225px;
	}
	.tagline img {
		/*
		margin: -10px auto 0px auto;
		width: 100%;
		*/
	}
	.content {
		min-height: 400px;
		width: 85%;
	}
	#meet-other, #meet-other .singles {
		font-size: 18px;
	}
	.form-top {
		font-size: 20px;
	}
	.form-top .sub {
		font-size: 15px;
	}
	.divider {
		font-size: 13px;
	}
	.offer .form {
		min-height: 465px;
	}
	.offer.form .field-row {
		margin-bottom: -10px;
	}
	.offer .form-body .info {
		font-size: 12px;
	}
	.offer .form-body .message {
		font-size: 12px;
	}
	.offer.form .button {
		margin: 10px auto -10px;
	}
	.offer.form .terms {
		font-size: 10px;
		margin: auto ;
	}
	.offer .form-body .disclaimer {
		font-size: 10px;
	}
	.label, .question {
		margin-top: 20px
	}
	#ourtime .form-body button,
	#firstmet .form-body button,
	#match .form-body button {
		margin-top: 0;
	}
	.offer .form-body .logo img {
		max-width: 230px
	}
}