main section#hero div.top .info-blocks .vrnSearch {
  background-color: #223f8b;
}

main section#hero div.top .info-blocks .vrnSearch div.vrnForms {
  height: 100%;
  border-radius: 4px;
  border-color: #223f8b;
  background-color: #223f8b;
  padding: 15px;
}

main section#hero div.top .info-blocks .vrnSearch div.vrnForms .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}

main section#hero div.top .info-blocks .vrnSearch div.vrnForms .fields {
  display: grid;
  grid-template-areas: "fieldLeft" "fieldRight";
  grid-gap: 10px;
  gap: 15px;
}

main section#hero div.top .info-blocks .vrnSearch div.vrnForms .fields label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

main section#hero div.top .info-blocks .vrnSearch div.vrnForms .fields input,
main section#hero div.top .info-blocks .vrnSearch div.vrnForms .fields select,
main section#hero div.top .info-blocks .vrnSearch div.vrnForms .fields textarea {
  width: 50%;
  height: 60px;
}

main section#hero div.top .info-blocks .vrnSearch div.vrnForms .fields textarea {
  height: 160px;
  resize: none;
  padding: 7.5px;
}

main section#hero div.top .info-blocks .vrnSearch div.vrnForms .fields .fieldLeft {
  grid-area: fieldLeft;
}

main section#hero div.top .info-blocks .vrnSearch div.vrnForms .fields .fieldRight {
  grid-area: fieldRight;
}

main section#hero div.top .info-blocks .vrnSearch div.vrnForms .makeFields {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px;
}

main section#hero div.top .info-blocks .vrnSearch div.vrnForms .makeFields select {
  height: 60px;
}

main section#hero div.top .info-blocks .vrnSearch div.vrnForms .makeFields input {
  width: 80px;
  height: 60px;
}

main section#hero div.top .info-blocks .vrnSearch p.vrnIntro {
  margin-bottom: 2.5vh;
  color: #fff;
}

main section#hero div.top .info-blocks .vrnSearch p.vrnSubIntro {
  margin-top: 3.5vh;
  margin-bottom: 1.5vh;
  color: #fff;
}

main section#hero div.top .info-blocks .vrnSearch #vrnPlate {
  width: 290px;
  font-family: "UKNumberPlate", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: #000;
  padding-left: 25px;
  padding-right: 0px;
  background-color: #fdcf55;
  border-color: #223f8b;
  box-shadow: inset 15px 0 0 0 #2db9ff;
}

main section#hero div.top .info-blocks .vrnSearch #vrnPlate::-moz-placeholder {
  color: #000;
  font-weight: 700;
}

main section#hero div.top .info-blocks .vrnSearch #vrnPlate:-ms-input-placeholder {
  color: #000;
  font-weight: 700;
}

main section#hero div.top .info-blocks .vrnSearch #vrnPlate::placeholder {
  color: #000;
  font-weight: 700;
}

main section#hero div.top .info-blocks .vrnSearch #submitVRNLookup,
main section#hero div.top .info-blocks .vrnSearch #submitMakeLookup {
  height: 60px;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-top: 0px !important;
}

main section#heading {
  padding: 0 20px;
  margin: 45px auto;
  margin-bottom: 25px;
  max-width: 550px;
}

main section#heading .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #ff0a0a;
  text-align: center;
}

main section#heading .content {
  margin-top: 15px;
}

main section#heading .content * {
  text-align: center;
  font-size: 16px;
}

main section#lookup {
  display: flex;
  align-items: 0;
  justify-content: 0;
  flex-wrap: 0;
  flex-direction: column;
  gap: 0px;
  padding: 0 5px;
  margin: 25px 0;
  margin-bottom: 65px;
}

main section#lookup div.vrnContactTeam {
  background: #0f1f4f;
  background-image: url("/images/contact-team-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 325px;
  display: flex;
  align-items: 0;
  justify-content: 0;
  flex-wrap: 0;
  flex-direction: column;
  gap: 10px;
}

main section#lookup div.vrnContactTeam .details {
  padding: 20px;
  height: 325px;
  background-color: rgba(15, 31, 79, .6);
  background-blend-mode: lighten;
}

main section#lookup div.vrnContactTeam .details .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
  height: 40%;
}

main section#lookup div.vrnContactTeam .details > .content {
  margin: 15px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

main section#lookup div.vrnContactTeam .details > .content * {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

main section#lookup div.vrnContactTeam .details > .content ul {
  margin: 10px 0;
  padding-left: 17.5px;
}

main section#lookup div.vrnContactTeam .details > .content ul li {
  margin-bottom: 5px;
}

main section#lookup div.vrnContactTeam .details .detail-wrapper {
  display: flex;
  align-items: 0;
  justify-content: 0;
  flex-wrap: 0;
  flex-direction: column;
  gap: 35px;
}

main section#lookup div.vrnContactTeam .details .detail-wrapper .detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: 0;
  flex-direction: row;
  gap: 0px;
}

main section#lookup div.vrnContactTeam .details .detail-wrapper .detail .icon {
  padding: 14px;
  height: 60px;
  width: 60px;
  background-color: #ff0a0a;
}

main section#lookup div.vrnContactTeam .details .detail-wrapper .detail svg {
  width: 32px;
  height: auto;
  min-width: 32px;
  min-height: auto;
  margin-top: 5px;
}

main section#lookup div.vrnContactTeam .details .detail-wrapper .detail .info {
  background-color: #223f8b;
  height: 60px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

main section#lookup div.vrnContactTeam .details .detail-wrapper .detail .info > p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

main section#lookup div.vrnContactTeam .details .detail-wrapper .detail .info .content * {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
}

main section#lookup div.vrnContactTeam .details .detail-wrapper .detail .info .content a {
  text-decoration: none;
}

main section#lookup div.vrnContactTeam .details .detail-wrapper .detail .info .content a:hover {
  text-decoration: underline;
}

main section#lookup div.vrnSearch {
  height: 535px;
  background-color: #223f8b;
}

main section#lookup div.vrnSearch div.vrnForms {
  height: 100%;
  border-radius: 4px;
  border-color: #223f8b;
  background-color: #223f8b;
  padding: .5rem;
}

main section#lookup div.vrnSearch div.vrnForms .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

main section#lookup div.vrnSearch div.vrnForms .fields {
  display: grid;
  grid-template-areas: "fieldLeft" "fieldRight";
  grid-gap: 10px;
  gap: 15px;
}

main section#lookup div.vrnSearch div.vrnForms .fields label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

main section#lookup div.vrnSearch div.vrnForms .fields input,
main section#lookup div.vrnSearch div.vrnForms .fields select,
main section#lookup div.vrnSearch div.vrnForms .fields textarea {
  width: 50%;
  height: 60px;
}

main section#lookup div.vrnSearch div.vrnForms .fields textarea {
  height: 160px;
  resize: none;
  padding: 7.5px;
}

main section#lookup div.vrnSearch div.vrnForms .fields .fieldLeft {
  grid-area: fieldLeft;
}

main section#lookup div.vrnSearch div.vrnForms .fields .fieldRight {
  grid-area: fieldRight;
}

main section#lookup div.vrnSearch div.vrnForms .makeFields {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px;
}

main section#lookup div.vrnSearch div.vrnForms .makeFields select {
  height: 60px;
}

main section#lookup div.vrnSearch div.vrnForms .makeFields input {
  width: 80px;
  height: 60px;
}

main section#lookup div.vrnSearch p.vrnIntro {
  margin-bottom: 2.5vh;
  color: #fff;
}

main section#lookup div.vrnSearch p.vrnSubIntro {
  margin-top: 3.5vh;
  margin-bottom: 1.5vh;
  color: #fff;
}

main section#lookup div.vrnSearch #vrnPlate {
  width: 290px;
  font-family: "UKNumberPlate", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: #000;
  padding-left: 25px;
  padding-right: 0px;
  background-color: #fdcf55;
  border-color: #223f8b;
  box-shadow: inset 15px 0 0 0 #2db9ff;
}

main section#lookup div.vrnSearch #vrnPlate::-moz-placeholder {
  color: #000;
  font-weight: 700;
}

main section#lookup div.vrnSearch #vrnPlate:-ms-input-placeholder {
  color: #000;
  font-weight: 700;
}

main section#lookup div.vrnSearch #vrnPlate::placeholder {
  color: #000;
  font-weight: 700;
}

main section#lookup div.vrnSearch #submitVRNLookup,
main section#lookup div.vrnSearch #submitMakeLookup {
  height: 60px;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-top: 0px !important;
}

main section#lookup div.vrnSearchWithResults div.vrnForms {
  height: 100%;
  padding: .5rem;
  padding-bottom: 1.5rem;
}

main section#lookup div.vrnSearchWithResults div.vrnForms .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}

main section#lookup div.vrnSearchWithResults div.vrnForms .fields {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 25px;
}

main section#lookup div.vrnSearchWithResults div.vrnForms .fields label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

main section#lookup div.vrnSearchWithResults div.vrnForms .fields input,
main section#lookup div.vrnSearchWithResults div.vrnForms .fields select,
main section#lookup div.vrnSearchWithResults div.vrnForms .fields textarea {
  width: 50%;
  height: 60px;
}

main section#lookup div.vrnSearchWithResults div.vrnForms .fields textarea {
  height: 160px;
  resize: none;
  padding: 7.5px;
}

main section#lookup div.vrnSearchWithResults div.vrnForms .makeFields {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px;
}

main section#lookup div.vrnSearchWithResults div.vrnForms .makeFields label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

main section#lookup div.vrnSearchWithResults div.vrnForms .makeFields select {
  height: 60px;
}

main section#lookup div.vrnSearchWithResults div.vrnForms .makeFields input {
  width: 80px;
  height: 60px;
}

main section#lookup div.vrnSearchWithResults #submitVRNLookup,
main section#lookup div.vrnSearchWithResults #submitMakeLookup {
  display: none;
  height: 60px;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-top: 0px !important;
  width: 182px;
}

main section#lookup div.vrnSearchWithResults #vrnPlate {
  width: 290px;
  font-family: "UKNumberPlate", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #000;
  padding-left: 25px;
  padding-right: 0px;
  background-color: #fdcf55;
  border-color: #223f8b;
  box-shadow: inset 15px 0 0 0 #2db9ff;
}

main section#lookup div.vrnSearchWithResults #vrnPlate::-moz-placeholder {
  color: #000;
  font-weight: 700;
}

main section#lookup div.vrnSearchWithResults #vrnPlate:-ms-input-placeholder {
  color: #000;
  font-weight: 700;
}

main section#lookup div.vrnSearchWithResults #vrnPlate::placeholder {
  color: #000;
  font-weight: 700;
}

main section#lookup div.vrnVehicleDetails {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  border: 2px solid #223f8b;
  border-radius: 4px;
  margin-bottom: 1rem;
}

main section#lookup div.vrnVehicleDetails div.vrnVehicle {
  padding: .5rem;
  background-color: #223f8b;
}

main section#lookup div.vrnVehicleDetails div.vrnVehicle p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

main section#lookup div.vrnVehicleDetails div.vrnVehicle p.title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

main section#lookup div.vrnVehicleDetails div.vrnSpec {
  display: grid;
  grid-template-areas: "v1 v2" "v3 v4" "v5 v6";
  margin: .5rem;
}

main section#lookup div.vrnVehicleDetails div.vrnSpec div {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin: 5px;
}

main section#lookup div.vrnVehicleDetails div.vrnSpec div span.title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

main section#lookup div#vrnTypes {
  background-color: #e8ecf4;
  height: 100%;
  border-radius: 2px;
  padding: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

main section#lookup div#vrnTypes p.vrnIntro {
  font-weight: 600;
}

main section#lookup div#vrnTypes div.vrnType {
  padding: 0px 20px 0px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #e0e9f9;
  border-radius: 2px;
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
  /*grid-template-columns: 3fr 1fr;*/
  grid-gap: 20px;
}

main section#lookup div#vrnTypes div.vrnType div.vrnTypeImage img {
  height: 4vh;
}

main section#lookup div#vrnTypes div.vrnType div.vrnTypeText {
  margin-bottom: 1vh;
  margin-top: 1vh;
}

main section#lookup div#vrnTypes div.vrnType div.vrnTypeText p {
  line-height: 120%;
}

main section#lookup div#vrnTypes div.vrnType div.vrnTypeText p b {
  font-weight: 600;
}

main section#lookup div#vrnTypes div.vrnType div.vrnTypeButton {
  margin-top: 1.1vh;
}

main section#lookup div#vrnTypes div.vrnType div.vrnTypeButton button {
  height: 38px;
  margin-top: 0px !important;
}

main section#lookup div#vrnTypes div.vrnType:hover {
  background-color: #b1c6f1;
}

main section#lookup div#vrnRecommendationsComponents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0rem;
}

main section#lookup div#vrnRecommendationsComponents div.vrnComponentsIntro {
  width: 100%;
  text-align: center;
}

main section#lookup div#vrnRecommendationsComponents div.vrnComponentsIntro p {
  font-weight: 600;
  margin: .5rem;
  margin-bottom: 1rem;
}

main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup {
  width: 50%;
  transition: all .35s ease-Out;
}

main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup div.vrnRecComponent {
  min-height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: flex-start;
  flex-direction: row;
  border: 0px solid #223f8b;
  border-radius: 4px;
  margin: 0rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  background-color: #223f8b;
  background-size: 200% 100%;
  background-image: linear-gradient(to left, #ff0a0a 50%, #223f8b 50%);
  transition: all .35s ease-Out;
}

main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup div.vrnRecComponent div.vrnRecComponentImage {
  margin: .5rem;
  margin-top: auto;
  margin-bottom: auto;
}

main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup div.vrnRecComponent div.vrnRecComponentText {
  margin-left: 0rem;
  margin-right: 0rem;
  margin-top: auto;
  margin-bottom: auto;
}

main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup div.vrnRecComponent div.vrnRecComponentText p {
  margin: 5px;
  margin-bottom: 0px;
}

main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup div.vrnRecComponent div.vrnRecComponentText p span.componentPicker {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup div.vrnRecComponentCapacities {
  display: none;
  margin-left: 0rem;
  margin-right: 0rem;
  margin-top: auto;
  margin-bottom: auto;
}

main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup div.vrnRecComponentCapacities p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #1f1f1f;
  margin: 5px;
}

main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup div.vrnRecComponentCapacities p b {
  margin-left: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #223f8b;
}

main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup:hover div.vrnRecComponent {
  background-position: -100% 0;
  cursor: pointer;
}

main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup:hover div.vrnRecComponent div.vrnRecComponentText p span {
  cursor: pointer;
}

main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup.active div.vrnRecComponent {
  background-position: -100% 0;
  border: 0px solid #ff0a0a;
}

main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup.active div.vrnRecComponentCapacities {
  display: block;
}

main section#lookup div#vrnRecommendations div.divUseCaseFilter {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

main section#lookup div#vrnRecommendations div.divUseCaseFilter span {
  display: none;
}

main section#lookup div#vrnRecommendations div.divUseCaseFilter span.active {
  display: block;
}

main section#lookup div#vrnRecommendations div.divUseCaseFilter select {
  display: none;
  margin-left: .5rem;
}

main section#lookup div#vrnRecommendations div.divUseCaseFilter select.active {
  display: block;
}

main section#lookup div#vrnRecommendations div#vrnRecommendationsHeader {
  display: flex;
  align-items: "flex-start";
  justify-content: "flex-start";
  flex-wrap: "flex-start";
  flex-direction: row;
  margin: 0rem;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #fff;
}

main section#lookup div#vrnRecommendations div#vrnRecommendationsHeader div.title {
  width: 85%;
  border: 2px solid #223f8b;
  border-bottom: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

main section#lookup div#vrnRecommendations div#vrnRecommendationsHeader div.title p {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #223f8b;
  margin: 10px;
  margin-bottom: 5px;
  margin-top: 10px;
}

main section#lookup div#vrnRecommendations div#vrnRecommendationsHeader div.empty {
  width: 15%;
  border: 2px solid #223f8b;
  border-top: none;
  border-left: none;
  border-right: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

main section#lookup div#vrnRecommendations div.vrnRecComponentGroup {
  display: none;
  min-width: 220px;
  border: 2px solid #223f8b;
  border-top: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0rem;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  padding: 0rem;
  padding-top: 0px;
  background-color: #fff;
}

main section#lookup div#vrnRecommendations div.vrnRecComponentGroup div.vrnRecsRow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: flex-start;
  flex-direction: column;
  gap: 30px;
  padding: 1.5rem;
}

main section#lookup div#vrnRecommendations div.vrnRecComponentGroup div.vrnRec.preferred {
  border: 2px solid #223f8b;
  border-radius: 4px;
  padding: 15px;
}

main section#lookup div#vrnRecommendations div.vrnRecComponentGroup div.vrnRec {
  max-width: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: flex-start;
  flex-direction: column;
}

main section#lookup div#vrnRecommendations div.vrnRecComponentGroup div.vrnRec div.vrnRecImage {
  minimum-height: 400px;
}

main section#lookup div#vrnRecommendations div.vrnRecComponentGroup div.vrnRec div.vrnRecImage picture img {
  height: 200px;
  width: auto;
}

main section#lookup div#vrnRecommendations div.vrnRecComponentGroup div.vrnRec div.vrnRecText a p {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1f1f1f;
  margin-bottom: 5px;
}

main section#lookup div#vrnRecommendations div.vrnRecComponentGroup div.vrnRec div.vrnRecText a:hover {
  text-decoration: underline;
}

main section#lookup div#vrnRecommendations div.vrnRecComponentGroup div.vrnRec div.vrnRecText div.vrnRecIntervals {
  margin-bottom: 15px;
}

main section#lookup div#vrnRecommendations div.vrnRecComponentGroup div.vrnRec div.vrnRecButton button {
  height: 36px;
}

main section#lookup div#vrnRecommendations div.vrnRecComponentGroup div.vrnRec div.vrnRecButton span.spanPrefferred {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #223f8b;
  margin: 5px;
}

main section#lookup div#vrnRecommendations div.vrnRecComponentGroup.active {
  display: block;
}

footer .cta {
  display: none !important;
}

@media only screen and (min-width: 576px) {
  main section#lookup {
    padding: 0 20px;
  }

  main section#lookup div.vrnContactTeam {
    display: flex;
    align-items: 0;
    justify-content: 0;
    flex-wrap: 0;
    flex-direction: column;
    gap: 10px;
  }

  main section#lookup div.vrnContactTeam .details .detail-wrapper .detail .info {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  main section#lookup div.vrnSearch div.vrnForms {
    padding: 1.5rem;
  }

  main section#lookup div.vrnSearch div.vrnForms .title {
    margin-bottom: 40px;
  }

  main section#lookup div.vrnVehicleDetails {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  main section#lookup div.vrnVehicleDetails div.vrnVehicle {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  main section#lookup div.vrnVehicleDetails div.vrnVehicle p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
  }

  main section#lookup div.vrnVehicleDetails div.vrnVehicle p.title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
  }

  main section#lookup div.vrnVehicleDetails div.vrnSpec div {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
  }

  main section#lookup div.vrnVehicleDetails div.vrnSpec div span.title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
  }

  main section#lookup div#vrnRecommendationsComponents {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup div.vrnRecComponent {
    margin: .5rem;
  }

  main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup div.vrnRecComponent div.vrnRecComponentImage {
    margin: 1rem;
  }

  main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup div.vrnRecComponent div.vrnRecComponentText {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: auto;
    margin-bottom: auto;
  }

  main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup div.vrnRecComponentCapacities {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: auto;
    margin-bottom: auto;
  }

  main section#lookup div#vrnRecommendations div.divUseCaseFilter {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 1.5rem;
  }

  main section#lookup div#vrnRecommendations div#vrnRecommendationsHeader {
    margin-top: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  main section#lookup div#vrnRecommendations div#vrnRecommendationsHeader div.title p {
    margin: 20px;
  }

  main section#lookup div#vrnRecommendations div.vrnRecComponentGroup {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  main section#lookup {
    gap: 20px;
  }

  main section#lookup div.vrnContactTeam {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  main section#lookup div.vrnContactTeam .details {
    padding: 30px;
  }

  main section#lookup div.vrnSearch {
    height: 435px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  main section#lookup div.vrnSearch div.vrnForms {
    padding: 2.5rem;
  }

  main section#lookup div.vrnSearch div.vrnForms .fields {
    display: flex;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: row;
  }

  main section#lookup div.vrnSearchWithResults #submitVRNLookup,
  main section#lookup div.vrnSearchWithResults #submitMakeLookup {
    display: block;
  }

  main section#lookup div#vrnTypes {
    width: 75%;
  }

  main section#lookup div#vrnTypes div.vrnType div.vrnTypeImage img {
    height: 5vh;
  }

  main section#lookup div#vrnRecommendationsComponents div.vrnComponentsIntro p {
    font-size: 18px;
  }

  main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup {
    width: 33%;
  }

  main section#lookup div#vrnRecommendations div#vrnRecommendationsHeader div.title {
    width: 50%;
  }

  main section#lookup div#vrnRecommendations div#vrnRecommendationsHeader div.empty {
    width: 50%;
  }

  main section#lookup div#vrnRecommendations div.vrnRecComponentGroup div.vrnRecsRow {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  main section#hero div.top .info-blocks .vrnSearch div.vrnForms .fields {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media only screen and (min-width: 1200px) {
  main section#heading {
    padding: 0 100px;
    margin: 25px auto;
    margin-bottom: 50px;
    max-width: none;
  }

  main section#heading .title {
    font-size: 30px;
  }

  main section#heading .content {
    margin-top: 20px;
  }

  main section#heading .content * {
    font-size: 16px;
  }

  main section#lookup {
    padding: 0 50px;
  }

  main section#lookup div.vrnVehicleDetails {
    grid-template-columns: 1fr 2fr;
  }

  main section#lookup div.vrnVehicleDetails div.vrnSpec {
    grid-template-areas: "v1 v2 v3" "v4 v5 v6";
  }

  main section#lookup div.vrnContactTeam {
    width: 75%;
  }

  main section#lookup div.vrnContactTeam .details {
    padding: 50px 80px 75px 40px;
  }

  main section#lookup div.vrnContactTeam .details > .content {
    margin: 25px 0;
  }

  main section#lookup div.vrnContactTeam .details > .content * {
    font-size: 16px;
  }

  main section#lookup div.vrnContactTeam .details > .content ul {
    margin: 30px 0;
  }

  main section#lookup div.vrnContactTeam .details .detail-wrapper {
    gap: 30px;
  }

  main section#lookup div.vrnContactTeam .details .detail-wrapper .detail {
    gap: 0px;
  }

  main section#lookup div.vrnSearch {
    width: 75%;
  }

  main section#lookup div.vrnSearch div.vrnForms button {
    margin-top: 40px;
  }

  main section#lookup div#vrnTypes {
    width: 60%;
  }

  main section#lookup div#vrnRecommendationsComponents div.vrnRecComponentNavGroup {
    width: 25%;
  }

  main section#lookup div#vrnRecommendations div#vrnRecommendationsHeader div.title {
    width: 35%;
  }

  main section#lookup div#vrnRecommendations div#vrnRecommendationsHeader div.empty {
    width: 65%;
  }
}
