﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.faulkner-text-12 {
    color: #4D4D4D;
    font: normal normal normal 14px/40px Titillium Web;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

.faulkner-text-16 {
    color: #4D4D4D;
    font: normal normal normal 14px/40px Titillium Web;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}


.faulkner-text-18B {
    color: #263345;
    font: normal normal normal 14px/40px Titillium Web;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.faulkner-text-20B {
    color: #263345;
    font: normal normal normal 14px/40px Titillium Web;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.faulkner-text-30B {
    color: #263345;
    font: normal normal normal 14px/40px Titillium Web;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.faulkner-text-31B {
    color: #263345;
    font: normal normal normal 14px/40px Titillium Web;
    font-size: 31px;
    font-weight: bold;
    line-height: 41px;
}

.faulkner-text-53B {
    color: #263345;
    font: normal normal normal 14px/40px Titillium Web;
    font-size: 53px;
    font-weight: bold;
    line-height: 53px;
}

.faulkner-btn-cta-get-firm-offer {
    height: 42px;
    text-transform: uppercase;
    font: normal normal bold 12px/21px Titillium Web;
    letter-spacing: 2px;
    color: #fff;
    background: #263345 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 5px;
    border-color: #263345;
    border-style: solid;
    margin-top: 4px;
    padding: 0 40px;
}

.faulkner-btn-cta-get-firm-offer:hover {
    height: 42px;
    text-transform: uppercase;
    font: normal normal bold 12px/21px Titillium Web;
    letter-spacing: 2px;
    opacity: 1;
    border-radius: 5px;
    border-color: #263345;
    border-style: solid;
    margin-top: 4px;
    padding: 0 40px;
    color: #263345;
    background: #fff 0% 0% no-repeat padding-box;
}

.checkmark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #28965A;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 4;
    stroke-miterlimit: 10;
    stroke: #28965A;
    fill: none;
    animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
    margin-top: 25px;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #28965A;
    }
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #263345 !important;
}
a.bigger{
    font-size: larger;
    font-weight:bolder !important;
}
a.btn-primary.btn-primary-brand
{
    color: white !important;
    background: #263345 0% 0% no-repeat padding-box!important;
    border: 2px solid #263345!important;
    padding: 9px 40px;
}
a.btn-primary.btn-primary-brand:hover
{
    color: #263345 !important;
    padding: 9px 40px;
}
.footer {
    background-color: #263345;
    color: #F0F0F0
}
.back-arrow {
    width: 19px;
    height: 12px;
    /*transform: matrix(-1, 0, 0, -1, 0, 0);*/
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #025AD6;
    opacity: 1;
    font-weight: bolder;
}

#step-counter {
    display: block;
}
.section-head-label{
    font-weight: bolder;
    font-size: larger;
    margin-top: 20px;
}
#vehicleInfoContainer {
    width: 118px !important;
    white-space: nowrap !important;
    margin-right: 10px !important;
    margin-left: 40px;
}
#estimateInfoContainer {
    width: 172px !important;
    white-space: nowrap !important;
    margin-right: 10px !important;
}
#optionsContainer {
    width: 107px !important;
    white-space: nowrap !important;
    margin-right: 10px !important;
}
#vehicleHistoryContainer {
    width: 139px !important;
    white-space: nowrap !important;
    margin-right: 10px !important;
}
#offerInfoContainer {
    width: 110px !important;
    white-space: nowrap !important;
    margin-right: 10px !important;
}
.step-counter-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    margin-bottom: 15px;
    height: 36px;
    vertical-align: middle;
    padding-top: 6px;
    white-space: nowrap;
    border-width: 1px;
}
.step-topic-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    margin-bottom: 15px;
    height: 36px;
    vertical-align: middle;
    padding-top: 6px;
    white-space: nowrap;
    border-bottom: solid 4px #FFFFFF;
}
.step-number {
    width: 24px;
    height: 24px;
    border: 2px solid #BDC2C7;
    border-radius: 50%;
    opacity: 1;
    font: normal normal bold 14px/40px Titillium Web;
    letter-spacing: 0px;
    display: block;
    color: #BDC2C7;
    padding: 0;
    padding-top: 12px;
    padding-left: 2px;
    line-height: 0;
    position: relative;
}
.step-label {
    height: 24px;
    opacity: 1;
    font: normal normal normal 14px/40px Titillium Web;
    letter-spacing: 0px;
    color: #BDC2C7;
    padding: 0;
    line-height: 0;
    margin-left: 30px;
    margin-top: -12px;
    position: absolute;
    white-space: nowrap !important;
}

.circle-txt {
    position: relative;
    bottom: 50%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-left: 4px;
    padding-top: 10px;
}
.circle-txt:after {
    content: "";
    display: block;
    margin-right: 25px;
    padding-right: 75px;
}

.active-step-number {
    width: 24px;
    height: 24px;
    border: 2px solid #2DC7FF;
    border-radius: 50%;
    opacity: 1;
    font: normal normal normal 14px/40px Titillium Web;
    letter-spacing: 0px;
    color: #2DC7FF;
    display: block;
    color: #2DC7FF;
    padding: 0;
    padding-top: 12px;
    padding-left: 2px;
    line-height: 0;
    position: relative;
    /*text-align: left;*/
}
.active-step-number:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.active-step-label {
    height: 24px;
    opacity: 1;
    font: bolder 14px/40px Titillium Web;
    letter-spacing: 0px;
    color: #2DC7FF;
    padding: 0;
    line-height: 0;
    margin-left: 30px;
    margin-top: -12px;
    margin-right: 25px;
    position: absolute;
    white-space: nowrap !important;
}

.circle-txt.wide {
    position: relative;
    bottom: 50%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-left: 4px;

}
.active-step-number.wide {
    width: 24px;
    height: 24px;
    border: 2px solid #2DC7FF;
    border-radius: 50%;
    opacity: 1;
    font: normal normal normal 14px/40px Titillium Web;
    letter-spacing: 0px;
    color: #2DC7FF;
    display: block;
    color: #2DC7FF;
    padding: 0;
    padding-top: 12px;
    padding-left: 0;
    line-height: 0;
    position: absolute;
    margin-top: 12px;
    /*text-align: left;*/
}
.active-step-number.wide:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.active-step-label.wide {
    height: 24px;
    opacity: 1;
    font: normal normal normal 14px/40px Titillium Web;
    letter-spacing: 0px;
    color: #2DC7FF;
    padding: 0;
    line-height: 0;
    margin-left: 30px;
    margin-top: 24px;
    margin-right: 25px;
    position: absolute;
    white-space: nowrap !important;
}

.step-number.wide {
    width: 24px;
    height: 24px;
    border: 2px solid #BDC2C7;
    border-radius: 50%;
    opacity: 1;
    font: normal normal bold 14px/40px Titillium Web;
    letter-spacing: 0px;
    display: block;
    color: #BDC2C7;
    padding: 0;
    margin-top: 12px;
    padding-left: 0;
    line-height: 0;
    position: absolute;
}
.step-number.wide:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.step-label.wide {
    height: 24px;
    opacity: 1;
    font: normal normal normal 14px/40px Titillium Web;
    letter-spacing: 0px;
    color: #BDC2C7;
    padding: 0;
    line-height: 0;
    margin-left: 30px;
    margin-top: 24px;
    margin-right: 25px;
    position: absolute;
    white-space: nowrap !important;
}

.step-counter-container-completed {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-bottom: 15px;
    height: 36px;
    vertical-align: middle;
    padding-top: 10px;
    white-space: nowrap;
    border-bottom: solid 2px #28965A;
}
.completed-step-number {
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;utf8,<svg class="checkmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52"><circle class="checkmark__circle" cx="26" cy="26" r="25" fill="none"/><path class="checkmark__check" fill="none" d="M14.1 27.2l7.1 7.2 16.7-16.8"/></svg>');
    /*<svg xmlns="http://www.w3.org/2000/svg" width="11" height="8.203" viewBox="0 0 11 8.203"><defs><style>.a{fill:#fff;}</style></defs><path class="a" d="M3.736,73.14.161,69.565a.55.55,0,0,1,0-.778l.778-.778a.55.55,0,0,1,.778,0l2.408,2.408,5.158-5.158a.55.55,0,0,1,.778,0l.778.778a.55.55,0,0,1,0,.778L4.514,73.14a.55.55,0,0,1-.778,0Z" transform="translate(0 -65.098)"/></svg>*/
    /*background: #28965A url('~/images/check.svg') 0% 0% no-repeat padding-box;*/
    /*background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="11" height="8.203" viewBox="0 0 11 8.203"> <path class="a" d="M3.736,73.14.161,69.565a.55.55,0,0,1,0-.778l.778-.778a.55.55,0,0,1,.778,0l2.408,2.408,5.158-5.158a.55.55,0,0,1,.778,0l.778.778a.55.55,0,0,1,0,.778L4.514,73.14a.55.55,0,0,1-.778,0Z" transform="translate(0 -65.098)"/ > </svg >');*/
    display: inline-block;
    padding-top: 5px;
}
.completed-step-label {
    text-align: left;
    font: normal normal normal 14px/40px Titillium Web;
    letter-spacing: 0px;
    color: #BDC2C7 !important;
    margin-left: 5px;
    margin-right: 10px;
    white-space: nowrap !important;
}
.completed-step-label a{
    color: #BDC2C7 !important;
}
.completed-step-label a:hover{
    color: #BDC2C7;
}

.btn-primary.btn-primary-brand {
    color: #fff;
    background: #263345 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    border-color: #263345;
    border-style: solid;
    text-transform: uppercase;
    font: normal normal bold 12px/21px Titillium Web;
    height: 42px;
    letter-spacing: 2px;
    padding: 0px 40px;
}
.btn-primary.btn-primary-brand:hover {
    color: #263345!important;
    background: #ffffff 0% 0% no-repeat padding-box!important;
    border-radius: 5px;
    opacity: 1;
    border-color: #263345!important;
    border-style: solid;
    text-transform: uppercase;
    font: normal normal bold 12px/21px Titillium Web;
    height: 42px;
    letter-spacing: 2px;
    padding: 0px 40px;
    text-decoration: none;
}
.btn-primary.btn-primary-brand:disabled {
    color: #A0A0A0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    border: 2px solid #A0A0A0;
    text-transform: uppercase;
    font: normal normal bold 12px/21px Titillium Web;
    height: 42px;
    letter-spacing: 2px;
    padding: 0 40px;
}
.btn-outline-primary.btn-primary-brand {
text-transform: uppercase;
font: normal normal bold 16px/27px Titillium Web;
letter-spacing: 0.36px;
color: #263345;
background: #fff 0% 0% no-repeat padding-box;
opacity: 1;
border-radius: 5px;
border-color: #263345;
height: 42px;
letter-spacing: 2px;
padding: 0 25px;
}
.btn-outline-primary.btn-primary-brand:hover {
    color: #fff;
    background: #263345 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    border-color: #263345;
    text-transform: uppercase;
    font: normal normal bold 16px/27px Titillium Web;
    height: 42px;
    letter-spacing: 2px;
    padding: 0 25px;
}
.btn-outline-primary.btn-primary-brand:disabled {
    color: #999;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    border: 2px solid #A0A0A0;
    text-transform: uppercase;
    font: normal normal bold 16px/27px Titillium Web;
    height: 42px;
    letter-spacing: 2px;
    padding: 0 25px;
}
.btn-outline-primary.btn-sm-link.btn-primary-brand {
    text-transform: uppercase;
    font: normal normal bold 12px/21px Titillium Web;
    letter-spacing: 0.25px;
    color: #263345 !important;
    background: #fff 0% 0% no-repeat padding-box !important;
    opacity: 1;
    border-radius: 5px;
    border-color: #263345 !important;
    height: 42px;
    padding: 0 25px;
    display: inline !important;
}
.btn-outline-primary.btn-sm-link.btn-primary-brand:hover {
    color: #fff !important;
    background: #263345 0% 0% no-repeat padding-box !important;
    border-radius: 5px;
    opacity: 1;
    border-color: #263345 !important;
    text-transform: uppercase;
    font: normal normal bold 12px/21px Titillium Web;
    letter-spacing: 0.25px;
    height: 42px;
    padding: 0 25px;
    display: inline !important;
}

.btn-outline-primary.btn-sm-link.btn-primary-brand:disabled {
    color: #999 !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    text-transform: uppercase;
    border-color: #A0A0A0 !important;
    text-transform: uppercase;
    font: normal normal bold 12px/21px Titillium Web;
    letter-spacing: 0.25px;
    height: 42px;
    padding: 0 25px;
    display: inline !important;
}

.btn-outline-primary.btn-sm-link.btn-primary-brand:disabled:hover {
    color: #999 !important;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    pointer-events: none;
}

.btn-outline-primary.btn-hyper-link {
    font: normal bold normal 16px/24px Titillium Web;
    letter-spacing: 1px;
    color: #2dc7ff;
    background: white 0% 0% no-repeat padding-box;
    opacity: 1;
    border: 0;
    margin-top: 4px;
    padding: 0 5px;
    text-decoration: underline;
    border-color: transparent;
}
.btn-outline-primary.btn-hyper-link:hover {
    font: normal normal normal 16px/24px Titillium Web;
    letter-spacing: 1px;
    color: #263345;
    background: white 0% 0% no-repeat padding-box;
    opacity: 1;
    border: 0;
    margin-top: 4px;
    padding: 0 5px;
    text-decoration: underline;
    border-color: transparent;
}

.btn-outline-primary.btn-hyper-link-delete {
    font-family: Arial Black;
    font-weight: bolder;
    font-size: 10px;
    letter-spacing: 1px;
    color: #990000;
    background: white 0% 0% no-repeat padding-box;
    opacity: 1;
    border: 0;
    margin-top: 4px;
    padding: 0 5px;
    text-decoration: none;
    border-color: transparent;
}
.btn-outline-primary.btn-hyper-link-delete:hover {
    font-family:Arial Black;
    font-weight: bolder;
    font-size: 10px;
    letter-spacing: 1px;
    color: #990000;
    background: white 0% 0% no-repeat padding-box;
    opacity: 1;
    border: 0;
    margin-top: 4px;
    padding: 0 5px;
    text-decoration: none;
    border-color: transparent;
}

.btn-outline-primary.btn-camera-link {
    text-transform: uppercase;
    font: normal normal bold 10px/16px Titillium Web;
    letter-spacing: 1px;
    color: #fff;
    background: #263345 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 5px;
    border-color: #263345;
    border-width: 1px;
    margin-top: 4px;
    height: 36px;
    padding: 0 5px;
    margin-left: 15px;
}

.btn-outline-primary.btn-camera-link:hover {
    color: #263345 !important;
    background: #fff 0% 0% no-repeat padding-box !important;
    border-radius: 5px;
    opacity: 1;
    border-color: #263345;
    border-width: 1px;
    text-transform: uppercase;
    font: normal normal bold 10px/16px Titillium Web;
    letter-spacing: 1px;
    margin-top: 4px;
    height: 36px;
    padding: 0 5px;
}

div.float-left{
    float: left;
    white-space: nowrap;
}
.swatch {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    border-style: solid;
    border-width: 0.1rem;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
}
.swatch radio {
    background-color: transparent;
    border: none;
}
.black-swatch {
    background-color: black;
    border-color: black;
}
.blue-swatch {
    background-color: blue;
    border-color: blue;
}
.gray-swatch {
    background-color: gray;
    border-color: gray;
}
input[type=checkbox]:checked ~ .hideWhenNotChecked {
    display: inline-block !important;
    font-size: 16px;
    display: none;
    font-weight: normal;
    margin-bottom: 2px;
}
input[type=checkbox]:checked, input[type=radio]:checked {
    background-color: #2dc7ff !important;
}
input[type="radio"] {
    display: none;
}
input[type="radio"].showRadio {
    display: inline;
}

input[type="radio"] + label {
    margin: 0 5px 0 0;
}
input[type="radio"]:checked + label {
    margin: 0 5px 0 0;
    background: #025AD6;
    color: white;
}
input[type="radio"] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: white;
    vertical-align: middle;
    border: 2px solid #025AD6;
    border-radius: 50%;
    padding: 2px;
    margin: 0 5px;

}
input[type="radio"]:checked + label span {
    width: 25px;
    height: 25px;
    background: #025AD6;
    color: white;
    background-clip: content-box;
}
input[type="radio"] + label span.black-vehicle {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: transparent;
    vertical-align: middle;
    border: 2px solid black;
    border-radius: 50%;
    padding: 2px;
    margin: 5px;
}
input[type="radio"]:checked + label {
    background: white;
    color: black;
}
input[type="radio"]:checked + label span.black-vehicle {
    background: white;
    color: black;
}
input[type="radio"]:checked + label span.black-vehicle {
    width: 35px;
    height: 35px;
    background: black;
    background-clip: content-box;
}
input[type="radio"] + label span.blue-vehicle {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: transparent;
    vertical-align: middle;
    border: 2px solid blue;
    border-radius: 50%;
    padding: 2px;
    margin: 5px;
}
input[type="radio"]:checked + label span.blue-vehicle {
    width: 35px;
    height: 35px;
    background: blue;
    background-clip: content-box;
}
input[type="radio"] + label span.gray-vehicle {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: transparent;
    vertical-align: middle;
    border: 2px solid gray;
    border-radius: 50%;
    padding: 2px;
    margin: 5px;
}
input[type="radio"]:checked + label span.gray-vehicle {
    width: 35px;
    height: 35px;
    background: gray;
    background-clip: content-box;
}
input[type="radio"] + label span.red-vehicle {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: transparent;
    vertical-align: middle;
    border: 2px solid red;
    border-radius: 50%;
    padding: 2px;
    margin: 5px;
}
input[type="radio"]:checked + label span.red-vehicle {
    width: 35px;
    height: 35px;
    background: red;
    background-clip: content-box;
}
input[type="radio"] + label span.silver-vehicle {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: transparent;
    vertical-align: middle;
    border: 2px solid silver;
    border-radius: 50%;
    padding: 2px;
    margin: 5px;
}
input[type="radio"]:checked + label span.silver-vehicle {
    width: 35px;
    height: 35px;
    background: silver;
    background-clip: content-box;
}
input[type="radio"] + label.radio-small span.radio-small {
    display: inline-block;
    width: 44px;
    height: auto;
    background: white;
    vertical-align: middle;
    border: 2px solid #263345;
    border-radius: 3px;
    padding: 2px 0px;
    margin: 0;
    text-align: center;
    color: #263345;

}
input[type="radio"]:checked + label.radio-small span.radio-small {
    width: 44px;
    height: auto;
    background: #263345;
    border: 4px solid #263345;
    background-clip: content-box;
    color: white;
    border-radius: 3px;
    padding: 0;
}
input[type="radio"] + label.radio-medium span.radio-medium {
    display: inline-block;
    width: 135px;
    height: auto;
    background: white;
    vertical-align: middle;
    border: 2px solid #263345;
    border-radius: 3px;
    padding: 2px 0px;
    margin: 0;
    text-align: center;
}
input[type="radio"]:checked + label.radio-medium {
    background: #263345;
    color: white;
    border-radius: 3px;
}
input[type="radio"]:checked + label.radio-medium span.radio-medium {
    width: 135px;
    height: auto;
    background: #263345;
    border: 4px solid #263345;
    border-radius: 3px;
    background-clip: content-box;
    color: white;
    padding: 0;
}
input[type="radio"] + label.radio-large span.radio-large {
    display: inline-block;
    width: 175px;
    height: 30px;
    background: white;
    vertical-align: middle;
    border: 2px solid #A0A0A0;
    border-radius: 2px;
    padding: 0;
    margin: 0;
    text-align: center;
}
input[type="radio"]:checked + label.radio-large span.large {
    width: 175px;
    height: 30px;
    background: #FFFFFF;
    border: 2px solid #025AD6;
    background-clip: content-box;
    color: #025AD6;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    font: normal normal normal 19px/29px Titillium Web;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}
h3 {
    text-align: left;
    font: normal normal bold 24px/36px Titillium Web;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.mob-br{display: none;}
/* Sticky footer styles
-------------------------------------------------- */
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-family: 'Titillium Web' !important;
    font-size: 16px !important;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Titillium Web' !important;
    font-size: 16px !important;
    background: #F0F0F0 0% 0% no-repeat padding-box !important;
    opacity: 1;
}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
.logo {
    width: 232px;
    margin-right: 5px;
}

.siteTitle {
    float: left;
    margin-right: 50px;
    clear: both;
    white-space: nowrap;
    font: normal normal bold 32px/48px Titillium Web;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.pageRibbon {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    font: normal normal bold 32px/48px Titillium Web;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.pageRibbon img:first-child {
    max-height: 32px;
}
.xxsmal {
    font: normal normal normal 10px/12px Titillium Web;
}
.centerElement {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    clear:both;
}
.light-border {
    border: solid 1px #fff;
    /*border-top: solid 6px #2DC7FF;*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
}
.padBig {
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 100%;
}
.rightElement {
    float: right;
}
.tradeValueColorBar {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 20px;
    padding: 0;
}
.lowColorBar {
    margin: 0;
    padding: 0;
    /*background-color: #2DC7FF40;*/
    background: #FFBA49 0% 0% no-repeat padding-box;
    opacity: 0.49;
    width: 100px;
    height: 20px;
    /*border: 1px solid #FFBA49;*/
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.midColorBar {
    margin: 0;
    padding: 0;
    /*background-color: #2DC7FF80;*/
    background: #2DC7FF 0% 0% no-repeat padding-box;
    opacity: 0.49;
    width: 100px;
    height: 20px;
}
.highColorBar {
    margin: 0;
    padding: 0;
    /*background-color: #2DC7FFBE;*/
    background: #2EB96D 0% 0% no-repeat padding-box;
    opacity: 0.49;
    width: 100px;
    height: 20px;
    /*border: 1px solid #2EB96D;*/
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
#estimateTable {
    width: 300px;
}
.navbar-nav .nav-link {
    font: normal normal normal 19px/29px Titillium Web !important;
    letter-spacing: 0px !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
}
h5 {
    font-weight: 900;
    font-weight: bold !important;
    font-size: 16px !important;
}

.bubble {
    position: relative;
    max-width: 30em;
    background-color: #28965A;
    padding: 1.125em 1.5em;
    font-size: 1.25em;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
    color: white;
}

.bubble-bottom-left:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 1.5em;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

.narrative {
    position: relative;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    width: 150px;
    height: 100%;
    background: #BDC2C7;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    color: #111111;
}

@media screen and (min-width: 768px) {
    html {
        font-family: 'Titillium Web' !important;
        font-size: 16px !important;
    }
}

@media screen and (max-width: 767px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100% !important;
        padding-right: 3px !important;
        padding-left: 3px !important;
        min-width: 300px !important;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: relative;
        width: 100% !important;
        padding-right: 3px !important;
        padding-left: 3px !important;
        min-width: 300px !important;
    }
    #step-counter {
        display: none;
    }
    .centerElement {
        width: 100% !important;
    }
    html {
        font-family: 'Titillium Web' !important;
        font-size: 14px !important;
    }
    input[type="text"] {
        max-width: 275px;
    }
    .btn-outline-primary.btn-sm-link.btn-primary-brand {
        text-transform: uppercase;
        font: normal normal bold 10px/16px Titillium Web !important;
        letter-spacing: 1px !important;
        color: #263345 !important;
        background: #fff 0% 0% no-repeat padding-box !important;
        opacity: 1;
        border-radius: 5px;
        border-color: #263345 !important;
        margin-top: 4px;
        height: 24px;
        padding: 0 6px;
        display: inline !important;
    }
    .btn-outline-primary.btn-sm-link.btn-primary-brand:hover {
        color: #fff !important;
        background: #263345 0% 0% no-repeat padding-box !important;
        border-radius: 5px;
        opacity: 1;
        border-color: #263345 !important;
        text-transform: uppercase;
        font: normal normal bold 12px/21px Titillium Web;
        letter-spacing: 1px !important;
        margin-top: 4px;
        height: 24px;
        padding: 0 6px;
        display: inline !important;
    }
    .btn-outline-primary.btn-sm-link.btn-primary-brand:disabled {
        color: #999 !important;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 5px;
        opacity: 1;
        text-transform: uppercase;
        border-color: #A0A0A0 !important;
        text-transform: uppercase;
        font: normal normal bold 12px/21px Titillium Web;
        letter-spacing: 0.25px;
        height: 42px;
        padding: 0 25px;
        display: inline !important;
    }

    .btn-outline-primary.btn-sm-link.btn-primary-brand:disabled:hover {
        color: #999 !important;
        background: #FFFFFF 0% 0% no-repeat padding-box !important;
        pointer-events: none;
    }


    #colorRow {
        padding-left: 0px !important;
    }
    .btn-sm-link .btn-primary-brand {
        clear: both !important;
    }
    textarea {
        max-width: 275px;
    }
    div.float-left {
        white-space: normal !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
    .mob-br {
        display: flex;
    }
    .btn-primary.btn-primary-brand {
        border-radius: 5px;
        opacity: 1;
        text-transform: uppercase;
        font: normal normal bold 10px/16px Titillium Web !important;
        margin-top: 4px;
        height: 32px;
        letter-spacing: 1px !important;
        position: relative;
        top: 5px;
    }
    .btn-primary.btn-primary-brand:hover {
        border-radius: 5px;
        opacity: 1;
        text-transform: uppercase;
        font: normal normal bold 10px/16px Titillium Web !important;
        margin-top: 4px;
        height: 32px;
        letter-spacing: 1px !important;
    }
    .btn-primary.btn-primary-brand:disabled {
        border-radius: 5px;
        opacity: 1;
        text-transform: uppercase;
        font: normal normal bold 10px/16px Titillium Web !important;
        margin-top: 4px;
        height: 32px;
        letter-spacing: 1px !important;
    }
    .section-head-label {
        font-weight: bold;
        font-size: large;
        margin-top: 15px;
    }
    .pageRibbon {
        margin-bottom: 6px;
        font: normal normal bold 20px/32px Titillium Web !important;
        padding-left: 25px !important;
    }
    #YmmtRow {
        min-width: 100% !important;
        padding-left: 3px !important;
    }
    #VinRow {
        min-width: 100% !important;
        padding-left: 35px !important;
    }
    .modal {
        width: 90% !important;
        max-width: 336px !important;
    }
    .vehicleDetailsError {
        padding-left: 35px !important;
    }
    .float-left.extraPaddingDetailBoxes {
        padding-left: 35px !important;
    }
    .contactInfoMobilePadding {
        padding-left: 20px !important;
        width: 100%;
    }
    .contactInfoTermsAndConditionsPadding {
        padding-left: 15px !important;
    }
}

.form-control {
    margin-bottom: 5px;
    position: relative;
    top: 1px;
    height: 42px !important;
    font-size: 14px !important;
    max-width: 95%;
}

label {
    margin-bottom: 0px!important;
    font: normal normal bold 12px/21px Titillium Web;
}

textarea {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font: normal normal bold 12px/21px Titillium Web !important;
}

select {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 6px 0px;
    font-size: 14px !important;
}

h4 {
    font-weight: bold !important;
}

.tp-mobile-footer {
    visibility: hidden;
}

.hideWhenNotChecked {
    display: none;
}

input[type="radio"]:checked + label~.hideWhenChecked {
    display: none;
}

.historyPopUpTextBox {
    margin-left: -50px;
}

.enterRequiredTextWarning {
    display: none;
    padding-left: 15px;
    padding-top: 20px;
}

.contactInfoRequiredText {
    color: #b2191b;
    font-size: 12px;
    padding-top: 0;
    margin-top: -25px;
}

.contactInfoRequiredTextPN {
    color: #b2191b;
    font-size: 12px;
    padding-top: 0;
    margin-top: 0px;
}

.market-value.d-none.d-sm-block {
    height: 100% !important;
}

.market-value {
}

.market-value .tradein-price {
    color: #f0f0f0 !important;
    font-size: 22px;
    margin-left: 5px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
}

.market-value span {
    color: #f0f0f0 !important;
    font-size: 24px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
}

.market-value h3 {
    display: inline-block;
}

.estimateCenter {
    background-color: #ffffff;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 8px;
}

.inputBox {
    margin-right: 10px;
    border: 1px solid #ced4da !important;
    width: auto !important;
    display: inline !important;
}

.previousButton {
    color: #263345 !important;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 25px;
}

.form-group .previousButton {
    position: relative;
    top: 8px;
}

.maxWidth100 {
    max-width: 100%;
}

.padding-20 {
    padding-bottom: 20px;
}



/* bootstrap alerts */
.alert {
    font-size: 20px !important;
}

.alert a,
.alert a:visited {
    text-decoration: underline;
}

a.close {
    text-decoration: none !important;
}

.alert-success {
    background-color: green !important;
    border-color: green !important;
    color: white !important;
}

.alert-danger {
    background-color: red !important;
    border-color: red !important;
    color: white !important;
}

.alert-warning {
    background-color: yellow !important;
    border-color: yellow !important;
    color: black !important;
}


/* fix the bootstrap alert to the top of the page */
.alert-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-top: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0;
    margin-right: auto;
    margin-left: auto;
}

.alertdiv {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .alertdiv {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .alertdiv {
        max-width: 720px;
    }

    .d-flex.flex-column.justify-content-center.col-md-12.col-12.offset-md-3 {
        margin-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .alertdiv {
        max-width: 900px;
    }
}

@media (min-width: 1200px) {
    .alertdiv {
        max-width: 900px;
    }
}

#terms,
input#terms,
#textOpt,
input#textOpt,
#textOptVehicle,
input#textOptVehicle,
#textOptDetail,
input#textOptDetail,
input[type=checkbox].checkbox-bigger {
    transform: scale(2);
    margin: 10px;
}

input[type=radio].checkbox-bigger {
    transform: scale(2);
    margin: 10px;
}

a.footerLink,
a.footerLink:visited {
    color: #6c757d !important;
}

.no-bullets {
    list-style-type: none;
}

.vin-trim-list {
    padding-left: 25px;
    padding-right: 25px;
}

.vin-trim-item {
    color: #263345 !important;
    text-transform: uppercase;
    font: normal normal bold 20px/32px Titillium Web !important;
    letter-spacing: 1px !important;
}

.vin-trim-item:hover {
    cursor: pointer;
    color: #fff !important;
    background: #263345 0% 0% no-repeat padding-box !important;
    border-radius: 5px;
    opacity: 1;
    border-color: #263345 !important;
}

body.wait *, body.wait {
    cursor: progress !important;
}