/* PAGE RELATED ELEMENTS */

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/


/* FINANCE PAGE */

body.page .page-content.finance-page-latitude {
	text-align:center;
	font-size:15px;
	padding-top:0;
	padding-bottom:40px;
}

.finance-page-latitude .page-header-heading {
	margin:30px 15px;
	font-size:32px;
	color:#ffffff;
	text-shadow: 0px 2px 5px #000;
	margin-top: 32px;
	background-color:#222222;
	background-color:rgba(34,34,34,0.92);
	padding: 25px;
	display: inline-block;
}

.finance-page-latitude .latitude-apply-button {
	width:240px;
}

.finance-page-latitude .latitude-apply-button .loader {
	margin-left:10px;
}

.finance-page-latitude .page-section {
	margin-bottom:30px;
	background:white;	
}

.finance-page-latitude .page-section .page-section-split {
	margin-bottom:20px;
}

.finance-page-latitude .page-section .page-section-split .section-split {
	border-top: 1px solid #eee;
}

.finance-page-latitude .page-section .page-section-title {
	font-weight:bold;
	font-size:30px;
	margin-bottom:25px;
	color:#222222;
}

.finance-page-latitude .page-header-banner {
	display:inline-block;
	width:100%;
	height:160px;
	text-align: center;
	padding:0;
	overflow:hidden;
}

.finance-page-latitude .page-header-banner .header-banner-img ,
.finance-page-latitude .page-header-banner .header-banner-mobile-img {
	background:transparent no-repeat center top;
	position:relative;
	display:inline-block;
	width:100%;
	height:160px;
}
.dotted {
	padding: 7px;
	background-image: -webkit-repeating-radial-gradient(center center, rgba(105,105,105,.2), rgba(105,105,105,.2) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(105,105,105,.2), rgba(105,105,105,.2) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(105,105,105,.2), rgba(105,105,105,.2) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(105,105,105,.2), rgba(105,105,105,.2) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	}

@media (max-width:767px) {

	.finance-page-latitude .page-header-banner .header-banner-img {
		background:transparent!important;
		display:none;
	}

	.finance-page-latitude .page-header-heading {
		font-size:25px;
		margin-top:35px;
		padding:15px;
	}
	
	.nav>li>a {
		display:inline-block;		
	}

}

@media (min-width:768px) {

	.finance-page-latitude .page-header-banner .header-banner-mobile-img {
		background:transparent!important;
		display:none;
	}

	body.page .page-content.finance-page-latitude {
		margin-left:-15px;
		margin-right:-15px;
	}

	body.page .page-content.finance-page-latitude .page-content-inner {
		padding-left:15px;
		padding-right:15px;
	}

}

.finance-page-latitude .top-apply-button-wrap {
	display:inline-block;
	width:100%;
	margin-top:30px;
    margin-bottom:10px;
	float: left;
}

.finance-page-latitude .top-apply-button-wrap .apply-card-image {
	display:inline-block;
	width: 100%;
	max-width: 160px;
	margin-bottom: 15px;
}

.finance-page-latitude .top-apply-button-wrap .latitude-apply-button {
	width: 100%;
	max-width: 160px;
}

.finance-page-latitude .page-section.page-section-benefits {
	background:#222222;
	/*color:#ffffff;*/
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.finance-page-latitude .page-section.page-section-benefits .page-section-benefits-inner {
	display:inline-block;
	width:100%;
	border:1px dashed #666666;
	padding:15px;
	float:left;
}

.finance-page-latitude .page-section.page-section-benefits .apply-card-image {
	display:inline-block;
	width:100%;
	height:auto;
	margin-bottom:10px;
	max-width:240px;
}

.finance-page-latitude .page-section.page-section-benefits .latitude-apply-button {
	width:100%;
	max-width:240px;
}

.finance-page-latitude .page-section.page-section-benefits .page-section-title {
	color:#dba000;
}

.finance-page-latitude .benefits-list {
	text-align:left;
	list-style: none;
	margin: 0;
	padding: 47px 0px 15px 29px;
	color:rgb(243,243,243);
}

.finance-page-latitude .benefits-list li {
	padding: 0 0 15px 20px;
}

.finance-page-latitude .benefits-list li:before {
	position: absolute;
	content: "\f00c";
	font-family: 'FontAwesome';
	margin-left: -21px;
	margin-top: 1px;
	color: #dc140a;

}


.finance-page-latitude .no-benefits-list {
	text-align:left;
	list-style: none;
	margin: 0;
	padding: 47px 0px 15px 29px;
	color:rgb(243,243,243);
}

.finance-page-latitude .no-benefits-list li {
	padding: 0 0 15px 20px;
}


.finance-page-latitude .no-benefits-list li:before {
	position: absolute;
	content: "\f00d";
	font-family: 'FontAwesome';
	margin-left: -21px;
	margin-top: 1px;
	color: #dc140a;
}

.finance-page-latitude .interest-free-logo {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 150px;
	margin-top:15px;
}

.finance-page-latitude .finance-benefits-image .interest-free-logo {
	margin-top:0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    background-color: gray;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: red;
}
@media (min-width:768px) {

	.finance-page-latitude .benefits-list li {
		padding: 0 0 15px 30px;
		font-size:18px;
	}

	.finance-page-latitude .benefits-list li:before {
		margin-left: -30px;
		margin-top: 3px;
	}

}

@media (max-width:767px) {

	.finance-page-latitude .finance-benefits-image .interest-free-logo {
		margin:15px 0;
	}

}

.finance-page-latitude .latitude-cards-list {
	margin-top:10px;
	margin-bottom:10px;
}

.finance-page-latitude .latitude-cards-list .latitude-card-item {
	text-align:center;
	margin-bottom: 15px;
}

.finance-page-latitude .latitude-cards-list .latitude-card-item img {
	display:inline-block;
	width:100%;
	height:auto;
}

.finance-page-latitude .apply-now-wrap {
	text-align:left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.finance-page-latitude .apply-now-list li {
	list-style:none;
}

.finance-page-latitude .apply-now-list li {
	padding: 0 0 15px 0;
}

.finance-page-latitude .apply-now-list li:before {
	position: absolute;
	content: "\f00c";
	font-family: 'FontAwesome';
	margin-left: -21px;
	margin-top: 1px;
	color: #dc140a;
}

@media (min-width:768px) {

	.finance-page-latitude .apply-now-list li {
		font-size:18px;
	}

	.finance-page-latitude .apply-now-list li:before {
		margin-left: -30px;
		margin-top: 2px;
	}

}

.finance-page-latitude .apply-now-wrap .apply-now-image img {
	display:inline-block;
	width:100%;
	height:auto;
}

.finance-page-latitude .apply-now-steps {
	margin-top:20px;
	margin-bottom: 15px;
}

.finance-page-latitude .apply-now-steps .bs-wizard-stepnum i {
	color:#dc140a;
	font-size:30px;
}

.finance-page-latitude .apply-now-steps .bs-wizard-stepnum span {
	clear:both;
	display:inline-block;
	width:100%;
}

.finance-page-latitude .apply-now-steps .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
	top:74px;
}

.finance-page-latitude .apply-now-steps .bs-wizard-info {
	color:#595959;
}

.finance-page-latitude .apply-now-steps .bs-wizard-info strong {
	margin-bottom:10px;
}

.finance-page-latitude .apply-now-steps .bs-wizard-info p em {
	color:#222222;
	font-weight:bold;
}

.finance-page-latitude .page-section-deals .page-section-deals-text p {
	font-size:18px;
	margin-bottom: 25px;
}

.finance-page-latitude .page-section-deals .page-section-sub-text p {	
	margin-bottom: 27px;
}

@media (min-width:768px) {

	.finance-page-latitude .page-section-deals .page-section-content-inner {
		margin-left:-15px;
		margin-right:-15px;
	}

}


.finance-page-latitude .page-section-terms .page-section-title {
	font-size:20px;
}

.finance-page-latitude .page-section-terms .page-section-content {
	text-align:center;
	font-size:13px;
}

.finance-page-latitude .page-section-terms .page-section-content p {
	margin-bottom:10px;
	line-height:20px;
}
#img-mobile-promotion {
    display: block;
}
#img-tablet-promotion {
    display: none;
}
#img-desktop-promotion {
    display: none;
}

@media (min-width: 768px) {
    #img-mobile-promotion {
        display: none;
    }
    #img-tablet-promotion {
        display: block;
    }
    #img-desktop-promotion {
        display: none;
    }
}
@media (min-width: 1200px) {
    #img-mobile-promotion {
        display: none;
    }
    #img-tablet-promotion {
        display: none;
    }
    #img-desktop-promotion {
        display: block;
    }
}

.img-mobile-promotion {
    display: block;
}
.img-tablet-promotion {
    display: none;
}
.img-desktop-promotion {
    display: none;
}

@media (min-width: 768px) {
    .img-mobile-promotion {
        display: none;
    }
    .img-tablet-promotion {
        display: block;
    }
    .img-desktop-promotion {
        display: none;
    }
}
@media (min-width: 1200px) {
    .img-mobile-promotion {
        display: none;
    }
    .img-tablet-promotion {
        display: none;
    }
    .img-desktop-promotion {
        display: block;
    }
}

/* SUPPORT PAGE */
@media (max-width: 768px) {
    a.full-width-button {
		width: 100%;
		display: block;
		margin-top: 10px;
    }
}
