<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blockTypeOne{
  border-left: solid 2px #ebebeb;
}
.carDetailsIcon { min-width: 40px; }
.carDetailsIcon,.carDetailsInfo {
    display: inline-block;
}
.carDetailsInfoRow
{
	line-height: 3em;
}
.carDetailsInfo
{
	font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.19px;
  text-align: left;
  color: #3b3b3b;
  vertical-align: super;
}

.bg-cylinders {
    width: 21px; height: 21px;
    background: url('https://motoraty-media.s3.us-west-2.amazonaws.com/img/sprite_1_v1.png') -100px -52px;
}

.bg-engine_size {
    width: 28px; height: 21px;
    background: url('https://motoraty-media.s3.us-west-2.amazonaws.com/img/sprite_1_v1.png') -10px -10px;
}

.bg-seating {
    width: 22px; height: 22px;
    background: url('https://motoraty-media.s3.us-west-2.amazonaws.com/img/sprite_1_v1.png') -10px -51px;
}
.bg-transmission {
    width: 22px; height: 22px;
    background: url('https://motoraty-media.s3.us-west-2.amazonaws.com/img/sprite_1_v1.png') -58px -10px;
}

.bg-fuel_economy {
    width: 21px; height: 20px;
    background: url('https://motoraty-media.s3.us-west-2.amazonaws.com/img/sprite_1_v1.png') -58px -52px;
}


.bg-horsepower {
    width: 22px; height: 22px;
    background: url('https://motoraty-media.s3.us-west-2.amazonaws.com/img/sprite_1_v1.png') -100px -10px;
}


.parentDetails
{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.29px;
  text-align: left;
  color: #000000;
  margin: 0px;
}
.msrp_starting_from
{
  font-family: BasicSans;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 0.22px;
  text-align: left;
  color: #7f8fa4;
  margin-bottom: 7px !important;
}
.currencyName{
  font-size:17px;
  color: #f3515c;
}
.priceValue
{
  font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.37px;
    text-align: left;
    color: #f3515c;
}
.estimatedString
{
  font-size:14.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  color: #6c6767;
}

.estimatedValue
{
  font-size:17px;
  font-weight: bold;
}

.infoBlock
{
  padding: 20px !important;
}
.priceBlock
{
    margin: 50px 0px 10px 0px;
}
.availableTrims, .keyFeatures
{
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 0.22px;
  text-align: left;
  color: #000000;
}
.availableTrims
{
    font-size: 18px;
    margin-bottom:10px;
}
.availableTrimsValue
{
  color: #f3515c;
    font-size: 15px;
}
.keyFeatures
{
    text-transform: uppercase;
	margin-bottom:20px;
  font-size: 16px;
}

/* footer sticky css */
@media only screen and (min-width: 1280px)
{
  html{
    position: relative;
    min-height: 100%;
  }
  body{
        margin-bottom: 480px;
  }
  .moto-footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
}
</pre></body></html>