li.breadcrumb-item a {
    color: #ffffff;
  }
  
  .resources .color-white {
    color: #ffffff;
  }
  
  .resources .jumbotron {
    background-image: url('https://www.ispot.tv/hub/wp-content/themes/ispot/assets/lp-bg-desktop.png');
    animation: none;
    background-position: top;
    border-radius: 0;
    padding: 2rem 0;
  }
  
  .resources .jumbotron .breadcrumb {
    margin-top: 0;
  }

  .resources .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
  }

  .resources .jumbotron h1 {
    font-size: 2.5rem;
    color: #ffffff;
    max-width: 760px;
  }

  .resources .jumbotron .subtitle {
    max-width: 760px;
  }

  .resources .form-container {
    max-height: auto;
  }

  .resources .form-container .card {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 6px -1px 125px 0px rgba(0,0,0,0.11);
    -webkit-box-shadow: 6px -1px 125px 0px rgba(0,0,0,0.11);
  }

  .resources .form-container .card .card-body {
    padding: 1.75rem;
  }
  
  .resources .form-info {
    color: #B5B5B5;
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
  
  .resources #downloadPlayBook {
    background-color: #4ac500;
    border-radius: 4px;
  }
  
  .resources #playbook-download-submit {
    font-size: 1rem;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    max-width: 515px;
    margin: auto;
  }
  
  .resources .take-away-container {
    background-color: #f5f5f5;
    padding: 2rem 2rem 1.5rem 2rem;
    border-radius: 4px;
  }
  
  .resources .take-away-container ul {
    padding-left: 1rem;
    margin-bottom: 0;
  }
  
  .resources .take-away-container ul li {
    margin-bottom: 1rem;
  }
  
  .resources .green-dot li::marker {
    color: #4ac500;
  }
  
  .resources .percent-text {
    font-size: 60px;
    color: #009DB8;
    font-weight: 500;
  }
  
  .resources .percent-container {
    max-width: 100%;
    margin: unset;
  }
  
  .mb-img-overlay {
    max-height: 115px;
    margin: auto;
  }
  
  .mh-250 {
    max-height: 250px;
  }
  
  @media (min-width: 640px) {
    .resources .jumbotron {
      padding: 3rem 0;
    }
  
    .resources .percent-container {
      max-width: 200px;
      margin: auto;
    }
  }
  
  @media (max-width: 767px) {
    .mb-mt-2 {
      margin-top: 2rem;
    }
    .mb-mt-4 {
      margin-top: 4rem;
    }
    .mb-pt-4 {
      padding-top: 4rem;
    }
  }
  
  @media (min-width: 1024px) {
    .resources .form-container {
      max-height: 230px;
    }
  }
  
  @media (min-width: 1200px) {
    .dk-pt-3 {
      padding-top: 3rem;
    }
  }

  .offscreen {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  