section.hero {
	padding-bottom: 0
}

section.hero div.wrapper div.left {
	float: left;
	width: 100%;
	padding-right: 0%;
}

section.hero div.wrapper div.left h1 {
	color: #fff;
	font-size: 41px;
	display: block;
	float: left;
	padding: 15px 20px;
	background: rgba(40,56,145,0.22);
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	border: 3px solid #76d3f4;
	margin-bottom: 20px
}

section.hero div.wrapper div.left p {
	display: block;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 30px
}

ul.compare-table-head {
	display: table;
	width: 100%;
	float: left;
	background: #0e89cf;
	height: 60px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;	
}


ul.compare-table-head li {
	display: table;
	float: left;
	color: #fff;
	height: 60px;
	vertical-align: middle;
	width: 14.28%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	padding: 0 1%;
	line-height: 18px
}

ul.compare-table-head li p {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
}

ul.compare-table-head li.lender {
	width: 15%;
}

ul.compare-table-head li.rate {
	width: 11%;
}

ul.compare-table-head li.product {
	width: 45%;
}

ul.compare-table-head li.period {
	width: 10%;
}

ul.compare-table-head li.type {
	width: 8%;
}

ul.compare-table-head li.cost {
	width: 10%;
}

ul.compare-table-head li.ltv {
	width: 10%;
}

ul.compare-table-head li.link {
	width: 10%;
	border-right: none
}

ul.compare-deal {
	display: block;
	width: 100%;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: none;	
	display: table;
}

ul.compare-deal li {
	display: table;
	float: left;
	color: #0e76bc;
	height: 130px;
	font-size: 18px;
	padding-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
}

ul.compare-deal li p {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
}

ul.compare-deal li p span {
	display: none;
	color: #666;
	font-size: 16px
}

ul.compare-deal li p img {
	width: 100%;
	height: auto;
	max-width: 140px
}

ul.compare-deal li.lender {
	width: 15%;
}

ul.compare-deal li.rate {
	width: 10%;
}

ul.compare-deal li.period {
	width: 10%;
}

ul.compare-deal li.product {
	width: 35%;
}

ul.compare-deal li.type {
	width: 10%;
}

ul.compare-deal li.cost {
	width: 10%;
}

ul.compare-deal li.ltv {
	width: 10%;
}

ul.compare-deal li.link {
	width: 10%;
	border-right: none;
}

ul.compare-deal li.info {
	width: 100%;
	min-height: 0;
	padding: 20px;
	background: #ceebfc;
	text-align: left;
	line-height: 20px;
	color: #535c7c;
	border-top:1px solid #ccc;
	font-size: 15px;
	height: auto;
}

ul.compare-deal li.product p {
	width: 100%;
	padding-top: 10px;
	font-size: 17px;
	text-align: left;
	padding-left: 10px;
	line-height: 22px
}

ul.compare-deal li.product p strong {
	padding-bottom: 30px
}

ul.compare-deal li.link a {
	display: block;
	font-size: 16px;
	background: #f7941e;
	width: auto;
	padding: 10px 0px;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10% 0 10%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

ul.compare-deal li.link a:hover {
	background:#f76b1e
}


/* FILTER */
p.filter-title {
	display: block;
	background: #5c528f;
	width: auto;
	float: left;
	padding: 10px 13px;
	-moz-border-radius-top-left: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;	
	color: #fff;
	font-size: 18px;
}


div.filter {
	background: #dbd6f3;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.filter div {
	float: left;
	width: 50%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.filter div p.title {
	display: block;
	float: left;
	width: 50%;
	font-size: 16px;
	padding-top: 3px;
	height: 35px;
}

div.filter div p.money {
	display: block;
	float: left;
	width: 50%;
	font-size: 18px;
	text-align: right;
	height: 35px
}

div.filter div p.ltv-title {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	padding-top: 5px;
	text-align: left;
	margin-bottom: 20px;
}

div.filter div p.ltv-money {
	display: block;
	float: left;
	width: 100%;
	font-size: 18px;
	text-align: center;
}

div.filter div div.select-wrapper {
	padding: 5px;
	width: 100%;
	border: 1px solid #ccc;
	background: url(../images/drop.png) no-repeat #fff right center
}

div.filter div div.select-wrapper select {
	border: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 16px;
	color: #666;
	outline: none;
	width: 100%
}

div.filter div.slide {
	width: 100%;
	background: #ffbf54;
	height: 15px;
	padding: 0;
	margin-top: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	border: 2px solid #eff7fc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.filter div.button {
	width: 30px;
	height: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	padding: 0;
	position: absolute;
	top: -9px;
	left: 10px;
	border: 5px solid #f6922c
}

div.filter div p.money span {
	background: #fff;
	padding: 2px 5px
}

div.filter div.form {
	float: left;
	width: 100%;
	background: #263c8f;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.filter div.form form {
	margin: auto;
	color: #fff;
	width: 100%;
	padding-bottom: 0
}

div.filter div.form form div.row {
	float: left;
	width: 31.3333%;
	padding: 5px;
	border: 1px solid #5878ce;
	margin-right: 3%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #304ea0
}

div.filter div.form form div.last {
	margin-right: 0;
}

div.filter div.form form div.row label {
		float: left;
		width: 50%;
		padding-top: 3px;
		font-size: 15px
}

div.filter div.form form div.row select {
	width: 50%
}

div.select-menu-button {
	float: left;
	background: #0f8ccd url(../images/menu.png) no-repeat left center;
	padding: 10px 10px 10px 45px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	display: none;
}

div.select-menu-button select {
	background: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 16px;
	color: #fff;
}

section.content div.filter div.radio {
	padding-bottom: 0;
	margin-bottom: 0
}

section.content div.filter div.radio input {
	margin-right: 10px
}

section.content div.filter div.clear {
	width: 100%;
	height: 20px;
	overflow: hidden;
	padding: 0
}

/* UNSECURED TABLE */

table {
	width: 100%;
	margin-bottom: 30px
}

table tr.head {
	color: #fff;
}

table tr.head td {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
	padding: 12px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px
}

table tr.entry {
	background: #fff;
	color: #333;
	width: 100%;
}

table tr.entry td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: none;
	color: #f6912a;
	font-size: 18px;
	padding: 20px 20px;
	line-height: 24px;
	font-weight: 700
}

table tr.entry td ul {
	display: block;
	float: left
}

table tr.entry td ul li {
	float: left;
	width: 28%;
	margin-right: 5%;
	line-height: 20px;
	color: #5c558b
}

table tr.entry td ul li span {
	font-weight: 300;
	color: #444;
}

table tr.entry td img {
	width: 100%;
	height: auto;
	max-width: 140px
}

table tr.info {
	width: 100%;
}

table tr.info td {
	background: #dcd7f2;
	padding: 20px;
	border: 1px solid #ccc;
	border-top: none;
	color: #444;
	width: 100%;
	line-height: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-size: 15px
	}

table tr.entry td a {
	display: block;
	font-size: 16px;
	background: #71c23b;
	width: auto;
	padding: 10px 0px;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10% 0 10%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

table tr.entry td a:hover {
	background:#f76b1e
}


table tr.head td {font-weight: 700; background: #5c558b}
table tr.head td.lender {width: 14%;}
table tr.head td.product {width: 40%}
table tr.head td.apr {width: 10%}
table tr.head td.payment {width: 12%}
table tr.head td.total {width: 12%}
table tr.head td.apply {width: 12%}

table tr.head td.cc-lender {width: 20%;}
table tr.head td.cc-product {width: 60%}
ttable tr.head td.cc-apply {width: 20%}

table tr.entry td.cc-lender {width: 20%;}
table tr.entry td.cc-product {width: 60%}
ttable tr.entry td.cc-apply {width: 20%; background: red}

table tr.head td.lender {
	-moz-border-radius-top-left: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

table tr.head td.apply {
	-moz-border-radius-top-right: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

table tr.entry td.product {
	text-align: left;
	vertical-align: text-top;
}

table tr.entry strong {

}

table tr.mobile-view {
	width: 100%;
	display: none;
}

table tr.mobile-view td {
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	color: #444;
	width: 100%!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden
}


table tr.mobile-view td strong {
	font-weight: 700;
	color: #f69029;
}

table tr.mobile-view td span {
	font-weight: 700
}

table tr.mobile-view td img {
	padding-bottom: 10px
}

table tr.mobile-view td p {
	padding-bottom: 20px
}

.msg {
	padding-bottom:0px !important;
	color: #f7941e !important;
	font-weight: bold !important;
}

table tr.mobile-view td a {
	display: block;
	font-size: 16px;
	background: #71c23b;
	width: auto;
	padding: 10px 0px;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10% 0 10%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

table tr.mobile-view td a:hover {
	background:#f76b1e
}



table tr.entry td.credit-card p.title {
	color: #333;
	padding-bottom: 10px
}

table tr.entry td.credit-card ul {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-bottom: 10px
}

table tr.entry td.credit-card ul li {
	width: 30%;
	float: left;
	margin-right: 3%;
	color: #333;
}

table tr.entry td.credit-card ul li strong {
	color: #0e76bc;
}

table tr.entry td.credit-card p.signoff {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	display: block;
	float: left;
	padding-top: 10px
}

table tr.entry td.credit-card a {
	width: auto!important;
	float: left;
	margin: 0 10px 0 0;
	padding: 10px 10px;
}

table tr.mobile-view td.credit-card {
	width: 100%;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table tr.mobile-view td.credit-card img{
	width: 40%;
    padding-top: 10px;
}

table tr.mobile-view td.credit-card p.signoff {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	display: block;
	float: left;
	padding-top: 10px
}

table tr.mobile-view td.credit-card a {
	width: auto!important;
	margin: 0 0px 10px 0;
	padding: 10px 10px;
}

table tr.mobile-view td.credit-card ul {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-bottom: 10px
}

table tr.mobile-view td.credit-card li {
	width: 100%;
	float: left;
	margin-right: 0%;
	color: #333;
}

table tr.mobile-view td.credit-card strong {
	color: #0e76bc;
}

table tr.mobile-view td.credit-card p.title {
	color: #333;
	padding-bottom: 10px
}


 section.introduction h1 {
	 font-size: 35px;
	 font-weight: 700;
	 margin-bottom: 10px;
	 color: #ffbf54;
 }
 
section.introduction p {
    color: #444;
    line-height: 25px;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

 section.introduction div.banner {
	 width: 30%;
	 float: right;
	 height: 140px;
	 background:#dbd6f3;
	 -webkit-border-radius:10px;
	 -moz-border-radius:10px;
	 border-radius:10px;
	 margin-left: 20px;
	 padding: 15px;
	 
 }
@media screen and (max-width: 980px) and (min-width: 768px) { 
	/* FILTER */

div.filter div {
	float: left;
	width: 50%;
	padding: 20px;
}

div.filter div p.title {
	width: 100% !important;
	text-align: center;
}

div.filter div p.money {
	width: 100%;
	text-align: center;
}

div.filter div p.ltv-title {
	width: 100%;
	text-align: center;
}

div.filter div p.ltv-money {
	width: 100%;
	font-size: 18px;
	text-align: center;
}

div.filter div.slide {
	width: 100%;
	margin-top: 15px;
	}

div.filter div.form form div.row {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 7px
}

div.filter div.form form div.last {
	margin-right: 0;
}

div.select-menu-button {
	display: inline
}

section.hero div.wrapper ul.sub-menu {
	display: none;
}

table tr.entry td {
	font-size: 16px;
	padding: 10px 10px
}

section.content div.filter div.radio {
	padding-bottom: 0;
	margin-bottom: 0;
	width: 50%
}

section.content div.filter div.radio input {
	margin-right: 10px
}

 section.introduction {
	 display: none
 }
}


@media screen and (max-width: 767px) and (min-width: 650px){

ul.compare-table-head li {
	font-size: 13px;
	line-height: 15px
}

ul.compare-deal li {
	height: 100px;
	font-size: 13px;
}

ul.compare-deal li.link a {
	font-size: 14px;
}

ul.compare-deal li.info {
	line-height: 18px;
	font-size: 14px;
}

	/* FILTER */

div.filter div {
	float: left;
	width: 50%;
	padding: 20px;
}

div.filter div p.title {
	width: 100%;
	text-align: center;
}

div.filter div p.money {
	width: 100%;
	text-align: center;
}

div.filter div p.ltv-title {
	width: 100%;
	text-align: center;
}

div.filter div p.ltv-money {
	width: 100%;
	font-size: 18px;
	text-align: center;
}

div.filter div.slide {
	width: 100%;
	margin-top: 15px;
	}

div.filter div.form form div.row {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 7px
}

div.filter div.form form div.last {
	margin-right: 0;
}

div.select-menu-button {
	display: inline
}

section.hero div.wrapper ul.sub-menu {
	display: none;
}

table tr.head td.lender {width: 25%;}
table tr.head td.product {width: 40%}
table tr.head td.apr {width: 20%}
table tr.head td.payment {width: 0%; display: none}
table tr.head td.total {width: 0%; display: none}
table tr.head td.apply {width: 15%}

table tr.entry td.lender {width: 25%;}
table tr.entry td.product {width: 40%}
table tr.entry td.apr {width: 20%}
table tr.entry td.payment {width: 0%; display: none}
table tr.entry td.total {width: 0%; display: none}
table tr.entry td.apply {width: 15%}



table tr.entry td.credit-card ul li {
	width: 100%;
	float: left;
	margin-right: 0%;
	color: #333;
	padding-bottom: 10px
}

section.content div.filter div.radio {
	padding-bottom: 0;
	margin-bottom: 0;
	width: 50%
}

section.content div.filter div.radio input {
	margin-right: 10px
}

table tr.entry td ul li {
	width: 100%;
	padding-bottom: 10px
}
 section.introduction {
	 display: none
 }

}



@media screen and (max-width: 649px) and (min-width: 280px){ 

ul.compare-table-head {
	height: 10px
}

ul.compare-table-head li {
	display: none;
}

ul.compare-deal {
	border-width : 3px
}

ul.compare-deal li p span {
	display: inline;
}

ul.compare-deal li.lender {
	width: 100%;
	height: auto;
	padding: 8px 0
}

ul.compare-deal li.rate {
	width: 100%;
	height: auto;
	padding: 8px 0
}

ul.compare-deal li.period {
	width: 100%;
	height: auto;
	padding: 8px 0
}

ul.compare-deal li.type {
	width: 100%;
	height: auto;
	padding: 8px 0
}

ul.compare-deal li.cost {
	display: none
}

ul.compare-deal li.ltv {
	display: none
}

ul.compare-deal li.link {
	width: 100%;
	border-right: none;
	height: auto;
	padding: 10px 0;
	margin-bottom: 10px;
}

ul.compare-deal li.info {
	display: none
}

ul.compare-deal li.link a {
	display: block;
	font-size: 20px;
	background: #f7941e;
	width: auto;
	padding: 10px 0px;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10% 0 10%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	text-align: center
}

/* TAB PANEL */

ul.tabs {
		width: 100%;
		padding-right: 0%
		}
		
	ul.tabs li a {
		text-decoration: none;
		color:#FFF;
		display: block;
		outline: none;
		font-family:Helvetica, Arial, sans-serif;
		font-weight:bold;
		margin: 0 !important; padding: 10px 10px 10px 0px !important; background: none !important;
		border-radius: 1px;
		font-size: 17px;
		line-height: 22px
		}
		
.tab_content {
	float: left;
	width: 100%;
	padding-top: 10px;
	line-height: 22px
}

	/* FILTER */

div.filter div {
	float: left;
	width: 50%;
	padding: 20px;
}

div.filter div p.title {
	width: 50%;
	text-align: left;
}

div.filter div p.money {
	width: 50%;
	text-align: center;
}

div.filter div p.ltv-title {
	width: 100%;
	text-align: center;
}

div.filter div p.ltv-money {
	width: 100%;
	font-size: 18px;
	text-align: center;
}

div.filter div.slide {
	width: 100%;
	margin-top: 15px;
	}

div.filter div.form form div.row {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 7px
}

div.filter div.form form div.last {
	margin-right: 0;
}	

div.select-menu-button {
	display: inline
}

section.hero div.wrapper ul.sub-menu {
	display: none;
}

table tr.head td.lender {width: 25%;}
table tr.head td.product {width: 40%}
table tr.head td.apr {width: 10%}
table tr.head td.payment {width: 0%; display: none}
table tr.head td.total {width: 0%; display: none}
table tr.head td.apply {width: 20%}

table tr.entry td.lender {width: 25%;}
table tr.entry td.product {width: 40%}
table tr.entry td.apr {width: 10%}
table tr.entry td.payment {width: 0%; display: none}
table tr.entry td.total {width: 0%; display: none}
table tr.entry td.apply {width: 20%}


table tr.entry td.credit-card ul li {
	width: 100%;
	float: left;
	margin-right: 0%;
	color: #333;
	padding-bottom: 10px
}

table tr.entry td.credit-card a {
	margin-bottom: 10px
}	
table tr.entry td ul li {
	width: 100%;
	padding-bottom: 10px
}
 section.introduction {
	 display: none
 }

}


@media screen and (max-width: 500px) and (min-width: 280px){ 
/* FILTER */

div.filter div {
	float: left;
	width: 100%;
	padding: 20px;
}

div.filter div p.title {
	width: 50%;
	text-align: left;
	height: 20px
}

div.filter div p.money {
	width: 50%;
	text-align: right;
	height: 20px
}

div.filter div p.ltv-title {
	width: 50%;
	text-align: left;
}

div.filter div p.ltv-money {
	width: 50%;
	font-size: 18px;
	text-align: right;
}

div.filter div.slide {
	width: 100%;
	margin-top: 15px;
	}

/* UNSECURED TABLE */
table tr.head {
	display: none
}

table tr.head td{
	display: none
}

table tr.entry {
	display: none;
}

table tr.mobile-view {
	display:inline-table;
	width: 100%
}

table tr.entry td.credit-card ul li {
	width: 100%;
	float: left;
	margin-right: 0%;
	color: #333;
	padding-bottom: 10px
}
 section.introduction {
	 display: none
 }	
}