#digital-retail-module {
	background-color: #herebeyedragons;
}

#digital-retail-module h3 {
	color: #333;
}

#digital-retail-module .btn-default {
	width: 100%;
    height: 60px;
    font-size: 18px;
    background-color: #f9f9f9;
    white-space: normal;
}

#digital-retail-module .btn-primary:hover {
	background-color: #3276B1;
}

#digital-retail-module .btn-primary.active, 
#digital-retail-module .btn-default.active {
	background-color: #ddd;
	border: 1px solid #ddd;
	color: #333;
}

/* ========== TOP NAVIGATION STYLES ========== */

#digital-retail-module .nav-tabs {
	border-bottom: none;
}

#digital-retail-module .nav-tabs li {
	width: 20%;
}

#digital-retail-module .nav-tabs li a {
	border-color: #ddd;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    margin-right: -1px;
    padding: 15px;
}

#digital-retail-module .nav-tabs li.active a {
	background-color: #169ED7;
    color: #fff;
}


/* ========== GENERAL FORM ELEMENTS ========== */

#digital-retail-module input[type="text"],
#digital-retail-module input[type="email"],
#digital-retail-module input[type="number"],
#digital-retail-module select,
#digital-retail-module textarea {
	height: 46px;
}

#digital-retail-module label {
	font-weight: normal;
}


/* ========== START APPLICATION VIEW ========== */

.finance-block, .cash-block {
	background-color: #F9F9F9;
	border: 1px solid #ddd;
}

.finance-block h4,
.cash-block h4 {
	text-align: center;
    margin: 0 0 7% 0;
    font-weight: lighter;
    font-size: 32px;
    padding: 0 30px;
}

.finance-block img {
	padding: 7% 15% 4%;
}

.finance-block .btn-primary,
.cash-block .btn-primary {
	margin-bottom: 0;
	text-transform: uppercase;
}

.finance-block .btn-primary:hover {
	background-color: #3276B1;
}


.cash-block h4 {
	margin: 7% 0;
}

.cash-block .btn-primary {
	background-color: #ddd;
 	color: #333;
}

#block-divider {
	margin: 0;
}

#block-divider .line {
    border-bottom: 1px solid #ddd;
    height: 30px;
    margin-bottom: 30px;
 }

#block-divider .break {
	text-align: center;
	margin-top: 19px;
	font-size: 18px;
	font-weight: normal;
}

.dr-start {
	margin-top: 20px;
}

.btn-drstart {
	background-color: #f9f9f9;
	color: #333;
	border: 1px solid #ddd;
}

/* ========== TRADE IN VIEW ========== */

.tradein-block {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin: 0;
    display: flex;
    max-height: 250px;
}

.tradein-block h2 {
	margin: 0;
    font-weight: bold;
    font-size: 51px;
    line-height: 1;
    margin-bottom: 19px;
}

.tradein-block h2 small {
	color: #333;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.tradein-image {
	margin: 19px 0;
}

.tradein-image .img-responsive, .list-group .img-responsive {
	width: 100%;
}

.tradein-button {
	padding-right: 0;

}

.tradein-button .btn-primary {
	margin-bottom: 0;
	background-color: #5BCC77;
	padding: 18% 0;
}

.tradein-button .glyphicon {
	font-size: 48px;
}

#digital-retail-module .list-group {
	margin: 20px 0;
}

#digital-retail-module .list-group h4 {
	margin: 0;
}

#digital-retail-module .list-group-item {
    padding: 15px 0px;
    background-color: #f9f9f9;
}

#digital-retail-module .list-group-item .btn {
	border-radius: 50px;
}

#digital-retail-module .list-group-item .glyphicon {
	top: 2px;
	font-size: 14px;
}

/* ========== RESERVE IT NOW VIEW ========== */

.deposit-block {
	background-color: #F9F9F9;
	border: 1px solid #FFB139;
	padding: 0;
}

.deposit-block h4 {
	text-align: center;
    margin: 0 0 7% 0;
    font-weight: lighter;
    font-size: 32px;
    padding: 0 30px;
}

.deposit-block img {
	padding: 7% 15% 4%;
}

.deposit-block .btn-primary {
	margin-bottom: 0;
	text-transform: uppercase;
	background-color: #FFB139;
}

#digital-retail-module .deposit-block .btn-primary:hover {
	background-color: #F6AA35;
}


.deposit-payment {
	margin-top: 20px;
}

.deposit-payment img {
	margin: 0 auto;
}


/* ========== FINANCING VIEW ==========*/

.rebates-select .btn-default {
	text-align: left;
    margin: 5px 0;
}

.terms-block {
	background-color: #F9F9F9;
	border: 1px solid #ddd;
	margin: 0;
	padding: 35px 15px;
}

.terms-block .btn-group {
	margin-bottom: 15px;
}

.terms-block .form-group {
	margin: 10px 0 0 0;
}

.terms-block .btn-primary {
	padding: 10px;
}

#digital-retail-module .terms-block .btn-primary.active {
	background-color: #5BCC77;
	color: #fff;
	border: none;
}

.terms-block .btn-primary:hover {
	background-color: #3276B1;
}

.terms-block .term-selectors {
	text-align: center;
	font-size: 24px;
}

/* ========== ESTIMATED FINANCING ASIDE ========== */

.estfinance-block h3, .estfinance-block h4 {
	border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.estfinance-block h3 span, .estfinance-block h4 span {
	font-weight: bold;
}

.estfinance-block h4 {
	margin-top: 20px;
}

h3.loan-amount {
	border-bottom: none;
	padding-bottom: 15px;
}

h4.added-tradein {
	font-size: 18px;
	font-weight: normal;
	color: #5BCC77;
}

.estfinance-block .form-group {
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}

.estfinance-block label {
    font-size: 18px;
    font-weight: normal;
    margin-top: 11px;
}

.estfinance-block .input-group {
	width: 125px;
}

.estfinance-block .input-group-addon {
/* 	display: none; */
}

.estfinance-block .form-control {
	font-size: 18px;
}

.estpayment-block {
    border: 1px solid #ddd;
    padding: 15px;	
}
.estpayment-block label {
	color: #169ED7;
	margin: 0;
}

.estpayment-block .payment-number {
	background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #169ED7;
    font-weight: bold;
    font-size: 36px;
    height: 54px;
    padding: 0;
}

.estfinance-block .btn-primary {
	background-color: #5BCC77;
	text-transform: uppercase;
}


/* ========== DEVICE SPECIFIC STYLES ========== */

@media (max-width: 480px) {

	#digital-retail-module .btn-default {
		font-size: 16px;
	}

	.finance-block h4,
	.cash-block h4,
	.deposit-block h4 {
		font-size: 14px;
	}

	.finance-block .btn-primary,
	.cash-block .btn-primary,
	.deposit-block .btn-primary {	
    	font-size: 16px;
	}

}

@media (max-width: 960px) {

	/* ========== TOP NAVIGATION STYLES ========== */

	#digital-retail-module .nav-tabs li {
		width: 100%;
	}

	/* ========== FINANCING VIEW ==========*/

	.terms-block .term-selectors {
		margin-top: 20px;
	}

	/* ========== TRADE IN VIEW ==========*/

	.tradein-block{
		display: block;
		max-height: 100%;
	}

	.tradein-button {
		padding: 0;
	}

	.tradein-button .btn-primary {
		padding: 30px 0;
	}

	
	.tradein-block h2 {
		text-align: center;
		margin-bottom: 30px;
	}

	.trade-desc {
		margin-top: 15px;
	}


}

#digital-retail-module .disclaimer {
    padding: 0 !important;
    font-size: 12px;
    color: #999;
}

.estpayment-block .input-group-addon {
    padding: 0px;
    padding-top: 5px;
    border: none;
    background-color: transparent;
    font-size: 32px;
    color: #169ED7;
    font-weight: bold;
}