.btn-bday, .btn-bday:active, .btn-bday:visited, .btn-bday:hover {
  color: #ffffff;
}

/*Dealeron Overides*/
#content-description { display: none; }
.btn-bday {
color: #FFFFFF;
background-color: #e7233a;
border-color: #e7233a;
border-radius: 25px;
font-size: 17px;
font-weight: bolder;
text-transform: uppercase;
}

.btn-bday:hover,
.btn-bday:focus,
.btn-bday:active,
.btn-bday.active,
.open .dropdown-toggle.btn-bday {
color: #FFFFFF;
background-color: #c11126;
border-color: #c11126;
}

.btn-bday:active,
.btn-bday.active,
.open .dropdown-toggle.btn-bday {
background-image: none;
}

.btn-bday.disabled,
.btn-bday[disabled],
fieldset[disabled] .btn-bday,
.btn-bday.disabled:hover,
.btn-bday[disabled]:hover,
fieldset[disabled] .btn-bday:hover,
.btn-bday.disabled:focus,
.btn-bday[disabled]:focus,
fieldset[disabled] .btn-bday:focus,
.btn-bday.disabled:active,
.btn-bday[disabled]:active,
fieldset[disabled] .btn-bday:active,
.btn-bday.disabled.active,
.btn-bday[disabled].active,
fieldset[disabled] .btn-bday.active {
background-color: #418EC9;
border-color: #418EC9;
}

.btn-bday .badge {
color: #418EC9;
background-color: #FFFFFF;
}

.bday-pod {
-webkit-flex-direction: row;
flex-direction: row;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
background: #ffffff;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
margin-bottom: 15px;
padding: 30px 20px 25px;
text-align: left;
width: 100%;
border-radius: 15px;
border: 4px dashed #d5d5d5;
}
/*LP Classes*/

.ORINlpHero {
background-color: #008fce;
height: 160px;
}

.row.ORINlpContent {
margin-top: 0px;
}

.offerBox {
background: #fafcfd;
border-radius: 20px;
border: 4px solid #5ca093;
overflow: hidden;
position: relative;
margin-bottom: 30px;
}

.offerBoxContent {
padding: 1em 2em 0em;
text-align: center;
}

.ORINmodelTitle {
font-size: 1.4em;
line-height: 120%;
margin-bottom: 0.2em;
text-transform: uppercase;
}

.leaseText {
font-size: 2.25em;
font-weight: 300;
line-height: 100%;
margin-bottom: 0.5em;
}

.leasePrice {
font-size: 2em;
font-weight: bold;
line-height: 100%;
}

.leasePrice sup {
font-size: 50%;
}

.DayOffer {
color: #cdcccc;
font-size: 1.6em;
margin-bottom: 1em;
}

.ORINdisclaimer {
color: #a7a4a4;
font-size: 0.6em;
line-height: 1.5;
margin-top: 1.5em;
}
/* CUSTOM MODEL CLASSES */

.ORINinventoryBtn {
background: #9d9d9d !important;
border: 1px solid #9d9d9d !important;
color: #ffffff;
}

.ORINinventoryBtn:hover {
background: #525151 !important;
border: 1px solid #525151 !important;
}

#submitGroup {
clear: both;
}

p.formTitle {
font-size: 1.3em;
line-height: 1.3;
margin-bottom: 1em;
}

.dealerOnform .go {
width: 100%;
}

.nameRow {
margin-left: -5px;
margin-right: -5px;
}

.nameRow [class*="col-"] {
padding-left: 5px;
padding-right: 5px;
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
.ORINlpHero {
  height: 250px;
}
}

img.print { margin: 0 auto 10px; max-width:250px !important; width: 250px !important; }
p.print { font-size:12px; margin: 10px auto; }
.print { display: none; }
@media print {
.print { display: block !important; }
.bday-pod-btn-contain .print { display: none !important; }
}

.updated__disclaimer {
 display: none;
}
