@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');
}

body {
	min-height: 100%;
	margin: 0;
	background: #fff;
	font-family: sans-serif;
}

a {
	color: #ffffff;
}

select {
	border: none;
	border-bottom: 1px solid #EDEDED;
	outline: none;
	font-size: 20px;
	color: #0E3C5D;
	margin: 3px auto;
	width: 300px;
	max-width: 100%;
	height: 50px;
	position: relative;
	padding-left: 10%;
	background: #e8f8ff url(/images/dropdown.gif) no-repeat left center;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-overflow: '';
}

input[type="text"],
input[type="email"],
input[type="password"] {
	border: none;
	border-bottom: 1px solid #EDEDED;
	color: #0E3C5D;
	background: #e8f8ff;
	margin: 3px auto;
	padding: 0;
	width: 300px;
	max-width: 100%;
	text-align: center;
	height: 50px;
	font-size: 20px;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

button {
	display: inline-block;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	padding: 8px 22px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	min-width: 300px;
	max-width: 100%;
	margin: 20px auto 30px;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #47b9eb;
}

button:hover {
	background-color: #01a6d1;
}

button.no-agree {
	background: #777;
}

.index .consent-form .consent {
	width: 95%;
	margin: auto;
	padding-top: 20px;
}

.index .consent-top {
	font-size: 22px;
	padding-top: 20px;
}

.index .consent-form button {
	margin: 20px auto;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.container {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.header {
	float: right;
	width: 30%;
	margin-left: 10%;
	margin-right: 10%;
	z-index: 100;
}

.header .logo {
	position: absolute;
	top: 0;
	right: 10%;
	width: 30%;
	min-width: 320px;
	max-width: 450px;
	height: 130px;
	background: transparent url(/images/logo.png) no-repeat;
	background-position: center 35px;
	text-indent: -99999px;
	border: 0;
	margin: auto;
}
.content {
	background-image: url(/images/background.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	min-height: 905px;
}

.form {
	clear: both;
	float: right;
	width: 30%;
	min-width: 320px;
	max-width: 450px;
	padding-top: 140px;
	margin-left: 10%;
	margin-right: 10%;
	background: #0d3c5d;
	background-image: url(/images/form-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 765px;

}

.footer {
	clear: both;
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	margin-top: 46px;
}

.footer .footer-bottom {
	background-color: #305873;
	padding: 15px 0;
}

.footer .footer-bottom {
	line-height: 30px;
}

.footer .footer-content {
	width: 100%;
	background-color: #fff;
}

.footer-content .section {
	width: 90%;
	margin: 0 auto;
}

.footer-content .section .about {
	position: relative;
	width: 980px;
	margin: auto;
}

.footer-content .section .full {
	width: 100%;
	margin: 40px auto;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	max-width: 1920px;
}

.full .title {
	font-family: ArialMT-Bold, sans-serif;
	font-size: 32px;
	line-height: 30px;
	font-weight: bold;
	text-transform: capitalize;
	color: #305873;
	margin-bottom: 30px;
}

.full .body {
	font-family: ArialMT-Regular, sans-serif;
	font-size: 18px;
	line-height: 28px;
	width: 100%;
	text-align: center;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
.full .body.second {
	padding-top: 0;
}

.columns-div {
	margin: 40px auto;
	width: 100%;
	max-width: 1920px;
}

.footer-content .section .columns .icon {
	width: 109px;
	height: 109px;
	margin: 0 auto 0;
}

.footer-content .section .column {
	float: left;
	background: #e9f8ff;
	color: #000;
	font-family: ArialMT-Regular, sans-serif;
	font-size: 18px;
	line-height: 36px;
	padding: 40px;
	text-align: center;
	width: 42%;
	min-height: 300px;
}

.footer-content .section .column .title {
	font-family: ArialMT-Bold, sans-serif;
	font-size: 20px;
	line-height: 28px;
}

.footer-content .section .column .icon {
	margin-bottom: 21px;
}
.icon.heart {
	width: 32px;
	height: 26px;
	margin: 0 auto 40px;
}
.footer-content .section .column.last {
	float: right;
}

.form a {
	color: #47b9eb;
}

.form a:hover {
	color: #01a6d1;
}

.form-top {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: url(/images/checkbox-white.png) no-repeat;
	background-position: 10px 50%;
	background-size: 40px 40px;
	padding: 10px 10px 10px 50px;
	margin-bottom: 80px;
}

.form-top .sub {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	text-align: center;
}

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

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

.offer.form .field-row input[type="text"] {
	font-size: 16px;
}

.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-top {
	display: none;
}

.login.form .form-top {
	background: none;
	padding: 10px 10px 80px 10px;
}

.form-bottom {
	display: none;
}

.form-body, .index .consent-form {
	background-color: #ffffff;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	margin: 25px -30px 0;
	text-align: center;
}

.form-body .question {
	padding: 20px 10px 0;
	font-size: 22px;
	font-weight: bold;
}

.form-body .question .sub {
	font-size: 18px;
	font-weight: normal;
	color: #555;
	padding: 15px 15% 0;
}

.form-body .results {
	font-size: 18px;
	font-weight: normal;
	color: #555;
	padding: 15px 0 15px;
	line-height: 24px;
}

.form-body .label {
	margin-top: 10px;
	color: #333;
}

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

.field {
	width: 300px;
	max-width: 100%;
	margin: auto;
	position: relative;
}

.hint-box {
	display: none;
	position: absolute;
	bottom: 55px;
	right: 50%;
	margin-right: -155px;
	width: 300px;
	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;
}

.form-body .terms,
.form-body .disclaimer {
	font-size: 14px;
	margin: 10px 30px;
}

.form-fields{
	padding-top: 10px;
	padding-right: 35px;
	padding-left: 35px;
}

.msg {
	color: red;
	font-size: 16px;
	margin-top: 5px;
}

.navigation-text {
	height: 20px;
	margin-top: 5px;
	margin-bottom: -20px;
	color: #555;
	font-weight: bold;
	font-size: 14px;
}

.private-safe {
	display: none;
}
.footer-links , .separator {
	display: inline-block;
}

@media (max-width: 1280px) {
	.form-top {
		font-size: 24px;
	}
	.footer-content .section .column {
		width: 41.5%;
	}
}

@media (max-width: 1024px) {
	.content {
		background-image: url(/images/background-mobile.jpg);
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.header {
		float: none;
		width: 100%;
		margin: 0;
		position: absolute;
		top: 0
	}

	.header .logo {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		min-width: 300px;
		max-width: 680px;
		height: 130px;
		background-position: center 35px;
		text-indent: -99999px;
	}
	
	.index .consent-form {
		max-width: 98%;
		margin: 25px auto 0 !important;
	}

	.form {
		clear: both;
		float: none;
		width: 80%;
		min-width: 320px;
		max-width: 680px;
		margin: auto;
		background: none;
	}

	.footer {
		width: 100%;
		overflow: hidden;
	}
	.footer .footer-content {
		width: 100%;
	}
	.footer-content .section {
		width: 100%;
		padding-bottom: 40px;
	}
	.columns-div {
		width: 100%;
	}
	.footer-content .section .column {
		width: 100%;
		margin: 25px auto;
		padding: 40px 0;
		min-height: auto;
	}
	.footer-content .section .column .body {
		width: 90%;
		margin: 0 auto;
		height: auto;
	}

	.footer-content .columns-div {
		margin-top: 96px;
		padding-top: 0;
	}
	.footer-content .section .full {
		width: 90%;
		margin: 20px auto;
	}
	.footer-content .section .full.second {
		padding-top: 30px;
	}
	.footer-content .section .full.with-background {
		width: 100%;

	}
	.footer-content .section .full.with-background .body {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-content .section .full .why-section {
		width: 90%;
		padding-left: unset;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.footer .full .title {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-content .section .full .why-section .body, .full .body {
		width: 100%;
	}
	.footer-content .section .heading {
		margin-top: 10px;
	}
	.icon.heart {
		margin: 0px auto 20px;
	}
}

@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: portrait) {
	.content {
		min-height: 1000px;
	}
}

@media only screen
and (min-width: 834px)
and (max-height: 1194px)
and (orientation: portrait) {
	.content {
		min-height: 1194px;
	}
}


@media (max-width: 650px) {
	.header .logo {
		width: 100%;
		min-width: 280px;
		height: 100px;
		background-position: center 15px;
	}

	.content {
		min-width: 280px;
		padding-top: 0;
	}

	.form-top {
		font-size: 18px;
		background: none;
		padding: 10px 0 10px;
		margin-bottom: 60px;
	}

	.form-top .sub {
		bottom: -40px;
	}
}

@media (max-width: 440px) {
	.form-top {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.form-top .sub {
		display: none;
	}
	.form-body {
		margin: 25px -20px 0;
	}

	.footer-content .section .column {
		margin: 0 auto;
	}
	.footer .columns-div {
		margin-top: 80px;
	}
	.footer .columns-div .column {
		width: 100%;
	}
	.footer .full .title {
		font-size: 26px;
		line-height: 36px;
	}
	.footer .full .why-section .title {
		font-size: 18px;
		line-height: 30px;
	}
	.footer .full .why-section .body {
		font-size: 16px;
		line-height: 26px;
	}
	.footer-links  {
		display: block;
	}
	.separator {
		display: none;
	}
}

@media (max-width: 320px) {
	.form-body {
		width: 100%;
		margin: 0 auto;
	}
	button, input[type="text"], input[type="email"], input[type="password"] {
		min-width: 95%;
	}
	select {
		width: 95%;
		background-position: 96% center;
	}

}