/* 
	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;
}
.expandable .vehicle-identification-main {
  cursor: pointer;
}
.vehicle-identification-content .copy-indicator {
  position: relative;
}
.vehicle-identification-content .copy-indicator .copy-tooltip,
.vehicle-identification-content .copy-indicator .copied-tooltip {
  padding: 2px 4px;
  position: absolute;
  border-radius: 4px;
  bottom: 24px;
  left: 4px;
}
.vehicle-identification-content .copy-indicator .copy-tooltip span,
.vehicle-identification-content .copy-indicator .copied-tooltip span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.vehicle-identification-content .copy-indicator .copy-tooltip {
  background-color: #384044;
}
.vehicle-identification-content .copy-indicator .copied-tooltip {
  background-color: #2e7d32;
}
.vehicle-identification-content .copy-indicator .copied-tooltip .copied-tooltip-content {
  gap: 4px;
  display: flex;
}
.vehicle-identification-content .vehicle-descriptors-container {
  border-top: thin solid rgba(126, 206, 244, 0.15);
}
.vehicle-identification-content .make-model-year-wrapper {
  display: flex;
  padding-bottom: 8px;
  justify-content: space-between;
  max-height: 24px;
}
.vehicle-identification-content .make-model-year-wrapper .make-model-year {
  font-family: Roboto, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.vehicle-identification-content .vehicle-identification {
  display: flex;
  width: 100%;
}
.vehicle-identification-content .vehicle-identification .vehicle-identifier {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.vehicle-identification-content .vehicle-identification .vehicle-identifier .value-wrapper {
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-align: inherit;
  display: flex;
  align-items: center;
  width: fit-content;
}
.vehicle-identification-content .vehicle-identification .vehicle-identifier .value-wrapper:hover .value {
  text-decoration: underline;
}
.vehicle-identification-content .vehicle-identification .vehicle-identifier .value-wrapper .value {
  font-family: Roboto, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.vehicle-identification-content .vehicle-identification .vehicle-identifier .label-wrapper .label {
  font-family: Roboto, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
@media not (max-width: 740px) {
  .expandable .content-closed .vehicle-identification-main:hover:not( :has(.value-wrapper:hover)) {
  background-color: #004789;
}
.expandable .content-closed .vehicle-identification-main:hover:not( :has(.value-wrapper:hover)) .make-model-year {
  text-decoration: underline;
}
.expandable .content-opened .vehicle-identification-main:hover:not( :has(.value-wrapper:hover)) {
  border-top: 4px solid #004789;
}
.expandable .content-opened .vehicle-identification-main:hover:not( :has(.value-wrapper:hover)) .make-model-year {
  color: #004789;
  text-decoration: underline;
}
.vehicle-identification-content .vehicle-descriptors-container {
  padding: 0 24px 16px;
}
.vehicle-identification-content .value-wrapper:hover .copy-tooltip {
  display: flex;
}
.vehicle-identification-content .vehicle-identification-main {
  padding: 16px 24px;
}
.vehicle-identification-content.content-closed,
.vehicle-identification-content.content-opened {
  margin: 0 24px 24px;
  box-shadow: 0 4px 8px 0 rgba(25, 118, 210, 0.08);
}

}
@media screen {
  .vehicle-identification-content .copy-tooltip,
.vehicle-identification-content .copied-tooltip {
  display: none;
}
.vehicle-identification-content .value-wrapper.copied .copy-tooltip {
  display: none;
}
.vehicle-identification-content .value-wrapper.copied .copied-tooltip {
  display: flex;
}
.vehicle-identification-content .value-wrapper:focus-visible {
  border-radius: 4px;
  padding: 0 2px;
}
.vehicle-identification-content.content-closed {
  background-color: #1976d2;
  border-radius: 8px;
}
.vehicle-identification-content.content-closed .vehicle-descriptors-container {
  display: none;
}
.vehicle-identification-content.content-closed #copy-vin-blue,
.vehicle-identification-content.content-closed #copy-reference-blue,
.vehicle-identification-content.content-closed #close-button,
.vehicle-identification-content.content-closed #close-hover-button {
  display: none;
}
.vehicle-identification-content.content-closed .vehicle-identification-main {
  border-radius: 8px;
}
.vehicle-identification-content.content-closed .value-wrapper:focus-visible {
  border: 2px solid #ffffff;
}
.vehicle-identification-content.content-closed .make-model-year {
  color: #ffffff;
}
.vehicle-identification-content.content-closed .vehicle-identification .vehicle-identifier .label-wrapper .label,
.vehicle-identification-content.content-closed .vehicle-identification .vehicle-identifier .value-wrapper .value {
  color: #ffffff;
}
.vehicle-identification-content.content-opened {
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
}
.vehicle-identification-content.content-opened .vehicle-identification-main {
  outline: none;
  border-top: 4px solid #1976d2;
}
.vehicle-identification-content.content-opened #copy-vin-white,
.vehicle-identification-content.content-opened #copy-reference-white,
.vehicle-identification-content.content-opened #open-button,
.vehicle-identification-content.content-opened #close-hover-button {
  display: none;
}
.vehicle-identification-content.content-opened .vehicle-identification-main:hover #close-button,
.vehicle-identification-content.content-opened .vehicle-identification-main:focus-visible #close-button {
  display: none;
}
.vehicle-identification-content.content-opened .vehicle-identification-main:hover #close-hover-button,
.vehicle-identification-content.content-opened .vehicle-identification-main:focus-visible #close-hover-button {
  display: flex;
}
.vehicle-identification-content.content-opened .vehicle-identification-main:has(.value-wrapper:hover) #close-button {
  display: flex;
}
.vehicle-identification-content.content-opened .vehicle-identification-main:has(.value-wrapper:hover) #close-hover-button {
  display: none;
}
.vehicle-identification-content.content-opened .value-wrapper:focus-visible {
  border: 2px solid #004789;
}
.vehicle-identification-content.content-opened .make-model-year {
  color: #1976d2;
}
.vehicle-identification-content.content-opened .vehicle-identification .vehicle-identifier .label-wrapper .label,
.vehicle-identification-content.content-opened .vehicle-identification .vehicle-identifier .value-wrapper .value {
  color: #000000;
}
.expandable .content-closed .vehicle-identification-main:focus-visible:not(:hover) {
  border-radius: 8px;
  outline-offset: 2px;
  outline: 2px solid #004789;
  background-color: #004789;
}
.expandable .content-opened .vehicle-identification-main:focus-visible:not(:hover) {
  outline: 1px solid #004789;
  border-top: 4px solid #004789;
}
.expandable .content-opened .vehicle-identification-main:focus-visible:not(:hover) .make-model-year {
  color: #004789;
  text-decoration: underline;
}

}
@media screen and (max-width: 740px) {
  .vehicle-identification-content .vehicle-descriptors-container {
  padding: 0 16px 16px;
}
.vehicle-identification-content .vehicle-identification-main {
  padding: 16px;
}
.vehicle-identification-content.content-opened,
.vehicle-identification-content.content-closed {
  margin: 0 16px 24px;
  box-shadow: 0 4px 8px 0 rgba(25, 118, 210, 0.08);
}
.vehicle-identification-content .vehicle-identification {
  flex-direction: column;
  gap: 8px;
}

}
@media print {
  .vehicle-identification-content {
  border-radius: 0 0 8px 8px;
  margin-bottom: 24px;
  border-bottom: thin solid #e6e6e6;
  border-left: thin solid #e6e6e6;
  border-right: thin solid #e6e6e6;
}
.vehicle-identification-content .vehicle-descriptors-container {
  padding: 0 24px 16px;
}
.vehicle-identification-content .vehicle-identification-main {
  border-top: 4px solid #1976d2;
  padding: 16px 24px;
}
.descriptors-grid {
  padding-right: 16px;
}

}
