@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&amp;display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}


ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

p {
	line-height:normal;
}


* {
  outline: none;
}


html, body {
  color:#707070;
  font-size:14px;
  font-family: 'Roboto', sans-serif;
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

img {
	max-width:100%;
	height:auto;
}

input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

input[type="search"] {
      -webkit-appearance: textfield;
}


.clear {
	clear:both;
}

html, body { height: 100%; }


	

.landing-page {
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
	
}

.lp-container {
	display: table;
	width: 832px;
	height: 100%;
	margin: 0 auto;
}

.landing-page-wrap {
	width: 832px;
	display: table-cell;
	vertical-align: middle;
}

.lp-content {
	background-color: #fff;
	padding: 24px 0px 24px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 8px 0px 8px 0px;
}

.lpc-image {
	padding: 8px 0px 20px 0px;
    text-align: center;
}

.lpc-text {
    color: #7c7c7c;
	padding: 0px 30px 10px 30px;
	text-align: left;
}


.lpc-title {
    font-size: 26px;
	line-height: 30px;
	padding-bottom: 15px;
	color: #323232;
}

.lpc-text p {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 20px;
}

.lpc-text strong {
	font-weight: 700;
}

.blue-button {
	background-color: #125dc6;
	overflow: hidden;
}

.apply-button {
	float: right;
	width: 50%;
	background-color: #1054b2;
}

.apply-button a {
	display: block;
	text-align: center;
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.apply-button a:hover {
	color: #93b3dc;
	text-decoration: none;
}

.lp-bottom {
	padding: 70px 30px 0px 30px;
	text-align: center;
	color: #323232;
	font-size: 13px;
}

.lp-bottom p {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 5px;
}

.lp-bottom div {
	font-size: 13px;
	line-height: 16px;
}

.lp-bottom div a {
	color: #808080;
	text-decoration: none;
}

.lp-bottom div a:hover {
	color: #808080;
	text-decoration: underline;
}

.header {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #fff;
	z-index: 99999;
	padding: 8px 0px 8px 0px;
	border-bottom: #f7f7f7 solid 1px;
}

.logo {
	float: left;
}

.you-review {
	float: right;
	padding-top: 5px;
}

.privacy-page {
	padding: 150px 0px 30px 0px;
	font-size: 16px;
}

.privacy-page p {
	margin-bottom: 15px;
	line-height: 20px;
}

.privacy-page h4 {
	font-weight: 700;
}

.privacy-page ol {
	margin-left: 40px;
}

.privacy-page ol li {
	list-style: decimal;
	padding-bottom: 10px;
	line-height: 20px;
}

.privacy-page ul {
	margin-left: 40px;
}

.privacy-page ul li {
	list-style: disc;
	padding-bottom: 10px;
	line-height: 20px;
}

.privacy-page p a {
	color: #0275d8;
}

.terms-table {
	padding-bottom: 25px;
}

.terms-table table {
	width: 99%;
	border: #ccc solid 1px;
}

.terms-table table th {
	border-right: #ccc solid 1px;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
}

.terms-table table td {
	border-right: #ccc solid 1px;
	border-top: #ccc solid 1px;
	padding: 7px 10px 7px 10px;
}

@media only screen and (min-width: 960px) and (max-width: 1099px) {
	
}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	



.lp-container {
	display: inherit;
	width: 94%;
	height: auto;
}

.landing-page-wrap {
	width: auto;
	display: inherit;
}

.lp-content {
	margin: 25px 0px 8px 0px;
}


.lpc-title {
    font-size: 25px;
}


}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
.lp-container {
	display: inherit;
	width: 95%;
}

.landing-page-wrap {
	width: auto;
	display: inherit;
}

.lp-content {
	padding: 24px 0px 100px 0px;
	margin: 15px 0px 15px 0px;
}

.lpc-image {
	padding: 8px 15px 20px 15px;
}

.lpc-text {
	padding: 0px 20px 10px 20px;
}


.lpc-title {
    font-size: 26px;
	line-height: 30px;
	padding-bottom: 15px;
}

.lpc-text p {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 20px;
}

.blue-button {
	background-color: #125dc6;
	overflow: hidden;
	/*position: fixed;*/
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.apply-button {
	float: none;
	width: 85%;
	margin: 0 auto;
	background-color: #1054b2;
}

.apply-button a {
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	letter-spacing: 0px;
}

.lp-bottom {
	padding: 70px 30px 0px 30px;
}

.lp-bottom p {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 5px;
}

.lp-bottom div {
	font-size: 13px;
	line-height: 16px;
}
	

.logo {
	text-align: center;
}

.terms-table table th {
	padding: 7px 5px 7px 5px;
	font-size: 14px;
}

.terms-table table td {
	padding: 7px 5px 7px 5px;
	font-size: 14px;
}	

}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 520px) and (max-width: 767px) {


.lp-container {
	display: inherit;
	width: 95%;
}

.landing-page-wrap {
	width: auto;
	display: inherit;
}

.lp-content {
	padding: 24px 0px 24px 0px;
	margin: 15px 0px 15px 0px;
}

.lpc-image {
	padding: 8px 0px 20px 0px;
    text-align: center;
}

.lpc-text {
	padding: 0px 30px 10px 30px;
}


.lpc-title {
    font-size: 26px;
	line-height: 30px;
	padding-bottom: 15px;
}

.lpc-text p {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 20px;
}

.blue-button {
	background-color: #125dc6;
	overflow: hidden;
	position: static;
}

.apply-button {
	float: right;
	width: 50%;
	background-color: #1054b2;
}

.apply-button a {
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	letter-spacing: 0px;
}

.lp-bottom {
	padding: 70px 30px 0px 30px;
}

.lp-bottom p {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 5px;
}

.lp-bottom div {
	font-size: 13px;
	line-height: 16px;
}

.terms-table table th {
	padding: 7px 5px 7px 5px;
	font-size: 15px;
}

.terms-table table td {
	padding: 7px 5px 7px 5px;
	font-size: 15px;
}

}


@media only screen and (max-width: 367px) {

.logo {
	max-width: 35%
}	
	
.you-review {
	padding-top: 4%;
	max-width: 60%
}
	
}

@media only screen and (max-width: 320px) {

.you-review {
	padding-top: 7%;
}
	
}


