@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800&display=swap");
@font-face {
  font-family: font-regular;
  src: url("../fonts/FSAlbertPro.ttf"); }

@font-face {
  font-family: 'UKNumberPlate';
  src: url("../fonts/UKNumberPlate.woff2") format("woff2"), url("../fonts/UKNumberPlate.woff") format("woff"), url("../fonts/UKNumberPlate.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

table.applications td.application {
  vertical-align: top;
  padding-right: 16px; }

table.coptions {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 20px; }

table.coptions th, table.coptions td {
  padding: 2px 8px 2px 0; }

table.coptions th {
  text-align: left;
  vertical-align: bottom;
  border-bottom: 2px solid #ccc; }

table.coptions td {
  border-bottom: 1px solid #ccc; }

table.coptions .capacity {
  text-align: right; }

/*! * Bootstrap Grid v5.1.1 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  width: 100%;
  margin-left: 0px; }

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 0; }

.col {
  flex: 1 0 0%;
  padding: 0 1em; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333333%; }

  .offset-sm-2 {
    margin-left: 16.66666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333333%; }

  .offset-sm-5 {
    margin-left: 41.66666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333333%; }

  .offset-sm-8 {
    margin-left: 66.66666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333333%; }

  .offset-sm-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333333%; }

  .offset-md-2 {
    margin-left: 16.66666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333333%; }

  .offset-md-5 {
    margin-left: 41.66666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333333%; }

  .offset-md-8 {
    margin-left: 66.66666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333333%; }

  .offset-md-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333333%; }

  .offset-lg-2 {
    margin-left: 16.66666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333333%; }

  .offset-lg-5 {
    margin-left: 41.66666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333333%; }

  .offset-lg-8 {
    margin-left: 66.66666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333333%; }

  .offset-lg-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333333%; }

  .offset-xl-2 {
    margin-left: 16.66666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333333%; }

  .offset-xl-5 {
    margin-left: 41.66666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333333%; }

  .offset-xl-8 {
    margin-left: 66.66666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333333%; }

  .offset-xl-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.33333333%; }

  .offset-xxl-2 {
    margin-left: 16.66666667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.33333333%; }

  .offset-xxl-5 {
    margin-left: 41.66666667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.33333333%; }

  .offset-xxl-8 {
    margin-left: 66.66666667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.33333333%; }

  .offset-xxl-11 {
    margin-left: 91.66666667%; } }
.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.Brake.and.Clutch {
  background-image: url(/site_assets/images/application_icons/icon_brakes_clutch.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0 10px 50px; }

.Compressor {
  background-image: url(/site_assets/images/application_icons/icon_compressor.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0 10px 50px; }

.Coolant {
  background-image: url(/site_assets/images/application_icons/icon_coolant.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0 10px 50px; }

.Differential {
  background-image: url(/site_assets/images/application_icons/icon_differential.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0 10px 50px; }

.Engine {
  background-image: url(/site_assets/images/application_icons/icon_engine.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0 10px 50px; }

.Greases {
  background-image: url(/site_assets/images/application_icons/icon_greases.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0 10px 50px; }

.Hydraulic.Fluids {
  background-image: url(/site_assets/images/application_icons/icon_hydraulic.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0 10px 50px; }

.Other {
  background-image: url(/site_assets/images/application_icons/icon_other.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0 10px 50px; }

.Manual {
  background-image: url(/site_assets/images/application_icons/icon_other_manual.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0 10px 50px; }

.Steering {
  background-image: url(/site_assets/images/application_icons/icon_steering.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0 10px 50px; }

.Transmission {
  background-image: url(/site_assets/images/application_icons/icon_transmission.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0 10px 50px; }

.Auto {
  background-image: url(/site_assets/images/application_icons/icon_auto_transmission.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0 10px 50px; }

.Engine {
  background-image: url(/site_assets/images/application_icons/icon_engine.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0 10px 50px; }

.custom1 {
  display: none; }

.coptions label {
  min-width: 170px;
  display: block;
  margin-bottom: 10px; }

.coptions select {
  background: #fff;
  border: 1px solid #3f3b3c;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 20px;
  padding: 0 10px; }

/*global-styling*/
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape */
  height: 100%;
  background: white;
  padding: 0;
  margin: 0; }

body {
  background: #f7f7f7;
  font: 14px/22px 'Poppins', sans-serif;
  color: #6b6868;
  position: relative;
  padding: 10px 0;
  margin: 0; }

h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  color: #274179; }

a {
  color: #274179; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.footer {
  display: flex;
  min-height: 150px;
  background: #231f20;
  align-items: center; }

.footer__links {
  flex: 1;
  display: flex;
  align-items: center; }

.footer__navigation ul {
  display: flex;
  line-height: 30px; }

.footer__navigation li {
  margin-right: 20px;
  color: #fff;
  font-size: 0.9em; }

.footer__navigation li a {
  color: inherit; }

.footer__navigation li a:hover {
  text-decoration: underline; }

.footer__social {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.footer__social ul {
  display: flex; }

.footer__social li {
  margin-left: 25px; }

.footer__social li img {
  width: 25px; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none; }

a,
img {
  border: none;
  outline: none; }

a {
  text-decoration: none; }

h2 {
  font-size: 17px; }

.clear,
.clearFix {
  clear: both; }

.header {
  position: relative;
  background: #f1f1f1;
  display: flex;
  height: 80px;
  margin-bottom: 20px; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

.header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px; }

.header__logo img {
  max-width: 40%; }

.header__navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px; }

.header__navigation ul {
  display: flex; }

.header__navigation li {
  margin-left: 20px;
  color: #231f20; }

.header__navigation li a {
  color: inherit; }

.header__navigation li a:hover {
  text-decoration: underline; }

.searchType select {
  border: 1px solid #3f3b3c;
  border-radius: 4px; }

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

.d-flex {
  display: flex; }

#iconBox,
.searchTypeWrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }

#iconBox a {
  display: block; }

#iconBox .sectorIcon:hover a,
#iconBox .sectorIcon.active a {
  color: #d22027; }

.sectorIcon {
  margin: 20px;
  background: #f1f1f1;
  color: #23408f;
  padding: 20px 40px; }

.sectorIcon.active {
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  background: #bdbdbd; }

.sectorIconImage {
  width: 60px;
  margin: auto; }

.sectorIcon img {
  width: 100%; }

#iconBox a {
  color: #fff;
  font-size: 12px; }

.searchFaceted,
.searchVRM {
  width: 100%; }

.searchVrmError {
  max-width: 400px; }

.language_block {
  width: 100%;
  height: 30px;
  line-height: 30px; }

.language_block > * {
  float: left;
  margin: 0 10px 0 0; }

#iconBox .sectorIcon {
  text-align: center; }

#modelSearchInput input {
  border: none;
  width: 220px;
  height: 41px;
  text-transform: uppercase;
  color: #595959;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  border-radius: 4px; }

.searchVrmError {
  clear: both;
  padding: 10px;
  color: #f00; }

.searchVrmBackground {
  position: relative;
  display: flex;
  flex-direction: row; }
  .searchVrmBackground:before {
    content: "";
    display: block;
    background: darkblue center center no-repeat url(/site_assets/images/flags/au.svg);
    background-size: 26px;
    width: 40px;
    border-radius: 5px 0 0 5px; }
  .searchVrmBackground input {
    background-color: #F4C829;
    border-radius: 0 5px 5px 0;
    width: 100%;
    padding: 10px;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    outline: none;
    font-size: 35px;
    font-family: 'UKNumberPlate', sans-serif; }

#modelSearchInput input {
  padding: 10px;
  border: solid 1px #595959; }

#modelSearchText {
  width: 100%; }

#modelSearchInput input {
  width: 100%; }

.searchVrmInputWrapper {
  display: flex;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden; }

#license_plate_flag {
  display: block;
  margin: auto;
  margin-top: 5px; }

.countryLetters {
  font-size: 10px; }

.searchVrmInput__icon {
  background: #00008B;
  box-sizing: border-box;
  max-width: 50px;
  min-width: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000; }

.searchVrmInput__input_eu {
  flex: 1;
  background: #fff;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  font-size: 2em;
  width: 100%;
  text-transform: uppercase;
  border: 3px solid #000;
  border-left: unset; }

.searchVrmInput__input {
  flex: 1;
  background: #fcc60d;
  height: 50px;
  box-sizing: border-box;
  border: none;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  font-size: 2em;
  width: 100%;
  text-transform: uppercase;
  border: 3px solid #000;
  border-left: unset; }

.searchVRMButton input {
  cursor: pointer; }

.searchVrm .searchVrmText {
  display: none; }
.searchVrm #vrm_country_state {
  width: 100%; }
  .modal__content .searchVrm #vrm_country_state {
    width: auto; }
.searchVrm ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px; }
  .modal__content .searchVrm ul {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto); }
  .searchVrm ul li {
    list-style: none; }
    .searchVrm ul li:has(#vrm_country_state) {
      text-align: center; }
    .searchVrm ul li:nth-child(2) {
      grid-area: 1 / 1 / 2 / 2; }
    .searchVrm ul li:nth-child(3) {
      grid-area: 2 / 1 / 3 / 2; }
    .searchVrm ul li:nth-child(4) {
      grid-area: 1 / 2 / 3 / 3; }

#modelSearchButton input:hover,
.searchVRMButton input:hover {
  background: #3554a9; }

#facetsContainer #modelSearchInput input {
  padding: 0; }

#facetsContainer #modelSearchSelect select,
#facetsContainer #modelSearchButton input {
  padding: 10px;
  height: 43px; }

#modelSearchSelect select {
  font-weight: 600; }

#facetsContainer .searchControls a {
  padding: 12px; }

.dropDownSelectors select {
  padding: 10px;
  height: 40px; }

.dropDownSelectors {
  margin: 20px 0; }

.dropDownSelectors label {
  display: block;
  font-weight: 600;
  margin: 30px 0 10px 0; }

.dropDownSelectors select {
  min-width: 100%;
  max-width: 100%; }

.startOver a {
  width: 100%;
  padding: 20px 0;
  background: #b1b1b1;
  display: block;
  text-align: center;
  margin: 30px 0;
  color: #fff;
  font-weight: 600; }

.searchControls a {
  display: block;
  background: #d22027;
  color: #fff;
  padding: 22px;
  margin: 50px 0 0 20px;
  border: solid 1px #c9c9c9;
  transition: background ease 0.7s; }

.searchControls a:hover {
  background: #b5161c; }

.searchPageControls {
  float: right;
  margin: 20px 10px 0 0; }

.searchPageControls > * {
  float: left;
  margin: 0 0 0 10px;
  padding: 0; }

.searchPageControls button {
  margin-left: 0px; }

.searchFacets {
  clear: both;
  display: -ms-flexbox;
  display: -webkit-box;
  /*   display: flex;*/
  flex-wrap: wrap; }

.facet {
  -ms-flex: 1 auto;
  -webkit-flex: 1 auto;
  flex: 1 auto;
  width: 33%;
  margin: 10px 3px 10px 0px; }

.facetResultsTableWrapper {
  padding: 0px; }

.facetSearchCol {
  padding: 0px; }

.facet select {
  width: 100%;
  max-width: 400px;
  padding: 10px; }

.clearFacet,
.clearFacetAll {
  padding: 10px;
  background: #c9c9c9;
  display: inline-block;
  margin: 10px;
  color: #666;
  border-radius: 20px;
  transition: ease 0.7s; }

.clearFacet:hover,
.clearFacetAll:hover {
  background: #9e9e9e;
  color: #fff; }

.vrmSearchResults,
.vrmSearchCancel {
  margin: 10px; }

table.vehicle,
#vrmBody table {
  text-align: left;
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  min-height: 100%; }

table.vehicle img {
  width: 120px; }

table.vehicle th,
table.vehicle td,
#vrmBody table th,
#vrmBody table td {
  padding: 10px;
  border-bottom: solid 1px #c9c9c9; }

table.vehicle th,
#vrmBody table th {
  color: #757575;
  font-size: 12px; }

table.vehicle tbody tr:hover,
#vrmBody table tbody tr:hover {
  background: #eee; }

.actions a {
  margin: 10px;
  padding: 20px;
  display: inline-block; }

.modelInfo,
#notes {
  margin: 10px; }

.modelInfo-modified {
  font-size: 1em; }

.modelInfo-modified tr td:first-child {
  font-weight: normal; }

.modelInfo-modified tr td:last-child {
  color: initial; }

.modelInfo,
#notes {
  margin: 10px; }

#notes {
  clear: both; }

dt {
  font-weight: 600; }

dd {
  margin: 2px 0 10px 0; }

#notes dt {
  float: left;
  margin: 0 10px 0 0; }

.application {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: initial;
  background: #fff; }

.block .header {
  border: none; }

.block .header,
.block .capacity,
.block .notes {
  float: left;
  clear: both; }

.block {
  border-radius: 4px;
  margin: 10px 0; }

.block.active {
  background-color: white; }

.block .application {
  padding: 20px;
  line-height: 20px;
  background: #274179;
  color: #fff; }

.block img {
  max-width: 200px;
  height: 250px; }

.block .application {
  cursor: pointer; }

.block .application i {
  float: right; }

.block .block-inner {
  padding: 20px;
  background: #fff; }

.block .block-inner > div {
  clear: both; }

.block .block-inner .block-container {
  float: left;
  width: 100%;
  padding: 0 0 20px 0; }

.block .block-inner .block-container .recommendations {
  margin-top: 20px;
  width: 100%;
  padding-left: 0px; }

/* .block .block-inner .block-container .recommendations .header {
   width: 100%;
   background: none;
   margin: 0;
}*/
.block .block-inner .block-container .recommendations .header .prod {
  display: block;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #f2f2f2;
  padding: 10px 0;
  position: relative; }

.block .oci {
  float: left;
  margin: 10px 0 0 0; }

.recommendation {
  font-weight: 600;
  text-align: center;
  color: black; }

.modelInfo dd {
  color: #23408f; }

.recommendationPackshot {
  /* max-height: 220px;
  */
  min-height: 220px;
  width: 100%;
  text-align: center; }

.recommendationPackshot p {
  display: inline-block;
  margin: 0; }

.left,
.right {
  float: right; }

.left {
  margin: 10px 0 0 0;
  width: 30%;
  border: solid 1px #d2d2d2; }

.left > * {
  padding: 10px 0 0 10px; }

#vehicleimage img {
  max-width: 100%; }

.left h2 {
  color: #d22027; }

.right {
  width: 65%; }

#vehicleimage {
  text-align: center; }

.noResults {
  clear: both;
  padding: 20px 0 0 0; }

.engine-show-packshots {
  cursor: pointer; }

/*override-styling*/
.card {
  background: #f1f1f1;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden; }

.card--white {
  background: white;
  border: unset; }

.facetSearchCol .card__content {
  padding: unset; }

#modelSearchText p {
  padding-left: 0px; }

.modelSearchBlockCols {
  padding-left: 0px; }

.card__header {
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  padding: 30px; }

.card__title {
  font-size: 1.5em;
  text-align: center; }

.card__content {
  padding: 30px; }

.card__footer {
  padding: 40px 30px;
  background: #f1f1f1; }

.card__subtitle {
  text-align: center; }

.home_page .card {
  height: 200px; }

.row .card {
  margin-bottom: 20px; }

.d-none {
  display: none; }

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

.section-heading {
  color: #274179;
  font-size: 2em;
  margin: 0;
  margin-bottom: 5px; }

.prod__tier {
  display: none; }

.recommendation_products {
  display: flex;
  overflow-x: auto;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between; }

.recommendation_products > .prod {
  margin-right: 20px; }

.hide {
  display: none; }

.recommendation_products .prod {
  flex: 1;
  background-color: #f1f1f1;
  max-width: 280px;
  min-width: 280px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background-size: 300px auto;
  position: relative;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 15%;
  overflow: hidden;
  margin-bottom: 30px; }

#facetResultsTable .vehicle {
  background: none; }

.action-button,
.action-button:hover {
  background: #23408f;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background ease 0.7s;
  border-radius: 4px;
  font-weight: 600;
  padding: 8px 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  font-size: 0.85em; }

.modal-wrapper {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0; }

.modal {
  display: flex;
  justify-content: center;
  box-sizing: border-box; }

.modal__content #loading {
  position: absolute;
  top: 20px;
  margin-left: 20px; }

.modal__content #loading img {
  width: 50%; }

.modal__content {
  width: 100%;
  margin-top: 50px;
  position: relative; }

.modal__close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center; }

.modal__close .modal__close-icon {
  font-size: 1.2em;
  display: inline-block;
  margin-left: 5px; }

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

.search_or {
  text-align: center;
  font-size: 1.1em;
  margin: 20px 0; }

.steps {
  display: flex;
  margin-bottom: 20px; }

.steps__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }

.steps__item--active .steps__number {
  border: none;
  background: #23408f;
  border: 2px solid #23408f;
  color: white; }

.steps__item--active .steps__number::after {
  background-color: #23408f; }

.steps__item--active .steps__title {
  color: #23408f; }

.steps__item--current .steps__number {
  border: none;
  color: #23408f;
  background: white;
  border: 2px solid #23408f; }

.steps__item--current .steps__number::after {
  background-color: #ececec; }

.steps__number {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c6c6c6;
  border-radius: 50%;
  font-size: 0.7em;
  background: #ececec;
  border: 2px solid #ececec; }

.steps__title {
  font-size: 0.9em;
  margin-top: 10px;
  color: #c6c6c6;
  text-transform: capitalize; }

.steps__number::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #ececec;
  position: absolute;
  left: calc(50% + 12px); }

.steps__item:last-of-type .steps__number::after {
  display: none; }

.dropDownParent ul {
  border-radius: 4px;
  overflow: hidden;
  padding: 1px;
  margin-top: 10px;
  border: 1px solid #d8d8d7;
  height: 350px;
  width: 100%;
  overflow-y: scroll; }

.dropDownParent ul li {
  background-color: white;
  height: 40px;
  display: table;
  width: 100%;
  align-items: center;
  padding: 0;
  border-top: 1px solid #d8d8d7;
  font-size: 0.9em; }

.dropDownParent ul li:hover {
  background-color: #23408f; }

.dropDownParent ul li:hover a {
  color: white; }

.dropDownParent ul li a {
  padding-left: 20px;
  display: table-cell;
  width: calc(100% - 20px);
  height: 100%;
  vertical-align: middle;
  color: initial; }

.dropDownParent ul li:first-child {
  border-top: none; }

ul.choice-tags {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px; }

ul.choice-tags li {
  background-color: white;
  padding: 5px 30px 5px 10px;
  border: 1px solid #23408f;
  border-radius: 4px;
  font-size: 0.8em;
  margin-right: 10px;
  color: #23408f;
  cursor: pointer;
  position: relative; }

ul.choice-tags li::after {
  content: 'x';
  position: absolute;
  right: 10px; }

.oilco-input {
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  box-sizing: border-box;
  align-items: center;
  padding: 0 20px;
  border: none;
  border: 1px solid #636362; }

.btn, .searchVRMButton input {
  color: #191b23;
  white-space: wrap;
  font-size: 1.429em;
  line-height: inherit;
  background: #caae49;
  display: inline-flex;
  padding: 12px 39px;
  text-align: center;
  border-radius: 25px;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  align-items: baseline;
  gap: .2em; }
  .btn:hover, .searchVRMButton input:hover, .btn:active, .searchVRMButton input:active, .btn:focus, .searchVRMButton input:focus {
    text-decoration: none;
    color: #fff;
    background: #7196c4; }
  .btn.btn-small, .searchVRMButton input.btn-small {
    font-size: 13px;
    border-radius: 25px;
    padding: 12px 25px; }
  .btn.btn-inverted, .searchVRMButton input.btn-inverted {
    color: #fff;
    background: #7196c4; }
    .btn.btn-inverted:hover, .searchVRMButton input.btn-inverted:hover, .btn.btn-inverted:active, .searchVRMButton input.btn-inverted:active, .btn.btn-inverted:focus, .searchVRMButton input.btn-inverted:focus {
      background: #caae49; }

.btn--block {
  width: 100%; }

.product-card {
  background: #f1f1f1;
  width: 100%;
  padding: 30px;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative; }

.product-card .modal__close {
  position: absolute;
  right: 50px;
  top: 30px; }

.product-card__tier {
  background-color: #4f8d86;
  position: absolute;
  width: 30%;
  height: 60px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8em; }

.product-card__title {
  font-size: 2em;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px; }

.product-card__image {
  text-align: center;
  background-image: url(/site_assets/images/oats-asset.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  overflow: hidden; }

.product-card__image img {
  max-width: 30%; }

.product-card__image .recommendationPackshot {
  max-height: 100%;
  float: none; }

.product-card__description {
  margin-bottom: 30px; }

.product-card__description p {
  width: 60%;
  margin: 0 auto;
  line-height: 25px; }

.product-card__actions {
  text-align: center; }

table.vehicle {
  overflow-x: scroll;
  max-width: 100%; }

.no-wrap {
  white-space: nowrap; }

#vehicle_specs {
  display: flex;
  flex-direction: column;
  justify-content: center; }

#sectors_wrapper .tile_card .tile_card__header {
  margin-bottom: 10px; }

.manual_application_section {
  background: #FFC61E !important; }

.manual_application_section span {
  color: #000; }

/**/
.search_faceted2_col_label {
  padding: 0px; }

.search_faceted2_col_input {
  padding: 0px; }

.search_faceted2_col_button {
  padding-right: 0px; }

.modelSearchContainer {
  padding: 0px; }

.vrm_search_col_menu {
  padding: 0px !important; }

.vrm_search_col_button {
  padding-right: 0px; }

.vrm_search_col_label {
  padding: 0px; }

.modelInfo-modified__wrapper td:first-child {
  padding-right: 10px; }

.searchVrmInput__input_eu_rec {
  background: #fff;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  font-size: 2em;
  width: 240px;
  text-transform: uppercase;
  border: 3px solid #464141;
  border-radius: 0px 10px 10px 0px; }

.searchVrmInput__input_rec {
  background: #fcc60d;
  box-sizing: border-box;
  border: none;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  font-size: 2em;
  width: 240px;
  text-transform: uppercase;
  border-radius: 0px 10px 10px 0px; }

.searchVrmInput__icon_rec {
  background: #23408f;
  box-sizing: border-box;
  max-width: 50px;
  text-align: center;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px 0px 0px 10px; }

.searchVrmInput__icon_gb_rec {
  background: #23408f;
  box-sizing: border-box;
  max-width: 50px;
  text-align: center;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px 0px 0px 10px; }

.license_flag_rec {
  margin-top: 1px !important; }

.searchVrmInput__icon_gb_rec img {
  width: 15px; }

.searchVrmInput__icon_rec img {
  width: 24px !important; }

.rec_vehicle_image_wrapper {
  padding: 0px !important; }

.rec_vehicle_image_wrapper img {
  width: 300px;
  height: 200px; }

.no_image_place_holder img {
  width: 100%;
  height: unset; }

.productRecommendation .recommendation {
  font-family: 'Poppins', sans-serif;
  font-weight: 700; }

.product-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 20px; }

.recommendation_products .prod {
  padding: unset;
  padding-top: 30px;
  position: relative; }

.tile_card__text__link:hover {
  text-decoration: unset;
  color: unset; }

.white-background {
  background-color: #fff !important; }

#german_q_vrm {
  border-left: 3px solid;
  margin-left: 1px; }

#german_q_vrm {
  display: none; }

.make_scroll {
  height: 800px;
  overflow-y: scroll;
  position: relative; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.remove-padding-top {
  padding-top: 0px; }

.remove-margin-bottom {
  margin-bottom: 0px; }

.scroll_vrm {
  position: absolute;
  right: 5px;
  width: 60px;
  height: 60px;
  border: 2px solid #333;
  border-radius: 50%;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite; }
  .scroll_vrm::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 18px;
    width: 18px;
    height: 18px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg); }

@keyframes down {
  0% {
    transform: translate(0); }

  20% {
    transform: translateY(15px); }

  40% {
    transform: translate(0); } }

@-webkit-keyframes down {
  0% {
    transform: translate(0); }

  20% {
    transform: translateY(15px); }

  40% {
    transform: translate(0); } }

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

.model_vrm_icon {
  height: 50px; }

.model_vrm_icon #license_plate_flag {
  margin-top: unset; }

#vrm-and-keyword-search-block {
  margin-bottom: 20px; }

.sector-banner-textfields {
  margin-bottom: 40px; }

.application_prod {
  position: relative; }

.product_count {
  position: absolute;
  left: 10px;
  padding: 6px;
  border-radius: 4px;
  top: 15px;
  font-size: 13px; }

.all_icons {
  margin-left: 11px; }

.countryFlag img {
  border-radius: 20px; }

.powered_by_container {
  margin-top: 15px; }

.powered_by_container img {
  width: 200px; }

/*#set-country-flag{
   text-align: center;
}
*/
.powered_by_wrapper {
  text-align: right;
  margin-bottom: 20px; }

.languageSelector select {
  padding: 10px; }

.lang_flags_wrapper {
  text-align: right; }

.lang_flags {
  font-size: 50px;
  margin-right: 20px; }

.lang_flags:hover {
  cursor: pointer; }

.sector-banner {
  background: #274179;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  display: inline-block;
  padding: 10px 30px 10px 10px;
  color: #fff;
  font-size: 2rem;
  line-height: calc(1em / 2.8 * 3.5);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.tile_card {
  background-size: cover;
  background-position: center calc(calc(1rem + 20px) * -1);
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
  position: relative;
  color: initial;
  width: 100%;
  transition: ease-out 0.3s;
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 7px;
  border: 2px solid white; }
  .tile_card .btn, .tile_card .searchVRMButton input, .searchVRMButton .tile_card input {
    align-self: center;
    margin-top: auto;
    transform: translateY(-500%);
    transition: all .2s ease;
    max-width: calc(100% - 20px); }
  .tile_card .tile_card__header {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center; }
    .tile_card .tile_card__header .tile_card__header__image {
      width: 100%; }
  .tile_card:hover, .tile_card:active, .tile_card:focus {
    border-color: #dec543; }
    .tile_card:hover .btn, .tile_card:hover .searchVRMButton input, .searchVRMButton .tile_card:hover input, .tile_card:active .btn, .tile_card:active .searchVRMButton input, .searchVRMButton .tile_card:active input, .tile_card:focus .btn, .tile_card:focus .searchVRMButton input, .searchVRMButton .tile_card:focus input {
      transform: translateY(0); }
    .tile_card:hover .tile_card__text__link, .tile_card:active .tile_card__text__link, .tile_card:focus .tile_card__text__link {
      color: black; }
  .tile_card:before {
    transition: 0.2s all ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    content: "";
    background: rgba(0, 0, 0, 0.7); }

.tile_card:hover:before {
  transition: 0.5s all ease;
  height: 100%;
  opacity: 1; }

.tile_card__link {
  z-index: 1;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.tile_card .tile_card__header {
  border: none;
  pointer-events: none; }

.tile_card__text {
  z-index: 2;
  position: relative;
  margin-top: auto;
  background: white;
  text-align: center;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.tile_card__text__link {
  color: #274179; }

.tile_card__text__tooltip {
  display: inline; }

.tile_card__text__tooltip__trigger {
  border-radius: 50%;
  border: 0;
  font-size: 15px;
  vertical-align: sup; }

.tile_card__text__tooltip__element {
  display: none; }

/* Shame */
.modal__content .dropdownSelectors.active {
  display: none; }

.modal__content .dropdownSelectors.active.current {
  display: block; }

.searchPageControls > p {
  padding: 6px 0;
  margin-left: 20px; }

.manuals_pdf_wrapper img {
  width: 70px !important;
  height: 90px; }

.recommendationPackshot .btn--link {
  display: none; }

.manuals_label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700; }

.block-container h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 20px 0px 5px 0px; }

.product-actions .btn, .product-actions .searchVRMButton input, .searchVRMButton .product-actions input {
  margin-top: 15px; }

.product-actions .buy-online {
  display: none; }

.no_manuals_div {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: none; }

.no_padding {
  padding: 0px !important; }

.fa-arrow-circle-left,
.fa-envelope,
.fa-print {
  margin-right: 3px; }

@media all and (min-width: 0px) and (max-width: 320px) {
  .vehicleimage img {
    max-width: unset;
    height: 220px;
    width: 250px; }

  .rec_vehicle_image_wrapper img {
    max-width: unset;
    height: 220px;
    width: 300px; }

  .vehicle_specs {
    padding: 0px;
    margin: 0px; }

  #vehicle_specs table {
    margin-left: 0;
    margin-right: 0; }

  .facet {
    width: 100%; }

  .facet_table_image_div {
    width: 50px;
    height: 50px; }

  table.vehicle img {
    max-width: 100%; }

  table.vehicle td, table.vehicle th {
    padding: unset;
    padding-right: 3px; }

  table.vehicle {
    font-size: 10px; }

  #facet_new_search_button {
    margin-top: 10px; }

  .facet_table_manufacturer_div {
    height: 50px; }

  .search_faceted2_col_button {
    padding-right: 0px; }

  .vrm_search_col_button {
    padding-left: 0px; }

  .modelInfo-modified__wrapper td:first-child {
    padding-right: 10px; }

  .product-actions a {
    width: 50%; }

  .product-actions {
    bottom: 10px; }

  .productDetails {
    display: unset; }

  .product-actions {
    margin-top: 20px; }

  .vrm-col .card__content {
    padding-left: 0; }

  .section-heading {
    padding-left: 15px; }

  .make_scroll {
    height: 800px; }

  #vrm-and-keyword-search-block {
    margin-bottom: 25px; }

  .search_faceted2_col_button {
    margin-bottom: 25px; }

  .sector-banner-textfields {
    margin-bottom: 20px; }

  .search_faceted2_col_input {
    margin-bottom: 20px; } }
/**/
@media all and (min-width: 321px) and (max-width: 480px) {
  .vehicleimage img {
    max-width: unset;
    height: 220px;
    width: 250px; }

  .rec_vehicle_image_wrapper img {
    max-width: unset;
    height: 220px;
    width: 300px; }

  .vehicle_specs {
    padding: 0px;
    margin: 0px; }

  .vehicle_specs table {
    margin-left: 0;
    margin-right: 0; }

  .facet {
    width: 100%; }

  .facet_table_image_div {
    width: 50px;
    height: 50px; }

  table.vehicle img {
    max-width: 100%; }

  table.vehicle td, table.vehicle th {
    padding: unset;
    padding-left: 3px; }

  table.vehicle {
    font-size: 10px; }

  #facet_new_search_button {
    margin-top: 10px; }

  .facet_table_manufacturer_div {
    height: 50px; }

  .search_faceted2_col_button {
    padding-left: 0px; }

  .vrm_search_col_button {
    padding-left: 0px; }

  .modelInfo-modified__wrapper td:first-child {
    padding-right: 10px; }

  .product-actions a {
    width: 50%; }

  .product-actions {
    bottom: 10px; }

  .productDetails {
    display: unset; }

  .product-actions {
    margin-top: 20px; }

  .vrm-col .card__content {
    padding-left: 0; }

  .section-heading {
    padding-left: 15px; }

  .make_scroll {
    height: 800px; }

  #vrm-and-keyword-search-block {
    margin-bottom: 25px; }

  .search_faceted2_col_button {
    margin-bottom: 20px; }

  .sector-banner-textfields {
    margin-bottom: 20px; }

  .search_faceted2_col_input {
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  .rec_vehicle_image_wrapper img {
    max-width: unset;
    height: 220px;
    width: 280px; }

  .reverse-on-mobile {
    flex-direction: column-reverse; }

  .hide-on-mobile {
    display: none; }

  .centered-on-mobile {
    align-items: center;
    text-align: center; }

  .modal__close {
    position: relative;
    cursor: pointer;
    display: flex;
    right: initial;
    top: 20px;
    align-items: center;
    justify-content: center; }

  .modal__close .modal__close-icon {
    font-size: 1.2em;
    display: inline-block;
    margin-left: 5px; }

  ul.choice-tags {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
    flex-wrap: wrap; }

  ul.choice-tags li {
    background-color: white;
    padding: 5px 30px 5px 10px;
    border: 1px solid #23408f;
    border-radius: 4px;
    font-size: 0.8em;
    margin-right: 10px;
    color: #23408f;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px; }

  ul.choice-tags li::after {
    content: 'x';
    position: absolute;
    right: 10px; }

  .section-heading {
    text-align: left;
    font-size: 1.65em; }

  .card__content {
    padding: 20px; }

  .recommendation_products .prod {
    min-width: 100%;
    max-width: 100%; }

  .block .application {
    height: initial;
    position: relative; }

  .block .application span {
    padding-right: 40px;
    line-height: 30px; }

  .block .application i {
    position: absolute;
    float: initial;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }

  .card .results__img {
    /*     width: 100%;*/
    margin-bottom: 10px; }

  .results__actions {
    display: block; }

  .results__actions a {
    width: 100%; }

  .footer__navigation ul {
    display: block;
    margin: 20px; }

  .footer__social {
    justify-content: flex-start; }

  .footer__social ul {
    margin: 20px; }

  .footer__social li {
    margin-right: 25px;
    margin-left: 0; } }
/*mobile-styling*/
@media only screen and (min-width: 320px) {
  .header .strapline {
    position: inherit;
    margin: 0 0 0 17px; }

  .header .strapline h1 {
    font-size: 28px; }

  .canvas {
    width: 100%; }

  #iconBox {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }

  #iconBox .sectorIcon {
    margin: inherit; }

  .searchType {
    width: 100%; }

  .searchType.searchFaceted, .searchType.searchVRM {
    max-width: 100%; }

  .left, .right {
    float: none;
    width: 100%; }

  .actions a {
    width: 80%;
    text-align: center; }

  .recommendationPackshot {
    float: none;
    margin: 0 auto; } }
/*small-tablet-styling*/
@media only screen and (min-width: 480px) {
  #iconBox {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }

  #iconBox .sectorIcon {
    width: 15%; }

  .actions a {
    width: inherit;
    text-align: inherit; }

  .recommendationPackshot {
    float: right;
    margin: 0; } }
/*large-tablet-styling*/
@media only screen and (min-width: 768px) {
  .header .strapline {
    position: absolute;
    margin: 0; }

  /*   .facet {
       width: 100%;
    }*/
  #iconBox .sectorIcon {
    width: 8%; }

  .left #vehicleimage, .left .modelInfo {
    float: left; } }
/*desktop-styling*/
@media only screen and (min-width: 1200px) {
  body {
    background-position: bottom center;
    background-size: 1200px auto; }

  #iconBox .sectorIcon {
    margin: auto;
    width: inherit; }

  .searchType.searchFaceted, .searchType.searchVRM {
    width: 100%; }

  .header .strapline h1 {
    font-size: 34px; }

  .left, .right {
    float: right; }

  .left {
    width: 30%; }

  .right {
    width: 65%;
    margin: 0 10px 0 0; }

  .left #vehicleimage, .left .modelInfo {
    float: none; }

  .recommendationPackshot {
    margin: -10px 0 0 0; } }
.alt_notes td {
  padding: 10px; }
