:root {
  --bg-grey: #a1a1a1;
  --bg-light-grey: #f7f7f7;
  --bg-green-checkbox: #83ba11;
  --divider-light-grey: #eaeaea;
}

.asterisk {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* borders */

.lat-head-top,
.lat-head-bottom,
.lat-body {
  border: 9px solid #ffffff;
}

.lat-head-top,
.lat-intro,
.lat-body {
  border-top-width: 0;
}

.lat-head-top,
.lat-head-bottom {
  border-bottom-width: 0;
}

/* ------------------------------------------------- */

/* headings */

#get-special-offer .lat-quote-heading {
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.lat-lineup-heading {
  max-width: 750px;
}
.lat-footer-heading {
  max-width: 600px;
}
@media screen and (max-width: 960px) and (min-width: 783px) {
  .lat-lineup-heading {
    max-width: 500px;
  }
  .lat-footer-heading {
    max-width: 450px;
  }
}
@media screen and (max-width: 782px) {
  .lat-lineup-heading,
  .lat-footer-heading {
    max-width: 350px;
    font-size: 1.7rem;
  }
  .lat-footer-heading {
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .lat-lineup-heading {
    max-width: 200px;
  }
  .lat-footer-heading {
    max-width: 230px;
  }
}

/* paragraphs */

.lat-footer-p {
  max-width: 600px;
}
@media screen and (max-width: 960px) and (min-width: 783px) {
  .lat-footer-p {
    max-width: 550px;
  }
}
@media screen and (max-width: 782px) {
  .lat-footer-p {
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .lat-footer-p {
    max-width: 350px;
  }
}

/* ------------------------------------------------- */

.lat-head-top,
.lat-head-bottom {
  position: relative;
  overflow: visible;
}

.lat-head-top .bkg,
.lat-head-bottom .bkg {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.lat-head-bottom .bkg {
  position: relative;
  z-index: 1;
  top: -9px;
}

.lat-head-top-heading {
  position: absolute;
  z-index: 2;
  top: 19px;
  top: 1.375rem;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  padding-top: 2%;
  font-size: 51px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.lat-head-top-heading span.asterisk {
  position: absolute;
  margin-top: -17px;
  font-size: 25px;
  margin-left: 6px;
}

@media (min-width: 1100px) {
  .lat-head-top-heading {
    font-size: 4.2rem;
  }

  .lat-head-top-heading span.asterisk {
    position: absolute;
    margin-top: -17px;
    font-size: 25px;
    margin-left: 6px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .lat-head-top-heading {
    font-size: 2.5rem;
  }

  .lat-head-top-heading span.asterisk {
    position: absolute;
    margin-top: -10px;
    font-size: 18px;
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .lat-head-top-heading {
    font-size: 1.2rem;
    padding-top: 0;
  }
  .lat-head-top-heading span.asterisk {
    position: absolute;
    margin-top: -5px;
    font-size: 12px;
    margin-left: 0px;
  }
}

.lat-head-top-heading span.break-desktop {
  display: block;
}

.lat-quantity {
  max-width: 100%;
}

@media (max-width: 480px) {
  .lat-head-top-heading span.break-desktop {
    display: inline;
  }
  .lat-head-top-heading span.break-mobile {
    display: block;
  }
}

/* ------------------------------------------------- */

.lat-intro {
  background-color: #fff;
}

.lat-intro h1,
.lat-intro h2 {
  margin: 0;
  font-weight: 400;
}

.grid {
  max-width: 1200px !important;
}

.lat-intro.grid.shorter .grid-inner {
  padding-top: 2%;
}

.lat-head-top-heading .icon-rental-solutions {
  display: block;
  margin: 30px auto 15px auto;
  max-width: 235px;
  height: auto;
  color: #fff;
}

.lat-intro .icon-rental-solutions {
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 38%;
  max-width: 285px;
  height: auto;
}

.lat-lineup-heading .icon-rental-solutions {
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 38%;
  max-width: 285px;
  height: auto;
}

.lat-gift,
.lat-features {
  background-color: #f1f3f4;
  padding: 80px 0;
  margin-bottom: 5px;
}

.lat-features {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.lat-features img {
  height: 60px;
}

.lat-features .list,
.lat-gift .list {
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.lat-features .list div {
  max-width: 480px;
  margin: 0 6%;
}

.lat-gift li {
  background-color: #fff;
  padding: 24px;
  font-weight: 400;
  /* margin: 0; */
}

.lat-gift li .inner.orange {
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  width: calc(100% - 38px);
}

.lat-gift li .inner.orange span {
  flex-grow: 1;
  font-weight: 400;
}

.lat-gift li span .small {
  font-size: 12px;
  padding: 0;
}

.lat-gift h2 {
  margin-bottom: 0;
}

.lat-gift p {
  margin-top: 8px;
}

@media screen and (max-width: 800px) {
  .lat-head-top-heading .icon-rental-solutions,
  .lat-intro .icon-rental-solutions {
    max-width: 185px;
  }

  .lat-intro .linde-list.inline-block li {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ------------------------------------------------- */

.lat-lineup.grid {
  max-width: 950px;
}
@media screen and (min-width: 669px) and (max-width: 960px) {
  .lat-lineup.grid {
    max-width: 400px;
  }
}
@media screen and (max-width: 668px) {
  .lat-features .list,
  .lat-gift .list {
    flex-direction: column;
    max-width: 700px;
  }

  .lat-features .list div {
    max-width: 100%;
    margin: 6%;
  }

  .lat-lineup.grid {
    max-width: 350px;
  }
}

@media screen and (max-width: 480px) {
  .lat-lineup.grid {
    max-width: 300px;
  }
}

.lat-solution {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  position: relative;
  padding: 23px;
  border: 1px solid #d2d2d2;
}

/*
	442 x 466	
*/

.lat-img,
.lat-img img {
  position: relative;
}

.lat-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.lat-solution-heading {
  margin-bottom: 0;
}

.lat-solution-heading span {
  display: block;
  margin-top: 0.236em;
  text-transform: none;
  font-weight: 400;
  color: #a00020;
}

.lat-solution-heading span.asterisk {
  display: inline;
}

/* ------------------------------------------------- */

.lat-footer {
  background-image: -moz-linear-gradient(#f1f3f4, white 75%);
  background-image: -webkit-linear-gradient(#f1f3f4, white 75%);
  background-image: -o-linear-gradient(#f1f3f4, white 75%);
  background-image: linear-gradient(#f1f3f4, white 75%);
}

.lat-footer-img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.lat-footer-img {
  max-width: 360px;
}
@media screen and (max-width: 782px) {
  .lat-footer-img {
    max-width: 260px;
  }
}

/* ------------------------------------------------- */

.lat-quote {
  background: transparent
    url('../_images/_special_offers/20190819_approved_trucks/bkg-quote.png')
    no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 501px) and (max-width: 1099px) {
  .lat-quote {
    background-image: url('../_images/_special_offers/20190819_approved_trucks/bkg-quote.png');
  }
}
@media screen and (min-width: 1100px) {
  .lat-quote {
    background-image: url('../_images/_special_offers/20190819_approved_trucks/bkg-quote.png');
  }
}

#linquiry_approved_trucks_form-wrapper {
  background: white;
  padding: 2.618em;
}

@media screen and (max-width: 480px) {
  #linquiry_approved_trucks_form-wrapper {
    padding: 1.4em;
  }
}

/* ------------------------------------------------- */

.r2r-share-btn {
  display: inline-block;
  position: relative;

  padding: 0 16px;
  margin: 0 6px;

  border-radius: 3px;

  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 46px;
  color: white;
  text-decoration: none;
  text-align: left;
}

@media screen and (max-width: 800px) {
  .r2r-share-btn {
    text-align: center;
    width: 25px;
    padding: 0 12px;
  }

  .r2r-share-btn .txt {
    display: none;
  }
}

.r2r-share-btn-facebook {
  background-color: #43598e;
}

.r2r-share-btn-twitter {
  background-color: #57a1d4;
}

.r2r-share-btn-email {
  background-color: #e4745a;
}

.r2r-share-btn .fa {
  position: relative;
  margin-right: 4px;
  font-size: 1.2em;
}

.r2r-share-btn-email .fa {
  top: 0;
}

.r2r-share-btn-facebook .fa,
.r2r-share-btn-twitter .fa {
  top: 0.1em;
}

@media screen and (max-width: 800px) {
  .r2r-share-btn .fa {
    margin-right: 0;
    line-height: 46px;
  }
}

/* ------------------------------------------------- */

.r2r-share-confirmation {
  margin: 0 auto;
  max-width: 700px;
  border: 1px solid black;
}

/* Checbox */
.container-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px solid var(--divider-light-grey);
}

.container-radio:last-child {
  border: none;
}

.inner-container {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.inner-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid var(--divider-light-grey);
  -webkit-transform: scale(1.48);
  transform: scale(1.48);
}

/* On mouse-over, add a grey background color */
.inner-container:hover input ~ .radio {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.inner-container input:checked ~ .radio {
  background-color: var(--bg-green-checkbox);
  border: 0;
}

/* Create the radio/indicator (hidden when not checked) */
.radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the radio when checked */
.inner-container input:checked ~ .radio:after {
  display: block;
}

/* Style the radio/indicator */
.inner-container .radio:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.linde-list {
  display: flex;
  justify-content: space-evenly;
}

.linde-list img {
  width: 100%;
  max-width: 412px;
}

.linde-list .card {
  padding: 24px;
}

.list-text {
  padding-left: 10px;
}

.list-text span:first-of-type {
  font-size: 24px;
  font-weight: 600;
}

/* .list-text div {
  padding-left: 10px;
} */

.list-text .small {
  font-size: 16px;
  color: #748088;
}

@media screen and (max-width: 1599px) and (min-width: 1100px) {
  .linde-list {
    max-width: 1044px;
  }
}

@media screen and (max-width: 1099px) {
  .linde-list {
    display: flex;
    flex-direction: column;
  }

  .linde-list .card {
    margin: 2%;
  }

  .linde-list img {
    max-width: 100%;
  }
}
