/*  header image */
.content-lead {
  overflow: hidden;
  position: relative;
  min-height: 380px;
  max-height: 500px;
}
.content-lead__image, .content-lead__image--corp, .content-lead__image--v3 {
  width: 100%;
  height: calc(100% + 67px);
  background-image: url(https://image.e.leaseplan.com/lib/fe3e15707564047f751377/m/7/header-retention.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 1.2s;
  position: relative;
  top: -67px;
  padding-top: 67px;
  z-index: 0;
}
.content-lead__image--corp {
  background-image: url(https://image.e.leaseplan.com/lib/fe3e15707564047f751377/m/7/header-retention-2.jpg);
}
.content-lead__image--v3 {
  background-image: url(https://image.e.leaseplan.com/lib/fe3e15707564047f751377/m/1/header-retention-3-4.jpg);
}
.content-lead:hover .content-lead__image, .content-lead:hover .content-lead__image--corp, .content-lead:hover .content-lead__image--v3  {
  transition: 1.2s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.content-lead__print {
  z-index: 10;
}
/*  end header image */
/* poster link in header image */
.poster__footer--light {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}
.poster__footer {
  position: relative;
  width: 100%;
  margin-top: 24px;
}
.poster__footer--light .poster__link {
  color: #f06400;
}
.poster__link {
  font-family: LeasePlan, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  display: inline-block;
  width: 100%;
  padding: 32px;
  border: none;
  background: none;
  color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.poster__footer--light .poster__link::before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='21' viewBox='0 0 10 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.841 0L0 1.649 5.975 7 0 12.351 1.841 14l7.817-7z' fill='%23f06400'/%3E%3C/svg%3E");
}
.poster__link::before {
  display: inline-block;
  width: 15px;
  margin-right: 10px;
  transition: all 0.2s;
}
.poster__link:hover::before {
  padding-left: 4px;
}
/* end poster link in header image */
/* toggle grid/list view */
.view-mode {
  height: 42px;
}
.view-mode div {
  height: 42px;
  padding-top: 10px;
  font-weight: 800;
  color: #004a5d;
  display: inline-block
}
.view-mode img {
  width: 30px;
  cursor: pointer;
}
.view-mode .active {
  background: #fff;
  border-radius: 2px;
}
/* end toggle grid/list view */
/* search styling */
.search-wrapper {
  width: 100%;
  height: 42px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #eee;
  z-index: 0;
  box-shadow: rgba(209, 209, 209, 0.5) 0px 2px 4px 0px;
  position: relative;
}
.svg-container {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5
}
.svg-cl {
  width: 20px;
  height: 20px;
  color: #ddd;
}
.input-container {
  position: absolute;
  width: 100%;
}
input.input-search {
  border: none;
  background: transparent;
  line-height: 40px;
  margin-left: 40px;
  font-size: 16px;
  width: 100%;
}
input.input-search:focus, input.input-search:active {
  border: none !important;
  outline: none;
}
button.btn-search {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px inset;
}
button.btn-search:hover {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px inset !important;
  height: 40px;
}
/* end search styling */
/* start select styling */
.field-select-round {
  position: relative;
}
select.field-select-round__select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 42px;
  padding-right: 46px;
  padding-left: 20px;
  border-radius: 25px;
  border: 0;
  background: 0 0;
  background-color: #fff;
  color: #004a5d;
  font-size: 14px;
  line-height: 40px;
  font-family: LeasePlan, Helvetica, Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
  outline: none;
}
.field-select-round::after {
  position: absolute;
  top: 16px;
  right: 25px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-style: solid;
  border-color: #f06400;
  content: '';
  z-index: 2;
}
/* end select styling */
/* submit action button  */
.submit button {
  width: 100%;
}
/* submit action button  */
/* car contract cards */
.contract {
  width: calc(100%);
  margin: 8px 8px 0 0;
  background: #fff;
  box-shadow: rgba(209, 209, 209, 0.5) 0px 2px 4px 0px;
  border-radius: 4px;
  padding: 16px;
  transition: all 0.1s;
}
.contract:hover {
  transform: scale(1.02);
  box-shadow: rgba(209, 209, 209, 0.7) 0px 4px 10px 0px;
}
.contract .u-1\/6 {
  padding-left: 0;
}
.min-width-48 {
  min-width: 90px !important;
}
/* end car contract cards */
/* orange text link */
.text-link--m {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  padding-left: 16px;
  transition: all 0.6s;
}
.text-link--mid-orange {
  color: #f06400;
}
.text-link {
  position: relative;
  display: inline-block;
  border: 0;
  background: none;
  font-family: LeasePlan, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.text-link--mid-orange.text-link--m::before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' viewBox='0 0 10 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.841 0L0 1.649 5.975 7 0 12.351 1.841 14l7.817-7z' fill='%23f06400'/%3E%3C/svg%3E");
}
.text-link--m:hover::before {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  padding-left: 4px;
  transition: all 0.2s;
}
.text-link--m::before {
  top: 1px;
}
.text-link::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 8px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: all 0.2s;
}
/* end orange text link */
/* start table */
.table-container {
  position: relative;
  overflow-y: scroll;
  min-height: 300px;
  height: 500px;
  margin-top: 20px;
}
.table-container table {
  position: absolute;
  top: 0;
  border-collapse: collapse;
  width: 100%;
}
.table-container table thead tr th {
  /* Important for sticky table header */
  background-color: #fff;
  color: #004a5d;
  position: sticky;
  z-index: 10;
  top: 0;
  font-weight: bold;
  box-shadow-bottom: rgba(209, 209, 209, 0.5) 0px 2px 4px 0px;
}
.table-container table thead tr:first-child {
  position: sticky;
  z-index: 9;
  top: 0;
  box-shadow: rgba(209, 209, 209, 2.5) 0px 2px 4px 0px;
  background: #f00;
}
.table-container table th, .table-container table td {
  padding: 16px 1em;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.table-container table td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
.table-container table tr:nth-child(even) {
  background-color: #F0F2F5;
}
.table-container table tr:nth-child(odd) {
  background-color: #fff;
}
.table-container table tr:hover, .table-container table tr:nth-child(even):hover {
  background-color: #f6f8fb;
}
.table-container table td.em-name {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  hyphens: auto;
  max-width: 200px;
}
span.status {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
span.status.status--approved {
  background: #edf8ee;
  color: #067417;
}
span.status.status--needs-renewal {
  background: #e7f5ff;
  color: #004a5d;
}
span.status.status--waiting {
  background: #ddd;
  color: #545656;
}
span.status.status--review {
  background: #f2f1cc;
  color: #bdb900;
}
/* end table */
/* checkbox */
.checkbox {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 16px;
  min-height: 19px;
  cursor: pointer;
}
.checkbox > div {
  position: absolute;
  top: 4px;
  left: 0px;
  border: 1px solid rgb(152, 154, 154);
  border-radius: 2px;
  box-sizing: border-box;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  width: 16px;
  height: 16px;
}
.checkbox > div::after {
  content: "";
  position: absolute;
  display: block;
}
.checkbox .small_input:checked ~ div::after {
  content: "";
  width: 10px;
  height: 5px;
  top: 4px;
  left: 2px;
  border-left: 2px solid #004a5d;
  border-bottom: 2px solid #004a5d;
  border-radius: 1px;
  background: transparent;
  transform: rotate(-45deg);
  position: absolute;
  display: block;
}
.small_input {
  position: absolute;
  left: -9999px;
}
/* einde checkbox */
/* options */
.product-list__card {
  width: calc(100%);
  margin: 8px 8px 0 0;
  background: #fff;
  box-shadow: rgba(209, 209, 209, 0.5) 0px 2px 4px 0px;
  border-radius: 4px;
  padding: 16px;
  transition: all 0.1s;
  text-align: center;
}
.product-list__card:last-child {
  margin-right: 0;
}
/* product list */
.product-list__icon {
  width: 100%;
  max-width: 140px;
  padding: 16px 8px;
}
.product-list__description {
  min-height: 168px;
  margin-bottom: 16px;
}
/* end product list */
/*einde options */
.btn--small:hover:not(:disabled), .btn--small:focus:not(:disabled) {
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
  animation: 0.3s ease-in 0s 1 normal forwards running jBRibc;
}
.btn--small {
  letter-spacing: 0.015em;
  font-family: "LeasePlan", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  box-sizing: border-box;
  position: relative;
  width: auto;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-around;
  -moz-box-align: center;
  align-items: center;
  font-size: 12px;
  min-height: 20px;
  border-radius: 25px;
  line-height: 12px;
  transition: all 0.3s ease 0s, outline-offset 1ms ease 0s;
  border: 0px solid rgb(240, 100, 0);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  animation: 0.3s ease-in 0s 1 normal forwards running dSKWiw;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgb(237, 139, 0), rgb(238, 76, 20)) repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  padding: 15px 35px;
}
/* contact block */
.contact-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.contact-block__img {
  margin-right: 30px;
  max-width: 105px;
  height: auto;
}
.contact-block__body {
  padding-right: 60px;
  width: 100%;
}
.contact-block__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 6px;
  color: #004a5d;
}
.contact-block__btn {
  min-width: 200px;
}
/* end contact block */
.form-section {
  margin-left: 24px;
}
.field__input.note {
  height: 150px;
  padding: 10px;
}
@media (max-width:67.5em) {
  .product-list__description {
    min-height: auto;
  }
  .search {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  #top-navigation__placeholder {
    display: none;
  }
  .content-lead {
    height: auto;
    max-height: none;
    background-image: url(https://image.e.leaseplan.com/lib/fe3e15707564047f751377/m/7/header-retention.jpg);
    background-size: cover;
  }
  .content-lead--corp {
    height: auto;
    max-height: none;
    background-image: url(https://image.e.leaseplan.com/lib/fe3e15707564047f751377/m/7/header-retention-2.jpg);
    background-size: cover;
  }
  .content-lead__image {
    display: none;
  }
  .view-mode {
    width: 33% !important;
  }
  .search--sme {
    width: 66% !important;
  }
  .min-width-48 {
    min-width: 60px !important;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
 
  
 .content-lead {
    background-image: url(https://image.e.leaseplan.com/lib/fe3e15707564047f751377/m/7/header-retention-mob.jpg);
      background-position: right;
    background-size: cover;
  }

  main.main-content  .u-margin-bottom-huge {
    margin-bottom: 48px !important;
  }
  .view-mode {
    width: 100% !important;
    margin-bottom: 16px;
  }
  .renewal-overview {
    width: 100% !important;
    margin-bottom: 8px;
  }
  .submit {
    width: 100% !important;
    margin-bottom: 8px;
  }
  .form-section {
    width: calc(100% - 24px) !important;
    margin: 0 -24px 0 24px !important;
  }
  .form-section .field__input #note {
    padding: 20px 10px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.15rem;
    height: 200px !important;
  }
  .contact-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    align-content: center;
  }
  .contact-block__btn {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
  .contact-block__body {
    text-align: center;
    padding: 24px 0;
  }
  .contact-block__img {
    margin-right: 0;
  }
}
@media (max-width:29.99em) {
  .o-layout:not(.o-layout--flush) {
    margin-left: -6px;
    margin-right: -6px;
  }
  .o-layout:not(.o-layout--flush) > .o-layout__item {
    padding-left: 12px
  }
  
  
  

  .renewal-overview, .submit {
    width: calc(100% - 32px) !important;
    padding: 0 0 8px 8px !important;
    display: block;
    margin-right: -32px;
    box-sizing: border-box;
  }
  .submit {
    width: 100%;
  }
  .u-1\/6, .view-mode {
    display: none;
  }
  .u-5\/6 {
    width: 100%;
    display: block;
  }
  .product-list__description {
    min-height: auto;
  }
  .form-section {
    width: calc(100%) !important;
    margin: 0 auto !important;
  }
}