/**** Global.css for Poor Credit Car Loans *****/

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-size: 100%;
font: inherit;
vertical-align: baseline; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block; }




/* 1.ROOT */

html {
	overflow-y: scroll;
	background: #fff;
	min-height: 100%;
}
body { 
	margin: 0 auto;
	padding: 0;
	width: 100% /* 252px */;
	font: 100%/1.4 "Rubik", "Helvetica Neue", Helvetica, Arial;
	color: #333; 
	background-color: transparent;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	min-height: 100%;
}




/* 2.HEADINGS */

h1, 
h2, 	
h3, 
h4, 
h5, 
h6 {
	font-family: "Rubik", "Helvetica Neue", Helvetica, Arial;
	font-weight: 700;
}
h1 { 
	margin-bottom: .75em;
	font-size: 2em;
	line-height: 1.1;
}
h2 { 
	margin-bottom: .75em;
	font-size: 1.8em;
	line-height: 1;
	padding-top: 10px;
}
h3 { 
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.3;
	font-weight: 500;
}
h4 { 
	margin-bottom: 1.25em;
	font-size: 1.1em;
	line-height: 1.25;
}
h5 { 
	margin-bottom: 1.5em;
	font-size: 1em;
}
h6 { 
	font-size: 1em;
}





/* 3.TYPOGRAPHY */

p, 
ol, 
ul, 
dl, 
address { 
	margin-bottom: 1.5em; 
	font-size: 1em;
}
ul, 
ol { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px;
}
ul { 
	list-style-type: disc;
	margin-left: 0.2em;
}
ol { 
	list-style-type: decimal;
	margin-left: 0.2em;
}
li ul, 
li ol { 
	margin: 0;
	font-size: 1em;
}
blockquote  { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px; 
	border-left: 1px solid rgb(200,200,200);
	font-style: italic;
}
sup, 
sub { 
	position: relative;
	font-size: 75%; 
	line-height: 0;
}
sup { 
	top: -.5em;
}
sub { 
	bottom: -.25em;
}
button,
input,
textarea,
select {
	font: 100%/1.4 "Rubik", "Helvetica Neue", Helvetica, Arial;
}





/* 4.LINKS */

a {
	outline: none;
	color: #2cb68c;
}
a:link {
	-webkit-tap-highlight-color: rgb(52,158,219);
}
a:visited {
	color: #333;
}
a:hover { 
	outline: none;
	color: #2cb68c; 
	text-decoration: none;
}
a:active, 
a:focus { 
	outline: none;
	color: #333;
}





/* 6.TABLES */

table { 
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.4em; 
	width: 100%;
}
th { 
	font-weight: bold;
}
th, td, caption { 
	padding: .25em 10px .25em 5px;
}





/* CUSTOM */
/* CUSTOM */
/* CUSTOM */
/* CUSTOM */
.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}
section {
	margin-bottom: 30px;
}


/**** Header *****/
header {
	padding: 12px 0 0 0;
	margin-bottom: 30px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#logo {
	width: 150px;
	height: 60px;
	background: url(../../Images/poorcredit/carloans-logo.png) no-repeat 0 0;
	background-size: 100% auto;
}
#logo a {
	display: block;
	height: 100%;
}
.btn {
	line-height: 60px;
	height: 60px;
	padding: 0 24px;
	background: #2cb68c;
	color: #fff;
	text-decoration: none;
	border: none;
	text-transform: capitalize;
	font-weight: 700;
	color: #fff !important;
	font-size: 22px;
	display: block;
	margin: 0 auto;
	max-width: 300px;
	text-align: center;
	-moz-border-radius:30px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.btn:hover {
	background: #54c6c3;
}


/**** intro *****/
#intro {
	padding: 94px 0 250px 0;
	background: #e4e5cd url(../../Images/poorcredit_landing_car/landing-header-mobile.jpg) no-repeat center bottom;
	background-size: 100% auto;
	margin-bottom: 0;
}
#intro ul {
	list-style: none;
	padding-left: 0;
}
#intro li {
	position: relative;
	padding-left: 26px;
}
#intro li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url(../../Images/poorcredit_landing_car/icon-tick.png) no-repeat 0 0;
	background-size: 100% auto;
}
#intro .button {
	font-size: 20px;
	background: #3279c4;
}



/***** areYouStruggling *****/
#areYouStruggling {
	background: #51c09e;
	background: -moz-linear-gradient(left,  
		#51c09e 0%,
		#2dbbc4 70%, 
		#44b8d3 100%
	);
	background: -webkit-gradient(linear, left top, right top, 
		color-stop(0%,#51c09e),
		color-stop(0%,#2dbbc4), 
		color-stop(100%,#44b8d3)
	);
	background: -webkit-linear-gradient(left,  
		#51c09e 0%,
		#2dbbc4 70%,
		#44b8d3 100%
	);
	background: -o-linear-gradient(left,  
		#51c09e 0%,
		#2dbbc4 70%,
		#44b8d3 100%
	);
	background: -ms-linear-gradient(left,  
		#51c09e 0%,
		#2dbbc4 70%,
		#44b8d3 100%
	);
	background: linear-gradient(to right,  
		#51c09e 0%,
		#2dbbc4 70%,
		#44b8d3 100%
	);
	color: #fff;
	padding: 30px 0;
	text-shadow: rgba(0,0,0,0.1) 0 3px 0px;
}
#areYouStruggling ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#areYouStruggling li {
	padding: 0 0 0 35px;
    margin: 0 0 15px 0;
    position: relative;
    font-size: 18px;
}
#areYouStruggling li:before {
	content: "$";
	position: absolute;
	left: 0px;
	top: -4px;
	width: 26px;
	height: 26px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-border-radius:15px;
	border: 2px solid rgba(255,255,255,0.7);
	background: rgba(255,255,255,0.3);	
}




/***** Resolve Points *****/
#resolvePoints {
	background: #3279c4;
	background: -moz-linear-gradient(left,  
		#40b6e9 0%,
		#3279c4 100%
	);
	background: -webkit-gradient(linear, left top, right top, 
		color-stop(0%,#40b6e9),
		color-stop(100%,#3279c4)
	);
	background: -webkit-linear-gradient(left,  
		#40b6e9 0%,
		#3279c4 100%
	);
	background: -o-linear-gradient(left,  
		#40b6e9 0%,
		#3279c4 100%
	);
	background: -ms-linear-gradient(left,  
		#40b6e9 0%,
		#3279c4 100%
	);
	background: linear-gradient(to right,  
		#40b6e9 0%,
		#3279c4 100%
	);
	color: #fff;
	padding: 30px 0;
	text-shadow: rgba(0,0,0,0.1) 0 3px 0px;
	text-align: center;
	margin: 0;
}
#resolvePoints h2 {
	margin-bottom: 0.25em;
}
#resolvePointsWrap {
	margin-bottom: 30px;
}
.resolvePoint {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.resolvePointIcon,
.resolvePoint p {
	-webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-o-flex: 0 1 auto;
	flex: 0 1 auto;
	align-self: center;
}
.resolvePointIcon {
	width: 65px;
	height: 70px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.resolvePointCard .resolvePointIcon {
	background-image: url(../../Images/poorcredit_landing_car/icons-18yrs.png);
}
.resolvePointConsolidate .resolvePointIcon {
	background-image: url(../../Images/poorcredit_landing_car/icons-resident.png);
}
.resolvePointLoan .resolvePointIcon {
	background-image: url(../../Images/poorcredit_landing_car/icons-employed.png);
}
.resolvePointBankruptcy .resolvePointIcon {
	background-image: url(../../Images/poorcredit_landing_car/icons-earning.png);
}
.resolvePoint p {
	font-size: 18px;
	line-height: 1.2;
	width: calc(100% - 75px);
	text-align: left;
	margin: 0;
}


/***** Slider Calc *****/
#calculator {
	text-align: center;
}
#calculator h2 {
	margin-bottom: 20px;
}
#calculator h3 {
	margin-bottom: 40px;
}
#calculator *:focus {
	border: none;
	outline: none;
}
#slider {
	width: 80%;
	margin: 0 auto 20px auto;
}
/* bar */
.ui-widget.ui-widget-content {
	border: none;
	height: 6px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	background: #e5e1e1;
}
#sliderFill {
	height: 6px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;	
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	background: #15a4c8;
	width: 8.5%;
}
/* handle */
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, html 
.ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
	width: 24px;
	height: 24px;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-border-radius:12px;
	background: #15a4c8;
	border: none;
	top: -9px;
}
#calcTotal {
    position: absolute;
    top: -20px;
    background: transparent;
    width: 100px;
    height: 100px;
    left:-41px;
    text-align: center;
    color: #333;
    font-family: "Rubik", "Helvetica Neue", Helvetica, Arial;
}
.time-result {
    display: none !important;
}
.result {
	margin-bottom: 30px;
}
.result h3,
.result .result-box,
.result-box p {
	display: inline;
	font-size: 18px;
	font-weight: 700;
}
.result .inline-result {
	font-size: 24px;
	color: #15a4c8;
}
#calcDisclaimer {
	font-size: 12px;
	color: #999999;
	margin: 0 0 40px 0;
}



/**** howWeHelp ****/
#howWeHelp {
	text-align: center;
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  
		#f4f4f4 0%, 
		#ffffff 10%
	);
	background: -webkit-gradient(linear, left top, left bottom, 
		color-stop(0%,#f4f4f4), 
		color-stop(10%,#ffffff)
	);
	background: -webkit-linear-gradient(top,  
		#f4f4f4 0%,
		#ffffff 10%
	);
	background: -o-linear-gradient(top,  
		#f4f4f4 0%,
		#ffffff 10%
	);
	background: -ms-linear-gradient(top,  
		#f4f4f4 0%,
		#ffffff 10%
	);
	background: linear-gradient(to bottom,  
		#f4f4f4 0%,
		#ffffff 10%
	);
	padding: 30px 0 0 0;
}
.card {
	background: #fff;
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	margin-bottom: 15px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	overflow: hidden;
}
.card h3 {
	margin: 0;
	padding: 10px 0;
	color: #fff;
}
.card:last-child {
	margin-bottom: 0;
}
.cardGreen h3 {
	background: #2cb68c;
}
.cardAqua h3 {
	background: #2cbbbf;
}
.cardBlue h3 {
	background: #15a4c8;
}
.card p {
	padding: 20px;
	margin: 0;
}



/**** footerAction ****/
#footerAction {
	background: #3279c4;
	background: -moz-linear-gradient(left,  
		#40b6e9 0%,
		#3279c4 100%
	);
	background: -webkit-gradient(linear, left top, right top, 
		color-stop(0%,#40b6e9),
		color-stop(100%,#3279c4)
	);
	background: -webkit-linear-gradient(left,  
		#40b6e9 0%,
		#3279c4 100%
	);
	background: -o-linear-gradient(left,  
		#40b6e9 0%,
		#3279c4 100%
	);
	background: -ms-linear-gradient(left,  
		#40b6e9 0%,
		#3279c4 100%
	);
	background: linear-gradient(to right,  
		#40b6e9 0%,
		#3279c4 100%
	);
	color: #fff;
	padding: 30px 0;
	margin: 0;
	position: relative;
}
#footerAction .btn {
	background: #fff;
	color: #333 !important;
	font-size: 20px;
}
#footerAction:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: rgba(0,0,0,0.2);
}
footer {
	background: #1d2326;
	padding: 40px 0 30px 0;
	font-size: 12px;
	color: rgba(255,255,255,0.5);
	text-align: center;
	line-height: 40px;
}
footer a,
footer a:visited {
	color: rgba(255,255,255,0.5);
	display: block;
}
#footerLogo {
	width: 130px;
	height: 60px;
	background: url(../../Images/poorcredit/carloans-logo-rev.png) no-repeat 0 0;
	background-size: 100% auto;
	margin: 0 auto 15px auto;
}
#footerLogo a {
	display: block;
	height: 100%;
}




/***** Form *****/
#formWrap {
	padding: 94px 0 0 0;
}
#formWrap h1 {
	text-transform: uppercase;
}
.question {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted rgba(0,0,0,0.2);
}
.question:last-of-type {
	border: none;
}
.question h3 {
	margin: 0;
	font-size: 18px;
}
.question p {
	font-size: 13px;
	line-height: 1.2;
	margin: 0;
}
.radio-group {
	overflow: hidden;
	padding: 10px 0 3px 0;
}
.radio {
	float: left;
	width: 40%;
	max-width: 100px;
	margin: 0 20px 0 0;
}
.radio input {
	position: absolute;
}
.radio label {
	position: relative;
	display: block;
	width: auto;
	padding: 6px 0 0 40px;
	font-weight: 500;
	font-size: 18px;
}
.radio label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 2px solid #9d9c9d;
	-moz-border-radius:17px;
	border-radius:17px;
	-webkit-border-radius:17px;
}
.radio label.active:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 7px;
	top: 7px;
	width: 20px;
	height: 20px;
	background: #2cb68c;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
}
label {
	font-size: 18px;
	font-weight: 500;
}
.question sup {
	color: #cc0000;
}
input[type=tel],
input[type=text],
input[type=email],
textarea {
	width: 100%;
	max-width: 300px;
	padding: 8px;
	border: 1px solid #999;
	-moz-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.1);
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 18px;
}
textarea {
	max-width: 440px;
}
input#mobilenumber {
	max-width: 142px;
}
input#person-postcode {
	max-width: 74px;
}
.checkbox label {
	position: relative;
	padding: 4px 0 0 30px;
	display: block;
	font-weight: 400;
	line-height: 1.2;
}
.checkbox input {
	background: #fff;
	border: 2px solid #9d9c9d;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	width: 20px;
	height: 20px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	outline: none;
}
.checkbox input:checked {
	background: #2cb68c;
	
}
#submitButton {
	width: 100%;
	cursor: pointer;
}
#submitButton:disabled {
	background: #ccc;
	cursor: default;
}
.question label.error {
	font-weight: 400;
	font-size: 14px;
	color: #cc0000;
	width: auto;
	display: block;
	clear: both;
	padding: 5px 0 0 0;
}
input[type=tel].error,
input[type=text].error,
input[type=email].error {
	color: #cc0000;
	background: #feeded;
	border-color: #e82727;
}
#successWrap {
	background: #51c09e;
	background: -moz-linear-gradient(left,  
		#51c09e 0%,
		#2dbbc4 70%, 
		#44b8d3 100%
	);
	background: -webkit-gradient(linear, left top, right top, 
		color-stop(0%,#51c09e),
		color-stop(0%,#2dbbc4), 
		color-stop(100%,#44b8d3)
	);
	background: -webkit-linear-gradient(left,  
		#51c09e 0%,
		#2dbbc4 70%,
		#44b8d3 100%
	);
	background: -o-linear-gradient(left,  
		#51c09e 0%,
		#2dbbc4 70%,
		#44b8d3 100%
	);
	background: -ms-linear-gradient(left,  
		#51c09e 0%,
		#2dbbc4 70%,
		#44b8d3 100%
	);
	background: linear-gradient(to right,  
		#51c09e 0%,
		#2dbbc4 70%,
		#44b8d3 100%
	);
	color: #fff;
	padding: 30px 0;
	text-shadow: rgba(0,0,0,0.1) 0 3px 0px;
	margin: 86px 0 0 0;
	text-align: center;
}
#successWrap h1 {
	margin-bottom: 0;
}
#successWrap p {
	font-size: 20px;
}
#successWrap a {
	color: #fff !important;
}
select {
	border: 1px solid #999;
    background: #fff;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    cursor: auto !important;
    font-size: 1em;
    margin: 0 0 0 -1px;
    padding: 10px 7px 11px 0;
    height: 40px;
    width: 100%;
    max-width: 300px;
    text-indent: 0;
}






/**** Text Content *****/
#textContent {
	padding: 94px 0 0 0;
}
#textContent h2 {
	font-size: 1.5rem;
}



/**** Button Terms *****/
.buttonTerms {
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
}
#buttonTerms_1 {
	padding: 2em 0;
}
#buttonTerms_2 {
	padding: 2em 0 0 0;
}



@media screen and (min-width: 425px) {
    #intro {
		padding: 94px 0 340px 0;
	}
}



@media screen and (min-width: 600px) {
    h1 {
	    font-size: 50px;
    }
    h2 {
	    font-size: 36px;
    }
    .btn {
	    font-size: 24px;
    }
    header {
	    padding: 30px 0 0 0;
    }
    #intro {
		padding: 124px 0 420px 0;
	}
    #intro .btn {
	    margin: 0;
    }
    #areYouStruggling,
    #resolvePoints {
	    position: relative;
    }
    #areYouStruggling:before,
    #resolvePoints:before {
	    content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 2px;
		width: 100%;
		background: rgba(0,0,0,0.1);
    }
    #areYouStruggling h2 {
	    text-align: center;
	    margin-bottom: 2rem;
    }
	#areYouStruggling ul {
    	display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        -ms-flex-flow: row wrap;
    	flex-direction: row;
    	flex-wrap: wrap;
    	justify-content: space-between;
    }
    #areYouStruggling li {
    	/* Flex should have 3 values which is shorthand for 
        <flex-grow> <flex-shrink> <flex-basis> */
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    	width: 40%;
    }
    #cards {
    	display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        -ms-flex-flow: row wrap;
    	flex-direction: row;
    	flex-wrap: wrap;
    	justify-content: space-between;
    }
    .card {
    	/* Flex should have 3 values which is shorthand for 
        <flex-grow> <flex-shrink> <flex-basis> */
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    	width: 48%;
    }
    #textContent {
	    padding-top: 124px;
    }
    #formWrap {
	    padding-top: 124px;
    }
    #successWrap {
	    margin-top: 116px;
    }
    #resolvePointsWrap {
    	display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        -ms-flex-flow: row wrap;
    	flex-direction: row;
    	flex-wrap: wrap;
    	justify-content: space-around;
    }
    .resolvePoint {
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    	width: 40%;
    	margin-bottom: 20px;
    }
    .resolvePoint:nth-child(3),
    .resolvePoint:nth-child(4) {
	     margin-bottom: 0;
    }
	#buttonTerms_1 {
		text-align: left;
		max-width: 495px;
	}
}
@media screen and (min-width: 768px) {
	section {
		margin: 0;
	}
	header {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
	}
    h1 {
	    font-size: 60px;
	    line-height: 1;
	    margin-bottom: 1.5rem;
    }
    #intro {
	    background: url(../../Images/poorcredit_landing_car/landing-header-desktop.jpg) no-repeat center center; 
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    padding:0 0 66px 0;
    }
    #intro .wrapper {
	    padding-top: 120px;
    }
    #intro h1 {
	    width: 78%;
	    max-width: 650px;
	    margin: 0 0 0.25em 0;
	    font-size: 48px;
	    font-weight: 700;
	    letter-spacing: -1px;
    }
    #intro p {
	    width: 60%;
	    max-width: 630px;
	    font-size: 24px;
	    font-weight: 700;
	    line-height: 1.2;
	    text-shadow: #fff 1px 1px 5px;
    }
    #intro ul {
	    width: 100%;
	    overflow: hidden;
    }
    #intro li {
	    font-size: 20px;
	    font-weight: 700;
	    padding-left: 34px;
	    margin-bottom: 8px;
	    float: left;
		width: 50%;
		box-sizing: border-box;
		text-shadow: #fff 1px 1px 5px;
    }
    #intro li:before {
	    height: 26px;
	    width: 26px;
	    top: 1px;
    }
    #intro .btn {
	    margin-bottom: 30px;
    }
    #intro .button {
	    margin: 0 0 20px 0;
    }
    #areYouStruggling {
	    margin-bottom: 34px;
    }
    #areYouStruggling h2 {
	    margin-bottom: 3rem;
    }
    #areYouStruggling li {
	    font-weight: 700;
	    font-size: 24px;
	    padding-left: 55px;
	    margin-bottom: 24px;
    }
    #areYouStruggling li:before {
	    width: 44px;
	    height: 44px;
	    -moz-border-radius:24px;
	    border-radius:24px;
	    -webkit-border-radius:24px;
	    line-height: 44px;
	    font-weight: 500;
	    top: -9px;
    }
    #resolvePoints {
	    padding: 50px 0 64px 0;
    }
    #resolvePoints p {
	    font-size: 22px;
    }
    .resolvePoint {
	    display: block;
	    text-align: center;
    }
    .resolvePointIcon {
	    width: 100px;
	    height: 110px;
	    margin: 0 auto 6px auto;
    }
    #resolvePoints .resolvePoint p {
	    width: 100%;
	    text-align: center;
	    font-size: 18px;
    }
    #resolvePoints .buttonTerms {
	    font-size: 11px;
	    max-width: 500px;
	    margin: 0 auto;
    }
    #calculator h2 {
	    margin-bottom: 50px;
    }
    #calcSlider {
    	display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        -ms-flex-flow: row wrap;
    	flex-direction: row;
    	flex-wrap: wrap;
    	justify-content: space-between;
    	align-items: center;
    	margin-bottom: 20px;
    }
    #calcSlider h3,
    #slider {
    	/* Flex should have 3 values which is shorthand for 
        <flex-grow> <flex-shrink> <flex-basis> */
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    #calcSlider h3 {
	    width: 200px;
	    margin: 0;
    }
    #slider {
	    width: calc(100% - 200px);
	    margin: 0;
    }
    .result h3,
    .result .result-box,
    .result-box p {
	    font-size: 28px;
	    font-weight: 400;
    }
    .result .inline-result {
	    font-weight: 500;
	    font-size: 34px;
    }
    #calcTotal {
	    font-size: 20px;
	    top: -25px;
    }
    #calcDisclaimer {
	    margin-bottom: 50px;
    }
    #howWeHelp {
	    padding-bottom: 40px;
    }
    #footerAction {
	    padding: 50px 0;
    }
    #footerAction btn {
	    font-size: 22px;
    }
    footer {
	    padding: 40px 0;
    }
    footer .wrapper {
	    overflow: hidden;
    }
    #footerLogo {
	    margin: 0;
	    float: left;
    }
    #terms {
	    float: right;
	    width: auto;
	    padding-top: 13px;
	    text-align: right;
	    line-height: 1.2;
    }
    #terms a {
	    display: inline-block;
	    padding: 0;
    }
    /*#terms a:first-child {
	    border-right: 1px solid rgba(255,255,255,0.5);
	    line-height: 1.4;
    }*/
    #formWrap {
	    background: url(../../Images/poorcredit/form-bg.jpg) no-repeat center center fixed; 
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
    }
    #formWrap .wrapper {
	    padding-top: 0;
	    /*width: 60%;
	    max-width: 700px;
	    margin: 0 0 0 5%;*/
	}
	#formWrap h1 {
		max-width: 500px;
	}
	#formWrap form {
		max-width: 680px;
	}
	.textQ {
		display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: -o-flex;
	    display: flex;
	    -ms-flex-flow: row wrap;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.textQ label,
	.textQ .form-validation {
		/* Flex should have 3 values which is shorthand for 
	    <flex-grow> <flex-shrink> <flex-basis> */
	    -webkit-flex: 0 1 auto;
	    -moz-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    -o-flex: 0 1 auto;
	    flex: 0 1 auto;
	}
	.textQ label {
		width: 130px;
	}
	.textQ .form-validation {
		width: calc(100% - 130px);
	}
	#submitButton {
		margin: 0 0 0 0;
	}
	#textContent {
		margin-top: 0;
		padding: 30px 0;
	}
	#successWrap {
	    margin-top: 122px;
    }
    #successWrap h1 {
	    padding-top: 40px;
    }
    .resolvePoint {
	    width: 24%;
	    margin-bottom: 0;
    }
    #textContent {
	    padding-top: 124px;
    }
    #formWrap {
	    padding: 124px 0 40px 0;
    }
    #successWrap {
	    margin-top: 116px;
    }
}
@media screen and (min-width: 1200px) {
	header {
		padding-top: 112px;
	}
	#logo {
		width: 250px;
		height: 84px;

	}
    h1 {
	    font-size: 72px;
    }
    #intro {
	    padding-bottom: 120px;
    }
    #intro .wrapper {
	    padding-top: 230px;
    }
    #intro h1 {
	    margin-bottom: 36px;
    }
    #intro .btn {
	    margin-bottom: 94px;
    }
    #intro ul {
	    width: 750px;
	    margin-bottom: 30px;
    }
    #intro li {
	    font-weight: 500;
    }
    #intro .button {
	    font-size: 26px;
		max-width: 260px;
		height: 50px;
		line-height: 52px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		-webkit-border-radius: 25px;
    }
    h2 {
	    font-size: 60px;
    }
    #areYouStruggling,
    #resolvePoints {
	   padding: 80px 0;
	   margin-bottom: 80px; 
    }
    #areYouStruggling h2,
    #resolvePoints h2 {
	    margin-bottom: 4rem;
	}
    #areYouStruggling ul {
	    margin-left: 3.5%;
    }
    #areYouStruggling li {
	    width: calc(31% - 55px);
	    margin-bottom: 50px;
    }
    #resolvePoints {
	    padding: 100px 0 120px 0;
	    margin: 0;
    }
    #resolvePoints h2 {
	    font-size: 45px;
	    margin-bottom: 0.25em;
    }
    #resolvePoints .resolvePoint p {
	    font-size: 22px;
    }
    #calculator h2 {
	    margin-bottom: 70px;
    }
    #calcSlider h3 {
	    width: 300px;
	    font-size: 30px;
	}
	#slider {
	    width: calc(100% - 300px);
    }
    .result h3,
    .result .result-box,
    .result-box p {
	    font-size: 30px;
    }
    .result .inline-result {
	    font-size: 50px;
    }
    #calcTotal {
	    width: 150px;
	    font-size: 30px;
	    top: -38px;
	    left: -65px;
    }
    #calcDisclaimer {
	    max-width: 1100px;
	    margin: 0 auto 90px auto;
    }
    #howWeHelp {
	    padding: 70px 0 60px 0;
    }
    .card,
    .card:last-child {
	    width: 31%;
	    text-align: left;
	    margin-bottom: 40px;
    }
    .card h3 {
	    padding: 20px 0 20px 30px;
	    font-size: 24px;
	    line-height: 1;
	    font-weight: 500;
    }
    .card p {
	    line-height: 1.5;
	    padding: 30px;
    }
    #footerAction {
	    padding: 80px 0;
    }
    #formWrap {
	    padding-bottom: 90px;
	    padding-top: 210px;
    }
    #textContent {
	    padding-top :210px;
    }
    #formWrap .wrapper {
	    /*padding-top: 210px;
	    width: 60%;
	    max-width: 700px;
	    margin: 0 0 0 5%;*/
	}
	.radioQ {
		display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: -o-flex;
	    display: flex;
	    -ms-flex-flow: row wrap;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.formLabelWrap,
	.radio-group {
		/* Flex should have 3 values which is shorthand for 
	    <flex-grow> <flex-shrink> <flex-basis> */
	    -webkit-flex: 0 1 auto;
	    -moz-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    -o-flex: 0 1 auto;
	    flex: 0 1 auto;
	}
	.formLabelWrap {
		width: 70%;
	}
	.radio-group {
		width: 30%;
		padding: 1px 0 3px 0;
	}
	.textQ label.error {
		padding-left: 130px;
	}
	.checkbox {
		padding: 16px 0 10px 0;
	}
	#textContent .wrapper {
		padding-right: 300px;
	}
	#successWrap {
	    margin-top: 216px;
    }
    #resolvePointsWrap {
	    justify-content: space-between;
    }
    .resolvePoint {
	    width: 20%;
    }
    .resolvePointIcon {
	    width: 130px;
	    height: 132px;
	    margin-bottom: 12px;
    }
    .resolvePoint p {
	    font-size: 24px;
	    font-weight: 500;
    }
    #footerAction .btn {
	    font-size: 24px;
    }
}






/* 15.VENDOR-SPECIFIC */

::-webkit-selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

::-moz-selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

::selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

input {
    -webkit-appearance: none;
}

/* How to stop Apple from making links blue: */
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}


div,
input,
textarea  { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }


/* Sources: 
http://meyerweb.com/eric/tools/css/reset
http://people.opera.com/patrickl/experiments/keyboard/test
http://gist.github.com/413930
http://pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap
http://sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars
http://tjkdesign.com/ez-css/css/base.css
http://viget.com/inspire/styling-the-button-element-in-internet-explorer
http://code.flickr.com/blog/2008/11/12/on-ui-qualify-the-little-things-client-side-image-resizing
http://html5doctor.com/html-5-reset-stylesheet/
http://praegnanz.de/weblog/htmlcssjs-kickstart/
http://camendesign.com/design/
http://yui.yahooapis.com/2.8.1/build/base/base.css
http://webaim.org/techniques/css/invisiblecontent/
http://drupal.org/node/897638
*/