/* 
	Standard layout definitions 
*/
/* darker blue */
/* website text blue */
/* gray */
/* orange */
/* darker gray */
/* gray */
/* light gray */
/* small device width */
/* website styles */
/* orange text background (used for BETA) */
/* text styles */
.text-style-small {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-standard {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-large {
  font-size: 2.8em;
  line-height: 1.18em;
}
/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Roboto Black */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
/* Roboto Black Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}
/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
/* Roboto Bold Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
/* Roboto Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
/* Roboto Light */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
/* Roboto Light Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
/* Roboto Medium Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
/* Roboto Medium Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
}
/* Roboto Thin Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
/* Roboto Thin Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
div.co2-v2 {
  height: 2em;
  padding: .4em 0;
  position: relative;
}
.co2-v2 img.co2-v2-bar {
  margin-top: 5px;
  height: 1.4em;
}
img.co2-v2-ptr {
  position: absolute;
  height: 2.4em;
  width: 1.4em;
}
.vehicle-descriptors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
}
.vehicle-descriptors .label-wrapper {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.vehicle-descriptors .value-wrapper {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-style: normal;
}
.vehicle-descriptors .vehicle-descriptor {
  padding-bottom: 16px;
  padding-right: 16px;
}
.vehicle-descriptors .first-vehicle-descriptors-column {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.vehicle-descriptors .second-vehicle-descriptors-column {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.vehicle-descriptors .desktop-and-print-only,
.vehicle-descriptors .mobile-only,
.vehicle-descriptors .non-print-display {
  width: 100%;
}
.vehicle-descriptors .emission-wrapper .emission .value-wrapper {
  padding-bottom: 4px;
}
.american-report {
  display: flex;
  padding-top: 24px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #0b64a0;
  max-height: 24px;
}
.american-report .american-report-icon-wrapper {
  max-height: 24px;
}
.american-report .american-report-text-wrapper {
  font-weight: bold;
  padding-left: 8px;
}
@media screen and (max-width: 740px) {
  div.co2-v2 {
  max-width: 156px;
  width: 100%;
}
.co2-v2 img.co2-v2-bar {
  max-width: 156px;
  width: 100%;
}
.emission-wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.emission-wrapper .emission {
  padding-top: 16px;
  padding-right: 16px;
}

}
@media not (max-width: 740px) {
  div.co2-v2 {
  width: 156px;
}
.co2-v2 img.co2-v2-bar {
  width: 156px;
}
.emission-wrapper {
  display: flex;
  width: 100%;
}
.emission-wrapper .emission {
  width: 50%;
}

}
@media print {
  .vehicle-descriptors {
  width: 66%;
  padding-top: 24px;
}
.emission-wrapper {
  display: flex;
  width: 100%;
}
.emission-wrapper .emission {
  width: 50%;
}

}
.descriptors-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
