/*
*
* Setup Entire Page
*
*/

body {
  margin-top: 25px;
  font-family: Tahoma, Geneva, sans-serif;
}

a[data-toggle],
div[data-toggle] {
  background: url('../images/collapse.png') no-repeat right center;
  padding-right: 25px;
  min-height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-weight: bold;
}

a[data-toggle].collapsed,
div[data-toggle].collapsed {
  background: url('../images/expand.png') no-repeat right center;
}

a[data-toggle].noDataToggleBackground {
  background: none;
}

/* hide numeric sliders on number type input */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select:focus,
input[type='text'],
input[type='tel'],
textarea {
  font-size: 16px;
}

input {
  max-width: 450px;
}

hr {
  border-top: 1px solid #ccc;
}

a:hover.noUnderline,
a:visited.noUnderline,
a:link.noUnderline,
a:active.noUnderline {
  text-decoration: none;
}

a {
  color: #4681dd;
}

.findVinDiv div a {
  color: gray;
}

/*
*
* Helper Classes
*
*/

.leftPad {
  padding-left: 20px;
}

.smallLeftPad {
  padding-left: 10px;
}

.rightPad {
  padding-right: 20px;
}

.smallRightPad {
  padding-right: 10px;
}

.topPad {
  padding-top: 20px;
}

.smallTopPad {
  padding-top: 10px;
}

.bottomPad {
  padding-bottom: 20px;
}

.smallBottomPad {
  padding-bottom: 10px;
}

.pad {
  padding: 20px;
}

.smallPad {
  padding: 10px;
}

.error {
  color: red;
}

.errorInput {
  border: 1px solid red;
}

/* vertically center bootstrap columns */
.vcenter {
  display: table-cell;
  vertical-align: middle;
}

/*removes the dotted border on links*/
a:focus {
  outline: 0;
}

.black {
  color: black;
}

.grayText,
.grayText a {
  color: #aaa;
}

.darkGrayText {
  color: #333;
}

.alwaysUnderline {
  text-decoration: underline;
}

.col {
  margin-bottom: 8px;
}

.btn {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.btn-standard {
  max-width: 220px;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #4782df;
  text-decoration: none !important;
  margin: 0px;
  padding: 10px 40px;
  color: #ffffff;
}

.btn-inverse {
  max-width: 220px;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 3px #4782df;
  text-decoration: none !important;
  margin: 0px;
  padding: 10px 40px;
  color: #4782df;
}

.btn-standard-long-text {
  max-width: 250px;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #4782df;
  text-decoration: none;
  margin-bottom: 0px;
  color: #ffffff;
}

.btn-standard:hover,
.btn-standard:focus,
.btn-inverse:hover,
.btn-inverse:focus {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-first {
  margin-right: 5px;
}

.btn-middle {
  margin: 0px 5px;
}

.btn-last {
  margin-left: 5px;
}

.btn-additional-text {
  width: 22px;
  height: 19px;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin-top: 5px;
}

.btn-centerer {
  margin: 0 auto;
  width: 1px;
}

.italic-title {
  font-style: italic;
}

/*
*
* Layout / Specific Sections of Page
*
*
*/
.container-top-banner {
  display: flex;
  flex-direction: column;
}

.top-banner-line-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.btn-language {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  max-width: 120px;
}

.navigation-menu {
  display: flex;
  flex-direction: row;
}

.left-navigation-menu-item {
  font-size: 14px;
  line-height: 20px;
  margin: 0 15px 0 0;
}

.navigation-menu-item {
  font-size: 14px;
  line-height: 20px;
  margin: 0 15px 0 15px;
}

.selected-menu-item {
  font-weight: bold;
  color: black;
}

.centered-buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 50px 0 60px 0;
}

.btn-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 325px;
  height: 45px;
  padding: 0;
  margin: 0 10px;
  font-size: 16px;
}

.social-media-icon {
  height: 30px;
  margin: 5px 15px 5px 0;
}

hr.horizontal-bar {
  border-top: 2px solid #ccc;
  margin-left: 0;
  margin-right: 0;
}

.vertical-bar {
  border-left: solid 2px #ccc;
}

.smallToggle {
  padding-top: 4px;
}

.logos {
  float: left;
}

.topHeader {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.titleHeader h3 {
  font-size: 30px;
  line-height: 38px;
  color: black;
}

.headline {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-size: 40px;
}

.sub-headline {
  font-size: 18px;
  line-height: 20px;
}

.plate2Vin.topHeader {
  text-align: center;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 0px;
}

.plate2Vin.topHeader h2.headline {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-size: 30px;
}

.plate2Vin.topHeader p.copy {
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.bottomHeader {
  margin-top: 10px;
  background-color: #eee;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bottomHeaderText {
  color: #333;
  text-decoration: none;
  display: inline;
}

.bottomInfo {
  margin-top: 15px;
}

.bottomInfoContainer {
  margin-top: 15px;
}

.legalContainer {
  margin-top: 5px;
}

.captcha {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.rightExpander {
  display: block;
  margin-right: 10px;
}

.findVinDiv {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  width: fit-content;
  display: inline-block;
}

.innerPanel {
  border-width: 1px;
  border-color: #999;
  border-style: solid;
  max-width: 450px;
}

.panel-heading {
  padding: 15px;
}

.lastInnerPanel {
  border-width: 1px;
  border-color: #999;
  border-style: solid;
  max-width: 450px;
}

.panel-collapse {
  padding-top: 5px;
}

.logo-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-banner .logo-banner-image {
  padding: 0 10px 0 10px;
}

.logo-banner .left-logo-banner-image {
  padding: 0 10px 0 0;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.footer {
  font-size: 14px;
  line-height: 16px;
  background-color: #eee;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.footer-row-1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: 15px;
  padding-bottom: 15px;
  flex-wrap: wrap;
}

.footer .logo-banner {
  justify-content: left;
  margin-right: auto;
}

.footer .footer-links {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  margin-left: auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.privacy-policy-image {
  height: 20px;
}

.footer .footer-links.footer-link-right {
  margin-top: 10px;
  flex-direction: column !important;
  justify-content: flex-end;
  margin-left: auto;
  padding-left: 0;
}

.footer-link {
  padding-left: 15px;
  padding-right: 0px;
}

.footer-link-red {
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 7px;
  color: #cc0000;
  font-size: 16px;
}

.footer-button {
  text-align: right;
  align-items: right;
  margin-right: auto;
  margin-left: auto;
}

.right-footer-link {
  padding-right: 0px;
}

.cookie-consent {
  border: none;
  background-color: inherit;
  font-size: 13px;
  padding-right: 0;
  padding-left: 0;
  padding-top: 10px;
  margin-left: auto;
  float: right;
  color: #666666;
}

.bottomCopyright {
  font-size: 10px;
  line-height: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.btn-primary {
  background-color: #41666e;
  color: #eee;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-section {
  margin-top: 10px;
  margin-bottom: 15px;
}

.linkArrow {
  margin-left: 5px;
  margin-top: -4px;
}

.checkMark {
  margin-right: 5px;
  margin-top: -4px;
}

.itemTemplate:first-child {
  padding: 5px;
  border-top: none;
  font-size: 13px;
  margin-bottom: 10px;
}

.itemTemplate {
  padding: 5px;
  border-top: solid;
  border-color: #eee;
  border-width: 6px;
  font-size: 13px;
  margin-bottom: 10px;
}

#newCaptchaLink {
  cursor: pointer;
}

#captchaImageWrapper {
  cursor: default;
}

@media (min-width: 480px) and (max-width: 767px) {
  .leftPadTablet {
    padding-left: 30px;
  }
}

.chevron-right {
  content: "\276F";
  float: right;
}

.exclamation-triangle {
  content: "\26A0";
  font-size: 20px;
}

#recallInformationModal {
  background-color: #cc0000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 24px 20px;
  color: white;
  font-size: 18px;
  display: block;
}

#recallInformationModal:hover {
  background-color: #b30000;
}

#recallResultsServiceAlert {
  background-color: #8b0000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 15px 25px;
  color: white;
  font-size: 18px;
  display: block;
}

#recallResultsServiceAlert a {
  cursor: pointer;
  color: white;
  text-decoration: underline;
}

#recallResultsAlert {
  background-color: #cc0001;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 15px 25px;
  color: white;
  font-size: 18px;
  display: block;
}

#recallResultsAlert strong a {
  color: white;
  text-decoration: underline;
}

#recallResultsAlertContainer {
  background-color: #cc0001;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 15px 25px;
  color: white;
  font-size: 18px;
  display: block;
}

#recallResultsAlertContainer strong a {
  color: white;
  text-decoration: underline;
}

.recallResults {
  background-color: #cc0001;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 25px;
  color: white;
  font-size: 15px;
  display: block;
  font-weight: bold;
}

#resultsContainer {
  padding-right: 15px;
  padding-left: 15px;
}

#lookupNavBackRecall {
  cursor: pointer;
  margin-bottom: 30px;
}

.notYourVehicle {
  display: inline-block;
  cursor: pointer;
}

#vehicleNotFound {
  border: darkgray 1px solid;
  padding: 5px 10px;
  background: #eee;
  margin-top: 5px;
  margin-bottom: 10px;
}

.supplementalBtn {
  margin-bottom: 0px;
  padding: 10px 40px;
  background: #4681dd;
  color: white;
}

.extendedGutter {
  margin-right: -30px;
  margin-left: -30px;
}

.vinPlateDisplay {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.lookupFormContainer {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 620px;
}

#lookupFormContainer p.copy {
  text-align: center;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.lookupFormContainer input.plateVinInput {
  text-transform: uppercase;
  height: 40px;
  max-width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  color: #8b8d8f;
  margin-bottom: 10px;
  border-radius: 0px;
}

.lookupFormContainer #stateSelect {
  background-color: #eee;
  height: 40px;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px;
}

.lookupFormContainer .captcha {
  text-align: center;
}

.lookupFormContainer .row .col-sm-9 {
  padding-left: 5px;
}

.lookupFormContainer .row .col-sm-3 {
  padding-bottom: 10px;
}

#vinColumn {
  margin-right: 10px;
}

.ctaColor {
  color: #4681dd;
}

#vinHelper {
  margin-left: 10px;
}

.mapImage {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.modalPadding {
  padding: 5px 0px 15px 0px;
}

.modalPadding.sectionTitle {
  font-size: 17px;
  font-weight: bold;
  padding-top: 15px;
}

.modalHeader {
  background-color: #eee;
}

.modal .modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}

.zero-left-padding {
  padding-left: 0;
}

.recallWrapper {
  padding: 0px 0px 15px 0px;
}

#recallSearch {
  background-color: #4681dd;
  border-color: #4681dd;
  margin: 20px 0;
  padding: 15px 20px;
  max-width: 300px;
  width: 300px;
}

#recallSearch:hover {
  background-color: #337ab7;
  border-color: #337ab7;
}

.form-control-square {
  background-color: white;
  height: 40px;
  color: #888;
  margin-bottom: 10px;
  border-radius: 0px;
}

.lookupModuleDescription {
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 20px;
}

.lookupModule {
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: table;
}

.lookupNav {
  background-color: #4782df;
  border-color: #4782df;
  padding: 10px 10px;
  font-size: 16px;
  border: solid 3px #4782df;
  margin: 0 25px 0 25px;
  width: 300px;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}

.lookupNav.empty {
  background-color: #fff;
  color: #4782df;
}

.lookupNav.empty:hover {
  background-color: #fff;
  color: #337ab7;
}

.lookupNavSpanish {
  background-color: #4782df;
  border-color: #4782df;
  padding: 15px;
  margin: 0 25px 0 25px;
  width: 400px;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}

.lookupNav:hover,
.lookupNavSpanish:hover {
  background-color: #337ab7;
  border-color: #337ab7;
}

.lookupNav.span,
.lookupNavSpanish.span {
  cursor: pointer;
}

.lookupNav:nth-of-type(3),
.lookupNavSpanish:nth-of-type(3) {
  border-left: 0px;
}

#lookupNavBack {
  cursor: pointer;
  padding-left: 10px;
  margin-bottom: 10px;
}

.lookupOrCircle {
  width: fit-content;
  height: fit-content;
  position: absolute;
  background-color: #fff;
  margin-left: 340px;
  margin-top: 16px;
}

.lookupOrCircleSpanish {
  width: fit-content;
  height: fit-content;
  position: absolute;
  padding-top: 15px;
  background-color: #fff;
  margin-left: 445px;
}

.round {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;

  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;

  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

hr.big-margin {
  margin-top: 40px;
}

.takata-header {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

.left-image {
  float: left;
  margin-right: 20px;
}

.takata-header-text {
  padding-top: 10px;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #000000;
}

.takata-header-text h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.takata-header-text p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
}

.clear-float {
  clear: both;
}

.takata-header-sub-text {
  margin: 30px 10% auto 10%;
  text-align: center;
}

.takata-header-sub-text h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 0.67;
}

.takata-header-sub-text p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  padding: 10px 30px;
}

.takata-last-updated {
  margin: 10px auto;
  font-size: 10px;
  text-align: center;
}


.affected-vehicles-section {
  margin-bottom: 35px;
}

.affected-vehicles-container {
  display: flex;
  flex-direction: row;
  border: solid 1px #ccc;
  padding: 5px;
  color: #666666;
}

.affected-vehicles-column {
  display: flex;
  flex-direction: column;
  width: 33%;
  margin: 5px;
  border: solid 1px #ccc;
  background-color: #fcfcfc;
}

.affected-vehicle-brand-container {
  height: 95px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.affected-vehicle-brand-container .affected-vehicle-brand-logo {
  height: 100%;
  display: block;
  margin: auto;
}

.affected-vehicles-table {
  border-top: 1px solid #ccc;
}

.affected-vehicle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 1px solid #ccc;
}

.affected-vehicle.first {
  border-top: unset;
}

.affected-vehicle.empty {
  height: 49px;
}

.affected-vehicle .affected-vehicle-type {
  font-weight: bold;
}

.takata-learn-more-link {
  padding: 5px 0 15px 0;
}

.app-store-button-container {
  padding: 15px 0 15px 0;
  display: flex;
  flex-direction: row;
}

.app-store-button {
  text-decoration: none !important;
  display: inline-block;
}

.right-app-store-button {
  padding-left: 25px;
}

.recallMore ol>li {
  margin-bottom: 30px;
  font-weight: bold;
}

.recallMore ul>li {
  font-weight: normal;
}

.recallMore h4.big-margin {
  margin-top: 40px;
}

.recallMore h4.small-margin {
  margin-top: 20px;
}

.recallmore h4.no-bottom-margin {
  margin-bottom: 0;
}

.recallMore p {
  margin-bottom: 20px;
}

.recallMore .firstStep {
  margin-top: 40px;
}

.recallMore .zoneALegend {
  background: linear-gradient(to right,
      #ff4e6d 0,
      #ff4e6d 36px,
      #eee 36px,
      #eee 100%);
  margin-bottom: 20px;
}

.recallMore .zoneBLegend {
  background: linear-gradient(to right,
      #ffce7f 0,
      #ffce7f 36px,
      #eee 36px,
      #eee 100%);
  margin-bottom: 20px;
}

.recallMore .zoneCLegend {
  background: linear-gradient(to right,
      #66e4ff 0,
      #66e4ff 36px,
      #eee 36px,
      #eee 100%);
  margin-bottom: 20px;
}

.recallMore .zoneName {
  margin-left: 36px;
}

.recallMore .zoneCText {
  padding-top: 15px;
  font-weight: normal;
}

.zoneLegends .squareLegend {
  border: 1px solid black;
  height: 22px;
  width: 22px;
  margin-bottom: 10px;
}

.zoneLegends .zoneA {
  background: #ff4e6d;
}

.zoneLegends .zoneB {
  background: #ffce7f;
}

.zoneLegends .zoneC {
  background: #66e4ff;
}

.update-ownership-box {
  margin-top: 25px;
  margin-bottom: 25px;
}

.update-ownership-box-last {
  margin-bottom: 25px;
}

#updateOwnershipCarousel .carousel-navigation {
  cursor: pointer;
}

#updateOwnershipCarousel .carousel-control.left,
#updateOwnershipCarousel .carousel-control.right {
  background-image: none;
  color: black;
  position: fixed;
  width: 10%;
  content: "\2023";
}

.squareImageBottomPadding {
  padding-bottom: 8px;
}

.mapPadding {
  margin-top: 30px;
  margin-bottom: 60px;
  clear: both;
}

.mapTopPadding {
  padding-bottom: 20px;
}

.lineBreak {
  border-color: rgba(128, 128, 128, 0.49);
}

.lineBreak.partial {
  border-color: rgba(100, 100, 100, 0.49);
  width: 90%;
}

#information {
  margin-bottom: 20px;
}

#findDealerAction {
  margin-top: 20px;
  margin-bottom: 5px;
}

#resultsMetadataContainer.bottomPad {
  padding-bottom: 0;
}

#findDealerAction p {
  text-align: left;
}

#findDealerAction button {
  margin-top: 5px;
}

.footerNote {
  margin-top: 40px;
}

.takataHeaderCopy p {
  margin-bottom: 0px;
}

#updateOwnershipCarousel .carousel .item {
  min-height: 1px;
  /* Prevent carousel from being distorted if for some reason image doesn't load */
}

#updateOwnershipCarousel .carousel .item img {
  margin: 0 auto;
  /* Align slide image horizontally center */
}

#updateOwnershipCarousel .carouselContainer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#updateOwnershipCarousel .carousel-indicators li {
  background: lightgray;
}

#updateOwnershipCarousel .carousel-indicators li.active {
  background: gray;
}

#updateOwnershipCarousel .carousel-control {
  color: #4681dd;
  opacity: 1;
  width: 8%;
}

#updateOwnershipCarousel .carousel-control:hover {
  color: gray;
}

#updateOwnershipCarousel .carousel-control.left {
  display: none;
  background: none;
  margin-left: -40px;
  position: absolute;
}

#updateOwnershipCarousel .carousel-control.right {
  display: none;
  background: none;
  margin-right: -40px;
  position: absolute;
}

@media (min-width: 550px) {
  #updateOwnershipCarousel .carousel-control.left {
    display: block;
    margin-left: -45px;
  }

  #updateOwnershipCarousel .carousel-control.right {
    display: block;
    margin-right: -45px;
  }

  #updateOwnershipCarousel .carouselContainer {
    width: 90%;
  }
}

@media (min-width: 768px) {
  #updateOwnershipCarousel .carousel-control.left {
    display: block;
    margin-left: -60px;
  }

  .plate2Vin.topHeader h2.headline {
    font-size: 40px;
  }

  #updateOwnershipCarousel .carousel-control.right {
    display: block;
    margin-right: -60px;
  }

  #updateOwnershipCarousel .carouselContainer {
    width: 80%;
  }
}

@media (min-width: 992px) {
  #updateOwnershipCarousel .carousel-control.left {
    display: block;
    margin-left: -80px;
  }

  #updateOwnershipCarousel .carousel-control.right {
    display: block;
    margin-right: -80px;
  }

  #updateOwnershipCarousel .carouselContainer {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  #updateOwnershipCarousel .carousel-control.left {
    display: block;
    margin-left: -100px;
  }

  #updateOwnershipCarousel .carousel-control.right {
    display: block;
    margin-right: -100px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .logo-banner .left-logo-banner-image {
    padding: 0px;
  }

  .logo-banner .logo-banner-image {
    padding: 0px 5px;
  }

  .footer-link {
    padding-left: 15px;
    padding-right: 0px;
  }
}


/*
*
* Print Layout
*
*
*/

@media print {

  /* Minimal whitespace around edges of print */
  body {
    color: #000;
    background: #fff;
  }

  .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .leftPad {
    padding: 0;
  }

  .rightPad {
    padding: 0;
  }

  .smallLeftPad {
    padding: 0;
  }

  @page {
    margin: 1in;
  }

  body,
  h1,
  h2,
  h3,
  ol,
  ul,
  div,
  div#content {
    width: 100%;
    overflow: visible;
  }

  /* Hide links on the page */
  a:link:after,
  a:visited:after {
    content: '';
  }
}

div.line {
  border-bottom: thin solid #ccc;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.onlyMobile {
  display: none;
  white-space: nowrap;
}

.onlyDesktop {
  display: contents;
  white-space: nowrap;
}

/* Additional layout for container held inside of top banner */

@media (max-width: 413px) {
  .lookupFormContainer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .plate2Vin.btn-ownership {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100% !important;
    max-width: 100% !important;
  }

  #recallSearch {
    width: 100% !important;
    max-width: 100% !important;
  }

  .captcha {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 474px) {
  #requestACall {
    margin-left: 0px;
  }
}

@media (max-width: 780px) {
  .onlyMobile {
    display: contents;
  }

  .onlyDesktop {
    display: none;
  }

  #information {
    float: none;
    margin-bottom: 20px;
  }

  #findDealerAction {
    float: none;
    margin-right: 0;
  }

  #resultsMetadataContainer.bottomPad {
    padding-bottom: 0px;
  }

  .lookupFormContainer input.plateVinInput {
    height: 50px;
  }

  .lookupFormContainer #stateSelect {
    height: 50px;
  }

  #lookupFormContainer p.copy {
    padding-left: 0px;
    padding-right: 0px;
  }

  #vehicleNotFound {
    margin-top: 5px;
    padding: 15px 10px;
  }

  .notYourVehicle {
    display: block;
  }

  .supplementalBtn {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .lookupModuleDescription {
    padding-left: 40px;
    padding-right: 40px;
  }

  .titleHeader h3 {
    font-size: 25px;
  }

  #recallResultsAlert {
    font-size: 16px;
  }

  .plate2Vin.topHeader p.copy {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .lookupNav {
    width: 100%;
    margin: 10px 0;
  }

  .lookupNavSpanish {
    width: 100%;
    margin: 10px 0;
  }

  .lookupOrCircle {
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
  }

  .lookupOrCircleSpanish {
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: unset;
  }

  .navigation-menu {
    margin: 0 auto 0 auto;
  }

  .footer-row-1 {
    flex-direction: column;
    align-items: unset;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer .footer-links {
    display: flex;
    align-items: unset;
    flex-direction: column;
    padding-top: 20px;
  }

  .footer-link {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer .footer-link-red {
    padding-left: 0;
  }

  .footer-links.footer-link-right {
    margin-left: 0 !important;
  }

  .cookie-consent {
    margin-left: 0 !important;
    float: left;
    margin-right: auto;
  }

  .bottomCopyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .app-store-button-container {
    align-self: center;
    padding: 15px 0 45px 0;
  }

  .affected-vehicles-section {
    margin-bottom: 25px;
  }

  .affected-vehicles-container {
    display: flex;
    flex-direction: column;
  }

  .affected-vehicles-column {
    width: unset;
  }

  .affected-vehicle.empty {
    display: none;
  }

  .takata-header {
    flex-direction: column;
    align-items: center;
  }

  .takata-header .left-image {
    margin-left: auto;
    margin-right: auto;
  }

  .takata-header-text {
    text-align: center;
  }

  .takata-header-text h1 {
    font-size: 20px;
  }

  .takata-header-text p {
    font-size: 14px;
  }

  .takata-header-sub-text h3 {
    font-size: 18px;
  }

  .takata-header-sub-text p {
    font-size: 14px;
  }
}

@media (max-width: 724px) {
  .btn-language {
    height: 30px;
  }
}

@media (min-width: 725px) {
  .btn-language {
    height: 30px;
  }
}

@media (min-width: 768px) {
  .btn-language {
    height: 40px;
  }

  #vinColumn {
    margin-right: 0px;
  }

  .plate2Vin.btn-ownership {
    width: 300px;
  }
}

/*
@media (min-width: 1024px) {
}
*/

/* Takata page style for header */

.phase-header {
  color: #2d86c3;
}

.top-buffer {
  margin-top: 15px;
}

div.zone-line {
  border-bottom: thin solid #c3c3c3;
  margin-left: 20px;
  margin-right: 25px;
  margin-top: 5px;
}

div.zone-line-bottom {
  border-bottom: thin solid #c3c3c3;
  margin-top: 40px;
}

a[data-toggle].phase-header,
div[data-toggle] {
  background: url('../images/collapse-blue.png') no-repeat right center;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  padding-right: 25px;
}

a[data-toggle].collapsed.phase-header,
div[data-toggle].collapsed {
  background: url('../images/expand-blue.png') no-repeat right center;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.bottomRow {
  margin-bottom: 30px;
}

/* Custom dropdown for Takata search */
select:disabled.takataSelector {
  background-color: #ddd !important;
  color: #777 !important;
  cursor: default !important;
}

select.takataSelector {
  width: 75%;
  padding: 5px 5px 5px 5px;
  cursor: pointer;
  border: 1px solid #ccc;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/Dropdown_arrow.png') right no-repeat #fff;
}

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px;
  }
}

.dropdownArea:not(:last-child) {
  margin-bottom: 20px;
}

.borderBox {
  border: 1px solid lightgray;
  background-color: #fbfbfb;
}

#takataLookupContainer {
  margin-left: 15px;
}

.resultBox {
  background-color: lightyellow;
  width: 95%;
  margin: auto;
  margin-top: 20px;
  margin-left: 2.5%;
  padding: 0 40px;
}

.success-recall {
  color: green;
  margin-left: 20px;
}

.warning-recall {
  color: red;
}

.center-parent-div {
  text-align: center;
}

.center-child-div {
  display: inline-block;
  text-align: left;
}

a.current-page-link {
  color: darkgrey !important;
  text-decoration: none;
}

.recall-icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}

.recall-text {
  display: inline-block;
  width: 90%\9;
  /*IE 8 fix for width */
  width: calc(100% - 50px);
}

@media screen and (max-width: 1000px) {
  .resultBox {
    padding: 0 20px;
  }

  .btn-standard {
    max-width: 165px;
  }

  .btn-inverse {
    max-width: 165px;
  }

  .btn-language {
    max-width: 120px;
  }

  .btn-centered {
    max-width: 325px;
  }
}

@media screen and (max-width: 695px) {
  .btn-standard {
    max-width: 100%;
    margin: 10px 0px;
  }

  .btn-inverse {
    max-width: 100%;
    margin: 10px 0px;
  }

  .btn-standard-long-text {
    max-width: 100%;
    margin: 10px 0px;
  }

  .btn-additional-text {
    width: 100%;
    margin: 10px 0px;
    display: inline-block;
  }

  .btn-language {
    margin: 0 0 0 auto;
    max-width: 120px;
  }

  .centered-buttons-container {
    flex-direction: column;
    align-items: center;
    padding: 30px 15px 60px 15px;
  }

  .btn-centered {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .resultBox {
    padding: 0 10px;
  }
}

#genericErrorContainer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.validationError {
  padding-top: 10px;
  padding-bottom: 3px;
  text-align: center;
}

#spinner-overlay {
  background-color: #333;
  opacity: 0.8;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url('/recall/static/images/ownership-spinner.gif');
  background-position: center;
  background-repeat: no-repeat;
}

/*Ownership Flow Stles*/
.menu-breadcrumb {
  padding-left: 10px;
  color: #a8a8a8;
}

.menu-breadcrumb-filled {
  padding-left: 10px;
  color: #000000;
  font-weight: 600;
}

.breadcrumb-current {
  color: #1ab5e2;
  font-weight: bold;
}

.vinLabel {
  display: none;
}

.plate2Vin.btn-ownership {
  margin-top: 30px;
  background-color: #4681dd;
  border-color: #4681dd;
  padding: 15px 20px;
  max-width: 300px;
  width: 300px;
}

.btn-ownership:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #ffffff;
}

.btn-primary-ownership {
  background-color: #41666e;
  color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
}

.btn-ownership-submit {
  background-color: #41666e;
  color: #ffffff;
  padding-left: 27.5px;
  padding-right: 27.5px;
}

.btn-ownership.disabled {
  background-color: #c6c6c6;
  border-color: #cccccc;
  color: #999999;
  pointer-events: none;
}

.btn-default {
  padding-left: 50px;
  padding-right: 50px;
}

.btn-ownership-back {
  color: #000000;
  border-color: #000000;
}

.owernship-error,
.required-text {
  color: #cc0000;
}

.change-link {
  color: #1ab5e2;
}

.guide-line {
  background-color: #c6c6c6;
}

.default-text,
.default-text a {
  color: #000000;
}

.panel-group .panel-heading {
  height: unset;
  line-height: unset;
  vertical-align: unset;
}

.panel-ownership {
  border-radius: 0 !important;
  border-color: #999999;
  border-bottom-color: #999999;
}

.panel-ownership .panel-group .panel+.panel {
  margin-top: 0px !important;
}

.ownership-row {
  padding: 0px 0px 20px 0px;
}

.x-small {
  font-size: 80%;
}

.ensCenter {
  font-size: 14px !important;
}

@media screen and (max-width: 560px) {
  span.menu-breadcrumb {
    float: left;
    clear: left;
  }
}

/*There is an issue with the select element in the container where it will overflow at 767px*/
@media screen and (max-width: 768px) {
  #customer-input-state {
    max-width: 450px;
  }

  #customer-input-first-name {
    max-width: 290px;
  }

  #customer-input-middle-name {
    max-width: 130px;
  }

  .ownership-row {
    padding: 0px 0px;
  }

  .footer-row-1 {
    margin-left: 0px;
  }

  .bottomCopyright {
    margin-left: 0px;
  }
}