@font-face {
	font-family: 'Georgia-Bold';
	src: url('fonts/Georgia-Bold.woff') format('woff'),
	url('fonts/Georgia-Bold.ttf')  format('truetype');
}
@font-face {
	font-family: 'Georgia-Regular';
	src: url('fonts/Georgia-Regular.woff') format('woff'),
	url('fonts/Georgia-Regular.ttf')  format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans.woff') format('woff'),
	url('fonts/OpenSans.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;
}

body {
	max-width: 2000px;
	margin: 0 auto;
	font-family: Open Sans, sans-serif;
	height: 100%;
	scrollbar-width: thin;
	scrollbar-color: #888 #f1f1f1;
	background: rgba(237, 245, 252, 0.3);
}

a {
	color: #ffffff;
}

select {
	border: 1px solid #b1b1b1;
	outline: none;
	margin: 3px auto;
	width: 304px;
	height: 43px;
	position: relative;
	padding-left: 10px;
	border-radius: 3px;
	background-color: #f9f9f9;
	text-overflow: '';
	font-family: Georgia-Regular, serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #2e2e2e;
}

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

input[type="text"],
input[type="email"], 
input[type="password"] {
	padding: 0;
	width: 302px;
	max-width: 100%;
	height: 43px;
	border-radius: 3px;
	border: solid 1px #b1b1b1;
	background-color: #ffffff;
	text-indent: 10px;
	font-family: Georgia-Regular, serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

select.invalid, input.invalid {
	border: 1px solid #f60000;
}

button {
	display: inline-block;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	padding: 8px 22px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	width: 312px;
	min-width: 230px;
	max-width: 95%;
	height: 53px;
	margin: 20px auto 30px;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-radius: 26.5px;
	background-image: linear-gradient(to top, #0a82de, #1d96f3), linear-gradient(to bottom, #3d9ee9, #3d9ee9);
}

button:hover, a.buttonized:hover {
	background-color: #01a6d1;
}

.clear {
	clear: both;
}

.container {
	height: 100%;
}

.header {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 2000px;
	z-index: 100;
}

.header .logo {
	width: 400px;
	max-width: 100%;
	height: 130px;
	background: transparent url(../images/logo.svg) no-repeat;
	background-position: center 35px;
	background-size: 225px;
	text-indent: -99999px;
	border: 0;
	margin: auto 7%;
}

.content {
	min-height: 1100px;
	padding-top: 100px;
	padding-bottom: 20px;
	background: url(../images/bg.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.form {
	width: 400px;
	max-width: 95%;
	margin-left: 7%;
	margin-right: 10%;
	padding: 35px 0;
	background-color: #ffffff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 6px 10.5px 0 rgba(0, 0, 0, 0.35);
}

.form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
	text-align: left;
	display: inline-block;
}

.form a {
	color: #47b9eb;
}

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

.form-top {
	position: relative;
	font-family: Georgia-Regular, serif;
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #0a82de;
}

.form-top .sub {
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	padding-top: 15px;
}

.offer.form {
	padding: 0 0 10px;
}

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

.offer.form .logo {
	margin: 20px auto;
}

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

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

.offer.form .field-left {
	display: inline-block;
	margin-left: 0;
	margin-right: 1%;
	width: 48%;
}
.offer.form .field-right {
	display: inline-block;
	margin-left: 1%;
	margin-right: 0;
	width: 48%;
}

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

.form-bottom {
	display: none;
}

body.index .form-bottom {
	display: block;
	font-size: 18px;
	font-family: Georgia-Regular, serif;
	text-align: center;
}

.form-body .question {
	font-size: 16px;
	padding: 10px;
}

#pin-verify .question {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

#phone-type-input {
	margin-top: 10px;	
}

.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: #fff;
	background: #0a82de;
	padding: 15px 0 15px;
	line-height: 24px;	
	border-top-left-radius: 5px;	
	border-top-right-radius: 5px;
}

.form-body .results .info {
	font-family: Georgia-Regular, serif;
	font-size: 37px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

.form-body .results .message {
	font-family: Georgia-Regular, serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	padding-top: 10px;
}

.form-body .label {
	margin: 10px auto 5px;
	color: #2e2e2e;
}

.field {
	max-width: 95%;
	margin: auto;
	position: relative;	
}

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

.form-body .terms, 
.form-body .disclaimer {
	font-size: 12px;
	margin: 10px auto 0;
	width: 426px;
	max-width: 95%;
}

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

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

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

.private-safe {
	display: none;
}

.footer {
	background: #fff;
}

.footer a {
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	text-decoration: underline;
}

.footer-bottom {
	width: 100%;
	background-color: #0a82de;
	opacity: 0.7;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	padding: 15px 0;
	width: 100%;
	margin: 0 auto;
}
.no-background-check {
	margin: 3px auto;
}
.footer .footer-content {
	width: 100%;
	background-color: #fff;
}
.footer-content img {
	width: 121px;
}
.footer-content .column img {
	width: 100px;
}

.footer-content .full.icon {
	max-width: 150px;
	margin: auto;
	text-align: center;
}

.footer-content .full.icon img {
	margin: -60px auto -60px;
}

.footer-content .section {
	width: 100%;
	margin: auto;
	padding: 75px 0;
	text-align: center;
	font-size: 17px;
	color: #000;
}

.footer-content .section.shaded {
	background: #edf5fc;
}

.footer-content .title {
	max-width: 95%;
	font-family: Georgia-Bold, serif;
	margin: auto;
	font-size: 32px;
	font-weight: bold;
	color: #0a82de;
}

.footer-content .text {
	width: 1200px;
	max-width: 85%;
	margin: 40px auto 0;
}

.footer-content .spacer {
	margin-top: 50px;	
}

.footer-content .column {
	width: 340px;
	max-width: 90%;
	margin: 40px auto 0;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
}

.footer-content .column .heading {
	margin: 30px auto;
	font-family: Georgia-Bold, serif;
	font-size: 20px;
	font-weight: bold;
}

.footer .links {
	max-width: 95%;
	margin: 5px auto 0;
}

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

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

	.footer-content .column {
		width: 300px;
	}
}

@media (max-width: 1000px) {
	.content {
		background: linear-gradient(#767, #aaa, transparent);
		width: 100%;
		max-width: 100%;
		min-height: 330px;
		margin: auto;
		padding-top: 85px;
	}
	
	.header .logo {
		width: 100%;
		margin: auto;
		height: 75px;
		background-position: center 25px;
		text-indent: -99999px;
	}
	
	.form {
		width: 680px;
		max-width: 80%;
		margin: 0 auto 90px;
	}
	
	.form-body .results .info {
		max-width: 500px;
		margin: auto;
	}
	
	body.index .form-bottom {
		font-size: 22px;
	}
	
	select {
		width: 417px;
	}
	
	.offer.form .field-row {
		width: 428px;
	}
	
	input[type="text"], input[type="email"], input[type="password"] {
		width: 415px;	
	}
	
	.hint-box {
		bottom: 70px;
		margin-right: -210px;
		width: 415px;
		padding: 8px 1px;
	}
	.hint-box ul, .hint-box li {
		line-height: 22px;
		font-size: 14px;
	}
	
	button {
		margin: 35px auto 20px;
	}

	.model-tablet {
		display: block;
		margin: 10px auto -80px;
	}
	
	.footer {
		position: relative;
	}
	.footer-content .column .heading {
		margin: 20px auto;
	}
}

@media (max-width: 650px) {
	.form-top {
		font-size: 32px;
		background: none;
		padding: 10px 0px 10px;
	}
	
	.form-top .sub {
		font-size: 26px;
	}
	
	.form-body .results .info {
		font-size: 32px;
	}
	
	select {
		width: 285px;
		max-width: 95%;
	}
	
	.offer.form .field-row {
		width: 288px;
	}
	
	.hint-box {
		width: 275px;
		margin-right: -140px;
	}
	.hint-box ul, .hint-box li {
		font-size: 12px;
	}
	
	input[type="text"], input[type="email"], input[type="password"] {
		width: 275px;
		max-width: 95%;
	}
}

@media (max-width: 480px) {
	.header .logo {
		width: 350px;
		min-width: 250px;
		max-width: 95%;
		height: 70px;
		background-position: center 50%;
		background-size: 190px;
	}
	
	.content {
		padding-top: 75px;
	}
	
	.form {
		max-width: 95%;
		padding: 15px 0;
	}
	
	.offer.form {
		padding-top: 0px;
	}
	
	.form-top {
		font-size: 32px;
	}
	
	.form-top .sub {
		font-size: 19px;
	}
	
	.form-body .results .info {
		font-size: 28px;
	}
	
	body.index button {
		margin: 18px auto;
	}
	
	body.index .form-bottom {
		font-size: 16px;
	}

	.footer-content .section {
		font-size: 17px;
	}

	.footer-content .title {
		font-size: 24px;
		padding: 0 60px;
	}

	.footer-content .text {
		margin-top: 45px;
	}

	.footer-content .section {
		font-size: 16px;
	}

	#pin-verify .question {
		font-size: 12px;
		font-weight: normal;
		margin-bottom: 10px;
	}

	.footer-content .column img {
		width: 89px;
	}

	.footer-content .full.icon img {
		margin: -46px auto -46px;
	}
	
	.footer-content .section {
		padding: 50px 0;
	}
	
	.footer-content .column .heading {
		margin: 15px auto;
	}
}

@media (max-width: 320px) {
	.hint-box {
		right: unset;
		margin-right: unset;
		width: 100%;
	}
}