@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,600);

/********** GENERAL STYLES **********/
/************************************/

html body {
	min-height: 100%;
	overflow-x: hidden;
	background: linear-gradient(to bottom, #fff 0%, #fff 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

h1 {color: #be1e2d; font-size: 48px; font-weight: 600; text-transform: uppercase; line-height: 58px;}
h2 {color: #404041; font-size: 36px; font-weight: 600; line-height: 44px; text-transform: uppercase;}
h2.bannerTitle {color: #404041; font-size: 34px; font-weight: 300; line-height: 44px; text-transform: uppercase; margin-top: 0;}
h3 {color: #be1e2d; font-size: 24px; font-weight: 600; text-transform: uppercase;}
h4 {color: #404041; font-size: 18px; font-weight: 600; text-transform: uppercase;}
h5 {color: #404041; font-size: 18px; font-weight: 600; line-height: 30px; margin: 40px 0 10px 0;}
h6 {color: #404041; font-size: 18px; text-transform: uppercase; font-weight: 400; line-height: 18px;}
p, li, td {color: #404041; font-size: 16px; font-weight: 400; line-height: 24px; line-height: auto;}
li {margin-bottom: 0px; margin-left: 0px;}
a, a:visited {text-decoration: none; font-weight: 400; color: #404041;}
a:hover {color: #404041;}

.small {font-size: 14px; font-weight: 300;}
.smaller {font-size: 11px; font-weight: 300;}
.white {color: #fff;}
.red {color: #be1e2d;}
.gray {color: #404041;}
.no_margin {margin: 0;}
.no_marginBtm {margin-bottom: 0;}
.no_marginTop {margin-top: 0;}
.alignLeft {text-align: left;}
.center {display: block; margin-left: auto; margin-right: auto; text-align: center;}
.alignRight {float: right; text-align: right;}
.clearBoth {clear: both; display: block; overflow: hidden; visibility: hidden; width: 100%; vertical-align: super;}
.img-responsive {height: auto; max-width: 100%;}
img {vertical-align: middle;} 
hr {border: 0; border-bottom: 1px dashed #ddd; background: #ddd; margin-top: 40px;}
hr.bannerHr {border: 0; border-bottom: 3px solid #fff; background: #fff; margin-bottom: 40px; margin-top: 40px;}


/********** BUTTONS **********/
/*****************************/

.button_bg, .button_bg2 {
	border-radius: 50px;
	margin: 30px 0 30px 0;
	padding: 8px;
	display: inline-block;
 	box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.button_bg2 {
	margin: 30px 0 70px 0;
}

.button_yellow {
	display:inline-block;
	font-weight: 600;
	font-size: 15px;
	padding: 15px 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 50px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
	text-shadow: 1px 1px 2px #000;
	z-index: 99;
}

.button_white, .button_white:visited {
	background-color: #404041;
	border: 1px solid #fff;
	color: #fff;
 	display:inline-block;
 	font-weight: 400;
 	font-size: 18px;
 	padding: 5px 30px;
 	margin: 40px 0 20px 0;
 	min-width: 100px;
	max-width: 200px;
	border-radius: 20px;
 	text-align: center;
 	text-decoration: none;
 	transition: all .50s ease-in-out;
 	-moz-transition: all .50s ease-in-out;
 	-webkit-transition: all .50s ease-in-out;
}

.button_blue, .button_blue:visited {
	background-color: #be1e2d;
	border: 1px solid #fdc26f;
	color: #fdc26f;
 	display:inline-block;
 	font-weight: 400;
 	font-size: 14px;
 	padding: 5px 20px;
 	margin: 20px 0 20px 0;
 	min-width: 100px;
	max-width: 200px;
	border-radius: 10px;
 	text-align: center;
 	text-decoration: none;
 	transition: all .50s ease-in-out;
 	-moz-transition: all .50s ease-in-out;
 	-webkit-transition: all .50s ease-in-out;
}

.button_yellow, .button_yellow:visited {
	background-color: rgba(252, 158, 27, 1);
	background: linear-gradient(165deg, rgba(252,168,49,1) 0%,rgba(253,200,127,1) 50%,rgba(252,160,33,1) 51%,rgba(252,158,27,1) 100%);
	border: 1px solid #404041;
	color: #fff;
}
.button_yellow:hover {background-color: #fdc26f; border: 1px solid #fdc26f; color: #fff;}
.button_white:hover {background-color: #be1e2d; border: 1px solid #404041; color: #404041;}
.button_blue:hover {background-color: #fff; border: 1px solid #404041; color: #be1e2d;}


/********** HEADER **********/
/****************************/

.logo {clear: both; display: block; z-index: 99; margin-top: 10px; font-size: 23px; margin-bottom: 20px;}
.logo a {color: #fff; font-weight: 300;}
.logo .advise {font-weight: 600; -moz-transition: all .50s ease-in-out; -webkit-transition: all .50s ease-in-out;}
.logo .advise:hover {color: #00d2ff;}


/********** BANNER SECTION **********/
/************************************/

.sectionBanner {
	/*background-color: #005c7f;*/
	background: linear-gradient(to bottom, #fff 0%, #aaa 100%), 
				url(../img/background.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0.0);
	background-blend-mode: multiply;
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	padding-top: 10px;
	padding-bottom: 0px;
}

.bannerContent {
	margin-bottom: 50px;
	z-index: 99;
}

.bannerImage {
	background-image: url(../img/bannerImage.png);
	background-repeat: no-repeat;
	background-size: auto;
	height: 100%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.bannerData {
	position: absolute;
	top: 660px;
	width: 100%;
}
 
.bannerTitle {margin-top: 50px; /*text-shadow: 1px 1px 2px #000;*/}

.bannerList {margin-bottom: 50px; padding-left: 0; margin-top: 0;}
.bannerList li {list-style: none; color: #404041; font-size: 20px; font-weight: 400; display: inline-block; margin-right: 20px;}
.bannerList li.last {margin-right: 0px;}
.bannerList li:before {
	content: url(../img/tick.png);
	padding-right: 5px;
	position: relative;
	top: 3px;
}

.toptext {font-size: 14px; font-weight: 300; padding-top:20px;}
.topnum {font-size: 21px; font-weight: 600; margin-top:20px;}

.free {
	color: #be1e2d;
	background-image: url(../img/underline.png);
	background-repeat: no-repeat;
	background-position: top;
	font-weight: 600;
	overflow: visible;
	text-shadow: 1px 1px 2px #000;
}
.leftFlag, .rightFlag {position: relative; top: 5px;}
.logos img {margin: 0 20px 20px 20px; }



/********** HOW IT WORKS SECTION **********/
/******************************************/

.sectionWhite {
	background: linear-gradient(to bottom, #fff 0%, #fff 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	padding-top: 100px;
	padding-bottom: 100px;
}

.sectionWhite2 {
	background: linear-gradient(to bottom, #fff 0%, #fff 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	padding-top: 0px;
	padding-bottom: 50px;
}

.sectionDarkGray {
	background: #404041;
	padding-top: 20px;
	padding-bottom: 20px;
}

.icons {margin: 70px auto 30px auto;}
.icons2 {margin: 10px auto; margin-right: 15px; float: left;}


/********** BOOST CREDIT SECTION **********/
/******************************************/

.sectionBoostCredit {
	background: linear-gradient(to bottom, #888 0%, #222 100%), 
				url(../img/background2.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0.0);
	background-blend-mode: multiply;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 100px;
}

.boostcredit li {list-style: none; color: #fff; font-weight: 400;}
.boostcredit li:before {
	content: url(../img/tick.png);
	padding-right: 10px;
	position: relative;
	top: 5px;
}


/********** ABOUT US SECTION **********/
/**************************************/

.sectionGray {
	background: linear-gradient(to bottom, #ddd 0%, #fff 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	padding-top: 50px;
	padding-bottom: 100px;
} 


/********** PARTNERS SECTION **********/
/**************************************/

.sectionRed {
	background-color: #be1e2d;
	padding-top: 30px;
	padding-bottom: 20px;
} 

.sectionRed .partners img {margin-left: 20px; margin-top: 10px; margin-bottom: 10px;}
.right-border {border-right: 1px solid #fff; padding-right: 40px;}


/********** STEPS/FORMS **********/
/*********************************/

.steps {padding-left: 0;}
.steps li {display: inline-block; padding-left: 10px; padding-right: 10px; margin-left: 0; color: #bbb;}
.steps li.active {display: inline-block; padding-left: 0; margin-left: 0; color: #404041;}
.steps_num {background-color: #bbb; color: #fff; width: 40px; padding: 5px 13px; border-radius: 50%;}
.steps li.active .steps_num {background-color: #404041;}

.form_box {background-color: rgba(0,0,0,0.5); margin: 50px 0px 100px; padding: 40px 20px; border-radius: 20px; border: 1px solid #be1e2d;}
.form_box h2, .form_box a {color: #FC9E1B;}

.sidebar {padding: 0 20px 0 40px; margin-top: 20px;}

label {
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	padding-left: 3%;
}
input, select {
	background-color: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 1);
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	display: block;
	width: 97%;
	border: none;
	padding-left: 3%;
	margin-bottom: 10px;
}
select {width: 100%; padding: 6px 0;}
textarea {
	font-family: 'Open Sans', sans-serif;
	background-color: rgba(0, 0, 0, 0.3); 
	color: rgba(255, 255, 255, 1); 
	min-height:150px; 
	width: 97%; 
	display: block;
	padding-left: 3%;
	padding-top: 3%;
}

input:focus {color: #fff; border: 1px solid #404041;}

select:focus {color: #fff; background: #404041; border: 1px solid #404041;}
textarea:focus {color: #fff; border: 1px solid #00d2ff;}

input[type="checkbox"], input[type="radio"] {display: none;}
input[type="radio"]:checked + label {background-color: #00d2ff; color: rgba(0,0,0,0.8);}
input[type="textarea"] + label {background-color: #00d2ff; color: rgba(0,0,0,0.8);}

.select_options {margin: 20px auto; width: 100%;}
.select_options label {font-size: 16px; background-color: rgba(255,255,255,0.3); padding: 10px 50px; margin: 5px;}
.select_options label:hover {background-color: rgba(255, 255, 255, 0.5); color: rgba(255,255,255,0.8);}

.canvas-container {
	width: 500px; 
	height: 150px; 
	border: #888 thin solid; 
	margin: 0 auto; 
	background-color: rgba(255, 255, 255, 0.3); 
	border-radius: 10px;
	color: #000;
}
.clearSig-container {display: block; margin: 0 auto; text-align: center; width: 500px; color: #21829b;}
.pad {width: 500px; height: 150px; border-radius: 10px; color: #21829b;}

.error {color: #be1e2d; display: block;}


/********** TERMS & PRIVACY **********/
/*************************************/

.sectionBannerSmall {
	/*background-color: #005c7f;*/
	background: linear-gradient(to bottom, #fff 0%, #aaa 100%), 
				url(../img/background.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0.0);
	background-blend-mode: multiply;
	background-size: cover;
	background-position: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
} 

.terms_page p  {font-size: 70%; line-height: 120%;}

.terms p, .terms li {font-size: 14px;} 

table td {padding: 5px;}


/********** FOOTER **********/
/****************************/

.sectionFooter {
	background: linear-gradient(to bottom, #666 0%, #111 100%), 
				url(../img/background.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0.0);
	background-blend-mode: multiply;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
	padding-top: 20px;
	padding-bottom: 50px;
	min-height: 150px;
} 

.sectionFooter a {color: #999;}
.sectionFooter a:hover {color: #be1e2d;}

.footer {border-top: 1px dotted #404041; margin-top: 25px;}
.footer p, .footer li {font-size: 11px; line-height: 14px; font-weight: 300;} 


/********** RESPONSIVENESS **********/
/************************************/

@media screen and (min-width: 1900px) {
.bannerData {display: none;}
}

@media screen and (max-width: 1224px) {
.bannerContent {margin-bottom: 0px;}
.bannerImage {background-size: contain;}
}

@media screen and (max-width: 1024px) {
h1 {font-size: 30px; line-height: 36px;}
h2 {font-size: 24px; line-height: 30px;}
h2.bannerTitle {color: #fff; font-size: 26px; line-height: 30px;}
h3 {font-size: 24px; line-height: 28px;}
h4 {font-size: 18px; line-height: auto;}
h5 {font-size: 18px; line-height: auto;}
h6 {font-size: 16px;}
p, li, td {font-size: 16px; line-height: auto;}
.leftFlag, .rightFlag {height: 30px;}
.button_bg {padding: 10px}
.button_yellow {padding: 10px; font-size: 14px;}
.bannerData {display: none;}
}	
@media screen and (max-width: 767px) {
.logo {margin: 0 auto; text-align: center;}
.logos img {margin: 10px; width: 110px;}
.pnumber {font-size: 21px; font-weight: 600;}
.bannerImage {background-image: none;}
.bannerContent {margin: inherit auto; text-align: center;}
}
@media screen and (max-width: 480px) {
.bannerContent {margin-bottom: -15px;}
.topnum {font-size: 18px;}
.canvas-container, .clearSig-container, .pad {width: 300px;}
.bannerList li {font-size: 18px;}
}
