@font-face {
  font-family: 'play';
  font-style: normal;
  font-weight: 700;
  src: url('/themes/driverspoint/play-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: 'play';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/driverspoint/play-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: 'avenir light';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/driverspoint/avenir-light.woff2') format('woff2');
  unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
  font-display: swap;
}

.ftz-bg {
  background-image: unset !important;
  background-repeat: unset !important;
  background-size: unset !important;
  background-position: unset !important;
}

.ftz-bg .mdl-layout__header {
  background-color: unset !important;
}

.ftz-bg .mdl-layout__tab-bar, .ftz-bg .mdl-layout__tab-bar-button {
  background-color: unset !important;
}

.title {
  background-image: url('driverspoint-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 !important;
}

.title .container
{
  margin: 30px;
  border: solid 5px #f39325;
  background-color: #ffffff !important;
}

.title .text
{
  font-family: 'play' !important;
}

.title .text h1
{
  margin: 15px 10px 0 10px !important;
  font-family: 'play' !important;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.title .line
{
  height: 15px;
  margin: 15px 15px 30px 15px;
  background-color: #f39325;
}

.info {
  background-color: #FEECD5;
  width: 255px;
  padding: 15px;
  font-family: 'play' !important;
  position: absolute;
  top: 0;
  left: 70%;
}

.info h2 {
  margin: 0 0 10px 0 !important;
  line-height: 32px !important;
  font-family: 'play' !important;
  font-size: 20px;
  font-weight: 700;
}

.info h3 {
  margin: 0 0 10px 0 !important;
  line-height: 24px !important;
  font-family: 'play' !important;
  font-size: 18px;
  font-weight: 700;
}

.info h4 {
  margin: 0 0 10px 0 !important;
  line-height: 16px !important;
  font-family: 'play' !important;
  font-size: 16px;
  font-weight: 700;
}

.svg-link svg g path {
  fill: #f39325;
}

.svg-link:hover svg g path {
  fill: #000000;
}

.mdl-layout__header-row {
  padding: 0px !important;
  height: unset !important;
}

.mdl-layout__header-row .cell {
  padding: 15px !important;
}

.menu-bar {
  height: 35px;
  background-color: #f39325;
}

.mdl-mega-footer {
  background-color: #f39325;
  color: #000000;
  font-family: 'avenir light' !important;
}

.mdl-mega-footer a {
  color: #000000 !important;
  text-decoration: underline;
  display: unset !important;
  margin-bottom: unset !important;
  margin-left: unset !important;
  line-height: unset !important;
  vertical-align: unset !important;
}

.mdl-mega-footer .mdl-mega-footer__right-section {
  text-align: right;
  margin-bottom: 0 !important;
}

.mdl-mega-footer .mdl-mega-footer__right-section p {
  line-height: unset !important;
}

.mdl-mega-footer .mdl-mega-footer__bottom-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mdl-layout__content.main {
  min-height: 1434px;
}

.payment-options {
  margin-top: 30px;
}

.payment-options div {
  margin-bottom: 5px;
}

.payment-options img {
  height: 24px;
  max-width: 32px;
  width: auto;
}

.payment-options span {
  margin-left: 5px;
  margin-right: 10px;
}

@media only screen and (max-width: 720px) {

  .title .text h1
  {
    font-size: 25px;
  }

}

@media only screen and (max-width: 480px) {

  .header {
    padding: 10px 10px !important;
  }

  .title .text h1
  {
    font-size: 20px;
  }

  .info {
    width: unset !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
  }

  .menu-bar {
    display: none;
    visibility: hidden;
  }

  .mdl-mega-footer {
    padding: 16px 20px !important;
  }

  .mdl-mega-footer .mdl-mega-footer__right-section {
    text-align: center !important;
  }

  .mdl-mega-footer .mdl-mega-footer__bottom-section {
    text-align: center !important;
    font-size: 12px;
  }

}

@media only screen and (max-width: 320px) {

  .header {
    padding: 10px 10px !important;
  }

  .title .text h1
  {
    font-size: 15px;
  }

  .info {
    width: unset !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
  }

  .menu-bar {
    display: none;
    visibility: hidden;
  }

  .mdl-mega-footer {
    padding: 16px 20px !important;
  }

  .mdl-mega-footer .mdl-mega-footer__right-section {
    text-align: center !important;
  }

  .mdl-mega-footer .mdl-mega-footer__bottom-section {
    text-align: center !important;
    font-size: 12px;
  }

}