/** Load Google Font **/

/** General **/
.loan {
	font-family: 'Lato', sans-serif;
}

.loan .row {
	padding: 5px 0px;
}

.loan .loan-button {
    font-weight: bold;
    display: block;
    text-decoration: none;
    background-color: transparent;
    font-size: 15px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    background: #689f38;
    border-radius: 7px;
    width: 100%;
    padding: 9px;
}

.loan .loan-button:hover {
	box-shadow: 0 0.5rem 2rem -0.5rem rgba(11, 191, 125, 0.3);
}

.loan .loan-compliance {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}


/** List 01 **/

.loan .list-01 .loan-list-item {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
	border-radius: 6px;
    margin: 0 0 15px 0;
    color: #000000;
    position: relative;
}

.loan .list-01 .loan-logo img {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.loan .list-01 .loan-value-title {
	height: auto;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #152144;
    margin: 0px;
    text-transform: uppercase;
}

.loan .list-01 .loan-value {
	text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #152144;
    margin: 0px;
}

.loan .list-01 .loan-example {
    color: #47506C;
    font-size: 10px;
    letter-spacing: 0px;
    line-height: normal;
    text-align: left;
}

.loan .list-01 .loan-highlight-container {
	border: 1px solid #dfdfdf;
	border-right: 0;
	border-left: 0;
}

.loan .list-01 .loan-social-proof-container {
	border-bottom: 1px solid #dfdfdf;
}

.loan .list-01 .loan-highlight-item {
    font-size: 14px;
}

.loan .list-01 .loan-highlight-item i {
	color: #689f38;
}

.loan .list-01 .loan-social-proof {
	font-size: 14px;
	text-align: left;
}

.loan .list-01 .loan-social-proof-value {
	font-size: 14px;
	color: #689f38;
	font-weight: bold;
}

.loan .list-01 .loan-label {
	font-size: 12px;
	position: absolute;
    top: 10px;
    color: white;
    padding: 4px 10px;
    text-transform: uppercase;
    z-index: 2;
    background-color: #22366a;
    left: 0px;
    border-radius: 0px 7px 7px 0px;
}

/** List 01 - Media Queries **/

@media (min-width: 992px) {
	.loan .list-01 .loan-detail-item {
		border-right: 1px solid #dfdfdf;
	}
	.loan .list-01 .loan-detail-container {
		border-left: 1px solid #dfdfdf;
	}
	.loan .list-01 .loan-logo img {
    	max-width: 150px !important;
    }
}

@media (max-width: 992px) {
	.loan .list-01 .loan-label {
		top: 0px;
	}
	.loan .list-01 .loan-label {
		border-radius: 7px 0px 7px 0px;
	}
	.loan .list-01 .loan-button-container {
		margin-top: 10px;
	}
	.loan .list-01 .loan-detail-item:nth-child(odd) {
		border-right: 1px solid #dfdfdf;
	}
	.loan .list-01 .loan-social-proof-container {
		border-top: 1px solid #dfdfdf;
	}
	.loan .list-01 .loan-logo img {
        max-height: 50px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

/** Loan Filter **/
.loan .loan-filter .col {
    padding: 25px;
}

.loan .row.loan-filter {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 6px;
    color: #000000;
    margin: 0 0 25px 0;
}

.loan .loan-filter .noUi-base .noUi-connect {
    background: #007aff;
}

.loan .loan-filter #amount-slider-value,
.loan .loan-filter #age-slider-value {
    color: #689f38;
    font-weight: bold;
}

.loan .loan-filter .noUi-target {
    border: none;
    box-shadow: none;
    margin: 11px 0px;
    background: #dfdfdf;
}

.loan .loan-filter .noUi-horizontal {
    height: 5px;
}

.loan .loan-filter .noUi-horizontal .noUi-handle {
    top: -12px;
    border: 1px solid #ffffff;
    background-color: #007aff;
    box-shadow: none;
    border-radius: 6px;
}

.loan .loan-filter .noUi-handle:after, 
.loan .loan-filter .noUi-handle:before {
    display: none;
}


/** Loan Filter - Media Queries **/

@media (max-width: 992px) {
    .loan .loan-filter .col {
        padding: 5px 25px;
    }
}