.bg-primary-light {
  background-color: #EF73AB;
}

.bg-primary-dark {
  background-color: #E61464;
}

.bg-secondary-dark {
  background-color: #0A3453;
}

.bg-light-secondary-dark {
  background-color: #69768c;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-dark-gray {
  background-color: #5c5c5c;
}

.bg-gray {
  background-color: #949494;
}

.bg-light-gray {
  background-color: #fafafa;
}

.bg-mid-gray {
  background-color: #5c5c5c;
}

.bg-disabled-gray {
  background-color: #949494;
}

.bg-an-price {
  background-color: #0A3453;
}

.bg-light-blue {
  background-color: #E7F2FA;
}

.bg-solid-gray {
  background-color: #707070;
}

.gradient-pink {
  background-image: linear-gradient(to right, #E61464, #EF73AB);
}

.gradient-gray {
  background-image: radial-gradient(#ffffff, #949494);
}

.an-box-shadow {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

* {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-overflow-scrolling: touch;
}

h1 {
  font-size: 40px;
  color: #0A3453;
  font-weight: bold;
}

h2 {
  font-size: 26px;
  color: #0A3453;
  font-weight: bold;
}

h3 {
  font-size: 14px;
  color: #0A3453;
  font-weight: bold;
}

h4 {
  font-size: 12px;
  color: #0A3453;
}

h5 {
  font-size: 10px;
  color: #0A3453;
}

@media (max-width: 575px) {
  h1 {
    font-size: 22px;
    color: #0A3453;
    font-weight: bold;
  }
  h2 {
    font-size: 18px;
    color: #0A3453;
    font-weight: bold;
  }
  h3 {
    font-size: 14px;
    color: #0A3453;
    font-weight: bold;
  }
  h4 {
    font-size: 12px;
    color: #0A3453;
  }
  h5 {
    font-size: 10px;
    color: #0A3453;
  }
}
.title-text {
  font-size: 18px;
  line-height: 28px;
  color: #0A3453;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 20px;
}

.sub-title-text {
  font-size: 16px;
  line-height: 20px;
  color: #5c5c5c;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 20px;
}
.sub-title-text .bullet-point {
  display: inline;
  padding-right: 5px;
}
.sub-title-text .title {
  padding-bottom: 5px;
}
.sub-title-text .notes {
  font-weight: normal;
}
@media screen and (max-width: 575px) {
  .sub-title-text {
    font-size: 14px;
  }
}

.active-image.active-border {
  border: 1px solid #E61464 !important;
  opacity: 1;
}

.btn-group.btn-checkboxes-bar {
  width: 100%;
}
.btn-group.btn-checkboxes-bar .btn.checkbox-for-bar {
  padding: 0px;
  margin: 0px;
  background: transparent;
  width: 1%;
  border: 0px;
  height: auto;
}
.btn-group.btn-checkboxes-bar .btn.checkbox-for-bar input:checked + label {
  background-color: #E61464;
  color: #ffffff;
}
.btn-group.btn-checkboxes-bar .btn.checkbox-for-bar label {
  border-radius: 0px;
  border: 2px solid #E61464;
  background-color: #ffffff;
  color: #E61464;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  font: Bold 14px/16px Arial;
  padding: 0px;
  width: 1%;
}
.btn-group.btn-checkboxes-bar .btn.checkbox-for-bar:first-child label {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.btn-group.btn-checkboxes-bar .btn.checkbox-for-bar:last-child label {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.btn-group.btn-checkboxes-bar .btn.checkbox-for-bar:not(:first-child) {
  margin-left: -2px;
}
.btn-group.btn-checkboxes-bar .btn.checkbox-for-bar.disabled label {
  background-color: #F9F9F9;
  color: #666666;
  opacity: 0.5;
}
.btn-group.btn-checkboxes-bar .btn.focus, .btn-group.btn-checkboxes-bar .btn:focus {
  box-shadow: none;
}

.btn-group.btn-checkboxes-bar.btn-checkboxes-light {
  width: auto;
}
.btn-group.btn-checkboxes-bar.btn-checkboxes-light .checkbox-for-bar {
  margin-right: 30px;
}
.btn-group.btn-checkboxes-bar.btn-checkboxes-light .checkbox-for-bar input:checked + label {
  background-color: #ffffff;
  color: #E61464;
  border-bottom: 3px solid #E61464;
  padding-bottom: 10px;
}
.btn-group.btn-checkboxes-bar.btn-checkboxes-light .checkbox-for-bar input:not(:checked):not(:disabled) + label:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  margin-top: 10px;
  width: 0;
  background: transparent;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.btn-group.btn-checkboxes-bar.btn-checkboxes-light .checkbox-for-bar input:not(:checked):not(:disabled) + label:hover:after {
  width: 100%;
  background: #0A3453;
}
.btn-group.btn-checkboxes-bar.btn-checkboxes-light .checkbox-for-bar input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-group.btn-checkboxes-bar.btn-checkboxes-light .checkbox-for-bar:first-child label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group.btn-checkboxes-bar.btn-checkboxes-light .checkbox-for-bar:last-child label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group.btn-checkboxes-bar.btn-checkboxes-light .checkbox-for-bar:not(:first-child) {
  margin-left: -2px;
}
.btn-group.btn-checkboxes-bar.btn-checkboxes-light .checkbox-for-bar label {
  border: none;
  color: #5c5c5c;
  font-size: 16px;
  border-bottom: 3px solid transparent;
  width: auto;
  height: auto;
}

.btn-group.btn-radios-bar {
  border: 2px solid #eaeaea;
  background-color: #ffffff;
  border-radius: 30px;
  width: 100%;
}
.btn-group.btn-radios-bar .btn.focus, .btn-group.btn-radios-bar .btn:focus {
  box-shadow: none;
}
.btn-group.btn-radios-bar .btn.radios-for-bar {
  padding: 0px;
  margin: 0px;
  background: transparent;
  width: 1%;
  border: 0px;
  height: auto;
}
.btn-group.btn-radios-bar .btn.radios-for-bar input:checked + label {
  background-color: #E61464;
  color: #ffffff;
}
.btn-group.btn-radios-bar .btn.radios-for-bar label {
  color: #0A3453;
  display: table-cell;
  vertical-align: middle;
  border-radius: 30px;
  height: 40px;
  font: Bold 14px/16px Arial;
  padding: 10px 15px;
  background-color: #ffffff;
  width: 1%;
}
.btn-group.btn-radios-bar .btn.radios-for-bar.disabled label {
  opacity: 0.5;
}

.btn-group.btn-radios-bar.btn-radios-light {
  width: auto;
  border: none;
  background-color: transparent;
}
.btn-group.btn-radios-bar.btn-radios-light .btn.radios-for-bar {
  margin-right: 30px;
  width: auto;
}
.btn-group.btn-radios-bar.btn-radios-light .btn.radios-for-bar input:checked + label {
  background-color: transparent;
  color: #E61464;
  border-bottom: 3px solid #E61464;
  padding-bottom: 10px;
}
.btn-group.btn-radios-bar.btn-radios-light .btn.radios-for-bar input:not(:checked):not(:disabled) + label:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  margin-top: 10px;
  width: 0;
  background: transparent;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.btn-group.btn-radios-bar.btn-radios-light .btn.radios-for-bar input:not(:checked):not(:disabled) + label:hover:after {
  width: 100%;
  background: #0A3453;
}
.btn-group.btn-radios-bar.btn-radios-light .btn.radios-for-bar input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-group.btn-radios-bar.btn-radios-light .btn.radios-for-bar label {
  border: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 0;
  height: auto;
  border-bottom: 3px solid transparent;
  width: auto;
}

.btn-group-condition {
  border: 1px solid #E61464 !important;
}
.btn-group-condition label {
  color: #E61464 !important;
}
.btn-group-condition input:checked + label {
  background-color: #E61464 !important;
  color: #ffffff !important;
}

.content-disclaimer-link {
  color: #E61464 !important;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

.on-hover:hover {
  background: #E7F2FA !important;
  border-color: #0A3453 !important;
}

.on-select {
  border-color: #8db4d0 !important;
  background: #E7F2FA !important;
}

.bg-an-radius {
  border: 1px solid #0A3453 !important;
}

.an-tab-nav-bar {
  opacity: 1;
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  padding: 15px 0px 12px 0px;
  color: #5c5c5c;
  background: #F7F8F9;
  font-weight: bold;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  cursor: pointer;
  transition: border-width 0.6s linear;
  margin-right: 5px;
  text-align: center;
}
.an-tab-nav-bar:hover, .an-tab-nav-bar:focus, .an-tab-nav-bar:active {
  border: 1px solid #0A3453 !important;
  outline: none;
}
.an-tab-nav-bar.active {
  background: #E7F2FA !important;
  color: #0A3453 !important;
  border: 1px solid #8DB4D0 !important;
}

.text-primary-light {
  color: #EF73AB !important;
}
.text-primary-light[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-primary-dark {
  color: #E61464 !important;
}
.text-primary-dark[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-secondary-dark {
  color: #0A3453 !important;
}
.text-secondary-dark[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-white {
  color: #ffffff !important;
}
.text-white[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-black {
  color: #000000 !important;
}
.text-black[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-dark-gray {
  color: #5c5c5c !important;
}
.text-dark-gray[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-green {
  color: #45B167 !important;
}
.text-green[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-gray {
  color: #949494 !important;
}
.text-gray[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-light-gray {
  color: #fafafa !important;
}
.text-light-gray[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-tertiary-cta {
  color: #E61464 !important;
}
.text-tertiary-cta[disabled] {
  color: #69768c !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-an-price {
  color: #0A3453 !important;
}
.text-an-price[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-photo-gallery {
  color: #E61464 !important;
}
.text-photo-gallery[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-disabled-gray {
  color: #949494 !important;
}
.text-disabled-gray[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-light-black {
  color: #333333 !important;
}
.text-light-black[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-mid-dark-gray {
  color: #757575 !important;
}
.text-mid-dark-gray[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-dark-title {
  color: #0A3453 !important;
}
.text-dark-title[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-primary-black {
  color: #333333 !important;
}
.text-primary-black[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-primary-gray {
  color: #5c5c5c !important;
}
.text-primary-gray[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-mid-black {
  color: #333333 !important;
}
.text-mid-black[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-sub-title {
  color: #0A3453 !important;
}
.text-sub-title[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-content-title {
  color: #0A3453 !important;
}
.text-content-title[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-content-subtitle {
  color: #757575 !important;
}
.text-content-subtitle[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-nav-green {
  color: #037B28 !important;
}
.text-nav-green[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-nav-secondary-dark {
  color: #2E64B5 !important;
}
.text-nav-secondary-dark[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-nav-red {
  color: #D0021B !important;
}
.text-nav-red[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.text-nav-yellow {
  color: #FAA723 !important;
}
.text-nav-yellow[disabled] {
  color: gray !important;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}

.status-done {
  color: #037B28 !important;
}

.status-active {
  color: #2E64B5 !important;
}

.status-failed {
  color: #D0021B !important;
}

.status-in-progress {
  color: #FAA723 !important;
}

.row:after,
.row:before {
  display: flex !important;
}

.border-gray {
  border-color: #949494 !important;
}

.bordered {
  border: 1px solid #eaeaea;
}

a.primary-cta,
button.primary-cta {
  background-image: linear-gradient(to right, #AD104C, #E61464);
  height: 50px;
  text-transform: uppercase;
  border-radius: 30px;
  color: #ffffff;
  width: 155px;
  font: Bold 16px/18px Arial;
  border: none !important;
  letter-spacing: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 575px) {
  a.primary-cta,
  button.primary-cta {
    height: 40px;
    font-size: 12px;
    border-radius: 20px;
  }
}
a.primary-cta:hover,
button.primary-cta:hover {
  box-shadow: none;
  cursor: pointer;
}
a.secondary-cta,
button.secondary-cta {
  background-color: #ffffff;
  border-left: 2px solid #0A3453;
  border-top: 2px solid #0A3453;
  border-bottom: 2px solid #0A3453;
  border-right: 2px solid #0A3453;
  height: 50px;
  width: 180px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
  color: #767676;
  font-family: Arial, Helvetica, sans-serif;
  border-color: #757575 !important;
}
@media screen and (max-width: 575px) {
  a.secondary-cta,
  button.secondary-cta {
    height: 40px;
    font-size: 12px;
    border-radius: 20px;
  }
}
a.secondary-cta.pink,
button.secondary-cta.pink {
  border-color: #e61464;
  background-color: #ffffff;
  color: #e61464;
}
a.secondary-cta.pink span,
button.secondary-cta.pink span {
  color: #e61464;
}
a.secondary-cta:hover,
button.secondary-cta:hover {
  cursor: pointer;
}
a.secondary-cta:focus-visible,
button.secondary-cta:focus-visible {
  border: 1px solid #80bdff !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
a.tertiary-cta,
button.tertiary-cta {
  color: #E61464;
  background-image: none;
  background-color: transparent;
  border: none;
  font: Bold 14px/11px Arial;
  cursor: pointer;
}
a.search-mobile,
button.search-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(180deg, #E61464 0%, #EF73AB 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  width: 40px;
  height: 40px;
}
a[disabled],
button[disabled] {
  background-color: #949494;
  background-image: none;
  box-shadow: none !important;
}
a[disabled]:hover,
button[disabled]:hover {
  box-shadow: none;
  cursor: default;
}
a[disabled].secondary-cta,
button[disabled].secondary-cta {
  color: #949494;
  background-color: #ffffff;
  border-color: #949494;
}
a.large-cta,
button.large-cta {
  width: 200px;
}

a:focus-visible {
  outline: #000 auto 1px;
  outline-offset: 3px;
}

button:focus-visible {
  outline: #000 auto 1px;
}

a.tertiary-cta, a.tertiary-cta:hover {
  color: #E61464;
  background-image: none;
  background-color: transparent;
  border: none;
  font: Bold 14px/11px Arial;
  cursor: pointer;
}

.cta-section {
  border-top: 1px solid #EDEDED;
}
@media screen and (max-width: 480px) {
  .cta-section.stickywbyc {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 -1px 8px rgba(0, 0, 1, 0.1);
    z-index: 1001;
  }
}
.cta-section .row {
  padding: 30px;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 992px) {
  .cta-section .row {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 480px) {
  .cta-section .row {
    padding: 20px 15px;
    background-color: #ffffff;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .cta-section .row button {
    max-width: 105px;
  }
}

label {
  color: #5c5c5c;
  margin-right: 25px;
  font: 12px/14px Arial;
  font-weight: normal;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 40px;
  box-shadow: none;
  background-color: #ffffff !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAABdCAYAAADHcWrDAAATeUlEQVR4nO1ceXRURb7+qjudhH0PyE5IJCTIpryBARdgJoDLoEACgmMiwcgMHgcZZBEUcHwnLmgYMMMowgAGUFaVGQXBM8cnPNBBYBgZFJRxQNnXpNPdSTqp98etqlu3uu7t28y813+8/p2T0zd1b1X96qtfffX96nZCKKVI2P+teeLtwP9HS4AeB0uAHgdLgB4HS4AeB0uAHgdLgB4HS4AeB0uAHgdLgB4HS4AeB0uAHgdLgB4HS4AeB0uAHgdLgB4HS4AeB0uyKW/opvLZi1ex99Df0b5NC/TPzkBqSvINOUEpBSEk5joALPXkdvj1v6vsyvVK7Dn4d6Sm+HDXgN5I9iW5bSeg+q4DPZVSWsUHJA9OfrV3+Vol9h/5Coe/PonT55rA50tC/+wMeD2eiI7tjD+j9uNkantyPbmurh25v1jK/IEQ9h46hkPHvoXPl4RmjRuhd49uaCAFmUM7DQCELH5oQEmllAblivIzhBBcvlaJRcvXY+POPajwB0AIQWbn9njhyQKMGNzfdrJ0106TIz8TrZ5dtDqZm+f9gSCWrtuOpeXbURkwYOnWoS1mTR6L8SNvR0qyz7EPaEDX0osKtGwV/gDmL1uLtz/8FDU1YQAEoBQnTp3BnNI1qK+nyB3cD16PRwtatAHbTYRTG5RS7eTY9eemf0opKvwBLF23HWVv/wkVgSAIjLb/8cN5zF/2FpK8XuSPGAKv1xPRts4HMZZYIv3MhStYuHw9Nu7Yg3CYAU4AUICCggDodFMaFk2biLzcIfB4nGkj1mj8V56J1SoDQfxm+Qas2PIRamrDoAADnbCxEjRt3BAlv3oYeSOGoFGDVLumIiLdUb3IgF+r8GPh8vXYunsfauvCADEAp4ABPCGgIDh17iKefW0ddu8/LNqQo0iNXp3xZ+xWiZOfdia3KZfJ5fzaHwhi2brtWLHZAByiCuNt9lnhD+D5NzbinR2fGhOjaUtnWtBVMK5U+DGrdDU27dyDUKgahDIQhRsCdwDA9+cv4anFq/D+nz9DbbjOccnrAFA3WN3SdTuB8n21LfWaEIKrFX4sXr0VS8vfR01trbYt0wfg7MUrmL+0HO/s+C/UhsOufNFyuhxh35+/hEXLN2DzR3tZo+byIpxWCDEphl2fOHUGs0tXI1hdg/wRQ2wdd+pbHoAd1ztRixvake9XBUMoWbFRUIqIIrkJCqncCLvr/irMKV2D6powHhx1Bxo1THXs15FeKvwBLChbh22796G2lnE45zVKQfm6k/CjlBpUT4BTZy/i2dfK8fH+v9oqGB04KqjqNY/KaLJUHbgTEIZKed8EXAyKWq8JNbAG/zSur1VWoeTNTVj/wScIh+ts+wEcNtILV65j7pI12LJrL8J19RZgeUdqEWGrQMwNG2h6x3Z47vFJuPfOAfAlGYvLTgqq13a/8zZ0ZW4nVk58Ste+i9c37URVMGShTVAxEIBScw9jEc+f43UaNUjFSzMKMWHUHTxZjC4Zw3V1OHfpKhaUrcPW3fsMwAFQNsOUdQ45aoRjDHpKQdk1pcDJ78/i6d+uRThch3G5gy1R6gSQDIwbSaY+r26eOrrxB0J4adUWvL5pB4twgEjjo3I/EsgWtAEQRjX+YAjzl5WjpjaMSffepVU1EaBv2bUXx06exrsf7zcohRgtExADeNY5B55SqYw9x50zfSf455kLeLZsHZo3bYSfDurnCmgVKH6tanOBg81E2WWnPPFZsWWnAFwGVOxRAv2IZqDOAgFlm/E2ZHbpgP49u6NZE+upSgS9ZI/+ZWowVB08f/kaG4QJOgBQIk2yZSkTsbFYfFFWRdf2aVg0bRJGD/0RfD7rnEfLPnXP2pVH24ivXK/EK2u2YcXmjxAIVbPKEEFm2TDlMbA9i4/QabOemj8KOd07NZg8JtdZp1f4AwiEqiVaZoOAvHGaPCeWn8E9RjGLQmMLMpcpAPzjzAU881o53vvzZxFO2kVtNA2ua8NuYwYMlfLK6m1Y/s6HqApWS5WlCyJtTNYOwLNwvn2B6vOAQKgaFVXBiCYiQL9/2EAM6pNl5S82CAKlTPKTgIBI9ENYfTF2HnkA/nnmAhaUrcOu/z4kHJV/VD5WgVfTfzvTTaI/EMTSclOl2AoaChFE4nf5mnDRYCx9Ila4IZmTvB4MyMnEiMH9I/1SnQ5V16QeO3k6+ETJGzj89UnU1VMj/eUdSUwiNlcOtFiflD1nRIS5BRDhOwHQqV1rLJo2CWOGDxJU46RgxJg11KGro9qV6368uGozVm75CKEaKfHh9CE7pzGTSiT6UdQNCEFKsg8P/2wo5hdPQKvmTRoQQpzpJTUlGX16dMMLTxbglsyuhkyiRIQsETskn10zqsUyo0Q8Z+4L5nj4s6fOXsTCsvXY/snnFh/suFpXpttMVXVECEFVMIRX127Dis07EaqpkRuBQJk7ZzNvZj/EnCRiYsM/H7z7DsyePA6tmjfRjsX2GGBQn5549akidGrXGiJyqekPFREuXxOx3LhjlM1+ROeMe4wEyqAaO6VClPq6cqestCoYwm/L38eKzVylKBFqze5sI918jEe6Wg48MHwg5hePx01tWtr6pE2OAAS5wwePfYsZL72Jg8e+RR3T7KyqtItIvXPAZQc5zbA6XO0QYkZwh7RWeO7xSRiXOxhJXq/Zi4vkhv+uq3O1wo//fOMdrNy6C7X8tJBFKZeElFGgUcdcpWJCBJXIQMvLl1HKfUMxr3g8WrdoKvvm/pSRD6pfVjpKphegV0YXMSDjx+iYMCd5gPMzGXDtoiYUlG/KlAWVcfeHC5exaPkG/OmTA5YIVoNCpRQVbJnX/cEQSte+i1XbdqOWpeZEiuzIVULMjVVwvEwfwgtpwEbhhJG3Y86UPLRp2cziq860oKvKYWDvLJTOmoLundpZniGER65EOzAjiAjHpYHxiOKRzlYHIQSnz13CM6+V48NPD6C+vj4iymXKkYG2AmdYhT+A0rXv4o1NUuIjb3yy/JV5XVZJEm8Yk20BCQCB1+NBXu5gzH9sPNq1buHok/DZiV7kDgHgwNFv8NQrq/DF0W9QX19vbvbS0tNlliLBsoDIq0Q+0yGtlXgRIr+VUdu2y2KvVvjx/OtvG5QSDsPM6GR+sJp6R+QoVI1yFlSUIDk5CYWjh+PpR/MtEa5YbPQifwLArdndUTK9AD27d5KSIhYFPIiUnVzwpeBRfo+pfiH3uKSk+OHCZSz83QZ88OkBiz9OaT73s7IqiCVvvYdVWzmlEFj5DdpoJ5ZyXkY0x3rMcw8wfuTtmDNlHFq3aGoHo9ZsQddFECEEP+rdA0vnFKNHt47snjVhEo4LyiEiakDMwYmjYYWe+MXp8xcxb+la/PGTvyBcVxcR2UYz1k/+AuL3Gz9EDXuhENGwMRBrsiX5bYoaSQwoi8OX5MWEUXfg2akT0LZViwjsoiZtmo0qFUAw2rnGX748gVmv/gEHGNWASKeLlAj6EFqd+U6FJCOSjpeSE8IijJV1atsKC34xEeNH3g6v12PrT4U/gOd+vwGrtu5mgIseI1CzJxlTtFAL+Znm8yXhkfuHY25RHtJaNbcFVrLo9KJuVOoA+TO35WTgxScLkcUi3sBROiqgRrbKKYRnrvJxgtmeKQR4Gm2oIIrvz13Cwt+tx449X0T4xOv7AyEsees9rNy6CzXhsAAMgIYcdIDLCoh9UlPlUOne+BFDLIDHci7EzfHNkdOLBI/Hg/+45WaUzZuKnIzO8BCT/ygYxxNGHwxVdbDmkBSAWNBTQkAJ8MOFS5hduhrbPt4n3kPyJXzleiVeXLUZZW9/wN5uWeNTjVU9RBruJtbLZF8SHrpvGBb8cqIlwtVcwc0k2L450h2xWiqyzuoZ1cxdshqf/+046ikfmfTuVESP+XKDiUbTYdNzqwZnq4gC6NS2NRb8YgIevPtOAEaELygrxx+2fWxQiuAGKkJWl+VaTUp+lGLuXpLXi6KxuZgzeawFcF17mjJ36sUJcDUp8RCCATmZeHnGZGR26cAekgdBLXFnxp4muVHGLOtqAmNzXVC2Hjv2HoQ/EELpW0biIzZNWTlFaGoTFGsZUXo2PeDKK2/EEMwtGmehFPXUMxZzFenGOKKfax84egK/emEF/nbiO9TV1VuXnohs9rUkeVLBN0+YG6kxGjPSeQJDgM7tWiO9YzscOHoC/mB1xGYdYXJKryU5/b2UZB8m3n0n5hWPR7vWzaPuderv7NrddxmhJEdOnaj3Pv/yOOYuWYPPjhyPvC9TipOEMBpzWPJ84hywVKso/csTrevG6yEoHjcSsyaPRVuNSlGPlx3MHb3Iy0d+ucA7sYt4QggG5NyMV2YWIb1ju8j78oapGaiFEXT9qFKOmJu2nRHLtUR0FGyFRNbxECAvdwjmTsmzAK4757kRc/yGl27p6A6brKqGoG9WOlY/Px23ZmfA45G6oKZGMBIiK58T6SaXlEbbsnQzqYfYzZ7u2vIM5Smwhe9BjfcJRWNyUTK9QGSa8rh1B3DRrlVzPPDSHTKpm6z8KXfUL7s7Fs+cjAG9Ms3xWyIjUirSiGuuRojlaa59ON4W2InUiOVQy/qMKW+t2vCR+3+CeY/mR1CK01jVSbGbIG6udLpOf+pmVXbMQwhuy8lE6awp6No+TR4X++RinJo4EUNWyihwGpEVkHGKyTsXXpg+qaueWGbCaJfLWr5+CJA/YgjmThkXkyzUUcwNnzJGmy2drLR7qXD4q5OY8fJKfHH0G9TV12s3PkqpANhyU9bessqQN1D2ad00+S1GQxYlZe0+NSUZhaOHG4dXzZtGjMfNpumQD7jfSOVPuUOVanRAy5RECEGfrHS8+GQhbs3ubtxXA89ojG2eJjDGs0TUoYTFprlcwE841QZ5kRVwhWbYfBaOHo7ZRWPRpkUzbZQ6qTWdwJBpRmeu/7pOx2Hy7+pkyPc8hOC2Xpl4lVGNqTwgcBA4KhFpmkngRK5HzGQrAhpi5WxJ6rMVBOSz49m0lrGdpchjVleCiodqturFjRzSdabeEx0RQ9VsePkpDOqTZfx5DNiGJoU3lTc9Sblw7ocokX+X27Beiy99UEhJFpCamoLHJ96Dxb+ejNbNTZWiU2ZOykXdQN1YVJ1uZzpqcT7jMKxXRleUTC9A/+zujMelrzARRUtL/C5nnFy9mFMiTQeXgqJBSeIQ0++C0cMws2AMWjbTf01CRy9qmV1kR8veHSNd/lE75abbZHRLzrwH3JaTgdJZU9CjW0eLfBMYC7VivsAWkU7NdgjMJAeECDFJWT4QmTQRJHm9mHTPXZhTZL5E1gGkW8V2MjFWczx70TnkBKjsULSop5TiyPHvMHPxKuw/8rXxIsTygAkakdrhYoY1Av6CG5SCEmKhILlXSikapqagaGwuZj0yFq2aN7HDJCZzoWxiP2W060T+XVU7diCrauiWzK4omf4w+mZ1M5/jjK1RJIaWl/JYPrHGL9aUX91TPB78/GdDMbPwAbRs1jjq2OxyFDdjjWYxvSNVO7FLHNQBqG3yH4+H4NbsDCydU4yc7p3Bz99ZS+JUktWG2Dwt0pQxuyWsYdHlyb4kFIwehrlT8oQsdFJj6jh11BlNsztx+g2/I1WdUe87JRY6vjz81UnMLl2DfX89hvp65jTfS3g9qFSj88eaMaUm+/DouJGY+cgDQqW4NbfiIIr9+96R6jhfdz5h95zaR58e6XhhegH63NyNBa7xjlSmCVXLi0/LOQF/9Wb08fP7hmFmoQG4W8rU+W6XbbuVibLF9I40Wrla12mS1DY8HoJ+PdOx7Omp6NszHR6vKffMw6mIXlgDEqMzGZqa7EPRmFw8XZwvTgtjGUO0IxCnutEmIupfTEcrd+OY02qQ7xNC0DerG8rmPYYf9+0JD9Pc/FtW5rfbZZ63GiUGhxfnjcIzU8cjzcV3C+3ux0InbgKRm+tIl8ucNkv1ni5jc6oHGFTz0oxC5LAvrZqkLiU9an02ER7iwUP3DtVSit2m72ROXC6PSV4ZURNL3UZKCIn4LqMbntaly9HoR7cZ8usjx7/DEyWv49Cxk8bppFHRfOkm75sAGqQko/D+n4jDK7u2bySCb0RAsGt3G6mbMl6uy1idMli7tnXt9L65K5bMfhQ/7psFU5gYf9tkfnfSKPclefFY/kjMmTIObVo0czUWN5Gp+qXLUO2OCews5v/hFU2f6p6z0+zqPZ3C6ZuVjpdnTkZ2emeuFyEOCdj7PeIheOjeofh1wRitLLRTZDq15dbs2lRN16Yr0O2AUa9j3XjVOnaD75XRBSt/8wQG9ukBr9drSEoGfsPUFEybcA8WTpuIls0au8qY7a6dOD+WdnSrwIKHZiYsf/5ix1+q6Tha5bdo2jfaKjr81UmUvLkJO/YcRF19PZo2boip+aMw7cF70MrmtNBN+276ttvTXCRPsX3vJRpwvBywl4B24MaS7ck+nj53CZ9/eRzXKqrQpX0aBvbugSaNGjgGyI1kk07jjdaW8owr0EEpbQjoE4RYAZMd4fXdmFO7l69X4vLV6+h8U9oN/1vCWPr7F+tH/ItALegJ+9+1xH8gjYMlQI+DJUCPgyVAj4MlQI+DJUCPgyVAj4MlQI+DJUCPgyVAj4MlQI+DJUCPgyVAj4MlQI+DJUCPgyVAj4MlQI+DJUCPg/0Pytb3kXvu6NQAAAAASUVORK5CYII=) right/20px 5px no-repeat;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
select.form-control.error {
  border-color: #D0021B;
}
select.form-control::-ms-expand {
  display: none;
}

select.form-control.gradient {
  background: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA4IDQiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiMzMzM7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNNy44OTIuODE4LDQuNCw0SDMuNkwuMTA4LjgxOGEuNDI1LjQyNSwwLDAsMS0uMS0uMzY0QS40NzguNDc4LDAsMCwxLC41MDcsMEg3LjQ5M2EuNDc4LjQ3OCwwLDAsMSwuNS40NTVBLjQyNS40MjUsMCwwLDEsNy44OTIuODE4WiIvPjwvc3ZnPg=="), linear-gradient(180deg, #fff 0, #f3f3f3 100%);
  background-position: right 10px center, center;
  background-repeat: no-repeat;
  background-size: 8px 4px, cover;
  background-origin: padding-box;
  border: 1px solid #eff1f1;
}

select.form-control.midnight-blue {
  background: none;
  background-color: #E7F2FA !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA4IDQiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiMzMzM7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNNy44OTIuODE4LDQuNCw0SDMuNkwuMTA4LjgxOGEuNDI1LjQyNSwwLDAsMS0uMS0uMzY0QS40NzguNDc4LDAsMCwxLC41MDcsMEg3LjQ5M2EuNDc4LjQ3OCwwLDAsMSwuNS40NTVBLjQyNS40MjUsMCwwLDEsNy44OTIuODE4WiIvPjwvc3ZnPg==");
  background-position: right 10px center, center;
  background-repeat: no-repeat;
  background-size: 8px 4px, cover;
  background-origin: padding-box;
  border: 1px solid #0A3453 !important;
  color: #333333 !important;
}

textarea {
  border: 1px solid #949494 !important;
}

input,
select,
textarea,
.form-control {
  border: 1px solid #949494 !important;
  height: 40px;
  color: #949494;
  font: Regular 16px/18px Arial;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 3px;
  padding-left: 20px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  input,
  select,
  textarea,
  .form-control {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  input,
  select,
  textarea,
  .form-control {
    height: 40px;
  }
}
input::placeholder, input:-ms-input-placeholder, input::-ms-input-placeholder,
select::placeholder,
select:-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  input::placeholder, input:-ms-input-placeholder, input::-ms-input-placeholder,
  select::placeholder,
  select:-ms-input-placeholder,
  select::-ms-input-placeholder,
  textarea::placeholder,
  textarea:-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  .form-control::placeholder,
  .form-control:-ms-input-placeholder,
  .form-control::-ms-input-placeholder {
    font-size: 16px;
  }
}
input:hover, input:active, input:focus,
select:hover,
select:active,
select:focus,
textarea:hover,
textarea:active,
textarea:focus,
.form-control:hover,
.form-control:active,
.form-control:focus {
  outline: unset !important;
  box-shadow: 0 0 1pt 1pt #000 !important;
  border: 1px solid #949494 !important;
  color: black;
  background-color: #F2F9FF;
  font: Regular 16px/18px Arial;
}
@media screen and (max-width: 480px) {
  input:hover, input:active, input:focus,
  select:hover,
  select:active,
  select:focus,
  textarea:hover,
  textarea:active,
  textarea:focus,
  .form-control:hover,
  .form-control:active,
  .form-control:focus {
    font-size: 16px;
  }
}
input:invalid,
select:invalid,
textarea:invalid,
.form-control:invalid {
  background-size: 8px 5px;
  border-color: #F2F9FF;
}
input[disabled],
select[disabled],
textarea[disabled],
.form-control[disabled] {
  font-weight: normal;
  font: 14px/16px Arial;
  color: #BCBCBC;
  background-color: #E4E4E4;
}

.form-group.vertical label {
  margin-bottom: 5px;
}
.form-group.vertical .form-control {
  display: block;
}
.form-group .invalid-feedback {
  display: block;
  margin-top: 5px;
  padding: 0;
  font: 12px/14px Arial;
  font-weight: normal;
  letter-spacing: 0;
  color: #D0021B;
  opacity: 1;
}

.custom-checkbox {
  position: relative;
  display: inline-flex;
}
.custom-checkbox input:checked + label {
  font-family: Arial;
  color: #5c5c5c;
}
.custom-checkbox input[type=checkbox] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.custom-checkbox input[type=checkbox]:checked ~ label::before {
  background-color: #0A3453;
  border-color: #0A3453;
}
.custom-checkbox input[type=checkbox]:checked ~ label:hover::before {
  background-color: #0A3453;
}
.custom-checkbox input[type=checkbox]:checked ~ label::after {
  content: "";
  display: block;
  height: 11px !important;
  left: 3px !important;
  top: 4px !important;
  width: 5px !important;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.custom-checkbox input[type=checkbox]:focus + label::before {
  outline: unset !important;
  box-shadow: 0 0 1pt 1pt #000 !important;
  border: 1px solid #949494 !important;
}
.custom-checkbox label {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0;
  margin-left: 25px;
  text-transform: none !important;
}
.custom-checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px !important;
  width: 20px !important;
  left: 0;
  border: 2px solid #666666;
  border-radius: 3px;
  background-color: #ffffff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.custom-checkbox label::after {
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 2px;
  margin-left: 5px;
  font-size: 11px;
}
.custom-checkbox label:visited::before, .custom-checkbox label:hover::before {
  outline: unset !important;
  box-shadow: 0 0 1pt 1pt #000 !important;
  border: 1px solid #949494 !important;
}
.custom-checkbox.round label:before {
  border-radius: 50%;
  border: 2px solid #D9D9D9 !important;
}
.custom-checkbox.round label:after {
  left: 3px !important;
  top: 4px !important;
  height: 11px !important;
  width: 5px !important;
}

.custom-radio {
  position: relative;
  display: inline-flex;
}
.custom-radio input:checked + label {
  font-family: Arial;
  color: #5c5c5c;
}
.custom-radio input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.custom-radio input[type=radio]:checked ~ label::before {
  border-color: #0A3453 !important;
}
.custom-radio input[type=radio]:checked ~ label::after {
  display: block;
  /* height: 16px;
  width: 8px;
  border: solid $solid-white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); */
}
.custom-radio label {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0 0 0 26px;
  text-transform: none !important;
}
.custom-radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  border: 2px solid #666666;
  border-radius: 50%;
  background-color: #ffffff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.custom-radio label::after {
  display: none;
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 11px;
  content: "";
  height: 12px;
  width: 12px;
  background-color: #0A3453;
  border-radius: 6px;
}
.custom-radio label:visited::before, .custom-radio label:hover::before {
  border-color: #D0021B !important;
}

/*Custom  radio buttons and progress bar design */
.Statusbar {
  /* Progress-Bar scss*/
}
.Statusbar ul {
  list-style-type: none;
  margin: 0px;
  padding: 0rem 4rem 3rem 4rem;
  overflow: hidden;
  display: -ms-flexbbox;
  display: flex;
  justify-content: space-between;
}
.Statusbar ul > li {
  position: relative;
  display: block;
  text-align: center;
}
.Statusbar ul > li:nth-child(odd) {
  padding: 0rem 1rem;
}
.Statusbar ul > li:nth-child(even) {
  width: 100%;
}
.Statusbar ul > li > .label {
  position: absolute;
  top: 2rem;
  left: -1.5rem;
  right: 0rem;
}
@media (min-width: 375px) and (max-width: 667px) {
  .Statusbar ul > li > .label {
    top: 2rem;
    left: -0.5rem;
  }
}
.Statusbar .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 0.5rem;
  text-align: center;
  margin-right: -2.6rem;
}
.Statusbar .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.Statusbar .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.Statusbar .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #707070 solid 2px;
}
.Statusbar .custom-control-label::after {
  position: absolute;
  top: 0.45rem;
  left: -1.35rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.Statusbar .custom-control-input:checked ~ .custom-control-label::before {
  color: #0A3453;
  border-color: #0A3453;
  background-color: #ffffff;
}
.Statusbar .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.Statusbar .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: transparent;
}
.Statusbar .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #0A3453;
  border-color: #0A3453;
  background-color: #ffffff;
}
.Statusbar .custom-control-input:disabled ~ .custom-control-label {
  color: #ffffff;
}
.Statusbar .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #ffffff !important;
}
.Statusbar .custom-radio-btn .custom-control-label::before {
  border-radius: 50%;
}
.Statusbar .custom-radio-btn .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230A3453'/%3e%3c/svg%3e");
}
.Statusbar .custom-radio-complete .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background-color: #0A3453;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  border-radius: 8px;
  top: 0.38rem;
  width: 1.3rem;
  height: 1.3rem;
  left: -1.38rem;
}
.Statusbar .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #D9D9D9;
  border-radius: 0.25rem;
  min-width: 6rem;
  margin-top: 15px;
  height: 3px;
}
.Statusbar .progress .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  background-color: #0A3453;
  transition: width 0.6s ease;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
}
.hr-text:before {
  content: "";
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #949494;
  background-color: #ffffff;
}

input[type=text].error,
input[type=password].error {
  border-color: #D0021B;
}

div.error-message {
  display: block;
  width: 100%;
  padding: 5px 0px;
  min-height: 25px;
}
div.error-message span {
  font-size: 12px;
  line-height: 14px;
  color: #D0021B;
  text-align: left;
}

.form-error-x {
  position: absolute;
  top: 17px;
  right: 30px;
  line-height: 24px;
  cursor: pointer;
  height: 10px !important;
  width: 10px !important;
}
@media screen and (max-width: 575px) {
  .form-error-x {
    right: 12px;
  }
}

.form-icon-eye {
  position: absolute;
  top: 12px;
  right: 61px;
  width: 21px !important;
  height: 17px !important;
}
@media screen and (max-width: 575px) {
  .form-icon-eye {
    top: 10px;
    right: 32px;
  }
}

.custom-box-checkbox {
  position: relative;
}
.custom-box-checkbox input:checked + label {
  font-family: Arial;
  color: #5c5c5c;
  background-color: #f2f4f6;
  border: 1px solid #0a3453;
}
.custom-box-checkbox input:checked + label .text {
  color: #0a3453;
  font-size: 14px;
  font-weight: 700;
}
.custom-box-checkbox input[type=checkbox] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.custom-box-checkbox input[type=checkbox]:checked ~ label::before {
  background-color: #0a3453;
  border-color: #0a3453 !important;
}
.custom-box-checkbox input[type=checkbox]:checked ~ label::after {
  content: "";
  display: block;
  height: 16px;
  width: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.custom-box-checkbox label {
  display: flex;
  width: 100%;
  align-items: center;
  color: #5c5c5c;
  font-size: 14px;
  font-family: Arial;
  line-height: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0;
  padding: 20px 20px 20px 68px;
  text-transform: none !important;
  border: 1px solid #949494;
  border-radius: 5px;
  background-color: #ffffff;
}
.custom-box-checkbox label:hover {
  background-color: #f2f4f6;
  border: 1px solid #0a3453;
}
.custom-box-checkbox label .icon {
  margin-right: 15px;
}
.custom-box-checkbox label .text {
  color: #5c5c5c;
  font-size: 14px;
}
.custom-box-checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 20px;
  border: 2px solid #0a3453;
  border-radius: 3px;
  background-color: #ffffff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.custom-box-checkbox label::after {
  display: inline-block;
  position: absolute;
  left: 21px;
  top: 20px;
  margin-left: 5px;
  font-size: 11px;
}
.custom-box-checkbox label:visited::before, .custom-box-checkbox label:hover::before {
  border-color: #0a3453;
}

.custom-box-radio {
  position: relative;
}
.custom-box-radio input:checked + label {
  font-family: Arial;
  color: #5c5c5c;
  background-color: #f2f4f6;
  border: 1px solid #0a3453;
}
.custom-box-radio input:checked + label .text {
  color: #0a3453;
  font-size: 14px;
  font-weight: 700;
}
.custom-box-radio input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.custom-box-radio input[type=radio]:checked ~ label::after {
  display: block;
}
.custom-box-radio label {
  display: flex;
  width: 100%;
  align-items: center;
  color: #5c5c5c;
  font-size: 14px;
  font-family: Arial;
  line-height: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0;
  padding: 20px 20px 20px 68px;
  text-transform: none !important;
  border: 1px solid #949494;
  border-radius: 5px;
  background-color: #ffffff;
}
.custom-box-radio label:hover {
  background-color: #f2f4f6;
  border: 1px solid #0a3453;
}
.custom-box-radio label .icon {
  margin-right: 15px;
}
.custom-box-radio label .text {
  color: #5c5c5c;
  font-size: 14px;
}
.custom-box-radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 20px;
  border: 2px solid #0a3453;
  border-radius: 50%;
  background-color: #ffffff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.custom-box-radio label::after {
  display: none;
  position: absolute;
  left: 24px;
  top: 25px;
  font-size: 11px;
  content: "";
  height: 12px;
  width: 12px;
  background-color: #0a3453;
  border-radius: 6px;
}
.custom-box-radio label:visited::before, .custom-box-radio label:hover::before {
  border-color: #0a3453;
}

.custom-box-radio-noicon {
  position: relative;
}
.custom-box-radio-noicon input:checked + label {
  font-family: Arial;
  color: #5c5c5c;
  background-color: #f2f4f6;
  border: 1px solid #0a3453;
}
.custom-box-radio-noicon input:checked + label .text {
  color: #0a3453;
  font-size: 14px;
  font-weight: 700;
}
.custom-box-radio-noicon input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.custom-box-radio-noicon input[type=radio]:checked ~ label::after {
  display: block;
}
.custom-box-radio-noicon label {
  display: flex;
  width: 100%;
  align-items: center;
  color: #5c5c5c;
  font-size: 14px;
  font-family: Arial;
  line-height: 19px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0;
  padding: 20px 20px 20px 54px;
  text-transform: none !important;
  border: 1px solid #949494;
  border-radius: 5px;
  background-color: #ffffff;
}
.custom-box-radio-noicon label:hover {
  background-color: #f2f4f6;
  border: 1px solid #0a3453;
}
.custom-box-radio-noicon label .text {
  color: #5c5c5c;
  font-size: 14px;
}
.custom-box-radio-noicon label::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 20px;
  border: 2px solid #0a3453;
  border-radius: 50%;
  background-color: #ffffff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.custom-box-radio-noicon label::after {
  display: none;
  position: absolute;
  left: 24px;
  top: 25px;
  font-size: 11px;
  content: "";
  height: 12px;
  width: 12px;
  background-color: #0a3453;
  border-radius: 6px;
}
.custom-box-radio-noicon label:visited::before, .custom-box-radio-noicon label:hover::before {
  border-color: #0a3453;
}

.custom-box-checkbox-noicon {
  position: relative;
}
.custom-box-checkbox-noicon input:checked + label {
  font-family: Arial;
  color: #5c5c5c;
  background-color: #f2f4f6;
  border: 1px solid #0a3453;
}
.custom-box-checkbox-noicon input:checked + label .text {
  color: #0a3453;
  font-size: 14px;
  font-weight: 700;
}
.custom-box-checkbox-noicon input[type=checkbox] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.custom-box-checkbox-noicon input[type=checkbox]:checked ~ label::before {
  background-color: #0a3453;
  border-color: #0a3453 !important;
}
.custom-box-checkbox-noicon input[type=checkbox]:checked ~ label::after {
  content: "";
  display: block;
  height: 16px;
  width: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.custom-box-checkbox-noicon label {
  display: flex;
  width: 100%;
  align-items: center;
  color: #5c5c5c;
  font-size: 14px;
  font-family: Arial;
  line-height: 19px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0;
  padding: 20px 20px 20px 59px;
  text-transform: none !important;
  border: 1px solid #949494;
  border-radius: 5px;
  background-color: #ffffff;
}
.custom-box-checkbox-noicon label:hover {
  background-color: #f2f4f6;
  border: 1px solid #0a3453;
}
.custom-box-checkbox-noicon label .text {
  color: #5c5c5c;
  font-size: 14px;
}
.custom-box-checkbox-noicon label::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 20px;
  border: 2px solid #0a3453;
  border-radius: 3px;
  background-color: #ffffff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.custom-box-checkbox-noicon label::after {
  display: inline-block;
  position: absolute;
  left: 21px;
  top: 20px;
  margin-left: 5px;
  font-size: 11px;
}
.custom-box-checkbox-noicon label:visited::before, .custom-box-checkbox-noicon label:hover::before {
  border-color: #0a3453;
}

nav.navbar .dropdown:hover .dropdown-menu {
  cursor: pointer;
  display: block;
}
nav.navbar .dropdown .dropdown-menu {
  margin: 0;
}
nav.navbar .nav-link,
nav.navbar .nav-item,
nav.navbar .dropdown-item {
  cursor: pointer;
  font-size: 14px;
  color: #0A3453;
}

header nav.navbar:first-child li .nav-link::after {
  content: "";
  right: 0;
  height: 100%;
  margin-left: 10px;
  border-right: 1px solid #ffffff;
}
header nav.navbar:first-child li:last-child .nav-link:after {
  border: none;
}

.maintitle {
  font-size: 18px;
  color: #0A3453;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .options-to-do {
    display: flex;
    justify-content: center;
  }
}
.options-to-do .content {
  max-width: 345px;
  border: 1px solid #6B788E;
  border-radius: 3px;
  font-size: 14px;
  padding: 12px 15px;
  margin: 20px auto;
  line-height: 16px;
}
@media screen and (min-width: 960px) {
  .options-to-do .content {
    margin: 30px 25px;
  }
}
.options-to-do .content .title {
  color: #E61464;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.options-to-do .content .text {
  color: #6B788E;
  font-family: Arial, Helvetica, sans-serif;
}

.an-accordian {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}
.an-accordian input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.an-accordian input[type=checkbox]:checked + .an-accordian-header::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.an-accordian input[type=checkbox]:checked + .an-accordian-header-withsubtitle::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.an-accordian input[type=checkbox]:checked + .buy-sow-summary-accordion-header .an-accordian-header::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.an-accordian input[type=checkbox]:checked ~ .an-accordian-content {
  display: block;
  padding: 20px 15px;
  padding-top: 0px;
  max-height: 100%;
  opacity: 1;
}
.an-accordian .an-accordian-header {
  padding: 20px 30px;
  cursor: pointer;
  color: #0A3453;
  font-size: 16px;
  display: block;
  margin: 0px;
  display: flex;
  outline: none !important;
}
@media screen and (max-width: 767px) {
  .an-accordian .an-accordian-header {
    font-size: 14px;
    padding: 20px 15px;
  }
}
.an-accordian .an-accordian-header::after {
  transition: all 0.35s;
  margin-left: auto;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTIgNyI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzBhMzQ1Mzt9PC9zdHlsZT48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNiAzLjUpIHJvdGF0ZSgxODApIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNiAtMy41KSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xMC42LDcsNiwyLjY0OSwxLjQsNywwLDUuNjc2LDYsMGw2LDUuNjc2WiIvPjwvZz48L2c+PC9zdmc+);
}
.an-accordian .an-accordian-header-withsubtitle {
  padding: 20px 30px;
  padding-bottom: 10px;
  cursor: pointer;
  color: #0A3453;
  font-size: 16px;
  display: block;
  margin: 0px;
  display: flex;
  outline: none !important;
}
@media screen and (max-width: 767px) {
  .an-accordian .an-accordian-header-withsubtitle {
    font-size: 14px;
    padding: 20px 15px !important;
  }
}
.an-accordian .an-accordian-header-withsubtitle::after {
  transition: all 0.35s;
  margin-left: auto;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTIgNyI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzBhMzQ1Mzt9PC9zdHlsZT48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNiAzLjUpIHJvdGF0ZSgxODApIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNiAtMy41KSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xMC42LDcsNiwyLjY0OSwxLjQsNywwLDUuNjc2LDYsMGw2LDUuNjc2WiIvPjwvZz48L2c+PC9zdmc+);
}
.an-accordian .subtitle {
  color: #949494;
  font-size: 14px;
  padding: 20px 30px;
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .an-accordian .subtitle {
    padding: 20px 15px !important;
    padding-top: 0px !important;
  }
}
.an-accordian .an-accordian-content {
  max-height: 0;
  padding: 20px 15px;
  padding-top: 0px;
  background: #ffffff;
  transition: all 0.35s;
  display: none;
  border-radius: 5px;
}

.an-status-bar {
  /* Progress-Bar scss*/
}
.an-status-bar ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 40px 30px 40px;
  display: -ms-flexbbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.an-status-bar ul > li {
  position: relative;
  display: block;
  text-align: center;
}
.an-status-bar ul > li:nth-child(odd) {
  padding: 0rem 5px;
}
.an-status-bar ul > li:nth-child(even) {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .an-status-bar ul > li > .text {
    display: none;
  }
}
.an-status-bar ul > li > .text .text-wrapper {
  position: relative;
}
.an-status-bar ul > li > .text .text-wrapper .text-span {
  white-space: nowrap;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}
.an-status-bar .an-statusbar-control {
  position: relative;
  display: block;
  min-height: 20px;
  min-width: 20px;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}
.an-status-bar .an-statusbar-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: none;
}
.an-status-bar .noCircle .an-statusbar-control-label::after {
  display: none;
}
.an-status-bar .an-statusbar-control-label {
  margin: 0 auto;
  display: block;
}
.an-status-bar .an-statusbar-control-label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #707070 solid 2px;
}
.an-status-bar .an-statusbar-control-label::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #0A3453;
  border-radius: 50%;
  border: none;
}
.an-status-bar .an-statusbar-control-input:checked ~ .an-statusbar-control-label::before {
  color: #0A3453;
  border-color: #0A3453;
  background-color: #ffffff;
}
.an-status-bar .an-statusbar-control-input:focus ~ .an-statusbar-control-label::before {
  box-shadow: none;
}
.an-status-bar .an-statusbar-control-input:focus:not(:checked) ~ .an-statusbar-control-label::before {
  border-color: transparent;
}
.an-status-bar .an-statusbar-control-input:not(:disabled):active ~ .an-statusbar-control-label::before {
  color: #0A3453;
  border-color: #0A3453;
  background-color: #ffffff;
}
.an-status-bar .an-statusbar-control-input:disabled ~ .an-statusbar-control-label {
  color: #ffffff;
}
.an-status-bar .an-statusbar-control-input:disabled ~ .an-statusbar-control-label::before {
  background-color: #ffffff !important;
}
.an-status-bar .an-statusbar-radio-btn .an-statusbar-control-label::before {
  border-radius: 50%;
}
.an-status-bar .an-statusbar-radio-complete .an-statusbar-control-input:disabled:checked ~ .an-statusbar-control-label::after {
  border-radius: 0;
  pointer-events: auto;
  transform: translate(-50%, -40%) rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  left: 50%;
  top: 40%;
  border-top-color: transparent;
  border-left-color: transparent;
}
.an-status-bar .an-statusbar-radio-complete .an-statusbar-control-input:disabled:checked ~ .an-statusbar-control-label::before {
  background-color: #0A3453 !important;
}
.an-status-bar .an-progress {
  display: flex;
  height: 16px;
  font-size: 12px;
  background-color: #D9D9D9;
  border-radius: 4px;
  height: 3px;
}
.an-status-bar .an-progress .an-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #0A3453;
  transition: width 0.6s ease;
}

.an-search-main {
  background-color: #ffffff;
  box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 5px 5px;
}
@media screen and (max-width: 575px) {
  .an-search-main {
    border-radius: 5px !important;
  }
}
.an-search-main .an-search-result-container {
  height: calc(100% - 47px);
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-container {
    height: calc(100% - 53px);
  }
}
.an-search-main .an-search-result-container .an-search-result-body {
  height: 100%;
}
.an-search-main .an-search-result-row {
  cursor: pointer;
}
.an-search-main .an-search-result-row .results-load-more {
  padding-top: 14px;
  text-align: center;
  color: #E61464;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.53px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .results-load-more {
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row {
    border-top: none;
    border-bottom: 1px solid #f3f3f3;
  }
}
.an-search-main .an-search-result-row .an-search-result-row-container {
  width: 100%;
  margin: 0px 19px 0px 19px;
}
.an-search-main .an-search-result-row.header-row {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row.header-row {
    display: none;
  }
}
.an-search-main .an-search-result-row.header-row .preview-content .custom-col {
  color: #69768c;
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .preview-content {
    height: auto !important;
    margin-bottom: 10px;
  }
  .an-search-main .an-search-result-row .preview-content .name {
    word-break: break-all;
    margin-top: 10px;
  }
  .an-search-main .an-search-result-row .preview-content .advisor {
    margin-top: 10px;
  }
  .an-search-main .an-search-result-row .preview-content .date {
    margin-top: 10px;
  }
}
@media screen and (min-width: 767px) {
  .an-search-main .an-search-result-row .preview-content {
    height: 45px;
  }
  .an-search-main .an-search-result-row .preview-content .email {
    max-width: calc(100% - 5px);
    word-break: break-all;
  }
}
@media screen and (max-width: 480px) {
  .an-search-main .an-search-result-row .preview-content .email {
    max-width: calc(100% - 141px);
    word-break: break-all;
  }
  .an-search-main .an-search-result-row .preview-content .name {
    max-width: calc(100% - 141px);
    word-break: break-all;
  }
}
.an-search-main .an-search-result-row .preview-content.an-search-result-row-data-last {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
}
.an-search-main .an-search-result-row .preview-content.an-search-result-row-data {
  border-top: 1px solid #f3f3f3;
}
.an-search-main .an-search-result-row .preview-content .custom-col {
  position: relative;
  width: 100%;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 14px;
  color: #5c5c5c;
  text-align: left;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col .cust-info-label {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col .cust-info-label {
    flex: 0 0 111px;
    max-width: 111px;
    margin-right: 30px;
    color: #5c5c5c;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col .cust-info-value {
    flex: 0 0 auto;
    max-width: auto;
    padding-bottom: 15px;
    font-size: 14px;
  }
}
.an-search-main .an-search-result-row .preview-content .custom-col.icon-col {
  flex: 0 0 45px;
  max-width: 45px;
}
.an-search-main .an-search-result-row .preview-content .custom-col.icon-col.header-col {
  flex: 0 0 58px;
  max-width: 58px;
}
@media screen and (max-width: 1100px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.icon-col.header-col {
    flex: 0 0 44px;
    max-width: 44px;
  }
}
@media screen and (max-width: 1100px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.icon-col {
    flex: 0 0 35px;
    max-width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.icon-col {
    order: 5;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.icon-col .img-div img {
    transform: rotate(90deg);
  }
}
.an-search-main .an-search-result-row .preview-content .custom-col.icon-col .img-div.active img {
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.icon-col .img-div.active img {
    transform: rotate(-90deg);
  }
}
.an-search-main .an-search-result-row .preview-content .custom-col.name-col {
  flex: 0 0 166px;
  max-width: 166px;
  margin-left: 19px;
}
@media screen and (max-width: 1100px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.name-col {
    margin-left: 11px;
    flex: 0 0 110px;
    max-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.name-col {
    margin-left: 5px;
    flex: 0 0 55px;
    max-width: 55px;
    align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.name-col {
    margin-left: 0px;
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.an-search-main .an-search-result-row .preview-content .custom-col.phone-col {
  flex: 0 0 83px;
  max-width: 83px;
  min-width: 83px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.phone-col {
    flex-flow: column;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.phone-col {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    flex-flow: row;
    margin-top: 0px;
  }
}
.an-search-main .an-search-result-row .preview-content .custom-col.email-col {
  flex: 0 0 227px;
  max-width: 227px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}
@media screen and (max-width: 1100px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.email-col {
    flex: 0 0 150px;
    max-width: 150px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.email-col {
    flex: 0 0 100px;
    max-width: 100px;
    padding-left: 0px;
    flex-flow: column;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.email-col {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    flex-flow: row;
    margin-top: 0px;
  }
}
.an-search-main .an-search-result-row .preview-content .custom-col.voi-col {
  flex: 0 0 167px;
  max-width: 196px;
  margin-left: auto;
  margin-right: auto;
}
.an-search-main .an-search-result-row .preview-content .custom-col.voi-col.header-col {
  flex: 0 0 167px;
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.voi-col.header-col {
    flex-flow: column;
    padding-right: 10px;
    padding-left: 0px;
  }
}
.an-search-main .an-search-result-row .preview-content .custom-col.voi-col .voi {
  max-width: 130px;
  display: block;
  white-space: pre-line;
}
@media screen and (max-width: 1100px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.voi-col {
    flex: 0 0 130px;
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.voi-col {
    flex: 0 0 100px;
    max-width: 100px;
    padding-left: 0px;
    flex-flow: column;
    align-items: start;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.voi-col {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    flex-flow: row;
    margin-top: 0px;
  }
}
.an-search-main .an-search-result-row .preview-content .custom-col.advisor-col {
  flex: 0 0 128px;
  max-width: 128px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.advisor-col.header-col {
    padding-left: 3px;
  }
}
@media screen and (max-width: 1100px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.advisor-col {
    flex: 0 0 85px;
    max-width: 85px;
  }
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.advisor-col {
    flex: 0 0 75px;
    max-width: 75px;
    flex-flow: column;
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.advisor-col {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    flex-flow: inherit;
    align-items: inherit;
  }
}
.an-search-main .an-search-result-row .preview-content .custom-col.percentage-col {
  flex: 0 0 110px;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.percentage-col.header-col {
    padding-left: 3px;
  }
}
@media screen and (max-width: 1100px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.percentage-col {
    flex: 0 0 85px;
    max-width: 85px;
  }
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.percentage-col {
    flex: 0 0 75px;
    max-width: 75px;
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.percentage-col {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    flex-flow: inherit;
    align-items: inherit;
  }
}
.an-search-main .an-search-result-row .preview-content .custom-col.date-col {
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.date-col {
    flex: 0 0 37px;
    max-width: 37px;
    flex-flow: column;
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.date-col {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    flex-flow: inherit;
    align-items: inherit;
  }
}
.an-search-main .an-search-result-row .preview-content .custom-col.radio-col {
  flex: 0 0 50px;
  height: 25px;
}
.an-search-main .an-search-result-row .preview-content .custom-col.radio-col.header-col {
  flex: 0 0 75px;
  max-width: 75px;
}
@media screen and (max-width: 1100px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.radio-col.header-col {
    flex: 0 0 85px;
    max-width: 85px;
  }
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.radio-col.header-col {
    flex: 0 0 50px;
    max-width: 50px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.radio-col {
    flex: 0 0 60px;
    max-width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.radio-col {
    flex: 0 0 40px;
    max-width: 40px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .preview-content .custom-col.radio-col {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-top: 16px;
  }
}
.an-search-main .an-search-result-row .preview-content .custom-col.radio-col .radio {
  position: relative;
}
.an-search-main .an-search-result-row .preview-content .custom-col.radio-col .radio::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  border: 2px solid #D9D9D9;
  border-radius: 50%;
  background-color: #ffffff;
}
.an-search-main .an-search-result-row .preview-content .custom-col.radio-col .radio::after {
  left: 8px !important;
  top: 4px !important;
  height: 11px !important;
  width: 5px !important;
  content: "";
  display: block;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
}
.an-search-main .an-search-result-row .preview-content .custom-col.radio-col .radio.active {
  display: flex;
}
.an-search-main .an-search-result-row .preview-content .custom-col.radio-col .radio.active::before {
  background-color: #0A3453;
  border-color: #0A3453 !important;
}
.an-search-main .an-search-result-row .preview-content .custom-col.radio-col .radio.active::after {
  content: "";
  display: block;
  height: 16px;
  width: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.an-search-main .an-search-result-row .detail-content {
  padding: 0px 85px 0px 64px;
}
@media screen and (max-width: 1100px) {
  .an-search-main .an-search-result-row .detail-content {
    padding: 0px 60px 0px 41px;
  }
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .detail-content {
    padding: 0px 21px 0px 35px;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .detail-content {
    padding: 0px;
  }
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row {
  background-color: #f7f8f9;
  padding: 23px 89px 14px 50px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 8px;
  border: 2px solid #f7f8f9;
  border-radius: 5px;
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col {
  padding-right: 0px;
  padding-left: 46px;
  border-right: 1px solid #eaeaea;
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col {
    margin-top: 17px;
  }
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col .detail-content-info {
  margin-bottom: 18px;
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col .detail-content-info.row-status {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col .detail-content-info {
    margin-bottom: 15px;
  }
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col .detail-content-info div {
  font-size: 12px;
  font-family: Arial;
  text-align: left !important;
  color: #000000;
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col .detail-content-info div.cust-info-label {
  font-weight: bold;
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col .detail-content-info div.cust-info-value {
  font-weight: normal;
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col .detail-content-info div .address-line-2 {
  margin-top: -5px;
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col .detail-content-info.last-detail-content {
  margin-bottom: 0px;
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col .detail-content-info .cust-info-badge {
  margin-top: 0px;
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col .detail-content-info .badge-custom {
  text-transform: uppercase !important;
  font-size: 10px;
  font-weight: bold;
  font-family: Arial;
  display: inline-block;
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col .detail-content-info .badge-custom.badge-light-custom {
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #979797;
  color: #5c5c5c;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 14px !important;
  height: 15px !important;
  margin-bottom: 3px;
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col .detail-content-info .badge-custom.badge-secondary-custom {
  height: 15px !important;
  color: #ffffff;
  background-color: #69768c;
  padding-left: 15px !important;
  padding-right: 15px !important;
  line-height: 16px;
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col.last-col {
  border-right: 0px;
}
.an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col.first-col {
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col.first-col {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col {
    padding-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #eaeaea;
  }
  .an-search-main .an-search-result-row .detail-content .detail-content-main-row .detail-content-col.last-col {
    border-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .an-search-main .an-search-result-row .detail-content .detail-content-main-row {
    padding: 23px 50px 14px 50px;
  }
}
@media screen and (max-width: 768px) {
  .an-search-main .an-search-result-row .detail-content .detail-content-main-row {
    padding: 21px 5px 21px 16px;
  }
}
@media screen and (max-width: 767px) {
  .an-search-main .an-search-result-row .detail-content .detail-content-main-row {
    padding: 14px 15px 14px 17px;
  }
}
.an-search-main .an-search-result-empty {
  display: flex;
  flex-direction: column;
}
.an-search-main .an-search-result-empty .result-empty-image {
  margin-top: 150px;
}
.an-search-main .an-search-result-empty .result-empty-msg {
  margin: 15px 0 150px 0;
  text-align: center;
  font: Regular 14px/16px Arial;
  letter-spacing: 0;
  color: #5c5c5c;
  opacity: 1;
}

.an-notfication-bar {
  color: #ffffff;
}
.notifications-buynow-container .an-notfication-bar {
  background-color: #E61464;
  border-radius: 0 0 5px 5px;
}
.notifications-buynow-container .an-notfication-bar .notification-contnet-wrapper {
  height: auto;
  min-height: 30px;
}
@media screen and (max-width: 768px) {
  .notifications-buynow-container .an-notfication-bar .notification-contnet-wrapper {
    justify-content: start;
  }
}
.notifications-buynow-container .an-notfication-bar .notification-contnet-wrapper .main-text {
  width: 75%;
  padding: 2px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .notifications-buynow-container .an-notfication-bar .notification-contnet-wrapper .main-text {
    width: 70%;
    padding-left: 5px;
    justify-content: start;
    margin-left: 0;
  }
}
.notifications-buynow-container .an-notfication-bar .notification-contnet-wrapper .main-text .icon {
  min-width: 15px;
}
.notifications-buynow-container .an-notfication-bar .notification-contnet-wrapper .right-cta {
  width: 15%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .notifications-buynow-container .an-notfication-bar .notification-contnet-wrapper .right-cta {
    width: 20%;
  }
}
.notifications-buynow-container .an-notfication-bar .notification-contnet-wrapper .right-cta, .notifications-buynow-container .an-notfication-bar .notification-contnet-wrapper .close-icon {
  top: 50%;
  transform: translateY(-50%);
}
.an-notfication-bar.dt-notification-success {
  background-color: #037b28;
}
.an-notfication-bar.dt-notification-danger {
  background-color: #d0021b;
}
.an-notfication-bar.dt-notification-primary {
  background-color: #2E64B5;
}
.an-notfication-bar.notification-warning {
  border-radius: 5px;
}
.an-notfication-bar.notification-warning.notification-warning-blue {
  background: #0A4EB0;
}
.an-notfication-bar.notification-warning.notification-warning-navy {
  background: #0A3453;
}
.an-notfication-bar.notification-warning.notification-warning-red {
  background: #B10216;
}
.an-notfication-bar.notification-warning.notification-warning-light-red {
  background: #F8ECEE;
  color: #A20214;
  border: 1.3px solid #D0021B;
}
.an-notfication-bar.notification-warning.notification-warning-light-red .notification-contnet-wrapper .close-icon {
  right: 12px;
}
.an-notfication-bar.notification-warning.notification-warning-light-red .notification-contnet-wrapper .close-icon .dt-icon {
  width: 12px;
  height: 12px;
}
.an-notfication-bar.notification-warning .notification-contnet-wrapper .close-icon {
  right: 10px;
}
.an-notfication-bar.notification-warning .notification-contnet-wrapper .close-icon .dt-icon {
  width: 20px;
  height: 20px;
  top: -2px;
  position: relative;
}
.an-notfication-bar.notification-warning .notification-contnet-wrapper .main-text {
  margin-top: -1px;
}
.an-notfication-bar.notification-warning .notification-contnet-wrapper .main-text .text {
  font-size: 12px;
}
.an-notfication-bar.notification-warning .notification-contnet-wrapper .main-text .icon {
  width: 18px;
  margin-right: 5px;
}
.an-notfication-bar .notification-contnet-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  position: relative;
}
.an-notfication-bar .notification-contnet-wrapper .main-text .icon {
  height: 15px;
  width: 15px;
  margin-bottom: 2px;
  margin-right: 15px;
}
.an-notfication-bar .notification-contnet-wrapper .main-text .text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .an-notfication-bar .notification-contnet-wrapper .main-text .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .an-notfication-bar .notification-contnet-wrapper .main-text {
    margin-left: 15px;
  }
}
.an-notfication-bar .notification-contnet-wrapper .right-cta {
  position: absolute;
  right: 40px;
  top: 3px;
}
.an-notfication-bar .notification-contnet-wrapper .right-cta a {
  font-size: 14px;
  text-decoration: underline;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .an-notfication-bar .notification-contnet-wrapper .right-cta a {
    font-size: 12px;
  }
}
.an-notfication-bar .notification-contnet-wrapper .right-cta a:hover {
  text-decoration: underline;
}
.an-notfication-bar .notification-contnet-wrapper .right-cta a:focus {
  text-decoration: underline;
}
.an-notfication-bar .notification-contnet-wrapper .right-cta a:active {
  text-decoration: underline;
}
.an-notfication-bar .notification-contnet-wrapper .close-icon {
  position: absolute;
  right: 15px;
  top: 4px;
}
.an-notfication-bar .notification-contnet-wrapper .close-icon .dt-icon {
  width: 15px;
  height: 15px;
}

.dt-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.dt-icon.dt-icon-creditapplication-default {
  background-image: url("assets/icons/autonation-creditapplication-default.svg");
  background-image: svg("assets/icons/autonation-creditapplication-default.svg");
}
.dt-icon.dt-icon-creditapplication-disabled {
  background-image: url("assets/icons/autonation-creditapplication-disabled.svg");
  background-image: svg("assets/icons/autonation-creditapplication-disabled.svg");
}
.dt-icon.dt-icon-creditapplication-done {
  background-image: url("assets/icons/autonation-creditapplication-done.svg");
  background-image: svg("assets/icons/autonation-creditapplication-done.svg");
}
.dt-icon.dt-icon-creditapplication-inprogress {
  background-image: url("assets/icons/autonation-creditapplication-inprogress.svg");
  background-image: svg("assets/icons/autonation-creditapplication-inprogress.svg");
}
.dt-icon.dt-icon-creditapplication-expired {
  background-image: url("assets/icons/autonation-creditapplication-expired.svg");
  background-image: svg("assets/icons/autonation-creditapplication-expired.svg");
}
.dt-icon.dt-icon-creditapplication-pending {
  background-image: url("assets/icons/autonation-creditapplication-pending.svg");
  background-image: svg("assets/icons/autonation-creditapplication-pending.svg");
}
.dt-icon.dt-icon-creditapplication-failed {
  background-image: url("assets/icons/autonation-creditapplication-failed.svg");
  background-image: svg("assets/icons/autonation-creditapplication-failed.svg");
}
.dt-icon.dt-icon-creditapplication-active {
  background-image: url("assets/icons/autonation-creditapplication-active.svg");
  background-image: svg("assets/icons/autonation-creditapplication-active.svg");
}
.dt-icon.dt-icon-creditapplication-confirm {
  background-image: url("assets/icons/autonation-creditapplication-confirm.svg");
  background-image: svg("assets/icons/autonation-creditapplication-confirm.svg");
}
.dt-icon.dt-icon-buynow-vehicle-no-longer-available {
  background-image: url("assets/icons/autonation-buynow-vehicle-no-longer-available.svg");
  background-image: svg("assets/icons/autonation-buynow-vehicle-no-longer-available.svg");
}
.dt-icon.dt-icon-voi-default {
  background-image: url("assets/icons/autonation-voi-default.svg");
  background-image: svg("assets/icons/autonation-voi-default.svg");
}
.dt-icon.dt-icon-voi-disabled {
  background-image: url("assets/icons/autonation-voi-disabled.svg");
  background-image: svg("assets/icons/autonation-voi-disabled.svg");
}
.dt-icon.dt-icon-voi-done {
  background-image: url("assets/icons/autonation-voi-done.svg");
  background-image: svg("assets/icons/autonation-voi-done.svg");
}
.dt-icon.dt-icon-voi-inprogress {
  background-image: url("assets/icons/autonation-voi-inprogress.svg");
  background-image: svg("assets/icons/autonation-voi-inprogress.svg");
}
.dt-icon.dt-icon-voi-expired {
  background-image: url("assets/icons/autonation-voi-expired.svg");
  background-image: svg("assets/icons/autonation-voi-expired.svg");
}
.dt-icon.dt-icon-voi-pending {
  background-image: url("assets/icons/autonation-voi-pending.svg");
  background-image: svg("assets/icons/autonation-voi-pending.svg");
}
.dt-icon.dt-icon-voi-failed {
  background-image: url("assets/icons/autonation-voi-failed.svg");
  background-image: svg("assets/icons/autonation-voi-failed.svg");
}
.dt-icon.dt-icon-voi-active {
  background-image: url("assets/icons/autonation-voi-active.svg");
  background-image: svg("assets/icons/autonation-voi-active.svg");
}
.dt-icon.dt-icon-tradein-default {
  background-image: url("assets/icons/autonation-tradein-default.svg");
  background-image: svg("assets/icons/autonation-tradein-default.svg");
}
.dt-icon.dt-icon-tradein-disabled {
  background-image: url("assets/icons/autonation-tradein-disabled.svg");
  background-image: svg("assets/icons/autonation-tradein-disabled.svg");
}
.dt-icon.dt-icon-tradein-done {
  background-image: url("assets/icons/autonation-tradein-done.svg");
  background-image: svg("assets/icons/autonation-tradein-done.svg");
}
.dt-icon.dt-icon-tradein-inprogress {
  background-image: url("assets/icons/autonation-tradein-inprogress.svg");
  background-image: svg("assets/icons/autonation-tradein-inprogress.svg");
}
.dt-icon.dt-icon-tradein-expired {
  background-image: url("assets/icons/autonation-tradein-expired.svg");
  background-image: svg("assets/icons/autonation-tradein-expired.svg");
}
.dt-icon.dt-icon-tradein-pending {
  background-image: url("assets/icons/autonation-tradein-pending.svg");
  background-image: svg("assets/icons/autonation-tradein-pending.svg");
}
.dt-icon.dt-icon-tradein-failed {
  background-image: url("assets/icons/autonation-tradein-failed.svg");
  background-image: svg("assets/icons/autonation-tradein-failed.svg");
}
.dt-icon.dt-icon-tradein-active {
  background-image: url("assets/icons/autonation-tradein-active.svg");
  background-image: svg("assets/icons/autonation-tradein-active.svg");
}
.dt-icon.dt-icon-documents-default {
  background-image: url("assets/icons/autonation-documents-default.svg");
  background-image: svg("assets/icons/autonation-documents-default.svg");
}
.dt-icon.dt-icon-documents-disabled {
  background-image: url("assets/icons/autonation-documents-disabled.svg");
  background-image: svg("assets/icons/autonation-documents-disabled.svg");
}
.dt-icon.dt-icon-documents-done {
  background-image: url("assets/icons/autonation-documents-done.svg");
  background-image: svg("assets/icons/autonation-documents-done.svg");
}
.dt-icon.dt-icon-documents-inprogress {
  background-image: url("assets/icons/autonation-documents-inprogress.svg");
  background-image: svg("assets/icons/autonation-documents-inprogress.svg");
}
.dt-icon.dt-icon-documents-expired {
  background-image: url("assets/icons/autonation-documents-expired.svg");
  background-image: svg("assets/icons/autonation-documents-expired.svg");
}
.dt-icon.dt-icon-documents-pending {
  background-image: url("assets/icons/autonation-documents-pending.svg");
  background-image: svg("assets/icons/autonation-documents-pending.svg");
}
.dt-icon.dt-icon-documents-failed {
  background-image: url("assets/icons/autonation-documents-failed.svg");
  background-image: svg("assets/icons/autonation-documents-failed.svg");
}
.dt-icon.dt-icon-documents-active {
  background-image: url("assets/icons/autonation-documents-active.svg");
  background-image: svg("assets/icons/autonation-documents-active.svg");
}
.dt-icon.dt-icon-customer-default {
  background-image: url("assets/icons/autonation-customer-default.svg");
  background-image: svg("assets/icons/autonation-customer-default.svg");
}
.dt-icon.dt-icon-customer-done {
  background-image: url("assets/icons/autonation-customer-done.svg");
  background-image: svg("assets/icons/autonation-customer-done.svg");
}
.dt-icon.dt-icon-customer-disabled {
  background-image: url("assets/icons/autonation-customer-disabled.svg");
  background-image: svg("assets/icons/autonation-customer-disabled.svg");
}
.dt-icon.dt-icon-customer-active {
  background-image: url("assets/icons/autonation-customer-active.svg");
  background-image: svg("assets/icons/autonation-customer-active.svg");
}
.dt-icon.dt-icon-customer-expired {
  background-image: url("assets/icons/autonation-customer-expired.svg");
  background-image: svg("assets/icons/autonation-customer-expired.svg");
}
.dt-icon.dt-icon-customer-pending {
  background-image: url("assets/icons/autonation-customer-pending.svg");
  background-image: svg("assets/icons/autonation-customer-pending.svg");
}
.dt-icon.dt-icon-customer-failed {
  background-image: url("assets/icons/autonation-customer-failed.svg");
  background-image: svg("assets/icons/autonation-customer-failed.svg");
}
.dt-icon.dt-icon-customer-inprogress {
  background-image: url("assets/icons/autonation-customer-inprogress.svg");
  background-image: svg("assets/icons/autonation-customer-inprogress.svg");
}
.dt-icon.dt-icon-customer-search {
  background-image: url("assets/icons/autonation-customer-search.svg");
  background-image: svg("assets/icons/autonation-customer-search.svg");
}
.dt-icon.dt-icon-finish {
  background-image: url("assets/icons/autonation-finish.svg");
  background-image: svg("assets/icons/autonation-finish.svg");
}
.dt-icon.dt-icon-eye-open {
  background-image: url("assets/icons/autonation-eye-open.svg");
  background-image: svg("assets/icons/autonation-eye-open.svg");
}
.dt-icon.dt-icon-eye-close {
  background-image: url("assets/icons/autonation-eye-close.svg");
  background-image: svg("assets/icons/autonation-eye-close.svg");
}
.dt-icon.dt-icon-input-clear {
  background-image: url("assets/icons/autonation-input-clear.svg");
  background-image: svg("assets/icons/autonation-input-clear.svg");
}
.dt-icon.dt-icon-logo {
  background-image: url("assets/icons/autonation-logo.svg");
  background-image: svg("assets/icons/autonation-logo.svg");
}
.dt-icon.dt-icon-danger-circle {
  background-image: url("assets/icons/autonation-danger-circle.svg");
  background-image: svg("assets/icons/autonation-danger-circle.svg");
}
.dt-icon.dt-icon-success-circle {
  background-image: url("assets/icons/autonation-success-circle.svg");
  background-image: svg("assets/icons/autonation-success-circle.svg");
}
.dt-icon.dt-icon-srp-filtershow {
  background-image: url("assets/icons/autonation-srp-filtershow.svg");
  background-image: svg("assets/icons/autonation-srp-filtershow.svg");
}
.dt-icon.dt-icon-srp-filterhide {
  background-image: url("assets/icons/autonation-srp-filterhide.svg");
  background-image: svg("assets/icons/autonation-srp-filterhide.svg");
}
.dt-icon.dt-icon-vdp-expandimg {
  background-image: url("assets/icons/autonation-vdp-expandimg.svg");
  background-image: svg("assets/icons/autonation-vdp-expandimg.svg");
}
.dt-icon.dt-icon-certified-approved {
  background-image: url("assets/icons/autonation-certified-approved.svg");
  background-image: svg("assets/icons/autonation-certified-approved.svg");
}
.dt-icon.dt-icon-certified-pending {
  background-image: url("assets/icons/autonation-certified-pending.svg");
  background-image: svg("assets/icons/autonation-certified-pending.svg");
}
.dt-icon.dt-icon-radio-checked {
  background-image: url("assets/icons/autonation-radio-checked.svg");
  background-image: svg("assets/icons/autonation-radio-checked.svg");
}
.dt-icon.dt-icon-back-button {
  background-image: url("assets/icons/autonation-back-button.svg");
  background-image: svg("assets/icons/autonation-back-button.svg");
}
.dt-icon.dt-icon-back-button-pink {
  background-image: url("assets/icons/autonation-back-button-pink.svg");
  background-image: svg("assets/icons/autonation-back-button-pink.svg");
}
.dt-icon.dt-icon-plus {
  background-image: url("assets/icons/autonation-plus.svg");
  background-image: svg("assets/icons/autonation-plus.svg");
}
.dt-icon.dt-icon-minus {
  background-image: url("assets/icons/autonation-minus.svg");
  background-image: svg("assets/icons/autonation-minus.svg");
}
.dt-icon.dt-icon-squareplus {
  background-image: url("assets/icons/autonation-squareplus.svg");
  background-image: svg("assets/icons/autonation-squareplus.svg");
}
.dt-icon.dt-icon-squareminus {
  background-image: url("assets/icons/autonation-squareminus.svg");
  background-image: svg("assets/icons/autonation-squareminus.svg");
}
.dt-icon.dt-icon-paymentoptions-default {
  background-image: url("assets/icons/autonation-paymentoptions-default.svg");
  background-image: svg("assets/icons/autonation-paymentoptions-default.svg");
}
.dt-icon.dt-icon-paymentoptions-disabled {
  background-image: url("assets/icons/autonation-paymentoptions-disabled.svg");
  background-image: svg("assets/icons/autonation-paymentoptions-disabled.svg");
}
.dt-icon.dt-icon-paymentoptions-done {
  background-image: url("assets/icons/autonation-paymentoptions-done.svg");
  background-image: svg("assets/icons/autonation-paymentoptions-done.svg");
}
.dt-icon.dt-icon-paymentoptions-inprogress {
  background-image: url("assets/icons/autonation-paymentoptions-inprogress.svg");
  background-image: svg("assets/icons/autonation-paymentoptions-inprogress.svg");
}
.dt-icon.dt-icon-paymentoptions-expired {
  background-image: url("assets/icons/autonation-paymentoptions-expired.svg");
  background-image: svg("assets/icons/autonation-paymentoptions-expired.svg");
}
.dt-icon.dt-icon-paymentoptions-pending {
  background-image: url("assets/icons/autonation-paymentoptions-pending.svg");
  background-image: svg("assets/icons/autonation-paymentoptions-pending.svg");
}
.dt-icon.dt-icon-paymentoptions-failed {
  background-image: url("assets/icons/autonation-paymentoptions-failed.svg");
  background-image: svg("assets/icons/autonation-paymentoptions-failed.svg");
}
.dt-icon.dt-icon-paymentoptions-active {
  background-image: url("assets/icons/autonation-paymentoptions-active.svg");
  background-image: svg("assets/icons/autonation-paymentoptions-active.svg");
}
.dt-icon.dt-icon-print {
  background-image: url("assets/icons/autonation-print.svg");
  background-image: svg("assets/icons/autonation-print.svg");
}
.dt-icon.dt-icon-close-white {
  background-image: url("assets/icons/autonation-close-white.svg");
  background-image: svg("assets/icons/autonation-close-white.svg");
}
.dt-icon.dt-icon-notif-primary {
  background-image: url("assets/icons/autonation-notif-primary.svg");
  background-image: svg("assets/icons/autonation-notif-primary.svg");
}
.dt-icon.dt-icon-question-mark {
  background-image: url("assets/icons/autonation-question-mark.svg");
  background-image: svg("assets/icons/autonation-question-mark.svg");
}
.dt-icon.dt-icon-exclamation-mark {
  background-image: url("assets/icons/autonation-exclamation-mark.svg");
  background-image: svg("assets/icons/autonation-exclamation-mark.svg");
}
.dt-icon.dt-icon-no-payment-option {
  background-image: url("assets/icons/autonation-no-payment-option.svg");
  background-image: svg("assets/icons/autonation-no-payment-option.svg");
}
.dt-icon.dt-icon-location-arrow {
  background-image: url("assets/icons/autonation-location-arrow.svg");
  background-image: svg("assets/icons/autonation-location-arrow.svg");
}
.dt-icon.dt-icon-location-pin {
  background-image: url("assets/icons/autonation-location-pin.svg");
  background-image: svg("assets/icons/autonation-location-pin.svg");
}
.dt-icon.dt-icon-phone-blue {
  background-image: url("assets/icons/autonation-phone-blue.svg");
  background-image: svg("assets/icons/autonation-phone-blue.svg");
}
.dt-icon.dt-icon-pink-clock {
  background-image: url("assets/icons/autonation-pink-clock.svg");
  background-image: svg("assets/icons/autonation-pink-clock.svg");
}
.dt-icon.dt-icon-phone-blue-border {
  background-image: url("assets/icons/autonation-phone-blue-border.svg");
  background-image: svg("assets/icons/autonation-phone-blue-border.svg");
}
.dt-icon.dt-icon-chat {
  background-image: url("assets/icons/autonation-chat.svg");
  background-image: svg("assets/icons/autonation-chat.svg");
}
.dt-icon.dt-icon-video {
  background-image: url("assets/icons/autonation-video.svg");
  background-image: svg("assets/icons/autonation-video.svg");
}
.dt-icon.dt-icon-payments-cash {
  background-image: url("assets/icons/autonation-payments-cash.svg");
  background-image: svg("assets/icons/autonation-payments-cash.svg");
}
.dt-icon.dt-icon-payments-cash-due {
  background-image: url("assets/icons/autonation-payments-cash-due.svg");
  background-image: svg("assets/icons/autonation-payments-cash-due.svg");
}
.dt-icon.dt-icon-payments-calendar {
  background-image: url("assets/icons/autonation-payments-calendar.svg");
  background-image: svg("assets/icons/autonation-payments-calendar.svg");
}
.dt-icon.dt-icon-payments-tag {
  background-image: url("assets/icons/autonation-payments-tag.svg");
  background-image: svg("assets/icons/autonation-payments-tag.svg");
}
.dt-icon.dt-icon-payments-tire {
  background-image: url("assets/icons/autonation-payments-tire.svg");
  background-image: svg("assets/icons/autonation-payments-tire.svg");
}
.dt-icon.dt-icon-payments-apr {
  background-image: url("assets/icons/autonation-payments-apr.svg");
  background-image: svg("assets/icons/autonation-payments-apr.svg");
}
.dt-icon.dt-icon-buy-now-personal-inactive {
  background-image: url("assets/icons/autonation-buy-now-personal-inactive.svg");
  background-image: svg("assets/icons/autonation-buy-now-personal-inactive.svg");
}
.dt-icon.dt-icon-buy-now-personal-disable {
  background-image: url("assets/icons/autonation-buy-now-personal-disable.svg");
  background-image: svg("assets/icons/autonation-buy-now-personal-disable.svg");
}
.dt-icon.dt-icon-buy-now-personal-active {
  background-image: url("assets/icons/autonation-buy-now-personal-active.svg");
  background-image: svg("assets/icons/autonation-buy-now-personal-active.svg");
}
.dt-icon.dt-icon-buy-now-tradein-inactive {
  background-image: url("assets/icons/autonation-buy-now-tradein-inactive.svg");
  background-image: svg("assets/icons/autonation-buy-now-tradein-inactive.svg");
}
.dt-icon.dt-icon-buy-now-tradein-disable {
  background-image: url("assets/icons/autonation-buy-now-tradein-disable.svg");
  background-image: svg("assets/icons/autonation-buy-now-tradein-disable.svg");
}
.dt-icon.dt-icon-buy-now-tradein-active {
  background-image: url("assets/icons/autonation-buy-now-tradein-active.svg");
  background-image: svg("assets/icons/autonation-buy-now-tradein-active.svg");
}
.dt-icon.dt-icon-buy-now-cpc-inactive {
  background-image: url("assets/icons/autonation-buy-now-cpc-inactive.svg");
  background-image: svg("assets/icons/autonation-buy-now-cpc-inactive.svg");
}
.dt-icon.dt-icon-buy-now-cpc-disable {
  background-image: url("assets/icons/autonation-buy-now-cpc-disable.svg");
  background-image: svg("assets/icons/autonation-buy-now-cpc-disable.svg");
}
.dt-icon.dt-icon-buy-now-cpc-active {
  background-image: url("assets/icons/autonation-buy-now-cpc-active.svg");
  background-image: svg("assets/icons/autonation-buy-now-cpc-active.svg");
}
.dt-icon.dt-icon-buy-now-cfs-inactive {
  background-image: url("assets/icons/autonation-buy-now-cfs-inactive.svg");
  background-image: svg("assets/icons/autonation-buy-now-cfs-inactive.svg");
}
.dt-icon.dt-icon-buy-now-cfs-disable {
  background-image: url("assets/icons/autonation-buy-now-cfs-disable.svg");
  background-image: svg("assets/icons/autonation-buy-now-cfs-disable.svg");
}
.dt-icon.dt-icon-buy-now-cfs-active {
  background-image: url("assets/icons/autonation-buy-now-cfs-active.svg");
  background-image: svg("assets/icons/autonation-buy-now-cfs-active.svg");
}
.dt-icon.dt-icon-buy-now-credit-inactive {
  background-image: url("assets/icons/autonation-buy-now-credit-inactive.svg");
  background-image: svg("assets/icons/autonation-buy-now-credit-inactive.svg");
}
.dt-icon.dt-icon-buy-now-credit-disable {
  background-image: url("assets/icons/autonation-buy-now-credit-disable.svg");
  background-image: svg("assets/icons/autonation-buy-now-credit-disable.svg");
}
.dt-icon.dt-icon-buy-now-credit-active {
  background-image: url("assets/icons/autonation-buy-now-credit-active.svg");
  background-image: svg("assets/icons/autonation-buy-now-credit-active.svg");
}
.dt-icon.dt-icon-buy-now-delivery-inactive {
  background-image: url("assets/icons/autonation-buy-now-delivery-inactive.svg");
  background-image: svg("assets/icons/autonation-buy-now-delivery-inactive.svg");
}
.dt-icon.dt-icon-buy-now-delivery-disable {
  background-image: url("assets/icons/autonation-buy-now-delivery-disable.svg");
  background-image: svg("assets/icons/autonation-buy-now-delivery-disable.svg");
}
.dt-icon.dt-icon-buy-now-delivery-active {
  background-image: url("assets/icons/autonation-buy-now-delivery-active.svg");
  background-image: svg("assets/icons/autonation-buy-now-delivery-active.svg");
}
.dt-icon.dt-icon-buy-now-documents-inactive {
  background-image: url("assets/icons/autonation-buy-now-documents-inactive.svg");
  background-image: svg("assets/icons/autonation-buy-now-documents-inactive.svg");
}
.dt-icon.dt-icon-buy-now-documents-disable {
  background-image: url("assets/icons/autonation-buy-now-documents-disable.svg");
  background-image: svg("assets/icons/autonation-buy-now-documents-disable.svg");
}
.dt-icon.dt-icon-buy-now-documents-active {
  background-image: url("assets/icons/autonation-buy-now-documents-active.svg");
  background-image: svg("assets/icons/autonation-buy-now-documents-active.svg");
}
.dt-icon.dt-icon-buy-now-review-inactive {
  background-image: url("assets/icons/autonation-buy-now-review-inactive.svg");
  background-image: svg("assets/icons/autonation-buy-now-review-inactive.svg");
}
.dt-icon.dt-icon-buy-now-review-disable {
  background-image: url("assets/icons/autonation-buy-now-review-disable.svg");
  background-image: svg("assets/icons/autonation-buy-now-review-disable.svg");
}
.dt-icon.dt-icon-buy-now-review-active {
  background-image: url("assets/icons/autonation-buy-now-review-active.svg");
  background-image: svg("assets/icons/autonation-buy-now-review-active.svg");
}
.dt-icon.dt-icon-buy-now-completed {
  background-image: url("assets/icons/autonation-buy-now-completed.svg");
  background-image: svg("assets/icons/autonation-buy-now-completed.svg");
}
.dt-icon.dt-icon-buy-now-greencheck {
  background-image: url("assets/icons/autonation-buy-now-greencheck.svg");
  background-image: svg("assets/icons/autonation-buy-now-greencheck.svg");
}
.dt-icon.dt-icon-buy-now-greencheck-nocircle {
  background-image: url("assets/icons/autonation-buy-now-greencheck-nocircle.svg");
  background-image: svg("assets/icons/autonation-buy-now-greencheck-nocircle.svg");
}
.dt-icon.dt-icon-back-button-disable {
  background-image: url("assets/icons/autonation-back-button-disable.svg");
  background-image: svg("assets/icons/autonation-back-button-disable.svg");
}
.dt-icon.dt-icon-buy-now-pricing {
  background-image: url("assets/icons/autonation-buy-now-pricing.svg");
  background-image: svg("assets/icons/autonation-buy-now-pricing.svg");
}
.dt-icon.dt-icon-warning {
  background-image: url("assets/icons/autonation-warning.svg");
  background-image: svg("assets/icons/autonation-warning.svg");
}
.dt-icon.dt-icon-warning-white {
  background-image: url("assets/icons/autonation-warning-white.svg");
  background-image: svg("assets/icons/autonation-warning-white.svg");
}
.dt-icon.dt-icon-warning-red {
  background-image: url("assets/icons/autonation-warning-red.svg");
  background-image: svg("assets/icons/autonation-warning-red.svg");
}
.dt-icon.dt-icon-lock {
  background-image: url("assets/icons/autonation-lock.svg");
  background-image: svg("assets/icons/autonation-lock.svg");
}
.dt-icon.dt-icon-close-red {
  background-image: url("assets/icons/autonation-close-red.svg");
  background-image: svg("assets/icons/autonation-close-red.svg");
}
.dt-icon.dt-icon-vehicleProtection {
  background-image: url("assets/icons/autonation-vehicleProtection.svg");
  background-image: svg("assets/icons/autonation-vehicleProtection.svg");
}
.dt-icon.dt-icon-gapProtection {
  background-image: url("assets/icons/autonation-gapProtection.svg");
  background-image: svg("assets/icons/autonation-gapProtection.svg");
}
.dt-icon.dt-icon-dentProtection {
  background-image: url("assets/icons/autonation-dentProtection.svg");
  background-image: svg("assets/icons/autonation-dentProtection.svg");
}
.dt-icon.dt-icon-careProtection {
  background-image: url("assets/icons/autonation-careProtection.svg");
  background-image: svg("assets/icons/autonation-careProtection.svg");
}
.dt-icon.dt-icon-appearanceProtection {
  background-image: url("assets/icons/autonation-appearanceProtection.svg");
  background-image: svg("assets/icons/autonation-appearanceProtection.svg");
}
.dt-icon.dt-icon-tireWheel {
  background-image: url("assets/icons/autonation-tireWheel.svg");
  background-image: svg("assets/icons/autonation-tireWheel.svg");
}
.dt-icon.dt-icon-buy-now-greencheck {
  background-image: url("assets/icons/autonation-buy-now-greencheck.svg");
  background-image: svg("assets/icons/autonation-buy-now-greencheck.svg");
}
.dt-icon.dt-icon-servicetracker-right-arw {
  background-image: url("assets/icons/autonation-servicetracker-right-arw.svg");
  background-image: svg("assets/icons/autonation-servicetracker-right-arw.svg");
}
.dt-icon.dt-icon-servicetracker-left-arw {
  background-image: url("assets/icons/autonation-servicetracker-left-arw.svg");
  background-image: svg("assets/icons/autonation-servicetracker-left-arw.svg");
}
.dt-icon.dt-icon-servicetracker-sms {
  background-image: url("assets/icons/autonation-servicetracker-sms.svg");
  background-image: svg("assets/icons/autonation-servicetracker-sms.svg");
}
.dt-icon.dt-icon-servicetracker-close {
  background-image: url("assets/icons/autonation-servicetracker-close.svg");
  background-image: svg("assets/icons/autonation-servicetracker-close.svg");
}
.dt-icon.dt-icon-servicetracker-storeclose {
  background-image: url("assets/icons/autonation-servicetracker-storeclose.svg");
  background-image: svg("assets/icons/autonation-servicetracker-storeclose.svg");
}
.dt-icon.dt-icon-servicetracker-storeopen {
  background-image: url("assets/icons/autonation-servicetracker-storeopen.svg");
  background-image: svg("assets/icons/autonation-servicetracker-storeopen.svg");
}
.dt-icon.dt-icon-servicetracker-storename {
  background-image: url("assets/icons/autonation-servicetracker-storename.svg");
  background-image: svg("assets/icons/autonation-servicetracker-storename.svg");
}
.dt-icon.dt-icon-servicetracker-advisor {
  background-image: url("assets/icons/autonation-servicetracker-advisor.svg");
  background-image: svg("assets/icons/autonation-servicetracker-advisor.svg");
}
.dt-icon.dt-icon-servicetracker-ymmt {
  background-image: url("assets/icons/autonation-servicetracker-ymmt.svg");
  background-image: svg("assets/icons/autonation-servicetracker-ymmt.svg");
}
.dt-icon.dt-icon-servicetracker-blue-playicon {
  background-image: url("assets/icons/autonation-servicetracker-blue-playicon.svg");
  background-image: svg("assets/icons/autonation-servicetracker-blue-playicon.svg");
}
.dt-icon.dt-icon-servicetracker-wht-playicon {
  background-image: url("assets/icons/autonation-servicetracker-wht-playicon.svg");
  background-image: svg("assets/icons/autonation-servicetracker-wht-playicon.svg");
}
.dt-icon.dt-icon-servicetracker-grey-close {
  background-image: url("assets/icons/autonation-servicetracker-grey-close.svg");
  background-image: svg("assets/icons/autonation-servicetracker-grey-close.svg");
}
.dt-icon.dt-icon-servicetracker-overlay {
  background-image: url("assets/icons/autonation-servicetracker-overlay.svg");
  background-image: svg("assets/icons/autonation-servicetracker-overlay.svg");
}
.dt-icon.dt-icon-servicetracker-btn-chat {
  background-image: url("assets/icons/autonation-servicetracker-btn-chat.svg");
  background-image: svg("assets/icons/autonation-servicetracker-btn-chat.svg");
}
.dt-icon.dt-icon-servicetracker-service-note {
  background-image: url("assets/icons/autonation-servicetracker-service-note.svg");
  background-image: svg("assets/icons/autonation-servicetracker-service-note.svg");
}
.dt-icon.dt-icon-servicetracker-default-store-image {
  background-image: url("assets/icons/autonation-servicetracker-default-store-image.svg");
  background-image: svg("assets/icons/autonation-servicetracker-default-store-image.svg");
}
.dt-icon.dt-icon-servicetracker-zerostate-direction {
  background-image: url("assets/icons/autonation-servicetracker-zerostate-direction.svg");
  background-image: svg("assets/icons/autonation-servicetracker-zerostate-direction.svg");
}
.dt-icon.dt-icon-servicetracker-zerostate-green-tick {
  background-image: url("assets/icons/autonation-servicetracker-zerostate-green-tick.svg");
  background-image: svg("assets/icons/autonation-servicetracker-zerostate-green-tick.svg");
}
.dt-icon.dt-icon-servicetracker-zerostate-sa-icon {
  background-image: url("assets/icons/autonation-servicetracker-zerostate-sa-icon.svg");
  background-image: svg("assets/icons/autonation-servicetracker-zerostate-sa-icon.svg");
}
.dt-icon.dt-icon-servicetracker-zerostate-ymm {
  background-image: url("assets/icons/autonation-servicetracker-zerostate-ymm.svg");
  background-image: svg("assets/icons/autonation-servicetracker-zerostate-ymm.svg");
}
.dt-icon.dt-icon-servicetracker-sentiment-angry-emoji {
  background-image: url("assets/icons/autonation-servicetracker-sentiment-angry-emoji.svg");
  background-image: svg("assets/icons/autonation-servicetracker-sentiment-angry-emoji.svg");
}
.dt-icon.dt-icon-servicetracker-sentiment-grey-tick {
  background-image: url("assets/icons/autonation-servicetracker-sentiment-grey-tick.svg");
  background-image: svg("assets/icons/autonation-servicetracker-sentiment-grey-tick.svg");
}
.dt-icon.dt-icon-servicetracker-sentiment-happy-emoji {
  background-image: url("assets/icons/autonation-servicetracker-sentiment-happy-emoji.svg");
  background-image: svg("assets/icons/autonation-servicetracker-sentiment-happy-emoji.svg");
}
.dt-icon.dt-icon-servicetracker-sentiment-close-icon {
  background-image: url("assets/icons/autonation-servicetracker-sentiment-close-icon.svg");
  background-image: svg("assets/icons/autonation-servicetracker-sentiment-close-icon.svg");
}
.dt-icon.dt-icon-servicetracker-sentiment-smiley {
  background-image: url("assets/icons/autonation-servicetracker-sentiment-smiley.svg");
  background-image: svg("assets/icons/autonation-servicetracker-sentiment-smiley.svg");
}
.dt-icon.dt-icon-myfavorite-1price {
  background-image: url("assets/icons/autonation-myfavorite-1price.svg");
  background-image: svg("assets/icons/autonation-myfavorite-1price.svg");
}
.dt-icon.dt-icon-myfavorite-chat {
  background-image: url("assets/icons/autonation-myfavorite-chat.svg");
  background-image: svg("assets/icons/autonation-myfavorite-chat.svg");
}
.dt-icon.dt-icon-myfavorite-empty-bell {
  background-image: url("assets/icons/autonation-myfavorite-empty-bell.svg");
  background-image: svg("assets/icons/autonation-myfavorite-empty-bell.svg");
}
.dt-icon.dt-icon-myfavorite-empty-heart {
  background-image: url("assets/icons/autonation-myfavorite-empty-heart.svg");
  background-image: svg("assets/icons/autonation-myfavorite-empty-heart.svg");
}
.dt-icon.dt-icon-myfavorite-error-message {
  background-image: url("assets/icons/autonation-myfavorite-error-message.svg");
  background-image: svg("assets/icons/autonation-myfavorite-error-message.svg");
}
.dt-icon.dt-icon-myfavorite-help-circle {
  background-image: url("assets/icons/autonation-myfavorite-help-circle.svg");
  background-image: svg("assets/icons/autonation-myfavorite-help-circle.svg");
}
.dt-icon.dt-icon-myfavorite-help-circle-dark {
  background-image: url("assets/icons/autonation-myfavorite-help-circle-dark.svg");
  background-image: svg("assets/icons/autonation-myfavorite-help-circle-dark.svg");
}
.dt-icon.dt-icon-myfavorite-location {
  background-image: url("assets/icons/autonation-myfavorite-location.svg");
  background-image: svg("assets/icons/autonation-myfavorite-location.svg");
}
.dt-icon.dt-icon-myfavorite-no-1 {
  background-image: url("assets/icons/autonation-myfavorite-no-1.svg");
  background-image: svg("assets/icons/autonation-myfavorite-no-1.svg");
}
.dt-icon.dt-icon-myfavorite-no-2 {
  background-image: url("assets/icons/autonation-myfavorite-no-2.svg");
  background-image: svg("assets/icons/autonation-myfavorite-no-2.svg");
}
.dt-icon.dt-icon-myfavorite-reach-limit-favorite {
  background-image: url("assets/icons/autonation-myfavorite-reach-limit-favorite.svg");
  background-image: svg("assets/icons/autonation-myfavorite-reach-limit-favorite.svg");
}
.dt-icon.dt-icon-myfavorite-red-heart {
  background-image: url("assets/icons/autonation-myfavorite-red-heart.svg");
  background-image: svg("assets/icons/autonation-myfavorite-red-heart.svg");
}
.dt-icon.dt-icon-myfavorite-remove-favorite {
  background-image: url("assets/icons/autonation-myfavorite-remove-favorite.svg");
  background-image: svg("assets/icons/autonation-myfavorite-remove-favorite.svg");
}
.dt-icon.dt-icon-myfavorite-save-favorite {
  background-image: url("assets/icons/autonation-myfavorite-save-favorite.svg");
  background-image: svg("assets/icons/autonation-myfavorite-save-favorite.svg");
}
.dt-icon.dt-icon-myprofile-Close {
  background-image: url("assets/icons/autonation-myprofile-Close.svg");
  background-image: svg("assets/icons/autonation-myprofile-Close.svg");
}
.dt-icon.dt-icon-myprofile-DropdownArrow {
  background-image: url("assets/icons/autonation-myprofile-DropdownArrow.svg");
  background-image: svg("assets/icons/autonation-myprofile-DropdownArrow.svg");
}
.dt-icon.dt-icon-myprofile-Edit {
  background-image: url("assets/icons/autonation-myprofile-Edit.svg");
  background-image: svg("assets/icons/autonation-myprofile-Edit.svg");
}
.dt-icon.dt-icon-myprofile-GreenTick {
  background-image: url("assets/icons/autonation-myprofile-GreenTick.svg");
  background-image: svg("assets/icons/autonation-myprofile-GreenTick.svg");
}
.dt-icon.dt-icon-myprofile-PasswordClosedEye {
  background-image: url("assets/icons/autonation-myprofile-PasswordClosedEye.svg");
  background-image: svg("assets/icons/autonation-myprofile-PasswordClosedEye.svg");
}
.dt-icon.dt-icon-myprofile-PasswordOpenEye {
  background-image: url("assets/icons/autonation-myprofile-PasswordOpenEye.svg");
  background-image: svg("assets/icons/autonation-myprofile-PasswordOpenEye.svg");
}
.dt-icon.dt-icon-myprofile-User {
  background-image: url("assets/icons/autonation-myprofile-User.svg");
  background-image: svg("assets/icons/autonation-myprofile-User.svg");
}
.dt-icon.dt-icon-myprofile-UserAddress {
  background-image: url("assets/icons/autonation-myprofile-UserAddress.svg");
  background-image: svg("assets/icons/autonation-myprofile-UserAddress.svg");
}
.dt-icon.dt-icon-myprofile-UserEmail {
  background-image: url("assets/icons/autonation-myprofile-UserEmail.svg");
  background-image: svg("assets/icons/autonation-myprofile-UserEmail.svg");
}
.dt-icon.dt-icon-myprofile-UserPassword {
  background-image: url("assets/icons/autonation-myprofile-UserPassword.svg");
  background-image: svg("assets/icons/autonation-myprofile-UserPassword.svg");
}
.dt-icon.dt-icon-myprofile-UserPhone {
  background-image: url("assets/icons/autonation-myprofile-UserPhone.svg");
  background-image: svg("assets/icons/autonation-myprofile-UserPhone.svg");
}
.dt-icon.dt-icon-myprofile-repairSmith {
  background-image: url("assets/icons/autonation-myprofile-repairSmith.svg");
  background-image: svg("assets/icons/autonation-myprofile-repairSmith.svg");
}
.dt-icon.dt-icon-mynotification-add-appt {
  background-image: url("assets/icons/autonation-mynotification-add-appt.svg");
  background-image: svg("assets/icons/autonation-mynotification-add-appt.svg");
}
.dt-icon.dt-icon-mynotification-datetime {
  background-image: url("assets/icons/autonation-mynotification-datetime.svg");
  background-image: svg("assets/icons/autonation-mynotification-datetime.svg");
}
.dt-icon.dt-icon-mynotification-email {
  background-image: url("assets/icons/autonation-mynotification-email.svg");
  background-image: svg("assets/icons/autonation-mynotification-email.svg");
}
.dt-icon.dt-icon-mynotification-bell {
  background-image: url("assets/icons/autonation-mynotification-bell.svg");
  background-image: svg("assets/icons/autonation-mynotification-bell.svg");
}
.dt-icon.dt-icon-mynotification-calendar {
  background-image: url("assets/icons/autonation-mynotification-calendar.svg");
  background-image: svg("assets/icons/autonation-mynotification-calendar.svg");
}
.dt-icon.dt-icon-mynotification-complete-profile {
  background-image: url("assets/icons/autonation-mynotification-complete-profile.svg");
  background-image: svg("assets/icons/autonation-mynotification-complete-profile.svg");
}
.dt-icon.dt-icon-mynotification-credit-offer {
  background-image: url("assets/icons/autonation-mynotification-credit-offer.svg");
  background-image: svg("assets/icons/autonation-mynotification-credit-offer.svg");
}
.dt-icon.dt-icon-mynotification-empty-bell {
  background-image: url("assets/icons/autonation-mynotification-empty-bell.svg");
  background-image: svg("assets/icons/autonation-mynotification-empty-bell.svg");
}
.dt-icon.dt-icon-mynotification-flag {
  background-image: url("assets/icons/autonation-mynotification-flag.svg");
  background-image: svg("assets/icons/autonation-mynotification-flag.svg");
}
.dt-icon.dt-icon-mynotification-map {
  background-image: url("assets/icons/autonation-mynotification-map.svg");
  background-image: svg("assets/icons/autonation-mynotification-map.svg");
}
.dt-icon.dt-icon-mynotification-phone {
  background-image: url("assets/icons/autonation-mynotification-phone.svg");
  background-image: svg("assets/icons/autonation-mynotification-phone.svg");
}
.dt-icon.dt-icon-mynotification-prequalified {
  background-image: url("assets/icons/autonation-mynotification-prequalified.svg");
  background-image: svg("assets/icons/autonation-mynotification-prequalified.svg");
}
.dt-icon.dt-icon-mynotification-red-bell {
  background-image: url("assets/icons/autonation-mynotification-red-bell.svg");
  background-image: svg("assets/icons/autonation-mynotification-red-bell.svg");
}
.dt-icon.dt-icon-mynotification-lets-chat {
  background-image: url("assets/icons/autonation-mynotification-lets-chat.svg");
  background-image: svg("assets/icons/autonation-mynotification-lets-chat.svg");
}
.dt-icon.dt-icon-mynotification-lets-chat-white {
  background-image: url("assets/icons/autonation-mynotification-lets-chat-white.svg");
  background-image: svg("assets/icons/autonation-mynotification-lets-chat-white.svg");
}
.dt-icon.dt-icon-mynotification-right-arrow {
  background-image: url("assets/icons/autonation-mynotification-right-arrow.svg");
  background-image: svg("assets/icons/autonation-mynotification-right-arrow.svg");
}
.dt-icon.dt-icon-mynotification-smc {
  background-image: url("assets/icons/autonation-mynotification-smc.svg");
  background-image: svg("assets/icons/autonation-mynotification-smc.svg");
}
.dt-icon.dt-icon-mynotification-something-miss {
  background-image: url("assets/icons/autonation-mynotification-something-miss.svg");
  background-image: svg("assets/icons/autonation-mynotification-something-miss.svg");
}
.dt-icon.dt-icon-mynotification-time {
  background-image: url("assets/icons/autonation-mynotification-time.svg");
  background-image: svg("assets/icons/autonation-mynotification-time.svg");
}
.dt-icon.dt-icon-mynotification-upcoming-event {
  background-image: url("assets/icons/autonation-mynotification-upcoming-event.svg");
  background-image: svg("assets/icons/autonation-mynotification-upcoming-event.svg");
}
.dt-icon.dt-icon-mynotification-viewmore {
  background-image: url("assets/icons/autonation-mynotification-viewmore.svg");
  background-image: svg("assets/icons/autonation-mynotification-viewmore.svg");
}
.dt-icon.dt-icon-mynotification-white-rgt-arrow {
  background-image: url("assets/icons/autonation-mynotification-white-rgt-arrow.svg");
  background-image: svg("assets/icons/autonation-mynotification-white-rgt-arrow.svg");
}
.dt-icon.dt-icon-mynotification-red-arrow {
  background-image: url("assets/icons/autonation-mynotification-red-arrow.svg");
  background-image: svg("assets/icons/autonation-mynotification-red-arrow.svg");
}
.dt-icon.dt-icon-mynotification-new-trade {
  background-image: url("assets/icons/autonation-mynotification-new-trade.svg");
  background-image: svg("assets/icons/autonation-mynotification-new-trade.svg");
}
.dt-icon.dt-icon-mynotification-pending-trade {
  background-image: url("assets/icons/autonation-mynotification-pending-trade.svg");
  background-image: svg("assets/icons/autonation-mynotification-pending-trade.svg");
}
.dt-icon.dt-icon-mynotification-darknavbarhover {
  background-image: url("assets/icons/autonation-mynotification-darknavbarhover.svg");
  background-image: svg("assets/icons/autonation-mynotification-darknavbarhover.svg");
}
.dt-icon.dt-icon-mynotification-whitenavbarhover {
  background-image: url("assets/icons/autonation-mynotification-whitenavbarhover.svg");
  background-image: svg("assets/icons/autonation-mynotification-whitenavbarhover.svg");
}
.dt-icon.dt-icon-mynotification-transportation {
  background-image: url("assets/icons/autonation-mynotification-transportation.svg");
  background-image: svg("assets/icons/autonation-mynotification-transportation.svg");
}
.dt-icon.dt-icon-mynotification-service-advisor {
  background-image: url("assets/icons/autonation-mynotification-service-advisor.svg");
  background-image: svg("assets/icons/autonation-mynotification-service-advisor.svg");
}
.dt-icon.dt-icon-mynotification-edit-white-icon {
  background-image: url("assets/icons/autonation-mynotification-edit-white-icon.svg");
  background-image: svg("assets/icons/autonation-mynotification-edit-white-icon.svg");
}
.dt-icon.dt-icon-mynotification-car {
  background-image: url("assets/icons/autonation-mynotification-car.svg");
  background-image: svg("assets/icons/autonation-mynotification-car.svg");
}
.dt-icon.dt-icon-mynotification-vin {
  background-image: url("assets/icons/autonation-mynotification-vin.svg");
  background-image: svg("assets/icons/autonation-mynotification-vin.svg");
}
.dt-icon.dt-icon-mynotification-prequal-red-icon {
  background-image: url("assets/icons/autonation-mynotification-prequal-red-icon.svg");
  background-image: svg("assets/icons/autonation-mynotification-prequal-red-icon.svg");
}
.dt-icon.dt-icon-myvehicle-trim {
  background-image: url("assets/icons/autonation-myvehicle-trim.svg");
  background-image: svg("assets/icons/autonation-myvehicle-trim.svg");
}
.dt-icon.dt-icon-myvehicle-interior {
  background-image: url("assets/icons/autonation-myvehicle-interior.svg");
  background-image: svg("assets/icons/autonation-myvehicle-interior.svg");
}
.dt-icon.dt-icon-myvehicle-exterior {
  background-image: url("assets/icons/autonation-myvehicle-exterior.svg");
  background-image: svg("assets/icons/autonation-myvehicle-exterior.svg");
}
.dt-icon.dt-icon-myvehicle-vin-qr-code {
  background-image: url("assets/icons/autonation-myvehicle-vin-qr-code.svg");
  background-image: svg("assets/icons/autonation-myvehicle-vin-qr-code.svg");
}
.dt-icon.dt-icon-myvehicle-close {
  background-image: url("assets/icons/autonation-myvehicle-close.svg");
  background-image: svg("assets/icons/autonation-myvehicle-close.svg");
}
.dt-icon.dt-icon-myvehicle-flag {
  background-image: url("assets/icons/autonation-myvehicle-flag.svg");
  background-image: svg("assets/icons/autonation-myvehicle-flag.svg");
}
.dt-icon.dt-icon-myvehicle-calendar {
  background-image: url("assets/icons/autonation-myvehicle-calendar.svg");
  background-image: svg("assets/icons/autonation-myvehicle-calendar.svg");
}
.dt-icon.dt-icon-myvehicle-calculator {
  background-image: url("assets/icons/autonation-myvehicle-calculator.svg");
  background-image: svg("assets/icons/autonation-myvehicle-calculator.svg");
}
.dt-icon.dt-icon-myvehicle-creditcard {
  background-image: url("assets/icons/autonation-myvehicle-creditcard.svg");
  background-image: svg("assets/icons/autonation-myvehicle-creditcard.svg");
}
.dt-icon.dt-icon-myvehicle-tradein {
  background-image: url("assets/icons/autonation-myvehicle-tradein.svg");
  background-image: svg("assets/icons/autonation-myvehicle-tradein.svg");
}
.dt-icon.dt-icon-myvehicle-location {
  background-image: url("assets/icons/autonation-myvehicle-location.svg");
  background-image: svg("assets/icons/autonation-myvehicle-location.svg");
}
.dt-icon.dt-icon-myvehicle-phone {
  background-image: url("assets/icons/autonation-myvehicle-phone.svg");
  background-image: svg("assets/icons/autonation-myvehicle-phone.svg");
}
.dt-icon.dt-icon-myvehicle-ellipse {
  background-image: url("assets/icons/autonation-myvehicle-ellipse.svg");
  background-image: svg("assets/icons/autonation-myvehicle-ellipse.svg");
}
.dt-icon.dt-icon-myvehicle-upcomingTradein {
  background-image: url("assets/icons/autonation-myvehicle-upcomingTradein.svg");
  background-image: svg("assets/icons/autonation-myvehicle-upcomingTradein.svg");
}
.dt-icon.dt-icon-myvehicle-prequalified {
  background-image: url("assets/icons/autonation-myvehicle-prequalified.svg");
  background-image: svg("assets/icons/autonation-myvehicle-prequalified.svg");
}
.dt-icon.dt-icon-myvehicle-scheduledPayment {
  background-image: url("assets/icons/autonation-myvehicle-scheduledPayment.svg");
  background-image: svg("assets/icons/autonation-myvehicle-scheduledPayment.svg");
}
.dt-icon.dt-icon-myvehicle-upcomingAppointment {
  background-image: url("assets/icons/autonation-myvehicle-upcomingAppointment.svg");
  background-image: svg("assets/icons/autonation-myvehicle-upcomingAppointment.svg");
}
.dt-icon.dt-icon-myvehicle-black-helpcircle {
  background-image: url("assets/icons/autonation-myvehicle-black-helpcircle.svg");
  background-image: svg("assets/icons/autonation-myvehicle-black-helpcircle.svg");
}
.dt-icon.dt-icon-myvehicle-pending-tradein {
  background-image: url("assets/icons/autonation-myvehicle-pending-tradein.svg");
  background-image: svg("assets/icons/autonation-myvehicle-pending-tradein.svg");
}
.dt-icon.dt-icon-myvehicle-expired-tradein {
  background-image: url("assets/icons/autonation-myvehicle-expired-tradein.svg");
  background-image: svg("assets/icons/autonation-myvehicle-expired-tradein.svg");
}
.dt-icon.dt-icon-myvehicle-white-phone {
  background-image: url("assets/icons/autonation-myvehicle-white-phone.svg");
  background-image: svg("assets/icons/autonation-myvehicle-white-phone.svg");
}
.dt-icon.dt-icon-myvehicle-chevron-right {
  background-image: url("assets/icons/autonation-myvehicle-chevron-right.svg");
  background-image: svg("assets/icons/autonation-myvehicle-chevron-right.svg");
}
.dt-icon.dt-icon-myvehicle-certifiedOfferImage {
  background-image: url("assets/icons/autonation-myvehicle-certifiedOfferImage.svg");
  background-image: svg("assets/icons/autonation-myvehicle-certifiedOfferImage.svg");
}
.dt-icon.dt-icon-myvehicle-editNickName {
  background-image: url("assets/icons/autonation-myvehicle-editNickName.svg");
  background-image: svg("assets/icons/autonation-myvehicle-editNickName.svg");
}
.dt-icon.dt-icon-myvehicle-scheduleService {
  background-image: url("assets/icons/autonation-myvehicle-scheduleService.svg");
  background-image: svg("assets/icons/autonation-myvehicle-scheduleService.svg");
}
.dt-icon.dt-icon-myvehicle-repairSmithHeader {
  background-image: url("assets/icons/autonation-myvehicle-repairSmithHeader.svg");
  background-image: svg("assets/icons/autonation-myvehicle-repairSmithHeader.svg");
}
.dt-icon.dt-icon-myvehicle-repairSmithImage {
  background-image: url("assets/icons/autonation-myvehicle-repairSmithImage.svg");
  background-image: svg("assets/icons/autonation-myvehicle-repairSmithImage.svg");
}
.dt-icon.dt-icon-myvehicle-car {
  background-image: url("assets/icons/autonation-myvehicle-car.svg");
  background-image: svg("assets/icons/autonation-myvehicle-car.svg");
}
.dt-icon.dt-icon-myvehicle-online {
  background-image: url("assets/icons/autonation-myvehicle-online.svg");
  background-image: svg("assets/icons/autonation-myvehicle-online.svg");
}
.dt-icon.dt-icon-myvehicle-thumbsup {
  background-image: url("assets/icons/autonation-myvehicle-thumbsup.svg");
  background-image: svg("assets/icons/autonation-myvehicle-thumbsup.svg");
}
.dt-icon.dt-icon-myvehicle-add-car-close {
  background-image: url("assets/icons/autonation-myvehicle-add-car-close.svg");
  background-image: svg("assets/icons/autonation-myvehicle-add-car-close.svg");
}
.dt-icon.dt-icon-myvehicle-right-chevron {
  background-image: url("assets/icons/autonation-myvehicle-right-chevron.svg");
  background-image: svg("assets/icons/autonation-myvehicle-right-chevron.svg");
}
.dt-icon.dt-icon-myvehicle-left-chevron {
  background-image: url("assets/icons/autonation-myvehicle-left-chevron.svg");
  background-image: svg("assets/icons/autonation-myvehicle-left-chevron.svg");
}
.dt-icon.dt-icon-myvehicle-calendar-appt {
  background-image: url("assets/icons/autonation-myvehicle-calendar-appt.svg");
  background-image: svg("assets/icons/autonation-myvehicle-calendar-appt.svg");
}
.dt-icon.dt-icon-myvehicle-appointment {
  background-image: url("assets/icons/autonation-myvehicle-appointment.svg");
  background-image: svg("assets/icons/autonation-myvehicle-appointment.svg");
}
.dt-icon.dt-icon-myvehicle-pin {
  background-image: url("assets/icons/autonation-myvehicle-pin.svg");
  background-image: svg("assets/icons/autonation-myvehicle-pin.svg");
}
.dt-icon.dt-icon-verify-email {
  background-image: url("assets/icons/autonation-verify-email.svg");
  background-image: svg("assets/icons/autonation-verify-email.svg");
}
.dt-icon.dt-icon-myvehicle-oem-bg {
  background-image: url("assets/icons/autonation-myvehicle-oem-bg.svg");
  background-image: svg("assets/icons/autonation-myvehicle-oem-bg.svg");
}
.dt-icon.dt-icon-myvehicle-auto-parts {
  background-image: url("assets/icons/autonation-myvehicle-auto-parts.svg");
  background-image: svg("assets/icons/autonation-myvehicle-auto-parts.svg");
}
.dt-icon.dt-icon-myvehicle-rim {
  background-image: url("assets/icons/autonation-myvehicle-rim.svg");
  background-image: svg("assets/icons/autonation-myvehicle-rim.svg");
}
.dt-icon.dt-icon-ana-close-icon {
  background-image: url("assets/icons/autonation-ana-close-icon.svg");
  background-image: svg("assets/icons/autonation-ana-close-icon.svg");
}
.dt-icon.dt-icon-ana-logo {
  background-image: url("assets/icons/autonation-ana-logo.svg");
  background-image: svg("assets/icons/autonation-ana-logo.svg");
}
.dt-icon.dt-icon-ana-mic-icon {
  background-image: url("assets/icons/autonation-ana-mic-icon.svg");
  background-image: svg("assets/icons/autonation-ana-mic-icon.svg");
}
.dt-icon.dt-icon-ana-search-icon {
  background-image: url("assets/icons/autonation-ana-search-icon.svg");
  background-image: svg("assets/icons/autonation-ana-search-icon.svg");
}
.dt-icon.dt-icon-electric-fueltype-icon {
  background-image: url("assets/icons/autonation-electric-fueltype-icon.svg");
  background-image: svg("assets/icons/autonation-electric-fueltype-icon.svg");
}
.dt-icon.dt-icon-slanted-arrow {
  background-image: url("assets/icons/autonation-slanted-arrow.svg");
  background-image: svg("assets/icons/autonation-slanted-arrow.svg");
}
.dt-icon.dt-icon-white-eye-icon {
  background-image: url("assets/icons/autonation-white-eye-icon.svg");
  background-image: svg("assets/icons/autonation-white-eye-icon.svg");
}

.dt-icon-2x {
  width: 80px;
  height: 80px;
}

.dt-left-navigation {
  max-width: 70px;
  padding: 0;
}
.dt-left-navigation .list-group-item {
  border: 0px;
  min-height: 75px;
  cursor: pointer;
}
.dt-left-navigation .list-group-item a {
  display: block;
}
.dt-left-navigation .list-group-item a:hover {
  outline: none !important;
}
.dt-left-navigation .list-group-item .list-group-item-icon {
  float: left;
  margin-right: 15px;
}
.dt-left-navigation .list-group-item .list-group-item-icon .number {
  margin-left: 7px;
  font: Bold 12px/14px Arial;
  letter-spacing: 0;
  margin-top: 3px;
  display: block;
  color: #0A3453;
}
.dt-left-navigation .list-group-item .list-group-item-text {
  margin-top: 10px;
  text-align: left;
  font: Bold 14px/20px Arial;
  letter-spacing: 0;
  color: #0A3453;
  opacity: 1;
  display: none;
}
.dt-left-navigation .list-group-item .list-group-item-subtext {
  text-align: left;
  font: Bold 12px/16px Arial;
  letter-spacing: 0;
  opacity: 1;
  display: none;
}
.dt-left-navigation .list-group-item.disabled .list-group-item-text, .dt-left-navigation .list-group-item.disabled .list-group-item-subtext, .dt-left-navigation .list-group-item.disabled .number {
  color: #A5B5C0 !important;
}
.dt-left-navigation.expanded {
  max-width: 280px;
}
@media screen and (min-width: 767px) {
  .dt-left-navigation.expanded.list-group::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 1px;
    background: #eaeaea;
    right: 0px;
    z-index: 1;
  }
}
.dt-left-navigation.expanded .list-group-item .list-group-item-text, .dt-left-navigation.expanded .list-group-item .list-group-item-subtext {
  display: block;
}

@media (max-width: 767px) {
  .tile-column.col {
    padding: 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tile-column {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
.tile-column .tile-box {
  height: 100%;
  border: 1px solid #eaeaea;
  box-shadow: 0 3px 16px rgba(0, 0, 1, 0.1);
}
@media screen and (max-width: 520px) {
  .tile-column .tile-box .tile-top .tile-info-title-status {
    height: 20% !important;
    padding: 10px 15px !important;
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .tile-column .tile-box .tile-top .tile-info-title-status {
    height: 15%;
    background-color: #ffffff;
    padding: 12px 10px 0px;
    text-align: center;
  }
  .tile-column .tile-box .tile-top .tile-info-title-status .tile-status {
    padding-left: 5px;
    font-size: 12px;
    color: #949494;
    font-weight: bold;
  }
}
.tile-column .tile-box .tile-top .tile-image {
  position: relative;
  cursor: pointer;
  height: 100%;
}
@media screen and (max-width: 520px) {
  .tile-column .tile-box .tile-top .tile-image {
    height: 80% !important;
  }
}
@media screen and (max-width: 767px) {
  .tile-column .tile-box .tile-top .tile-image {
    height: 85%;
  }
}
@media screen and (min-width: 768px) {
  .tile-column .tile-box .tile-top .tile-image {
    border-bottom: 1px solid #d6d6d6;
  }
}
.tile-column .tile-box .tile-top .tile-image:hover, .tile-column .tile-box .tile-top .tile-image :active, .tile-column .tile-box .tile-top .tile-image :visited, .tile-column .tile-box .tile-top .tile-image :focus {
  outline: none !important;
}
.tile-column .tile-box .tile-top .tile-image img {
  animation: fadein 1s linear;
  opacity: 1;
  height: 100%;
}
.tile-column .tile-box .tile-top .tile-image .heart {
  position: absolute;
  top: 8px;
  right: 8px;
  max-width: 35px;
  max-height: 35px;
  width: 100%;
  filter: drop-shadow(1px 1px 2px #B2B2B2);
}
@media screen and (min-width: 768px) {
  .tile-column .tile-box .tile-center {
    min-height: 180px;
  }
}
.tile-column .tile-box .tile-center .tile-info {
  background-color: #FFFFFF;
}
@media screen and (max-width: 520px) {
  .tile-column .tile-box .tile-center .tile-info {
    padding-left: 13px !important;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-title-status {
  padding: 15px 15px 0px 15px;
}
.tile-column .tile-box .tile-center .tile-info .tile-info-title-status .icon svg {
  max-width: 20px !important;
}
.tile-column .tile-box .tile-center .tile-info .tile-info-title-status .tile-status {
  font-size: 12px;
  font-weight: bold;
  color: #949494;
  height: 14px;
  padding-left: 8px;
}
.tile-column .tile-box .tile-center .tile-info .tile-info-title {
  color: #0A3453;
  padding: 10px 15px 0 15px;
}
.tile-column .tile-box .tile-center .tile-info .tile-info-title .tile-color {
  padding-top: 10px;
  font-size: 14px;
  color: #003354;
}
@media screen and (max-width: 520px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-title .tile-color {
    padding-top: 5px;
    font-size: 10PX !important;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-title .tile-color span {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-title .tile-color span {
    font-size: 10PX !important;
  }
}
@media (max-width: 520px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-title {
    padding: 10px 5px 0 5px;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-title h1 {
  margin: 0;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
@media (max-width: 520px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-title h1 {
    font-size: 14px;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-title h1 a,
.tile-column .tile-box .tile-center .tile-info .tile-info-title h1 a:hover {
  text-decoration: none;
  color: #0A3453;
  cursor: pointer;
}
.tile-column .tile-box .tile-center .tile-info .tile-info-title h2 {
  margin: 0;
  font-size: 16px;
  font-family: Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0A3453;
  padding-top: 2px;
  font-weight: 500;
}
@media (max-width: 520px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-title h2 {
    font-size: 14px;
    padding-top: 0px;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-title h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 400px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-title h1,
  .tile-column .tile-box .tile-center .tile-info .tile-info-title h2 {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-title h1,
  .tile-column .tile-box .tile-center .tile-info .tile-info-title h2 {
    font-size: 10px;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details {
  padding: 5px 15px 0 15px;
}
@media (max-width: 520px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details {
    padding: 0 5px;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-state {
  margin-bottom: 12px;
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-state .tile-info-details-state-stocktype {
  border-radius: 2px;
  padding: 2px 6px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
}
@media (max-width: 320px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-state .tile-info-details-state-stocktype {
    font-size: 9px;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-state .tile-info-details-state-mileage {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #5c5c5c;
  margin-left: 15px;
}
@media (max-width: 320px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-state .tile-info-details-state-mileage {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-state .tile-info-details-state-mileage {
    font-size: 10px;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-state .tile-info-details-state-mileage span {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price {
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price {
    margin-bottom: 10px;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .locked-price {
  max-width: 100%;
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .locked-price .price {
  color: #0A3453 !important;
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .locked-price span {
  margin-right: 10px;
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .dual-price .price {
  color: #949494 !important;
}
@media (min-width: 1375px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .dual-price {
    max-width: 147px;
  }
}
@media (min-width: 1200px) and (max-width: 1374px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .dual-price {
    max-width: 88px;
  }
}
@media (min-width: 901px) and (max-width: 1090px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .dual-price {
    max-width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .dual-price {
    max-width: 60px;
  }
}
@media (min-width: 665px) and (max-width: 767px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .dual-price {
    max-width: 184px;
  }
}
@media (min-width: 521px) and (max-width: 664px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .dual-price {
    max-width: 130px;
  }
}
@media (min-width: 410px) and (max-width: 520px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .dual-price {
    max-width: 75px;
  }
}
@media (min-width: 321px) and (max-width: 409px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .dual-price {
    max-width: 50px;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .unlock-padding {
  padding-left: 30px !important;
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .locked-price .price,
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .unlocked-price .price {
  margin-right: 10px;
}
@media (max-width: 320px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .locked-price:first-child,
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .unlocked-price:first-child {
    max-width: 75px;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .locked-price .strike,
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .unlocked-price .strike {
  color: #E61464;
  position: relative;
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .locked-price .strike:before,
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .unlocked-price .strike:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0px;
  right: 0px;
  height: 2px;
  transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  /* ADJUST HEIGHT TO ADD WEIGHT */
  background: #E61464;
  /* CHANGE COLOR TO SUIT */
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .locked-price h4,
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .unlocked-price h4 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 5px;
}
@media (max-width: 520px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .locked-price h4,
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .unlocked-price h4 {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .locked-price h4,
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .unlocked-price h4 {
    font-size: 10px;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .locked-price .price,
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .unlocked-price .price {
  color: #0A3453;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 520px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .locked-price .price,
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .unlocked-price .price {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .locked-price .price,
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .unlocked-price .price {
    font-size: 10px;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .leadFormCta span {
  color: #E61464;
  text-decoration: underline;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 520px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .leadFormCta span {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-price .leadFormCta span {
    font-size: 10px;
  }
}
.tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-distance {
  margin-bottom: 15px;
  color: #5c5c5c;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
@media (max-width: 520px) {
  .tile-column .tile-box .tile-center .tile-info .tile-info-details .tile-info-details-distance {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.tile-column .tile-box .tile-bottom {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .tile-column .tile-box .tile-bottom {
    border-top: 1px solid #eaeaea;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .tile-column .tile-box .tile-bottom {
    border-left: 1px solid #eaeaea;
  }
}
.tile-column .tile-box .tile-bottom .tile-info-store div,
.tile-column .tile-box .tile-bottom .tile-info-store a {
  text-decoration: none;
  margin: auto 0;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #E61464;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tile-column .tile-box .tile-bottom .tile-info-store div:before,
  .tile-column .tile-box .tile-bottom .tile-info-store a:before {
    content: "";
    background-color: #eaeaea;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -34px;
    left: 0;
  }
  .tile-column .tile-box .tile-bottom .tile-info-store div:first-child:before,
  .tile-column .tile-box .tile-bottom .tile-info-store a:first-child:before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .tile-column .tile-box .tile-bottom .tile-info-store div:before,
  .tile-column .tile-box .tile-bottom .tile-info-store a:before {
    content: "";
    background-color: #eaeaea;
    height: 100%;
    width: 1px;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .tile-column .tile-box .tile-bottom .tile-info-store div:first-child:before,
  .tile-column .tile-box .tile-bottom .tile-info-store a:first-child:before {
    content: none;
  }
}
@media (min-width: 576px) {
  .tile-column .tile-box .tile-bottom .tile-info-store div,
  .tile-column .tile-box .tile-bottom .tile-info-store a {
    line-height: 40px;
  }
}
@media (max-width: 1400px) {
  .tile-column .tile-box .tile-bottom .tile-info-store div,
  .tile-column .tile-box .tile-bottom .tile-info-store a {
    font-size: 11px;
  }
}
.tile-column .tile-box .tile-bottom .tile-info-store div .icon,
.tile-column .tile-box .tile-bottom .tile-info-store a .icon {
  top: -1px;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 24px;
}
.tile-column .tile-box .tile-bottom .tile-info-store div .icon svg,
.tile-column .tile-box .tile-bottom .tile-info-store a .icon svg {
  max-width: 24px;
}
.tile-column .tile-box .tile-bottom .tile-info-store div .text,
.tile-column .tile-box .tile-bottom .tile-info-store a .text {
  color: #0A3453;
  margin-left: 5px;
  font-size: 14px;
}
@media (min-width: 1320px) and (max-width: 1420px) {
  .tile-column .tile-box .tile-bottom .tile-info-store div .text,
  .tile-column .tile-box .tile-bottom .tile-info-store a .text {
    font-size: 12px;
  }
}
@media (min-width: 1225px) and (max-width: 1319px) {
  .tile-column .tile-box .tile-bottom .tile-info-store div .text,
  .tile-column .tile-box .tile-bottom .tile-info-store a .text {
    font-size: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1224px) {
  .tile-column .tile-box .tile-bottom .tile-info-store div .text,
  .tile-column .tile-box .tile-bottom .tile-info-store a .text {
    font-size: 9px;
  }
}
@media (min-width: 1091px) and (max-width: 1199px) {
  .tile-column .tile-box .tile-bottom .tile-info-store div .text,
  .tile-column .tile-box .tile-bottom .tile-info-store a .text {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1090px) {
  .tile-column .tile-box .tile-bottom .tile-info-store div .text,
  .tile-column .tile-box .tile-bottom .tile-info-store a .text {
    font-size: 10px;
  }
}
@media (min-width: 925px) and (max-width: 991px) {
  .tile-column .tile-box .tile-bottom .tile-info-store div .text,
  .tile-column .tile-box .tile-bottom .tile-info-store a .text {
    font-size: 12px;
  }
}
@media (min-width: 840px) and (max-width: 924px) {
  .tile-column .tile-box .tile-bottom .tile-info-store div .text,
  .tile-column .tile-box .tile-bottom .tile-info-store a .text {
    font-size: 10px;
  }
}
@media screen and (max-width: 839px) {
  .tile-column .tile-box .tile-bottom .tile-info-store div .text,
  .tile-column .tile-box .tile-bottom .tile-info-store a .text {
    font-size: 9px;
  }
}

.tile-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tile-list {
    max-width: 598px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .tile-list {
    max-width: 590px !important;
  }
}
.tile-list .tile-image {
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.tile-list .tile-image .tile-img {
  width: 80px !important;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .tile-list .tile-image .tile-img {
    width: 80px !important;
  }
}
.tile-list .tile-vehicle-group {
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tile-list .tile-vehicle-group {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .tile-list .tile-vehicle-group {
    flex-direction: column;
    margin-left: 15px;
  }
}
.tile-list .tile-vehicle-group .tile-vehicle-details {
  cursor: pointer;
  color: #0A3453;
}
@media screen and (min-width: 768px) {
  .tile-list .tile-vehicle-group .tile-vehicle-details {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .tile-list .tile-vehicle-group .tile-vehicle-details {
    margin-left: 3px;
  }
}
.tile-list .tile-vehicle-group .tile-vehicle-details .tile-ymmt {
  padding-bottom: 5px;
  font-weight: 700;
}
.tile-list .tile-vehicle-group .tile-vehicle-details .tile-vheicle-type {
  font-weight: normal;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tile-list .tile-vehicle-group .tile-vehicle-details .tile-vheicle-type {
    max-width: 235px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .tile-list .tile-vehicle-group .tile-vehicle-info {
    margin-top: 10px;
    margin-left: 3px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .tile-list .tile-vehicle-group .tile-vehicle-info {
    margin-top: 0px !important;
  }
}
.tile-list .tile-vehicle-group .tile-vehicle-info .tile-vehicle-condition {
  padding-top: 2px;
}
.tile-list .tile-vehicle-group .tile-vehicle-info .tile-vehicle-condition .tile-info-stocktype {
  border-radius: 2px;
  padding: 1px 6px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
}
.tile-list .tile-vehicle-group .tile-vehicle-info .tile-vehicle-condition .tile-info-mileage {
  padding-left: 10px;
  color: #0A3453;
  font-size: 12px;
  font-weight: bold;
}
.tile-list .tile-vehicle-group .tile-vehicle-info .tile-vehicle-status {
  margin-top: 5px;
  margin-right: 5px;
}
.tile-list .tile-vehicle-group .tile-vehicle-info .tile-vehicle-status .icon {
  max-width: 20px !important;
}
.tile-list .tile-vehicle-group .tile-vehicle-info .tile-vehicle-status .tile-status {
  font-size: 12px;
  font-weight: bold;
  color: #949494;
  height: 14px;
  padding-left: 8px;
}
.tile-list .tile-common-prop {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  justify-content: center;
  font-size: 12px;
}
@media screen and (max-width: 1399px) {
  .tile-list .tile-common-prop {
    font-size: 10px;
  }
}
.tile-list .tile-vehicle-desc {
  display: flex;
}
@media screen and (max-width: 1399px) {
  .tile-list .tile-vehicle-desc {
    flex-direction: column;
  }
}
.tile-list .tile-vehicle-desc .tile-vehicle-desc-color {
  display: flex;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .tile-list .tile-vehicle-desc .tile-vehicle-desc-color {
    margin-top: 5px;
  }
}
.tile-list .tile-vehicle-desc .tile-vehicle-desc-color .tile-exterior .tile-exterior-label {
  color: #000000;
  font-weight: bold;
  padding-bottom: 5px;
}
.tile-list .tile-vehicle-desc .tile-vehicle-desc-color .tile-exterior .tile-exterior-color {
  color: #5c5c5c;
}
.tile-list .tile-vehicle-desc .tile-vehicle-desc-color .tile-interior .tile-interior-label {
  color: #000000;
  font-weight: bold;
  padding-bottom: 3px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .tile-list .tile-vehicle-desc .tile-vehicle-desc-color .tile-interior .tile-interior-label {
    padding-bottom: 5px;
  }
}
.tile-list .tile-vehicle-desc .tile-vehicle-desc-color .tile-interior .tile-interior-color {
  color: #5c5c5c;
}
.tile-list .tile-vehicle-desc .tile-vehicle-desc-price {
  display: flex;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .tile-list .tile-vehicle-desc .tile-vehicle-desc-price {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1199px) {
  .tile-list .tile-vehicle-desc .tile-vehicle-desc-price {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .tile-list .tile-vehicle-desc .tile-vehicle-desc-price {
    margin-left: 5px;
  }
}
.tile-list .tile-vehicle-desc .tile-vehicle-desc-price .tile-msrp .tile-msrp-label {
  color: #000000;
  font-weight: bold;
  padding-bottom: 3px;
}
.tile-list .tile-vehicle-desc .tile-vehicle-desc-price .tile-msrp .tile-msrp-price {
  color: #5c5c5c;
  font-weight: bold;
}
@media screen and (min-width: 1300px) {
  .tile-list .tile-vehicle-desc .tile-vehicle-desc-price .tile-anprice .tile-anprice-nowrap {
    white-space: inherit !important;
  }
}
.tile-list .tile-vehicle-desc .tile-vehicle-desc-price .tile-anprice .tile-anprice-label {
  color: #000000;
  font-weight: bold;
  padding-bottom: 3px;
  white-space: nowrap;
}
.tile-list .tile-vehicle-desc .tile-vehicle-desc-price .tile-anprice .tile-anprice-price {
  color: #0A3453;
  font-weight: bold;
}
.tile-list .tile-display-off {
  display: none;
}
.tile-list .tile-view-vdp {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) and (max-width: 1399px) {
  .tile-list .tile-view-vdp {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .tile-list .tile-view-vdp {
    margin-left: 15px;
  }
}
.tile-list .tile-view-vdp .tile-view-details {
  width: 70px;
  color: #E61464;
  font-weight: bold;
  cursor: pointer;
  margin-left: 0px;
}
@media screen and (max-width: 1199px) {
  .tile-list .tile-view-vdp .tile-view-details {
    margin-top: 15px;
    height: 100%;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1399px) {
  .tile-list .tile-view-vdp .tile-view-details {
    margin-top: 5px;
    height: 100%;
    margin-left: 0px;
    line-height: 12px;
  }
}
.tile-list .tile-view-vdp .tile-view-selected {
  align-items: center;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .tile-list .tile-view-vdp .tile-view-selected {
    align-items: flex-end;
    height: 35px;
    justify-content: end;
    margin-left: 35px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .tile-list .tile-view-vdp .tile-view-selected {
    margin-bottom: 20px;
  }
}
.tile-list .tile-view-vdp .tile-view-det {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .tile-list .tile-view-vdp .tile-view-det {
    padding: 0px;
    text-align: right;
    justify-content: flex-end;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1399px) {
  .tile-list .tile-view-vdp .tile-view-det {
    line-height: 14px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .tile-list .tile-view-vdp .tile-view-det {
    text-align: right;
    justify-content: flex-end;
    margin-left: 25px;
    margin-top: 5px;
  }
}

.tile-list-mob {
  display: flex;
  padding: 10px;
  border: 1px #eaeaea solid;
  border-radius: 5px;
  margin: 0px 10px 10px 10px;
  background: #ffffff;
  box-shadow: 0px 1px 5px #5c5c5c;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-height: 480px) {
  .tile-list-mob {
    display: flex !important;
  }
}
.tile-list-mob .tile-vehicle-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.tile-list-mob .tile-vehicle-info .tile-vehicle-status {
  margin-top: 5px;
  margin-right: 5px;
}
.tile-list-mob .tile-vehicle-info .tile-vehicle-status .icon {
  max-width: 20px !important;
}
.tile-list-mob .tile-vehicle-info .tile-vehicle-status .tile-status {
  margin-left: 5px;
  font-size: 10px;
}
.tile-list-mob .tile-vehicle-group {
  margin-left: 10px;
}
.tile-list-mob .tile-vehicle-group .tile-ymmt {
  font-size: 12px;
  color: #0A3453;
  font-weight: bold;
}
.tile-list-mob .tile-vehicle-group .tile-vehicle-condition {
  margin-top: 5px;
}
.tile-list-mob .tile-vehicle-group .tile-vehicle-condition .tile-info-stocktype {
  border-radius: 2px;
  padding: 1px 6px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
}
.tile-list-mob .tile-vehicle-group .tile-vehicle-condition .tile-info-mileage {
  padding-left: 10px;
  color: #0A3453;
  font-size: 12px;
  font-weight: bold;
}
.tile-list-mob .tile-vehicle-group .tile-vheicle-type {
  font-size: 12px;
  color: #0A3453;
}
.tile-list-mob .tile-vehicle-group .tile-vheicle-type {
  margin-top: 3px;
}
.tile-list-mob .tile-vehicle-group .tile-exterior {
  margin-top: 11px;
}
.tile-list-mob .tile-vehicle-group .tile-interior {
  margin-top: 10px;
}
.tile-list-mob .tile-vehicle-group .tile-msrp {
  margin-top: 10px;
}
.tile-list-mob .tile-vehicle-group .tile-anprice {
  margin-top: 13px;
}
@media screen and (min-width: 1200px) {
  .tile-list-mob .tile-vehicle-group .tile-anprice-left {
    padding-left: 5px;
  }
}
.tile-list-mob .tile-vehicle-group .tile-spec {
  display: flex;
  font-size: 10px;
  align-items: center;
}
.tile-list-mob .tile-vehicle-group .tile-spec .tile-specs-label {
  color: #000000;
  width: 50%;
  font-weight: bold;
}
.tile-list-mob .tile-vehicle-group .tile-spec .tile-spec-color {
  color: #5c5c5c;
}
.tile-list-mob .tile-vehicle-group .tile-spec .tile-msrp-price {
  color: #757575;
  font-size: 12px;
  font-weight: bold;
}
.tile-list-mob .tile-vehicle-group .tile-spec .tile-anprice-price {
  color: #0A3453;
  font-weight: bold;
  font-size: 12px;
}

@media (max-width: 767px) {
  .dt-vehicle-details-tile .section.car-price .vehicledetails-value.unlocked-value span {
    color: #0A3453;
    font-weight: bold;
    padding: 0px !important;
    border-radius: 5px;
    display: inline-block;
  }
}
.dt-modal {
  display: flex;
  position: fixed;
  z-index: 100001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.dt-modal .dt-modal-dialog {
  max-width: 450px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 576px) {
  .dt-modal .dt-modal-dialog {
    max-height: 630px;
  }
}
.dt-modal .dt-modal-dialog .dt-modal-content {
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 576px) {
  .dt-modal .dt-modal-dialog .dt-modal-content {
    border-radius: 10px;
  }
}
.dt-modal .dt-modal-dialog .dt-modal-content .close-modal {
  text-align: right;
  text-align: -webkit-right;
  padding-top: 20px;
  padding-right: 20px;
}
.dt-modal .dt-modal-dialog .dt-modal-content .close-modal .close-x {
  cursor: pointer;
  width: 50px !important;
}
.dt-modal .dt-modal-dialog .dt-modal-content .close-modal .close-x img {
  width: 17px !important;
  height: 17px !important;
}

.ngx-progress-bar {
  color: #E61464 !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.dt-question-mark-tooltip-under, .dt-question-mark-tooltip, .question-mark-tooltip {
  position: relative;
  display: inline-block;
  top: -4px;
}
.dt-question-mark-tooltip-under .feature-text, .dt-question-mark-tooltip .feature-text, .question-mark-tooltip .feature-text {
  white-space: pre-line;
  color: #757575;
  line-height: 20px;
  font-size: 16px;
}
.dt-question-mark-tooltip-under .tooltiptext, .dt-question-mark-tooltip .tooltiptext, .question-mark-tooltip .tooltiptext {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 145%;
  font-size: 16px;
  background-color: #666;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 15px;
  line-height: 24px;
  z-index: 10000;
  left: -224.65px;
  margin-left: -18px;
  transition: opacity 0.3s;
  width: 500px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .dt-question-mark-tooltip-under .tooltiptext, .dt-question-mark-tooltip .tooltiptext, .question-mark-tooltip .tooltiptext {
    width: 400px;
    margin-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .dt-question-mark-tooltip-under .tooltiptext, .dt-question-mark-tooltip .tooltiptext, .question-mark-tooltip .tooltiptext {
    font-size: 14px;
    width: 340px;
    left: -133.65px;
  }
}
.dt-question-mark-tooltip-under .tooltiptext::after, .dt-question-mark-tooltip .tooltiptext::after, .question-mark-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .dt-question-mark-tooltip-under .tooltiptext::after, .dt-question-mark-tooltip .tooltiptext::after, .question-mark-tooltip .tooltiptext::after {
    left: 39%;
    margin-left: 21px;
  }
}
.dt-question-mark-tooltip-under .tooltiptext.cash, .dt-question-mark-tooltip .tooltiptext.cash, .question-mark-tooltip .tooltiptext.cash {
  top: 143%;
  bottom: auto;
}
.dt-question-mark-tooltip-under .tooltiptext.cash:after, .dt-question-mark-tooltip .tooltiptext.cash:after, .question-mark-tooltip .tooltiptext.cash:after {
  top: auto;
  bottom: 100%;
  border-color: transparent transparent #666 transparent;
}
.dt-question-mark-tooltip-under:hover .tooltiptext, .dt-question-mark-tooltip:hover .tooltiptext, .question-mark-tooltip:hover .tooltiptext, .dt-question-mark-tooltip-under:focus .tooltiptext, .dt-question-mark-tooltip:focus .tooltiptext, .question-mark-tooltip:focus .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.question-mark-tooltip .feature-text {
  margin-top: 3px;
}
.question-mark-tooltip .tooltiptext {
  bottom: 100%;
}

.dt-question-mark-tooltip {
  width: 14px;
  height: 14px;
}

.dt-question-mark-tooltip-under {
  width: 14px;
  height: 14px;
}
.dt-question-mark-tooltip-under .tooltiptext {
  margin-top: 19px;
  bottom: inherit;
}
.dt-question-mark-tooltip-under .tooltiptext::after {
  transform: rotate(180deg);
  top: -9px;
}

.hero-banner {
  background-color: #0A3453;
  height: 350px !important;
  align-items: center;
  justify-content: center;
}
.hero-banner .hero-banner-greeting .greeting-details {
  padding-left: 45px;
  color: #ffffff !important;
  font-weight: normal !important;
  font-size: 28px;
}
.hero-banner .hero-banner-greeting .greeting-details .lease-greeting {
  font-weight: bold;
}
.hero-banner .hero-banner-greeting .greeting-details .lease-currency {
  font-weight: bold;
}
.hero-banner .hero-banner-greeting .greeting-details h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold !important;
  display: inline !important;
}
@media screen and (max-width: 1200px) {
  .hero-banner .hero-banner-greeting .greeting-details h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-greeting .greeting-details h2 {
    font-size: 18px;
    line-height: 23px;
    display: block;
  }
}
.hero-banner .hero-banner-greeting .greeting-details.greeting-details-lease {
  text-align: center;
  padding-left: 0px;
}
@media screen and (min-width: 1200px) {
  .hero-banner .hero-banner-greeting .greeting-details {
    margin-right: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-banner .hero-banner-greeting .greeting-details {
    padding-left: 0px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner .hero-banner-greeting .greeting-details {
    padding: 0 100px 0 100px;
  }
  .hero-banner .hero-banner-greeting .greeting-details.details-lease-msg {
    padding: 0px;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-greeting .greeting-details {
    padding: 0 25px 0 25px;
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1200px) {
  .hero-banner .hero-banner-greeting {
    text-align: center;
    padding-top: 55px;
  }
  .hero-banner .hero-banner-greeting.banner-greeting-lease {
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner .hero-banner-greeting {
    padding-top: 42px;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-greeting {
    padding-top: 25px;
  }
}
.hero-banner .hero-banner-equity {
  text-align: center;
  padding-right: 45px;
}
.hero-banner .hero-banner-equity .equity-details {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  margin: auto;
  height: 125px;
  max-width: 610px;
}
.hero-banner .hero-banner-equity .equity-details .equity-title-row {
  padding-top: 20px;
}
.hero-banner .hero-banner-equity .equity-details .equity-title-row .equity-title {
  line-height: 0px !important;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-equity .equity-details .equity-title-row .equity-title .equity-title-msg {
    position: absolute;
    top: -3px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .hero-banner-equity .equity-details .equity-title-row {
    padding-top: 23px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-banner .hero-banner-equity .equity-details .equity-title-row {
    padding-top: 24px;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-equity .equity-details .equity-title-row {
    padding-left: 15px;
  }
}
.hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip {
  top: -16px;
  float: right;
  padding-right: 10px;
}
.hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip .feature-text {
  margin-top: 1px;
  line-height: inherit;
}
.hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip .tooltiptext {
  left: -254.65px;
  width: 350px;
}
.hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip .tooltiptext::after {
  left: 80%;
}
@media screen and (max-width: 1367px) {
  .hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip .tooltiptext::after {
    left: 87%;
  }
}
@media screen and (max-width: 1200px) {
  .hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip .tooltiptext::after {
    left: 66%;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip .tooltiptext::after {
    left: 82%;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip .tooltiptext::after {
    left: 87%;
  }
}
@media screen and (max-width: 1367px) {
  .hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip .tooltiptext {
    left: -330.65px;
  }
}
@media screen and (max-width: 1200px) {
  .hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip .tooltiptext {
    left: -255.65px;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip .tooltiptext {
    left: -311.65px;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip .tooltiptext {
    left: -303.65px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip {
    top: -21px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-banner .hero-banner-equity .equity-details .equity-tooltip-row .equity-tooltip .question-mark-tooltip {
    top: -22px;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-equity .equity-details .equity-tooltip-row {
    height: 11px;
  }
}
.hero-banner .hero-banner-equity .equity-details .equity-pymnt-row {
  padding-top: 21px;
}
.hero-banner .hero-banner-equity .equity-details .equity-pymnt-row h1 {
  font-size: 28px;
  margin-bottom: 0px;
  font-weight: bold !important;
}
.hero-banner .hero-banner-equity .equity-details .equity-pymnt-row h1 .equity-currency {
  font-size: 15px;
  position: relative;
  bottom: 8px;
  left: 8px;
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-equity .equity-details .equity-pymnt-row h1 .equity-currency {
    bottom: 0px;
    left: 5px;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-equity .equity-details .equity-pymnt-row h1 {
    float: right;
    display: inline;
    font-size: 16px;
    padding-right: 16px;
  }
}
.hero-banner .hero-banner-equity .equity-details .equity-pymnt-row h2 {
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 0px;
  color: #5c5c5c;
}
@media screen and (min-width: 1200px) {
  .hero-banner .hero-banner-equity .equity-details .equity-pymnt-row h2 {
    margin: 0 30px 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-equity .equity-details .equity-pymnt-row h2 {
    float: left;
    display: inline;
    padding-left: 14px;
    line-height: 0px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-equity .equity-details .equity-pymnt-row .equity-cash {
    padding-bottom: 5px;
    padding-top: 8px;
  }
}
.hero-banner .hero-banner-equity .equity-details .equity-pymnt-row .equity-monthly {
  border-left: 1px solid #eaeaea;
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-equity .equity-details .equity-pymnt-row .equity-monthly {
    border-left: none;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .hero-banner-equity .equity-details .equity-pymnt-row {
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .hero-banner .hero-banner-equity .equity-details .equity-pymnt-row {
    padding-top: 9px;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-equity .equity-details .equity-pymnt-row {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .hero-banner-equity .equity-details {
    height: 175px;
    min-width: 540px;
    float: right;
    margin-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-equity .equity-details {
    height: 98px;
    width: 345px;
    text-align: left;
  }
}
@media screen and (max-width: 1200px) {
  .hero-banner .hero-banner-equity {
    padding: 0 0 55px 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner .hero-banner-equity {
    padding: 0 0 42px 0;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner .hero-banner-equity {
    padding: 0 0 25px 0;
  }
}
.hero-banner.hero-banner-lease {
  height: 290px !important;
}
@media screen and (max-width: 768px) {
  .hero-banner.hero-banner-lease {
    height: 197px !important;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner {
    height: 272px !important;
  }
}

.month-pay {
  max-width: 690px;
  background-color: #ffffff;
  padding: 0px 10px !important;
}
@media screen and (max-width: 993px) {
  .month-pay {
    padding: 0px 10px !important;
  }
}
.month-pay .month-pay-title {
  display: flex;
  text-align: left;
  font: Bold 16px/20px Arial;
  letter-spacing: 0;
  color: #333333;
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 25px;
}
@media screen and (max-width: 993px) {
  .month-pay .month-pay-title {
    font: Bold 16px/20px Arial;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.month-pay .month-pay-title .pay-title {
  width: 100%;
}
.month-pay .month-pay-body {
  display: flex;
  padding-bottom: 30px;
}
@media screen and (max-width: 993px) {
  .month-pay .month-pay-body {
    padding-bottom: 15px !important;
  }
}
.month-pay .month-pay-body .pay-option {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}
.month-pay .month-pay-body .pay-option .buy-desclaiemr-section {
  font: normal 14px/16px Arial;
  letter-spacing: 0;
  color: #5C5C5C;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .month-pay .month-pay-body .pay-option .buy-desclaiemr-section {
    font: normal 10px/12px Arial;
  }
}
.month-pay .month-pay-body .pay-option .pay-option-title {
  font: Bold 16px/20px Arial;
  letter-spacing: 0;
  color: #0A3453;
  opacity: 1;
}
@media screen and (max-width: 993px) {
  .month-pay .month-pay-body .pay-option .pay-option-title {
    font: Bold 12px/20px Arial;
  }
}
.month-pay .month-pay-body .pay-option .pay-option-title .dt-question-mark-tooltip {
  top: 0px;
  right: 0px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .month-pay .month-pay-body .pay-option .pay-option-title .dt-question-mark-tooltip.tt-finance .tooltiptext {
    left: -120.65px;
  }
  .month-pay .month-pay-body .pay-option .pay-option-title .dt-question-mark-tooltip.tt-finance .tooltiptext::after {
    left: 35%;
  }
}
.month-pay .month-pay-body .pay-option .pay-option-title .dt-question-mark-tooltip.tt-lease .tooltiptext {
  left: -414.65px;
}
@media screen and (max-width: 1024px) {
  .month-pay .month-pay-body .pay-option .pay-option-title .dt-question-mark-tooltip.tt-lease .tooltiptext {
    left: -376.65px;
  }
}
@media screen and (max-width: 767px) {
  .month-pay .month-pay-body .pay-option .pay-option-title .dt-question-mark-tooltip.tt-lease .tooltiptext {
    left: -299.65px;
  }
}
.month-pay .month-pay-body .pay-option .pay-option-title .dt-question-mark-tooltip.tt-lease .tooltiptext::after {
  left: 88%;
}
.month-pay .month-pay-body .pay-option .cash-back-section span .exclamation-mark {
  height: 12px;
  width: 12px;
}
.month-pay .month-pay-body .pay-option .cash-back-section span .Cash-Back {
  font: normal 12px/12px Arial;
}
.month-pay .month-pay-body .pay-option .cash-back-section span .Cash-Back .Cash-Back-Msg {
  padding: 0px 5px !important;
  letter-spacing: 0;
  color: #5C5C5C;
}
.month-pay .month-pay-body .pay-option .cash-back-section span .Cash-Back .Cash-Back-Msg .Cash-Back-Text {
  color: #037B28 !important;
}
.month-pay .month-pay-body .pay-option .value {
  margin-left: auto;
}
.month-pay .month-pay-body .pay-option .value .customizeLink a {
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
}
.month-pay .month-pay-body .pay-option .value .customizeLink div {
  color: #0A3453;
}
.month-pay .month-pay-body .pay-option .value .customizeLink div span {
  color: #0A3453;
}
.month-pay .month-pay-body .pay-option .value a {
  text-decoration: none;
}
.month-pay .month-pay-body .pay-option .value div {
  color: #E61464;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 993px) {
  .month-pay .month-pay-body .pay-option .value div {
    font-size: 16px;
  }
}
.month-pay .month-pay-body .pay-option .value div span {
  color: #E61464;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 993px) {
  .month-pay .month-pay-body .pay-option .value div span {
    font-size: 16px;
  }
}
.month-pay .month-pay-body .pay-option .value:hover {
  text-decoration: none;
  outline: none;
  color: #E61464;
}
.month-pay .month-pay-body .pay-option .value:active {
  text-decoration: none;
  outline: none;
  color: #E61464;
}
.month-pay .month-pay-body .pay-option .value:focus {
  text-decoration: none;
  outline: none;
  color: #E61464;
}
.month-pay .month-pay-body .pay-option-box {
  background: #F2F4F6 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  padding: 10px 7px !important;
}
.month-pay .month-pay-body .finance-section {
  margin-right: 5px !important;
}
@media screen and (max-width: 993px) {
  .month-pay .month-pay-body .finance-section {
    margin-right: 7.45px !important;
  }
}
.month-pay .month-pay-body .lease-section {
  margin-left: 5px;
}
@media screen and (max-width: 993px) {
  .month-pay .month-pay-body .lease-section {
    margin-left: 7.45px !important;
  }
}
.month-pay .month-pay-body .pay-option-row {
  padding: 0 15px 15px 15px !important;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0px !important;
}
.month-pay .month-pay-body .pay-option-row.finance-section {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 15px;
}
.month-pay .month-pay-body .pay-option-row.lease-section {
  padding-bottom: 5px !important;
}
.month-pay .month-pay-body .pay-option-row .buy-desclaiemr-section {
  display: flex;
}
.month-pay .month-pay-body .pay-option-row .buy-section {
  height: 20px;
  display: flex;
}
.month-pay .month-pay-body .pay-option-row .buy-section .pay-option-title, .month-pay .month-pay-body .pay-option-row .buy-section .value {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.month-pay .month-pay-body .pay-option-row .buy-section .value div {
  font-size: 22px;
  text-align: right;
}
.month-pay .month-pay-body .pay-option-row .buy-section .dt-question-mark-tooltip {
  float: none;
  top: -2px;
}
.month-pay .estimate-payment-container {
  width: 100%;
}
.month-pay .estimate-payment-container .estimate-payment {
  width: 100%;
}
.month-pay .estimate-payment-container .estimate-payment .rightText {
  text-align: right;
  margin-left: auto;
  color: #E61464 !important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.month-pay .estimate-payment-container .estimate-payment .rightText a {
  color: #E61464 !important;
}
.month-pay .estimate-payment-container .estimate-payment .rightText a:hover {
  color: #E61464 !important;
  text-decoration: underline;
}
@media screen and (max-width: 993px) {
  .month-pay .estimate-payment-container .estimate-payment .rightText {
    font-size: 16px;
  }
}

.dt-vehicle-details-tile {
  font-family: Arial;
  width: 100%;
  font-family: Arial;
  padding: 20px;
}
.dt-vehicle-details-tile .section {
  width: 100%;
}
.dt-vehicle-details-tile .section.car-features {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #EAEAEA;
}
.dt-vehicle-details-tile .section.car-price {
  padding: 15px 0 0 0;
}
.dt-vehicle-details-tile .dt-vehicle-expand a:hover {
  font-size: 12px;
}
@media (min-width: 768px) {
  .dt-vehicle-details-tile .section.car-price {
    display: flex;
    flex-direction: column;
  }
  .dt-vehicle-details-tile .section.car-price .dt-vehicle-details.vehiclePrice {
    flex-grow: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dt-vehicle-details-tile .section {
    margin-right: 20px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    border-bottom: none !important;
    padding: 0 !important;
    border-right: 1px solid #EAEAEA;
  }
  .dt-vehicle-details-tile .dt-vehicle-expand {
    display: none;
  }
  .dt-vehicle-details-tile .section:last-child {
    border: none;
  }
  .dt-vehicle-details-tile .section:last-child .dt-vehicle-expand {
    display: block;
    text-align: center;
  }
  .dt-vehicle-details-tile .section:first-child {
    max-width: 205px;
    border: none;
  }
}
@media (min-width: 992px) {
  .dt-vehicle-details-tile {
    max-width: 255px;
  }
  .dt-vehicle-details-tile .section {
    display: block;
    flex-basis: unset;
    flex-grow: 0;
  }
  .dt-vehicle-details-tile .section.car-price {
    flex-grow: 1;
    max-height: 110px;
  }
  .dt-vehicle-details-tile .dt-vehicle-expand {
    display: none;
  }
  .dt-vehicle-details-tile .section:last-child .dt-vehicle-expand {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .dt-vehicle-details-tile .dt-vehicle-details {
    display: none;
  }
  .dt-vehicle-details-tile .dt-vehicle-details.vehiclePrice {
    display: block;
    min-height: 10px !important;
  }
  .dt-vehicle-details-tile .section {
    margin-right: 15px;
    -ms-flex-preferred-size: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .dt-vehicle-details-tile .section.car-features, .dt-vehicle-details-tile .section.car-price {
    margin-right: 0;
    flex-basis: calc(100% - 115px);
    padding: 0;
    border-bottom: none;
  }
  .dt-vehicle-details-tile .section.car-price {
    margin-left: 115px;
  }
  .dt-vehicle-details-tile .section.car-price .vehicledetails-value.unlocked-value span {
    color: #0A3453;
    font-weight: bold;
    padding: 0px;
    border-radius: 5px;
    display: inline-block;
  }
  .dt-vehicle-details-tile .section.car-price .vehicledetails-value .unlocked-value-grn {
    text-overflow: clip;
  }
  .dt-vehicle-details-tile .section.car-price .vehicledetails-value .unlocked-value-grn span {
    color: #058D1F !important;
    background-color: #E0F1E3 !important;
    padding: 2px;
    border-radius: 5px;
  }
  .dt-vehicle-details-tile .section.car-price .dt-vehicle-expand {
    text-align: left;
    padding-top: 5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .dt-vehicle-details-tile .section.car-price .dt-vehicle-expand {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .dt-vehicle-details-tile .section:first-child {
    max-width: 100px;
  }
  .dt-vehicle-details-tile .dt-vehicle-expand {
    text-align: left;
  }
}
.dt-vehicle-details-tile .dt-vehicle-image {
  margin-bottom: 10px;
  border: 1px solid #EAEAEA;
}
.dt-vehicle-details-tile .dt-vehicle-image img {
  max-width: 100%;
}
.dt-vehicle-details-tile .dt-vehicle-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.dt-vehicle-details-tile .dt-vehicle-style {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0;
}
.dt-vehicle-details-tile .dt-vehicle-stocktype {
  margin-bottom: 10px;
  border-radius: 2px;
  height: 15px;
  display: inline-block;
  padding: 0 5px;
  font-size: 9px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  line-height: 16px;
}
.dt-vehicle-details-tile .dt-vehicle-stocktype.new {
  background: #3366CC 0% 0% no-repeat padding-box;
}
.dt-vehicle-details-tile .dt-vehicle-mileage {
  font-size: 12px;
  color: #0A3453;
  font: normal normal bold 12px/16px Arial;
  letter-spacing: 0px;
  opacity: 1;
}
.dt-vehicle-details-tile .tertiary-cta {
  font-size: 12px;
  font-weight: bold;
}
.dt-vehicle-details-tile .dt-vehicle-details .vehicledetails-value {
  font-size: 12px;
  color: #5C5C5C;
  word-break: break-word;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 93px);
  flex-basis: calc(100% - 93px);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dt-vehicle-details-tile .dt-vehicle-details .vehicledetails-value {
    flex-basis: calc(100% - 153px);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .dt-vehicle-details-tile .dt-vehicle-details .vehicledetails-value {
    width: calc(100% - 76px);
    flex-basis: calc(100% - 76px);
  }
}
.dt-vehicle-details-tile .dt-vehicle-details .vehicledetails-label {
  vertical-align: top;
  font-weight: bold;
  color: #333333;
  width: 93px;
  flex-basis: 93px;
  font-size: 12px;
}
.dt-vehicle-details-tile .dt-vehicle-details .vehicledetails-truncate {
  flex-basis: 103px;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .dt-vehicle-details-tile .dt-vehicle-details .vehicledetails-truncate {
    max-width: 130px !important;
  }
}
.dt-vehicle-details-tile .dt-vehicle-details .vehicle-lower-price-link {
  cursor: pointer;
  font-weight: 700;
}
.dt-vehicle-details-tile .dt-vehicle-details .vhtooltip-style:hover .tooltiptext {
  visibility: visible;
}
.dt-vehicle-details-tile .dt-vehicle-details .vhtooltip-style {
  width: 14px;
  height: 14px;
  position: absolute;
  margin-left: 1.5px;
  cursor: pointer;
}
.dt-vehicle-details-tile .dt-vehicle-details .vhtooltip-style .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #949494;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: -60%;
  left: 130%;
}
.dt-vehicle-details-tile .dt-vehicle-details .vhtooltip-style .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #949494 transparent transparent;
}
.dt-vehicle-details-tile .dt-vehicle-details .unlocked-value-grn {
  text-overflow: clip;
}
.dt-vehicle-details-tile .dt-vehicle-details .unlocked-value-grn span {
  color: #058D1F !important;
  background-color: #E0F1E3 !important;
  padding: 2px;
  border-radius: 5px;
}
.dt-vehicle-details-tile .dt-vehicle-details.vehiclePrice {
  min-height: 0px;
}
.dt-vehicle-details-tile .dt-vehicle-details.vehiclePrice .vehicledetails-value {
  text-align: right;
  font-weight: bold;
  line-height: 1.4;
}
.dt-vehicle-details-tile .dt-vehicle-details.vehiclePrice .vehicledetails-value.locked-value {
  color: #949494;
  flex-basis: 0;
  text-overflow: unset !important;
}
.dt-vehicle-details-tile .dt-vehicle-details.vehiclePrice .vehicledetails-value.unlocked-value {
  color: #0A3453;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .dt-vehicle-details-tile .dt-vehicle-details.vehiclePrice .vehicledetails-value {
    width: calc(100% - 103px);
    flex-basis: calc(100% - 103px);
  }
}
@media screen and (max-width: 575px) {
  .dt-vehicle-details-tile .dt-vehicle-details.vehiclePrice .vehicledetails-value {
    text-overflow: initial;
    overflow: initial;
  }
}
@media screen and (max-width: 375px) {
  .dt-vehicle-details-tile .dt-vehicle-details.vehiclePrice .vehicledetails-value {
    text-align: center;
    flex-basis: 0 !important;
    left: -5px;
  }
}
.dt-vehicle-details-tile .dt-vehicle-details.vehiclePrice .vehicledetails-label {
  line-height: 1.4;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .dt-vehicle-details-tile .dt-vehicle-details.vehiclePrice .vehicledetails-label {
    width: 103px;
    flex-basis: 103px;
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 575px) {
  .dt-vehicle-details-tile .dt-vehicle-details.vehiclePrice .vehicledetails-label {
    flex-basis: 93px;
    max-width: 127px;
    margin-bottom: 5px;
  }
}
.dt-vehicle-details-tile.row {
  padding: 15px 15px 0px 15px !important;
  height: 100%;
}
.dt-vehicle-details-tile.row .dt-vehicle-details .dt-vehicle-stocktype {
  margin: 5px 0 !important;
}
.dt-vehicle-details-tile.row.tablet {
  padding: 20px 0;
  max-width: 750px !important;
  max-height: 220px;
}
.dt-vehicle-details-tile.row.tablet .col-4, .dt-vehicle-details-tile.row.tablet .dt-vehicle-details {
  padding: 0;
  margin: 0;
}
.dt-vehicle-details-tile.row.tablet .col-4:first-child {
  padding: 0 20px;
}
.dt-vehicle-details-tile.row.tablet .col-4:last-child {
  padding: 0 20px;
  border-left: 1px solid #EAEAEA;
}
.dt-vehicle-details-tile.row.tablet .dt-vehicle-image {
  max-width: 100%;
  height: auto;
}

.dt-scheduler .dt-scheduler-tile-container {
  cursor: pointer;
  padding: 0;
  max-width: 100px;
  height: 60px;
  margin: 0 5px;
}
.dt-scheduler .dt-scheduler-tile-container:first-child {
  margin-left: 0;
}
.dt-scheduler .dt-scheduler-tile-container:last-child {
  margin-right: 0;
}
.dt-scheduler input:checked + .dt-scheduler-tile {
  background: #E7F2FA 0% 0% no-repeat padding-box;
  border: 1px solid #0A3453;
}
.dt-scheduler input:checked + .dt-scheduler-tile div {
  color: #0A3453;
}
.dt-scheduler .dt-scheduler-tile {
  padding-top: 15px;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #EFF1F1;
  border-radius: 5px;
  width: 100%;
  display: block;
  cursor: pointer;
}
.dt-scheduler .dt-scheduler-tile div {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
}

.store-info-footer {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
}

.store-info-sh {
  border: 0px;
}

.store-info-sa-title {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}

.store-info-sh-title {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}

.store-info-sa-img {
  width: 15px;
  height: 21px;
}

.store-info-sa-addr {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  color: #0A3453;
}

.store-info-sp-img {
  width: 17px;
  height: 17px;
  vertical-align: middle;
}

.store-info-sp {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  color: #0A3453;
}

.store-info-sh-text {
  text-align: left;
  font-size: 14px;
  color: #333333;
}

.store-info-sh-day {
  text-align: left;
}

.store-info-sh-hour {
  text-align: right;
}

.store-info-sh-closed {
  text-align: right;
  padding-right: 4.5rem;
}

.storehours {
  text-align: left;
  padding-left: 2rem;
}

.store-info-sp a {
  text-decoration: none;
  color: #0a3453;
}

.store-info-sa-addr a {
  cursor: pointer;
  text-decoration: none;
  color: #0a3453;
}

@media screen and (max-width: 320px) {
  .store-info-sh-title {
    font-size: 12px;
  }
  .store-info-sh-text {
    font-size: 12px;
    padding-right: 0px !important;
    margin: 0 !important;
  }
  .store-info-sh-day {
    padding-left: 0.1rem !important;
  }
  .store-info-sh-hour {
    padding-right: 0 !important;
  }
  .store-info-sh-closed {
    text-align: right;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 375px) {
  .store-info-sh-title {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 414px) {
  .store-info-sh {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .store-info-sh-hour {
    padding-left: 0 !important;
  }
  .today {
    padding-right: 0.5rem !important;
    text-align: right !important;
  }
}
@media screen and (max-width: 768px) {
  .storehours {
    padding-left: 0 !important;
    white-space: nowrap;
  }
  .store-info-sh-day {
    text-align: left !important;
  }
  .store-info-sh-title {
    text-align: left !important;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .store-info-sh-day {
    padding-left: 1rem !important;
  }
  .store-info-sh-hour {
    padding-right: 0.5rem !important;
  }
  .store-info-sh-title.store-info-sh-text .store-info-sh-day {
    padding-left: 0 !important;
  }
  .store-info-sh-closed {
    text-align: right;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px) {
  .store-info-sh-text {
    padding-left: 0.5rem !important;
  }
  .store-info-sh-title {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .store-info-sh-title.store-info-sh-text .store-info-sh-day {
    padding-left: 0 !important;
  }
  .store-info-sh-day {
    padding-left: 0.5rem !important;
  }
  .store-info-sh-closed {
    text-align: right;
    padding-right: 5rem;
  }
  .store-info-sh-hour {
    padding-right: 0.5rem !important;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .store-info-sh-closed {
    text-align: right;
    padding-right: 4.5rem;
  }
  .store-info-sh-day {
    padding-left: 1.5rem !important;
  }
  .today {
    padding-right: 0 !important;
    text-align: right !important;
  }
  .store-info-sh-closed {
    padding-right: 4.5rem;
  }
}
.divider {
  overflow-x: hidden;
  position: relative;
}

.divider > [class*=col-]:nth-child(n+2):after {
  content: "";
  background-color: #EAEAEA;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: auto;
  left: -1px;
}
@media screen and (max-width: 575px) {
  .divider > [class*=col-]:nth-child(n+2):after {
    width: 100%;
    height: 1px;
    left: 0;
    top: -4px;
  }
}

.buy-now-navigation {
  position: relative;
}
@media screen and (max-width: 767px) {
  .buy-now-navigation {
    width: 100%;
    max-width: 100%;
    height: 90px;
    padding: 12px 15px 12px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #f7f8f9;
  }
}
@media screen and (min-width: 768px) {
  .buy-now-navigation {
    padding-top: 10px;
    padding-bottom: 5px;
    max-width: 243px;
    height: 100%;
  }
}
.buy-now-navigation a {
  display: flex;
  align-items: center;
  font-weight: 700;
  height: 48px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 767px) {
  .buy-now-navigation a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .buy-now-navigation a {
    display: inline-flex;
    flex-wrap: nowrap;
    height: auto;
  }
  .buy-now-navigation a .icon {
    display: none;
  }
  .buy-now-navigation a .title {
    display: none;
  }
  .buy-now-navigation a .number {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .buy-now-navigation a .number span {
    display: none;
  }
}
.buy-now-navigation a .icon {
  height: 30px;
  width: 30px;
  margin-right: 15px !important;
}
.buy-now-navigation a .number span {
  margin-right: 15px;
}
.buy-now-navigation a.active {
  color: #E61464;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .buy-now-navigation a.active .number {
    background-color: rgba(230, 20, 100, 0.05);
  }
}
.buy-now-navigation a.active:hover, .buy-now-navigation a.active:active, .buy-now-navigation a.active:focus {
  color: #E61464;
}
.buy-now-navigation a.disable {
  color: #D3DAE0 !important;
  text-decoration: none !important;
  cursor: unset !important;
}
@media screen and (max-width: 767px) {
  .buy-now-navigation a.disable .number {
    background-color: rgba(211, 218, 224, 0.05);
  }
}
.buy-now-navigation a.disable:hover, .buy-now-navigation a.disable:active, .buy-now-navigation a.disable:focus {
  color: #D3DAE0;
}
.buy-now-navigation a.inactive, .buy-now-navigation a.completed {
  color: #0f5485;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .buy-now-navigation a.inactive .number, .buy-now-navigation a.completed .number {
    background-color: rgba(10, 52, 83, 0.05);
  }
}
.buy-now-navigation a.inactive:hover, .buy-now-navigation a.completed:hover, .buy-now-navigation a.inactive:active, .buy-now-navigation a.completed:active, .buy-now-navigation a.inactive:focus, .buy-now-navigation a.completed:focus {
  color: #0f5485;
}
@media screen and (max-width: 767px) {
  .buy-now-navigation a.completed .icon {
    display: block;
    margin-right: 0;
  }
  .buy-now-navigation a.completed .number {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .buy-now-navigation .title-Mob {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .buy-now-navigation .title-Mob {
    position: absolute;
    top: 58px;
    left: 15px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #0A3453;
  }
}

.credit-app-container {
  background: #ffffff;
}
.credit-app-container .main-body {
  margin-top: 30px;
  margin-left: none;
}
.credit-app-container .buy-now-status-bar {
  border-bottom: none;
  margin: auto;
  /* Progress-Bar scss*/
}
@media screen and (min-width: 720px) {
  .credit-app-container .buy-now-status-bar {
    width: 662px;
  }
}
@media screen and (max-width: 719px) {
  .credit-app-container .buy-now-status-bar {
    width: 100%;
  }
}
.credit-app-container .buy-now-status-bar ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 40px 30px 40px;
  display: -ms-flexbbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .credit-app-container .buy-now-status-bar ul {
    padding-left: 0;
    padding-right: 0px;
    padding-bottom: 15px;
  }
}
.credit-app-container .buy-now-status-bar ul > li {
  position: relative;
  display: block;
  text-align: center;
}
.credit-app-container .buy-now-status-bar ul > li:nth-child(odd) {
  padding: 0rem 5px;
}
.credit-app-container .buy-now-status-bar ul > li:nth-child(even) {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .credit-app-container .buy-now-status-bar ul > li > .text {
    display: none;
  }
}
.credit-app-container .buy-now-status-bar ul > li > .text .text-wrapper {
  position: relative;
}
.credit-app-container .buy-now-status-bar ul > li > .text .text-wrapper .text-span {
  white-space: nowrap;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #0A3453;
}
.credit-app-container .buy-now-status-bar .an-statusbar-control {
  position: relative;
  display: block;
  min-height: 20px;
  min-width: 20px;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}
.credit-app-container .buy-now-status-bar .an-statusbar-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: none;
}
.credit-app-container .buy-now-status-bar .noCircle .an-statusbar-control-label::after {
  display: none;
}
.credit-app-container .buy-now-status-bar .an-statusbar-control-label {
  margin: 0 auto;
  display: block;
}
.credit-app-container .buy-now-status-bar .an-statusbar-control-label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #707070 solid 2px;
}
.credit-app-container .buy-now-status-bar .an-statusbar-control-label::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #0A3453;
  border-radius: 50%;
  border: none;
}
.credit-app-container .buy-now-status-bar .an-statusbar-control-input:checked ~ .an-statusbar-control-label::before {
  color: #0A3453;
  border-color: #0A3453;
  background-color: #ffffff;
}
.credit-app-container .buy-now-status-bar .an-statusbar-control-input:focus ~ .an-statusbar-control-label::before {
  box-shadow: none;
}
.credit-app-container .buy-now-status-bar .an-statusbar-control-input:focus:not(:checked) ~ .an-statusbar-control-label::before {
  border-color: transparent;
}
.credit-app-container .buy-now-status-bar .an-statusbar-control-input:not(:disabled):active ~ .an-statusbar-control-label::before {
  color: #0A3453;
  border-color: #0A3453;
  background-color: #ffffff;
}
.credit-app-container .buy-now-status-bar .an-statusbar-control-input:disabled ~ .an-statusbar-control-label {
  color: #ffffff;
}
.credit-app-container .buy-now-status-bar .an-statusbar-control-input:disabled ~ .an-statusbar-control-label::before {
  background-color: #ffffff !important;
}
.credit-app-container .buy-now-status-bar .an-statusbar-radio-btn .an-statusbar-control-label::before {
  border-radius: 50%;
}
.credit-app-container .buy-now-status-bar .an-statusbar-radio-complete .an-statusbar-control-input:disabled:checked ~ .an-statusbar-control-label::after {
  border-radius: 0;
  pointer-events: auto;
  transform: translate(-50%, -40%) rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  left: 50%;
  top: 40%;
  border-top-color: transparent;
  border-left-color: transparent;
}
.credit-app-container .buy-now-status-bar .an-statusbar-radio-complete .an-statusbar-control-input:disabled:checked ~ .an-statusbar-control-label::before {
  background-color: #0A3453 !important;
}
.credit-app-container .buy-now-status-bar .an-progress {
  display: flex;
  height: 16px;
  font-size: 12px;
  background-color: #D9D9D9;
  border-radius: 4px;
  height: 2px;
}
@media screen and (max-width: 480px) {
  .credit-app-container .buy-now-status-bar .an-progress {
    height: 1px;
  }
}
.credit-app-container .buy-now-status-bar .an-progress .an-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #0A3453;
  transition: width 0.6s ease;
}

@media screen and (min-width: 992px) {
  .buynow-body {
    margin-top: 30px;
    max-height: calc(100% - 140px);
  }
}

.buynow-credit-app-body {
  background-color: white;
  z-index: 10;
  position: relative;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .buynow-credit-app-body {
    overflow-y: auto;
  }
}
@media screen and (max-width: 480px) {
  .buynow-credit-app-body {
    padding: 15px 0px;
    padding-bottom: 15px;
  }
}
.buynow-credit-app-body label {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .step-title {
    display: none;
    visibility: hidden;
  }
}

.buy-now-protection-list {
  display: flex;
  width: 100%;
  height: 116px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 100%) 0% 0% no-repeat padding-box;
}
.buy-now-protection-list.on-plan-select {
  border-color: #0A3453;
  background: #E7F2FA 0% 0% no-repeat padding-box;
}
.buy-now-protection-list.on-plan-select .protection-title, .buy-now-protection-list.on-plan-select .protection-title-description {
  color: #0A3453;
}

.protection-image {
  width: 144px;
  overflow: hidden;
}
.protection-image img {
  height: 100%;
  border-radius: 8px 0 0 8px;
}

.protection-description {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.protection-description .p-0 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.protection-description .protection-select {
  text-align: end;
  padding: 0;
}
.protection-description .protection-select .custom-checkbox {
  height: 100%;
}
.protection-description .protection-select .custom-checkbox label {
  margin-left: 0;
}
.protection-description .view-details {
  color: #E61464;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  width: 120px;
  cursor: pointer;
  border: none;
  background: transparent;
  padding-left: 0;
  line-height: 1;
}
.protection-description .view-details:focus {
  outline: none;
}

.protection-title {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
  text-align: left;
}

.protection-title-description {
  color: #5C5C5C;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  overflow-y: auto;
  max-height: 45px;
}
.protection-title-description::-webkit-scrollbar {
  width: 5px;
}
.protection-title-description::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d5d5d5;
}

.selector {
  cursor: pointer;
  border: none;
  background: transparent;
  padding-left: 0;
  line-height: 1;
}
.selector:focus {
  outline: none;
}

.plans-title {
  line-height: 1;
  letter-spacing: 0;
  color: #0a3453;
  font-weight: 700;
  font-size: 18px;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .plans-title {
    font-size: 16px;
  }
}

.plans-subtitle {
  line-height: 14px;
  letter-spacing: 0;
  color: #5c5c5c;
  padding: 10px 0 20px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .plans-subtitle {
    padding-bottom: 15px;
  }
}

.buy-now-protection-list {
  margin-bottom: 15px;
}

.primary-light {
  color: #EF73AB;
}

.primary-dark {
  color: #E61464;
}

.secondary-dark {
  color: #0A3453;
}

.light-secondary-dark {
  color: #69768c;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.dark-gray {
  color: #5c5c5c;
}

.gray {
  color: #949494;
}

.light-gray {
  color: #fafafa;
}

.mid-gray {
  color: #5c5c5c;
}

.disabled-gray {
  color: #949494;
}

.light-blue {
  color: #E7F2FA;
}

@font-face {
  font-family: "Interstate";
  src: url("assets/fonts/Interstate-Regular.eot");
  src: url("assets/fonts/Interstate-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Interstate-Regular.woff2") format("woff2"), url("assets/fonts/Interstate-Regular.woff") format("woff"), url("assets/fonts/Interstate-Regular.ttf") format("truetype"), url("assets/fonts/Interstate-Regular.svg#Interstate-Regular") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.font-interstate {
  font-family: "Interstate";
}

@font-face {
  font-family: "Interstate-Bold";
  src: url("assets/fonts/Interstate-Bold.eot");
  src: url("assets/fonts/Interstate-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Interstate-Bold.woff2") format("woff2"), url("assets/fonts/Interstate-Bold.woff") format("woff"), url("assets/fonts/Interstate-Bold.ttf") format("truetype"), url("assets/fonts/Interstate-Bold.svg#Interstate-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.font-interstate-bold {
  font-family: "Interstate-Bold";
}

@font-face {
  font-family: "Interstate Light";
  src: url("assets/fonts/Interstate-Light.eot");
  src: url("assets/fonts/Interstate-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Interstate-Light.woff2") format("woff2"), url("assets/fonts/Interstate-Light.woff") format("woff"), url("assets/fonts/Interstate-Light.ttf") format("truetype"), url("assets/fonts/Interstate-Light.svg#Interstate-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.font-interstate-light {
  font-family: "Interstate Light";
}

@font-face {
  font-family: "Interstate Light Italic";
  src: url("assets/fonts/Interstate-LightItalic.eot");
  src: url("assets/fonts/Interstate-LightItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Interstate-LightItalic.woff2") format("woff2"), url("assets/fonts/Interstate-LightItalic.woff") format("woff"), url("assets/fonts/Interstate-LightItalic.ttf") format("truetype"), url("assets/fonts/Interstate-LightItalic.svg#Interstate-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
.font-interstate-light-italic {
  font-family: "Interstate Light Italic";
}

@font-face {
  font-family: "Interstate Regular Italic";
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/Interstate-RegularItalic.ttf") format("ttf");
  src: url("assets/fonts/Interstate-RegularItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Interstate-RegularItalic.woff2") format("woff2"), url("assets/fonts/Interstate-RegularItalic.woff") format("woff"), url("assets/fonts/Interstate-RegularItalic.ttf") format("truetype"), url("assets/fonts/Interstate-RegularItalic.svg#Interstate-RegularItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
.font-interstate-regular-italic {
  font-family: "Interstate Regular Italic";
}

@font-face {
  font-family: "Interstate Regular";
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/Interstate-regular-1.eot");
  src: url("assets/fonts/Interstate-regular-1.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Interstate-regular-1.woff") format("woff"), url("assets/fonts/Interstate-regular-1.ttf") format("truetype"), url("assets/fonts/Interstate-regular-1.svg#Interstate-regular-1") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
.font-interstate-regular {
  font-family: "Interstate Regular";
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.dt-icon-back-button-pink-imp {
  background-image: url("../assets/icons/autonation-back-button-pink.svg") !important;
}

/*test css*/
@media (max-width: 767px) {
  .dt-vehicle-details-tile .section.car-price .vehicledetails-value.unlocked-value span {
    color: #0A3453;
    font-weight: bold;
    padding: 0px !important;
    border-radius: 5px;
    display: inline-block;
  }
}
/*# sourceMappingURL=dt.frontend.foundation.autonation.css.map */