/* CSS Reset Section */

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* GENERAL RULES */

body {
	font-family: 'Lexend', sans-serif;
}

p {
	color: #333;
	line-height: 28px;
	font-size: 20px;
}

strong {
	font-weight: 600
}

div, article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

ul li {
	color: #333;
}

section, header, footer {
	width: 100%;
	overflow: hidden;
	padding: 50px 0
}

section div, header div, footer div {
	width: 100%; /* Review fix */
	max-width: 1400px;
	margin: auto;
	overflow: hidden
}

h1, h2, h3, h4, h5, h5 {
	font-weight: 700;
	color: rgb(29,135,188)
}

.button {
	background: rgb(247,148,29) url(http://chrisholmes.lendle.co.uk/images/arrow.svg) no-repeat;
	background-position-x: 20px;
	background-position-y: 18px;
	background-size: 20px auto;
	border: none;
	font-family: 'Lexend', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgb(255,255,255);
	padding: 17px 37px 17px 60px;
	font-size: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	display: inline-block;
}

.button:hover {
	background-color: rgb(220,120,0)
}

.button.more {
	background: rgb(255,255,255) url(http://chrisholmes.lendle.co.uk/images/back.svg) no-repeat;
	background-position-x: 15px;
	background-position-y: 11px;
	background-size: auto 13px;
	border: 2px solid #999;
	color: #333;
	padding: 10px 20px 10px 40px;
	font-size: 14px;
	letter-spacing: 1px;
}

.button.more:hover {
	background-color: rgba(0,0,0,0.05)
}

.button.start {
	background: rgb(247,148,29) url(http://chrisholmes.lendle.co.uk/images/search.svg) no-repeat;
	background-position-x: 20px;
	background-position-y: 18px;
	background-size: 16px auto;
	letter-spacing: 1px;
	padding: 17px 30px 17px 50px;
}

div.tpwidget{
	padding-bottom: 40px
}

/* BREADCRUMBS */

ul.breadcrumbs {
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 30px
}

ul.breadcrumbs li {
	float: left;
	padding-right: 35px;
	position: relative;
	font-weight: 600;
	color: #333;
	font-size: 14px
}

ul.breadcrumbs li:after {
	display: block;
	content: '';
	background: url(http://chrisholmes.lendle.co.uk/images/right.svg) no-repeat center center;
	background-size: 100% auto;
	width: 6px;
	height: 17px;
	position: absolute;
	right: 12px;
	top: 0
}

ul.breadcrumbs li:last-child:after {
	display: none
}

ul.breadcrumbs li.home {
	text-indent: -20000px;
}

ul.breadcrumbs li.home:before {
	content: '';
	background: url(http://chrisholmes.lendle.co.uk/images/home.svg) no-repeat center center;
	background-size: 100% auto;
	width: 17px;
	height: 17px;
	float: left
}

ul.breadcrumbs li:last-child {
	padding-right: 0
}

ul.breadcrumbs li a {
	color: #333;
	font-weight: 400;
}

@media screen and (max-width: 600px) and (min-width: 0px) {
	ul.breadcrumbs li:last-child {
		display: none
	}
	
	ul.breadcrumbs li.home {
		display: none
	}
	
	ul.breadcrumbs li:after {
		display: none
	}
	
	ul.breadcrumbs li a:before {
		content: '‹ More ';
		padding-right: 0px;
	}
}

/* FORM FIELDS */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.row {
	padding-bottom: 35px;
	overflow: hidden;
	width: 100%;
	max-width: none
}

.row label {
	font-weight: 700;
	color: rgb(29,135,188);
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 10px;
	width: 100%;
	display: block;
}

.row input, input {
	width: calc(100% - 4px);
	border: 2px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.08);
	-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.08);
	box-shadow: 4px 4px 0px rgba(0,0,0,0.08);
	overflow: hidden;
	font-weight: 600;
	font-family: 'Lexend', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.row input.loanamount {
	padding-left: 50px;
	background: url(http://chrisholmes.lendle.co.uk/images/currency.svg) no-repeat;
	background-size: 15px auto;
	background-position-x: 15px;
	background-position-y: 50%;
}

.row input:focus {
	outline: none;
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(29,135,188,0.2);
	-moz-box-shadow: inset 0px 0px 0px 5px rgba(029,135,188,0.2);
	box-shadow: inset 0px 0px 0px 5px rgba(29,135,188,0.2);
	border-color: rgb(29,135,188)
}

::placeholder {
	font-weight: 400 
}

.row input.loanamount::placeholder {
	font-weight: 600;
	color: #333; 
}

.row .select, .select {
	width: calc(100% - 4px);
	border: 2px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.08);
	-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.08);
	box-shadow: 4px 4px 0px rgba(0,0,0,0.08);
	overflow: hidden;
	font-weight: 600;
	background: url(http://chrisholmes.lendle.co.uk/images/drop.svg) no-repeat;
	background-position: right center;
	background-size: 30px auto;
	margin-top: 2px
}

.row .select:focus-within, .select:focus-within {
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(29,135,188,0.2);
	-moz-box-shadow: inset 0px 0px 0px 5px rgba(029,135,188,0.2);
	box-shadow: inset 0px 0px 0px 5px rgba(29,135,188,0.2);
	border-color: rgb(29,135,188)
}

.row .dd, .row .mm {
	margin-bottom: 20px
}

.row .select select, .select select {
	padding: 13px;
	width: 100%;
	border: none;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Lexend', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent
}

.row .select select:focus, .select select:focus, {
	outline: none;
}

input.next {
	float: left;
	clear: left
}

/* HEADER */

header {
	background: rgb(29,135,188);
	padding: 0;
	position: relative;
	overflow: visible
}

header div.wrap {
	width: 90%;
	max-width: 1400px;
	margin: auto;
	padding: 30px 0
}

header div.cta {
	width: 100%;
	max-width: 235px;
	padding: 0;
	margin: auto;
	float: none;
	padding-top: 20px
}

header div.logo {
	width: 150px;
	float: left;
	text-align: center;
	padding: 0
}

header div.logo img {
	width: 150px;
	float: left
}

header div nav {
	float: left;
	width: calc(100% - 150px);
	height: 33px;
}

header div nav button {
	float: right;
	display: block;	
}

header nav button {
	border: none;
	padding: 0;
	float: right;
	display: inline-block;
	width: 35px;
	height: 30px;
	text-indent: -30000px;
	cursor: pointer;
	background: transparent;
	margin-top: -5px
}

header nav button span {
	border: none;
	background: rgb(255,255,255);
	width: 35px;
	height: 2px;
	padding: 0;
	position: relative;
	float: right;
	margin-top: 15px;
	cursor: pointer
}

header nav button span:before, header nav button span:after {
	content: '';
	width: 35px;
	height: 2px;
	background: rgb(255,255,255);
	display: block;
	position: absolute;
	left: 0;	
}

header nav button span:before {
	top: -10px
}

header nav button span:after {
	bottom: -10px
}

header div nav ul {
	display: none;
	margin: auto;
}

header div nav ul li {
	float: left;
	line-height: 113px;
}

header div nav ul li a img.down {
	display: inline-block;
	width: 12px;
	margin-left: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header div nav ul li a:hover img.down {
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg); /* Standard syntax */
}

header div nav ul li a {
	float: left;
	display: block;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	padding: 0 28px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: inset 0px 8px 0px -6px rgba(0,0,0,0);
	-moz-box-shadow: inset 0px 8px 0px -6px rgba(0,0,0,0);
	box-shadow: inset 0px 8px 0px -6px rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header div nav ul li a:hover {
	background: rgba(0,0,0,0.08);
}

header div nav ul li a.selected {
	-webkit-box-shadow: inset 0px 8px 0px -6px rgb(247,148,29);
	-moz-box-shadow: inset 0px 8px 0px -6px rgb(247,148,29);
	box-shadow: inset 0px 8px 0px -6px rgb(247,148,29);
}

header a.mylendle {
	display: block;
	float: left;
	height: 35px;
	line-height: 38px;
	padding-bottom: 0;
	border: 2px solid #fff;
	padding: 0 25px 0 10px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: -23px;
	margin-top: 3px
}

header a.mylendle img {
	height: 15px;
}

header a.mylendle:before {
	content: '';
	display: block;
	width: 0px;
	height: 33px;
	float: left;
	background: url(http://chrisholmes.lendle.co.uk/images/arrow.svg) center center no-repeat;
	background-size: 100% auto;
	margin-right: 10px
}

header a.headbutton {
	padding: 0 19px 0 15px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 35px;
	float: left;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
	background: rgb(247,148,29);
	border:4px solid rgb(29,135,188);
	text-indent: -1000px
}

header a.headbutton:before {
	content: '';
	display: block;
	width: 16px;
	height: 35px;
	background: green;
	float: left;
	background: url(http://chrisholmes.lendle.co.uk/images/arrow.svg) center center no-repeat;
	background-size: 100% auto;
	margin-right: 10px;
}

header a.headbutton:after {
	content: 'APPLY';
	color: #fff;
	text-indent: 0px;
	float: left
}

/* Megamenu */

header div nav ul li ul.mega {
	position: absolute;
	left: 0;
	top: 113px;
	z-index: 7;
	background: rgba(255,255,255,1);
	width: 100%;
	border-bottom: 4px solid rgb(29,135,188);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s, visibility 0.2s;
    -moz-transition: opacity 0.2s, visibility 0.2s;
    -ms-transition: opacity 0.2s, visibility 0.2s;
    -o-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
}

header div nav ul li.drop:hover ul.mega {
	opacity: 1;
	visibility: visible
}

header div nav ul li ul.mega li {
	width: calc(100% / 5);
	text-align: center;
	float: left;
	padding: 0!important;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header div nav ul li ul.mega li a {
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 10px;
	color: #131313;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 400;
	font-size: 14px;
}

header div nav ul li ul.mega li a:hover {
	background: rgba(0,0,0,0.05)
}

header div nav ul li ul.mega li img {
	height: 80px;
	display: inline-block;
	margin-bottom: 10px
}


/* dropmenu */

header div nav ul li ul.dropmenu {
	position: absolute;
	top: 113px;
	z-index: 10;
	background: rgba(255,255,255,1);
	width: 350px;
	border-bottom: 4px solid rgb(29,135,188);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s, visibility 0.2s;
    -moz-transition: opacity 0.2s, visibility 0.2s;
    -ms-transition: opacity 0.2s, visibility 0.2s;
    -o-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    border-left: solid #ddd 1px;
    border-right: solid #ddd 1px;
}

header div nav ul li.drop:hover ul.dropmenu {
	opacity: 1;
	visibility: visible
}

header div nav ul li ul.dropmenu li {
	width: 350px;
	text-align: left;
	float: left;
	padding: 0!important;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header div nav ul li ul.dropmenu li a {
	text-align: left;
	width: 350px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
	color: #131313;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 400;
	font-size: 18px;
}

header div nav ul li ul.dropmenu li a:hover {
	background: rgba(0,0,0,0.05)
}



/* MOBILE MENU */

.main-menu ul li {
	width: 100%;
	border: none;
	position: relative;
	cursor: pointer
}

.main-menu ul a {
	font-size: 16px;
	padding: 15px 20px;
	
}

.main-menu ul ul {
    width: 100%;
    position: relative;
    box-shadow: none;
    background: rgba(255,255,255,1);
    float: left;
	display: none;
	margin-bottom: 20px;
	z-index: 400
}

.main-menu ul ul li a {
	color: #333;
	font-size: 16px;
	padding: 15px 20px;
}

.main-menu {
    position: fixed;
    left: -300px;
    overflow: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
    height: 100%;
    max-width: 300px;
    z-index: 999;
    bottom: 0;
    padding-top: 20px;
    top: 0;
    background: rgb(29,135,188)
}

.main-menu.active {
    left: 0%;
}

.main-menu ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.2);
}

.main-menu .sub-menu li a {
    font-size: 18px;
}

.main-menu ul li img {
	width: 15px;
	position: absolute;
	right: 20px;
	top: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.main-menu ul li:hover img {
	transform: rotate(180deg);
	width: 15px;
	position: absolute;
	right: 20px;
	top: 25px
}

body.menu-change {
    overflow: hidden;
}

.overlay-main {
    background-color: #000000c9;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}

.overlay-main.active {
    visibility: visible;
    opacity: 1;
}

img.mob-logo {
	width: 50%;
	margin-left: 20px;
	margin-bottom: 20px
}

.top-close-menu {
   text-align: center;
   line-height: 38px;
    position: absolute;
    top: 0;
    z-index: 3;
    right: 0;
    width: 70px;
    height: 70px;
    color: #fff;
    background: url(http://chrisholmes.lendle.co.uk/images/close.svg) no-repeat rgba(0,0,0,0.1);
    background-size: 30% 30%;
    background-position: center center;
    cursor: pointer
}
.main-menu.active {
    left: 0%;
}

.main-menu ul li {
    width: 100%;
    border: none;
    position: relative;
}
.main-menu ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(45, 45, 45,0.2);
}

.main-menu .sub {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
     color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 27px;
/*     cursor: pointer */
}

.main-menu ul{
	padding:0;
	margin:0;
}



/* APPLICATION */

section.application {
	width: 90%;
	max-width: 1400px;
	margin: auto;
}

section.application ul.steps {
	display: block;
	margin-bottom: 30px;
	overflow: hidden
}

section.application ul.steps li {
	width: calc(100% / 5);
	float: left;
	display: block;
	text-align: center;
	font-weight: 600;
	color: #999;
	font-size: 18px;
	position: relative;
}

section.application ul.steps li p {
	color: #999;
	display: none
}

section.application ul.steps li.completed p, section.application ul.steps li.active p {
	color: rgb(29,135,188);
	display: none
}

section.application ul.steps li:after {
	content: '';
	width: 100%;
	height: 4px;
	background: #ccc;
	position: absolute;
	top: 20px;
	left: calc(50% + 2px);
	z-index: 4
}

section.application ul.steps li.completed:after {
	content: '';
	width: 100%;
	height: 4px;
	background: rgb(29,135,188);
	position: absolute;
	top: 20px;
	left: calc(50% + 2px);
	z-index: 4
}

section.application ul.steps li.completed:before {
	content: '';
	width: 100%;
	height: 44px;
	background: rgb(221,238,197);
	position: absolute;
	top: 0px;
	left: calc(50% + 2px);
	z-index: 3
}

section.application ul.steps li:last-child:after {
	width: 0
}

section.application ul.steps li span {
	display:block;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	line-height: 36px;
	font-weight: 600;
	margin-left: calc(50% - 23px);
	margin-bottom: 15px;
	font-size: 18px;
	border: 4px solid #ccc;
	position: relative;
	z-index: 5;
	background: rgb(255,255,255)
}

section.application ul.steps li.completed {
	color: rgb(29,135,188);
	font-weight: 700
}

section.application ul.steps li.completed span {
	background: rgb(141,198,63) url(http://chrisholmes.lendle.co.uk/images/complete.svg) no-repeat center center;
	background-size: 50% auto;
	text-indent: -20000px;
	border: 4px solid rgb(29,135,188);	
}

section.application ul.steps li.active {
	color: rgb(29,135,188);
	font-weight: 700
}

section.application ul.steps li.active span {
	background: rgb(255,255,255);
	border: 4px solid rgb(29,135,188);	
}

section.application h1 {
	font-size: 30px;
	padding-bottom: 15px
}

section.application form p {
	padding-bottom: 0px;
	font-size: 18px
}

section.application form article.intro {
	padding-bottom: 30px;
	width: 100%;
	float: left
}


/* FAQ */
/* FAQ Listing */

.content h1 {
	font-weight: 700;
	font-size: 30px;
	padding-bottom: 40px
}

ul.faqs {
	display: block;
	width: 100%;	
	float: left;
	overflow: hidden;
}

ul.faqs li {
	width: calc(100% - 4px);
	margin-bottom: 50px;
	float: left;
	display: block;
	-moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.07);
	box-shadow: 4px 4px 0px rgba(0,0,0,0.07);
	overflow: hidden;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;	
}


ul.faqs li img {
	float: left;
	width: 100%;
	border-top: 6px solid rgb(153,204,51)
}

ul.faqs li h3 {
	color: #333;
	font-size: 18px;
	padding-bottom: 10px
}

ul.faqs li p {
	font-size: 18px;
	line-height: 26px;
	color: #333;
	padding-bottom: 30px
}

ul.faqs li article {
	overflow: hidden;
	float: left;
	width: 100%;
	padding: 30px;
	border: 2px solid #ccc;
	border-top: none;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;	
}

ul.faqs li article a {
	color: rgb(29,135,188);
	font-weight: 700;
	position: relative;
	margin-left: 20px;
	text-decoration: none
}

ul.faqs li article a:hover {
	text-decoration: underline
}

ul.faqs li article a:before {
	content:'›';
	position: absolute;
	float: left;
	display: block;
	margin-left: 15px
}

/* FAQ Listing */

.content p {
	font-size: 18px;
	padding-bottom: 25px
}

.content p a {
	color: rgb(29,135,188)
}

.content article {
	float: left;
	width: 100%;
	padding: 0px 0 50px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px
}

.content div.compare-form {
	width: 100%;
	float: left;
}

.content div.compare-form h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 28px;
	padding-bottom: 20px
}

.content div.compare-form h2 strong {
	font-weight: 700;
	color: rgb(247,148,29);
}

.content div.compare-form img {
	max-width: 280px;
	width: 100%;
	padding-bottom: 30px
}


/* TRUSTPILOT */

.trustpilot {
	width: 100%;
	padding: 60px 0 0 0;
	margin-top: 60px;
	float: left;
	border-top: 1px solid #ccc;
	position: relative;
	overflow: visible
}

.trustpilot img.triangle {
	position: absolute;
	top: -1px;
	left: calc(50% - 18px);
	z-index: 4;
	background: #fff
}

.trustpilot h3 {
	text-align: center;
	font-size: 25px;
	padding-bottom: 30px
}

.trustpilot p.intro {
	text-align: center;
	width: 70%;
	margin: auto;
	font-size: 18px;
	padding-bottom: 25px
}

.trustpilot ul {
	display: block;
	float: left;
	width: 100%
}

.trustpilot ul li {
	background: rgb(238,244,247);
	border-top: 1px solid rgb(153,204,51);
	padding: 25px;
	margin-bottom: 30px
}

.trustpilot ul li p {
	padding-bottom: 0
}

.trustpilot ul li img {
	width: 120px;
	padding-bottom: 20px
}

.trustpilot div.scores {
	width: 250px;
	padding-top: 60px;
}

.trustpilot div.scores p {
	display: block;
	float: left;
	width: 90px;
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 7px
}

.trustpilot div.scores p strong {
	font-size: 45px;
	color: rgb(0,182,121)
}

.trustpilot div.scores div.logos {
	float: left;
	width: 160px;
}

.trustpilot div.scores div.logos img {
	width: 90%;
	float: left;
	padding-bottom: 5px
}


/* RATES */

.rates h1 {
	font-size: 30px;
	padding-bottom: 30px
}

.rates ul.ticklist {
	font-size: 18px;
	color: #333;
	padding-bottom: 30px
}

.rates ul.ticklist li {
	min-height: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	background: url(http://chrisholmes.lendle.co.uk/images/tick.svg) no-repeat left top;
	background-size: 20px auto;
	line-height: 26px
}

article.tables {
	width: 100%;
	float: left
}

article.tables {
	width: 100%;
	padding: 60px 0 0 0;
	margin-top: 20px;
	float: left;
	border-top: 1px solid #ccc;
	position: relative;
	overflow: visible
}

article.tables img.triangle {
	position: absolute;
	top: -1px;
	left: calc(50% - 18px);
	z-index: 4;
	background: #fff
}

article.tables p.intro {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 40px
}

article.tables p.intro a {
	color: rgb(29,135,188)
}

article.tables h3 {
	color: rgb(29,135,188);
	font-size: 18px;
	padding-bottom: 20px
}

article.tables ul {
	display: block;
	float: left;
	width: 100%;
}

article.tables ul li {
	display: block;
	float: left;
	width: 100%
}

article.tables ul li ul {
	background: rgb(255,255,255);
	display: block;
	float: left;
	width: calc(100% - 2px);
	border: 2px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 25px;
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}

article.tables ul li ul li {
	padding: 15px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article.tables ul li ul li p {
	font-size: 16px;
	line-height: 23px
}

article.tables ul li ul li.lender {
	padding: 20px 0 0 0;
	position: relative;
	overflow: hidden
}

article.tables ul li:first-child ul li.lender:before {
	width: 130px;
	height: 30px;
	content: 'BEST APR';
	background: rgb(247,148,29);
	position: absolute;
	left: -30px;
	top: 18px;
	transform: rotate(-45deg);
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0px
}

article.tables ul li ul li.lender p {
	border-top: 1px solid #ccc;
	display: block;
	width: 100%;
	padding-bottom: 0;
	padding: 10px 0
}

article.tables ul li ul li:last-child {
	border-bottom: none;
}

article.tables ul li ul li img.prodlogo {
	width: 100%;
	max-width: 200px
}

article.tables ul li ul li a.button {
	letter-spacing: 1px;
	background-image: none;
	padding: 12px 20px;
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sliders {
	overflow: visible;
	padding: 20px 0;
	width: calc(100% - 4px);
}

.sliders label, .rates .row label {
	font-weight: 700;
	font-size: 20px;
	color: #333;
	padding-bottom: 20px;
	display: block
}

.sliders span {
	font-weight: 700;
	color: rgb(29,135,188);
	font-size: 20px
}

.sliders input[type="text"] {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 700;
	color: rgb(29,135,188);
	font-family: 'Lexend', sans-serif;
	font-size: 20px
}

.rates .row {
	width: 100%;
}

.rates div.signoff {
	width: 100%;
	padding-top: 40px
}

.rates div.signoff p {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 20px
}

/* TERMS */

.content.terms article {
	border-right: none;
	border-bottom: none;
	margin-bottom: 0
}

.terms article p {
	font-size: 16px;
	line-height: 22px;

}

.terms article p a, .terms ul li a {
	color: rgb(29,135,188)
}

.terms article h3 {
	font-size: 18px;
	padding-bottom: 10px
}

.terms article ul {
	display: block;
	width: 100%;
	float: left;
	padding-bottom: 30px
}

.terms article ul li {
	background: url(http://chrisholmes.lendle.co.uk/images/bullet.svg) no-repeat left top;
	background-size: 12px auto;
	background-position-y: 4px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	float: left;
	padding-left: 25px;
	line-height: 22px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.terms article ul li ul {
	padding-top: 10px;
	display: block;
	width: 100%;
	float: left;
	padding-bottom: 0
}

.terms article ul li ul li {
	background: url(http://chrisholmes.lendle.co.uk/images/dot.svg) no-repeat left top;
	background-size: 10px auto;
	background-position-y: 6px;
	display: block;
	width: 100%;
	float: left;
}

.terms div.sidebar {
	width: 100%;
}

.terms div.sidebar ul.sidebarnav {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 60px
}

.terms div.sidebar ul.sidebarnav li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid rgb(235,235,235);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.terms div.sidebar ul.sidebarnav li:hover {
	border-left-color: rgb(220,219,219)
}

.terms div.sidebar ul.sidebarnav li.selected {
	border-left-color: rgb(247,148,29)
}

.terms div.sidebar ul.sidebarnav li.selected a {
	font-weight: 600
}

.terms div.sidebar ul.sidebarnav li:last-child {
	border-bottom: none;
}

.terms div.sidebar ul.sidebarnav li a {
	color: #333;
	text-decoration: none;
	padding: 20px 30px;
	display: block
}

.terms div.sidebar h3 {
	font-size: 20px;
	padding-bottom: 20px
}

.terms div.sidebar ul.address {
	display: block;
	float: left;
	width: 100%;
}

.terms div.sidebar ul.address li {
	font-size: 18px;
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	padding-left: 35px;
	line-height: 26px
}

.terms div.sidebar ul.address li a {
	color: #333;
	text-decoration: none;
}

.terms div.sidebar ul.address li a:hover {
	text-decoration: underline
}

.terms div.sidebar ul.address li.add {
	background: url(http://chrisholmes.lendle.co.uk/images/add.svg) no-repeat left top;
	background-size: 15px auto
}

.terms div.sidebar ul.address li.phone {
	background: url(http://chrisholmes.lendle.co.uk/images/call.svg) no-repeat left top;
	background-size: 20px auto
}

.terms div.sidebar ul.address li.email {
	background: url(http://chrisholmes.lendle.co.uk/images/mail.svg) no-repeat left top;
	background-size: 20px auto;
	background-position-y: 7px
}

/* FOOTER */
footer {
	background: rgb(20,98,137);
	color: #fff
}

footer p {
	color: #fff;
	font-size: 20px
}

footer ul {
	padding-bottom: 30px;
	overflow: hidden
}

footer ul li {
	font-size: 20px;
	padding-bottom: 15px;
	width: 100%;
	color: #fff
}

footer ul li:last-child {
	padding-bottom: 0
}

footer ul li.title {
	font-weight: 700;
	padding-bottom: 20px
}

footer ul li a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: underline
}

footer ul li.phone {
	background: url(http://chrisholmes.lendle.co.uk/images/phone.svg) no-repeat;
	background-size: 25px auto;
	padding-left: 40px;
	padding-bottom: 20px
}

footer ul li.email {
	background: url(http://chrisholmes.lendle.co.uk/images/email.svg) no-repeat;
	background-size: 25px auto;
	padding-left: 40px;
	background-position-y: 3px;
	margin-bottom: 10px
}

footer ul li.fb, footer ul li.twitter {
	width: 40px;
	float: left;
}

footer ul li.fb {
	margin-right: 10px
}

footer ul li.fb img, footer ul li.twitter img {
	width: 100%
}

footer article.important {
	width: 100%;
	padding: 30px;
	background-image: url(http://chrisholmes.lendle.co.uk/images/cornera.svg), url(http://chrisholmes.lendle.co.uk/images/cornerb.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 40px auto, 40px auto;
	margin-bottom: 30px
}

footer article.important h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	color: rgb(247,148,29);
	padding-bottom: 10px
}

footer article.important p {
	font-weight: 500
}

footer article.copyright p {
	font-size: 18px
}


/* HOMEPAGE */

/* HEADER */

.header {
	width: 90%;
	margin: auto;
	max-width: 1400px
}

.header h1 {
	font-size: 30px;
	padding-bottom: 20px
}

.header p {
	padding-bottom: 35px;
	font-size: 23px;
	line-height: 32px
}

.header .compare {
	width: 100%;
	float: left
}

.header div.img {
	width: 100%;
	float: left
}

.header form .row {
	width: 100%;
}

.header form .row:nth-of-type(2) {
	width: calc(100% - 170px);
	float: left
}

.header form input.start {
	width: 150px;
	float: right;
	margin-top: 38px;
	padding: 18px 24px 18px 38px;
	background-position-x: 25px;
	background-position-y: 20px
}

.header div.img img {
	width: 100%;
	float: left
}

/* LOGO PANEL */

section.logos {
	width: 90%;
	max-width: 1400px;
	margin: auto;
	padding-bottom: 0
}

section.logos {
	width: 90%;
	padding: 60px 0 0 0;
	margin-top: 60px;
	max-width: 1400px;
	margin: auto;
	border-top: 1px solid #ccc;
	position: relative;
	overflow: visible
}

section.logos h2 {
	text-align: center;
	font-size: 25px;
	color: #333;
	font-weight: 400;
	padding-bottom: 30px
}

section.logos h2 strong {
	color: rgb(29,135,188)
}

section.logos img.triangle {
	position: absolute;
	top: -1px;
	left: calc(50% - 18px);
	z-index: 4;
	background: #fff
}

p.logostext {
	text-align: center;
	display: block;
	width: 75%;
	margin: auto;
	padding-bottom: 30px
}

.section-padding{
  padding:30px 0 60px 0;
}

.brand-carousel {
  background: #fff;
  margin-top: 10%;
  max-width: 1400px;
  margin: auto;
}

.owl-dots{
  text-align: center;
}

.owl-dot {
  display: inline-block;
  height: 10px !important;
  width: 10px !important;
  background-color: #ddd !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dot.active {
  background-color: rgb(247,148,29) !important;
}



/* Content Sections */
div.contenthome {
	width: 100%;
	padding: 60px 0 0 0;
	margin-top: 0px;
	float: left;
	border-top: 1px solid #ccc;
	position: relative;
	overflow: visible
}

div.contenthome img.triangle {
	position: absolute;
	top: -1px;
	left: calc(50% - 18px);
	z-index: 4;
	background: #fff
}

div.contenthome article {
	text-align: center;
	padding-bottom: 70px;
	width: 100%
}

div.contenthome article div.text {
	width: 100%;
	float: left;
}

div.contenthome article div.image {
	width: 100%;
	float: left;
}

div.contenthome article div.text a {
	background-image: none;
	padding: 15px 25px;
	letter-spacing: 1px 
}

div.contenthome article h2 {
	font-size: 25px;
	padding-bottom: 20px
}

div.contenthome article p {
	padding-bottom: 15px
}

div.contenthome article a.button {
	margin-top: 20px
}

div.contenthome article:last-child {
	padding-bottom: 0
}

div.contenthome article div.image img {
	width: 100%;
	max-width: 400px;
	text-align: center;
	padding-bottom: 25px
}


/* APR MESSAGE */
div.apr {
	width: 100%;
	padding: 60px 0 0 0;
	margin-top: 60px;
	float: left;
	border-top: 1px solid #ccc;
	position: relative;
	overflow: visible
}

div.apr img.triangle {
	position: absolute;
	top: -1px;
	left: calc(50% - 18px);
	z-index: 4;
	background: #fff
}

div.apr p {
	font-size: 18px;
	text-align: center
}


/* LENDER DETAIL */

.header.lender {
	padding-bottom: 40px
}

.header.lender h1 {
	width: 70%;
	float: left;
}

.header.lender p{
	font-size: 18px;
	line-height: 26px;
	width: 70%;
	float: left;
}

.header.lender img.lenderlogo {
	width: 30%;
	float: right;
	padding: 0;
	margin: 0;
	display: inline
}

.header.lender form label span {
	background: rgb(247,148,29);
	width: 30px;
	height: 30px;
	display: inline-block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin-right: 10px;
	font-size: 16px
}

section.lenderdetail{
	padding-top: 0
}

.contenthome.lender {
	padding-top: 70px
}

.contenthome.lender article {
	padding-bottom: 30px;
	margin-bottom: 0;
	text-align: left
}

.contenthome.lender article p {
	padding-bottom: 30px
}

.contenthome.lender article p:last-child {
	padding-bottom: 0
}

.contenthome.lender ul {
	text-align: left;
	margin-top: 0
}

.contenthome.lender ul.ticklist {
	font-size: 20px;
	color: #333;
	padding-bottom: 30px
}

.contenthome.lender ul.ticklist li {
	min-height: 20px;
	padding-bottom: 15px;
	padding-left: 40px;
	background: url(http://chrisholmes.lendle.co.uk/images/tick.svg) no-repeat left top;
	background-position-y: 5px;
	background-size: 20px auto;
	line-height: 26px
}

.contenthome.lender ul.ticklist li.title {
	min-height: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	background: none;
	line-height: 26px;
	font-size: 24px;
	font-weight: 700;
	color: rgb(29,135,188)
}

/* OUR LENDERS */

section.ourlenders {
	padding-top: 0!important
}

.ourlenders h2 {
	text-align: center;
	padding-bottom: 40px;
	font-size: 25px
}

.ourlenders ul.ourlenders {
	display: table;
	width: 100%;
	float: left;
	overflow: visible
}

.ourlenders ul.ourlenders li {
	width: calc(100% / 2 - 2.5%);
	float: left;
	display: table-cell;
	margin-right: 5%;
	margin-bottom: 5%;
	border: 2px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ourlenders ul.ourlenders li:hover {
	-webkit-box-shadow: inset 0px 0px 0px 8px rgba(225,245,254);
	-moz-box-shadow: inset 0px 0px 0px 8px rgba(225,245,254);
	box-shadow: inset 0px 0px 0px 8px rgba(225,245,254);
	border: 2px solid rgb(29,135,188);
}

.ourlenders ul.ourlenders li:hover a.link {
	background: rgb(29,135,188);
	color: #fff
}

.ourlenders ul.ourlenders li:nth-of-type(even) {
	margin-right: 0
}

.ourlenders ul.ourlenders li a.link {
	display: block;
	background: #eee;
	width: 100%;
	padding: 12px 0 12px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ourlenders ul.ourlenders li a.link:hover {
	background: rgba(29,135,188,0.7);
}

.ourlenders ul.ourlenders li div.loader {
	height: 5px;
	background: rgb(247,148,29);
	width: 0%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ourlenders ul.ourlenders li:hover div.loader {
	width: 100%;
}

.apr.lenderfaq {
	padding-top: 80px!important
}

.apr.lenderfaq p{
	text-align: left
}

.thanks .thanksintro {
	padding-bottom: 0
}

.thanks .thanksintro h2 {
	font-size: 35px;
	padding-bottom: 15px;
}

.thanks .thanks-content article.block {
	border: 2px solid #ccc;
	padding: 25px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.075);
	-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.075);
	box-shadow: 4px 4px 0px rgba(0,0,0,0.075);
	margin-bottom: 50px;
	width: calc(100% - 4px);
	background: rgba(0,0,0,0.035)
}

.thanks .thanks-content article.block h2 {
	font-size: 25px;
	padding-bottom: 15px
}

.thanks .thanks-content article.block ul {
	padding: 0 0 0 0;
	display: block;
	width: 100%;
	float: left
}

.thanks .thanks-content article.block ul li {
	padding: 15px 0;
	font-size: 14px;
	display: block;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	font-weight: 600
}

.thanks .thanks-content article.block ul li span {
	font-weight: 600;
	text-align: right;
	float: right;
	color: rgb(29,135,188)
}

.thanks .thanks-content article.block ul li:last-child {
	border-bottom: 0
}

.thanks .thanks-content article.block form {
	padding-top: 20px
}

.thanks .thanks-content article.block form div {
	width: 100%
}

.thanks .thanks-content article.block form input {
	margin-bottom: 20px
}

.thanks .thanks-content article.block form div.select {
	margin-bottom: 20px;
	background: rgb(255,255,255)
}

.thanks .thanks-content article.block form input.button {
	width: 130px
}

.thanks .thanks-content h3 {
	font-size: 25px;
	padding-bottom: 15px
}

.thanks .thanks-content ul.next {
	width: 100%;
	display: block;
	float: left;
	padding-top: 20px
}

.thanks .thanks-content ul.next li {
	width: 100%;
	display: table-cell;
	float: left;
	margin-bottom: 30px;
	position: relative;
}

.thanks .thanks-content ul.next li:last-child {
	padding-bottom: 0
}


.thanks .thanks-content ul.next li p.number {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: rgb(247,148,29);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-weight: 700;
	color: #fff;
	font-size: 25px;
	display: inline-block;
	float: left;
	padding-top: 0;
	margin-right: 20px;
}

.thanks .thanks-content ul.next li p {
	padding-top: 15px;
	display: block;
	width: calc(100% - 90px);
	float: left
}

.thanks .thanks-content ul.next li:nth-child(2) p.number {
	background: rgb(29,135,188)
}

.thanks .thanks-content ul.next li:nth-child(3) p.number {
	background: rgb(141,198,63)
}

.thanks div.artwrap {
	width: 100%;
}



/* DESKTOP VIEWPORT */
@media screen and (min-width: 900px) { 

/* GENERAL RULES */

section, header, footer {
	padding: 63px 0
}

div.tpwidget{
	padding-bottom: 00px
}

/* FORM ELEMENTS */
.row {
	padding-bottom: 45px;
	overflow: hidden;
	width: calc(50% - 20px);
	float: left;
}

.row:nth-of-type(even) {
	float: right
}

.row label {
	padding-bottom: 15px;
}

.row .select.dd {
	width: 25%;
	float: left;
	margin-bottom: 0;
	margin-right: 5%
}

.row .select.mm {
	width: 40%;
	float: left;
	margin-bottom: 0;
	margin-right: 5%
}

.row .select.yyyy {
	width: 25%;
	float: left;
	margin-bottom: 0
}

.row .select.years {
	width: 47.5%;
	float: left;
	margin-bottom: 0
}

.row .select.months {
	width: 47.5%;
	float: right;
	margin-bottom: 0
}


/* HEADER */

header {
	padding: 0;
}

header div.wrap {
	padding: 0;
}

header div.logo {
	padding-top: 35px
}

header div.cta {
	float: right;
	padding-top: 35px;
	width: 299px;
	max-width: none;
}

header div.cta a.headbutton {
	text-indent: 0;
}

header div.cta a.headbutton:after {
	content: '';
}

header div.cta a.mylendle img {
	height: 16px
}

header div.cta a.mylendle:before {
	width: 15px
}

header div nav {
	float: left;
	width: calc(100% - 150px - 299px);
	height: 113px;
	margin: auto
}

header div nav button {
	display: none
}

header div nav ul {
	display: table;
	margin: auto
}

header div nav ul li {
}


/* 	APPLICATION */

section.application form {
	width: calc(100% - 335px);
	float: left
}

section.application ul.steps {
	width: 335px;
	float: left;
}

section.application ul.steps li {
	width: 100%;
	padding-bottom: 40px
}

section.application ul.steps li:last-child {
	padding-bottom: 0
}

section.application ul.steps li span {
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin-left: calc(0% - 0px);
	margin-bottom: 15px;
	font-size: 23px;
	border: 4px solid #ccc;
	position: relative;
	z-index: 5;
	background: rgb(255,255,255);
	float: left
}

section.application ul.steps li p, section.application ul.steps li.completed p, section.application ul.steps li.active p {
	display: inline;
	width: calc(100% - 75px);
	float: right;
	text-align: left;
	line-height: 53px;
	font-size: 18px
}

section.application ul.steps li:after {
	content: '';
	width: 4px;
	height: 100%;
	top: 20px;
	left: 25px;
}

section.application ul.steps li.completed:after {
	content: '';
	width: 4px;
	height: 100%;
	top: 20px;
	left: 25px;
}

section.application ul.steps li.completed:before {
	content: '';
	width: 54px;
	height: 100%;
	background: rgb(221,238,197);
	top: 24px;
	left: 0;
}

section.application form article.intro {
	padding-bottom: 50px;
	
}

/* FOOTER */

footer ul.contacts {
	float: left;
	width: 30%
}

footer ul.sitemap {
	display: block;
	float: right;
	width: 65%;
}

footer ul.sitemap li {
	float: left;
	width: calc(100% / 3);
	display: inline;
}

footer ul.sitemap li ul {
	width: 100%;
	float: left
}

footer ul.sitemap li ul li {
	width: 100%;
	float: left
}

footer article.important {
	float: left;
	width: 30%;
	margin-top: 20px;
	font-size: 20px;
	clear: right
}

footer article.important h3 {
	font-size: 20px;
	padding-bottom: 5px
}

footer article.important p {
	font-size: 18px;
	line-height: 22px
}

footer article.copyright {
	float: right;
	width: 65%;
	padding-top: 23px;
	margin-top: 20px
}


/* FREQUENTLY ASKED QUESTIONS */
/* FAQ Listing */

ul.faqs {
	display: flex;
	flex-wrap: wrap;
}

ul.faqs li {
	width: calc(100% / 3 - 4px - 30px);
	margin-bottom: 50px;
	margin-right: 50px;
	float: left;
	display: flex;
	flex-direction: column;
}

ul.faqs li article {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	margin-bottom: 0
}

ul.faqs li:nth-child(3), ul.faqs li:nth-child(6), ul.faqs li:nth-child(9), ul.faqs li:nth-child(12), ul.faqs li:nth-child(15), ul.faqs li:nth-child(18), ul.faqs li:nth-child(21) {
	margin-right: 0
}

/* FAQ Detail */

.content {
	display: table
}

.content article {
	float: none;
	width: 60%;
	padding: 0px 50px 0px 0;
	border-bottom: none;
	border-right: 1px solid #ccc;
	margin-bottom: 50px;
	display: table-cell;
	vertical-align: top
}

.content div.compare-form {
	width: 35%;
	float: none;
	padding-left: 50px;
	display: table-cell;
	overflow: hidden
}

.content div.compare-form .row {
	width: 100%;
	padding-bottom: 20px
}


/* TRUSTPILOT */

.trustpilot ul {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.trustpilot ul li {
	margin-bottom: 0px;
	width: calc(91% / 4);
	margin-right: 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column
}

.trustpilot ul li:last-child {
	margin-right: 0
}


/* RATES */

.rates h1 {
	font-size: 36px;
	padding-bottom: 30px
}

article.tables {
	width: 100%;
	float: left
}

article.tables ul {
	display: block;
	float: left;
	width: 100%;
}

article.tables ul li {
	display: block;
	float: left;
	width: 100%
}

article.tables ul li ul {
	background: rgb(255,255,255);
	display: table;
	float: none;
	width: calc(100% - 2px);
	border: 2px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 25px;
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}

article.tables ul li ul li {
	padding: 15px;
	border-bottom: none;
	border-right: 1px solid #ccc;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	float: none;
	vertical-align: middle;
	width: 15%
}

article.tables ul li ul li p {
	font-size: 16px;
	line-height: 23px
}

article.tables ul li ul li.lender {
	width: 20%;
	padding-top: 0
}

article.tables ul li ul li.lender p {
	border-top: 1px solid #ccc;
	display: block;
	width: 100%;
	padding-bottom: 0;
	padding: 10px 0
}

article.tables ul li ul li:last-child {
	border-bottom: none;
	border-right: none
}

article.tables ul li ul li img.prodlogo {
	width: 100%;
	max-width: 200px
}

article.tables ul li ul li a.button {
	letter-spacing: 1px;
	background-image: none;
	padding: 12px 20px;
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sliders {
	overflow: visible;
	padding: 20px 0;
	width: calc(47% - 4px);
	float: left
}

.rates .row {
	width: 47%;
	float: right;
	padding-top: 20px
}

/* CONTENT */
/* Terms */

.content.terms article {
	width: 75%;
	float: left;
}

.content.terms div.sidebar {
	width: 25%;
}


/* HOMEPAGE */
/* HEADER */
.header h1 {
	font-size: 38px;
	padding-bottom: 20px
}

.header p {
	padding-bottom: 45px;
	font-size: 23px;
	line-height: 32px
}

.header .compare {
	width: 50%;
	float: left
}

.header div.img {
	width: 50%;
	float: left
}

.header form input.start {
	margin-top: 42px
}

.header form .row {
	width: 80%
}

.header form .row:nth-of-type(2) {
	width: calc(80% - 170px)
}

.header form input.start {
	float: left;
	margin-left: 15px;
}

/* HOME CONTENT */

div.contenthome article {
	margin-bottom: 80px
}

div.contenthome article:last-child {
	margin-bottom: 0
}

div.contenthome article div.text {
	width: 50%;
	float: left;
	text-align: left;
	padding-top: 40px
}

div.contenthome article div.image {
	width: 50%;
	float: right;
}

div.contenthome article:nth-of-type(2) div.image {
	float: left
}

div.contenthome article div.image img {
	width: 75%;
	max-width: none
}

/* LENDER DETAIL */

.header.lender ul.breadcrumbs {
	padding-bottom: 50px
}

.header.lender div.compare {
	width: 100%;
}

.header.lender form {
	overflow: hidden;
	float: left;
	width: 100%
}

.header.lender form .row {
	float: left;
	width: calc(48% - 110px);
	margin-right: 2%
}

.header.lender form .row:nth-of-type(2) {
	float: left;
	margin-top: 0
}

.header.lender h1 {
	width: 70%;
	float: left;
}

.header.lender p{
	font-size: 20px;
	line-height: 30px;
	width: 70%;
	float: left;
}

.header.lender img.lenderlogo {
	width: 25%;
	float: right;
	padding: 0;
	margin: 0;
	display: inline
}

.header.lender form input.start {
	width: 220px;
	margin-top: 47px;
	float: left;
	margin-left: 0
}

.header.lender form label span {
	background: rgb(247,148,29);
	width: 30px;
	height: 30px;
	display: inline-block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin-right: 10px;
	font-size: 16px
}

.contenthome.lender article {
	width: 65%;
	float: left
}

.contenthome.lender ul {
	width: 30%;
	float: right
}

/* OUR LENDERS */

.ourlenders ul.ourlenders li {
	width: calc(100% / 3 - 2.5%);
	float: left;
	display: table-cell;
	margin-right: 3.7%;
	margin-bottom: 5%;
	border: 2px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ourlenders ul.ourlenders li:nth-of-type(even) {
	margin-right: 3.7%
}

.ourlenders ul.ourlenders li:nth-of-type(3), .ourlenders ul.ourlenders li:nth-of-type(6), .ourlenders ul.ourlenders li:nth-of-type(9), .ourlenders ul.ourlenders li:nth-of-type(12), .ourlenders ul.ourlenders li:nth-of-type(15) {
	margin-right: 0
}

/* THANKS */

.thanks .thanks-content {
	display: flex
}

.thanks div.artwrap {
	width: 100%;
	display: flex
}

.thanks .thanks-content article.block {
	width: 47.5%;
	display: flex;
	float: none;
	margin-right: 5%;
	flex-direction: column;
}

.thanks .thanks-content article.block:nth-of-type(2) {
	float: none;
	margin-right: 0
}

.thanks .thanks-content h3 {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 50px
}

.thanks .thanks-content article.block input {
	width: calc(50% - 40px - 10px);
	margin-right: 15px;
	float: left;
}

.thanks .thanks-content article.block div.select, .thanks .thanks-content article.block div.styled-select  {
	width: calc(50% - 40px - 10px);
	float: left;
	margin-right: 15px;
}

.thanks .thanks-content article.block form {
	padding-top: 30px
}

.thanks .thanks-content article.block form input.button {
	width: 70px;
	background-image: none;
	padding: 19px;
	float: right;
	margin-right: 0
}

.thanks .thanks-content article.block ul li {
	font-size: 20px;
}

.thanks .thanks-content article.block form {
}

.thanks .thanks-content ul.next {
	padding-bottom: 50px
}

.thanks .thanks-content ul.next li {
	width: calc(100% / 3);
	float: left;
	text-align: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.thanks .thanks-content ul.next li:nth-of-type(1):before {
	content: '';
	width: 70%;
	height: 4px;
	background: rgb(247,148,29);
	position: absolute;
	left: 50%;
	top: 40px;
}

.thanks .thanks-content ul.next li:nth-of-type(1):after {
	content: '';
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid rgb(247,148,29);
	position: absolute;
	left: calc(50% + 70%);
	top: 27px
}

.thanks .thanks-content ul.next li:nth-of-type(2):before {
	content: '';
	width: 70%;
	height: 4px;
	background: rgb(29,135,188);
	position: absolute;
	left: 50%;
	top: 40px;
}

.thanks .thanks-content ul.next li:nth-of-type(2):after {
	content: '';
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid rgb(29,135,188);
	position: absolute;
	left: calc(50% + 70%);
	top: 27px
}



.thanks .thanks-content ul.next li p{
	width: 100%;
}

.thanks .thanks-content ul.next li p.number {
	float: none;
	display: inline-block;
	float: none;
	width: 85px;
	height: 85px;
	line-height: 85px;
	font-size: 35px
}

}

/* DESKTOP DOWN TO TABLET */
@media screen and (max-width: 1250px) and (min-width: 900px) { 

header div nav ul {
	display: none
}

header div nav button {
	display: inline;
	margin-top: 33px;
	margin-right: 25px
}

.header form .row {
	width: 100%
}

.header form .row:nth-of-type(2) {
	width: calc(100% - 170px)
}

.header div.img {
	width: 47%;
	float: left;
	padding-left: 3%
}

.row {
	width: 100%
}

footer ul.sitemap {
	width: 100%;
}

footer ul.contacts {
	width: 100%;
}

footer article.important {
	width: 100%;
}

footer article.copyright {
	width: 100%
}

/* LENDER DETAIL */

.header.lender div.compare {
	width: 100%;
}

.header.lender form {
	overflow: hidden;
	float: left;
	width: 100%
}

.header.lender form .row {
	float: left;
	width: calc(48% - 110px);
	margin-right: 2%
}

.header.lender form .row:nth-of-type(2) {
	float: left;
	margin-top: 0
}

.header.lender h1 {
	width: 70%;
	float: left;
}

.header.lender p{
	font-size: 18px;
	line-height: 26px;
	width: 70%;
	float: left;
}

.header.lender img.lenderlogo {
	width: 25%;
	float: right;
	padding: 0;
	margin: 0;
	display: inline
}

.header.lender form input.start {
	width: 220px;
	margin-top: 47px;
	float: left;
	margin-left: 0
}

.header.lender form label span {
	background: rgb(247,148,29);
	width: 30px;
	height: 30px;
	display: inline-block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin-right: 10px;
	font-size: 16px
}

.contenthome.lender article {
	width: 65%;
	float: left
}

.contenthome.lender ul {
	width: 30%;
	float: right
}


/* FREQUENTLY ASKED QUESTIONS */
/* FAQ Listing */



ul.faqs li {
	width: calc(100% / 2 - 4px - 30px);
}

ul.faqs li:nth-child(3), ul.faqs li:nth-child(6), ul.faqs li:nth-child(9), ul.faqs li:nth-child(12), ul.faqs li:nth-child(15), ul.faqs li:nth-child(18), ul.faqs li:nth-child(21) {
	margin-right: 50px
}

ul.faqs li:nth-of-type(even) {
	margin-right: 0
}

/* TRUSTPILOT */

.trustpilot ul {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.trustpilot ul li {
	margin-bottom: 0px;
	width: calc(91% / 2);
	margin-bottom: 30px;
	margin-right: 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column
}

.trustpilot ul li:last-child {
	margin-right: 0
}

/* THANKS */

.thanks .thanks-content article.block ul li {
	font-size: 18px;
}

.thanks .thanks-content article.block form div.select, .thanks .thanks-content article.block form input {
	width: 100%;
}

.thanks .thanks-content article.block form input.button {
	float: left;
	width: auto;
	background-image: inherit;
	background: rgb(247,148,29) url(http://chrisholmes.lendle.co.uk/images/arrow.svg) no-repeat;
	background-position-x: 20px;
	background-position-y: 18px;
	background-size: 20px auto;
	padding: 17px 37px 17px 60px;
}

}

@media screen and (max-width: 899px) and (min-width: 581px) { 

.header.lender img.lenderlogo {
	float: left;
	padding-bottom: 30px
}

.header.lender h1, .header.lender p {
	width: 100%;
}
	
.header.lender form .row {
	float: left;
	width: 100%;
	margin-right: 0%
}

.header.lender form .row:nth-of-type(2) {
	float: left;
	margin-top: 0
}

.header.lender form input.start {
	width: 220px;
	margin-top: 0px;
	float: left;
	margin-left: 0
}

/* THANKS */

.thanks .thanks-content article.block ul li {
	font-size: 16px;
}

	
}	

/* TABLET DOWN TO MOBILE */
@media screen and (max-width: 580px) and (min-width: 0px) { 

.header.lender img.lenderlogo {
	float: left;
	padding-bottom: 30px;
	max-width: 200px;
	width: 100%;
}

.header.lender h1, .header.lender p {
	
	width: 100%
}

.header form .row:nth-of-type(2) {
	width: calc(100% - 0px)
}

.header form input.start {
	float: left;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 20px;
	width: 100%;
	background-image: none;
	font-size: 20px
}

}