
/*    MOVE STYLES TO STYlESHEET WHEN DONE   */
.container-fluid {
    padding: 0px !important;
  }
  .purple {
    color: #93328e;
  }
  .contentHero.bg-img {
      background-image: url(//static.abeka.com/Abeka/images/promos/readingforfun/PageHeaderMobile.jpg) !important;
      background-size: cover;
      background-position: top right;
      min-height: 400px;
  }
  .mobile-img {
      display: block;
  }
  ol.list-purple li:before {
      left: -45px;
      top: 5px;
  }
  .promobtn-2 {
    color: #ffffff;
    font-size: 14px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 5px;
    padding: 15px;
    text-decoration: none;
    text-transform:uppercase;
  }
  
  .promobtn-1 {
    color: #545454;
    font-size: 14px;
    background-color: transparent;
    border: 2px solid #545454;
    border-radius: 5px;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .promobtn-1:hover, .promobtn-2:hover, .hero-blue a.promobtn-1:hover, .hero-blue a.promobtn-2:hover, .hero-purple a.promobtn-1:hover, .hero-purple a.promobtn-2:hover, .promobtn-1:focus, .promobtn-2:focus, .hero-blue a.promobtn-1:focus, .hero-blue a.promobtn-2:focus, .hero-purple a.promobtn-1:focus, .hero-purple a.promobtn-2:focus{
    color: #ffffff !important;
    background-color: #93328e;
    border: 2px solid #93328e;
    border-radius: 5px;
    text-decoration: none;
    transition: all .25s;
  }
  html,
  body {
      height: 100%;
  }
  section {
      position: relative;
      width: 100%;
      height: 100%;
  }
  section::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 80%;
      background: #9eceeb;
      
  }
  .hero-quote blockquote, .hero-quote blockquote::before, .hero-quote blockquote::after {
    color: white;
  }
  .dark-overlay {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  }
  .checklist li:before {
      margin-left: -27px;
      margin-right: 10px;
      color: #bad600;
      background-color: #ffffff;
      content: "\f058";
      font-family: "Font Awesome 5 Pro";
      font-size: 16px;
      line-height: 20px;
      font-weight: 800;
    }
    .checklist li {
      margin-top: 30px;
    }
  /*Hides list marker in firefox*/
  .checklist li::marker {
      display: none;
  }
  .tipicon {
    color: #fdd700;
    font-size: 30px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .listicon {
    color: #bad600;
    font-size: 60px;
    margin-bottom: 15px;
    vertical-align: middle;
  }
  .contentHero.hero-purple .hero-content p.note {
    font-size: 14px !important;
    font-style: italic;
  }
  
  /*Quick Links & Buttons*/
  
  .qlink-1, .qlink-2, .qlink-3 {
      width: 100%;
      height: auto;
      background-color: white;
      background-image:linear-gradient(to bottom right, rgba(255,0,0,0), rgba(0,0,0,.25));
      color: #1c1c1c;
      font-family: "SharpSans", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0.36px;
      line-height: 26px;
      text-decoration: none;
      margin: 0 auto;
      padding: 19px 16px;
      text-align: center;
      text-transform: normal;
      border-radius: 5px;
  }
  .qlink-1:hover, .qlink-2:hover, .qlink-3:hover {
    text-decoration:none;
    /*box-shadow: 0px 8px 20px rgba(0,0,0,0.25);*/
    /*border-top: #4bc1eb solid 6px;*/
    border-radius: 5px;
    background-color: #ffd700;
    }
  .qlink-1 span, .qlink-3 span, .qlink-2 span {
      position: relative;
      height: 60px;
      font-size: 20px;
      line-height: 35px;
  }
  .qlink-1:hover span, .qlink-2:hover span, .qlink-3:hover span {
    display:none;
    }
  
  .qlink-1:hover:before {content:"And experience more time for reading progress throughout the school year.";
    text-decoration: none;
    color: #1c1c1c;
  }
  .qlink-2:hover:before {content:"Unforgettable characters, compelling stories & character-building themes!";
    text-decoration: none;
    color: #1c1c1c;
  }
  .qlink-2:before {content:" ";
    text-decoration: none;
    color: #1c1c1c;
  }
  .qlink-3:hover:before {content:"Promote a product even you believe in—and know parents will too.";
    text-decoration: none;
    color: #1c1c1c;
  }
  .modal-content {
      width: 100%;
  }
  .modal-header .close {
      margin-right: 36px;
      }
  .TableBlue td.blueheader {
    background-color: #9de2fa;
  }
  .TableBlue {
      border-collapse: collapse;
      font-size: 1em;
  }
  .TableBlue td {
      text-align: center;
      padding: 10px 0px 10px 0px;
      background-color: #D7F0FD;
      border: 2px solid #FFFFFF;
  }
  .TableBlue tr {
      background-color: #D7F0FD;
  }
  .TableBlue th {
      padding: 5px;
      width: 80px;
      text-align: center;
      background-color: #9de2fa;
      border: 2px solid #FFFFFF;
  }
  @-webkit-keyframes sdb05 {
      0% {
          -webkit-transform: rotate(-45deg) translate(0, 0);
          opacity: 0;
      }
      50% {
          opacity: 1;
      }
      100% {
          -webkit-transform: rotate(-45deg) translate(-20px, 20px);
          opacity: 0;
      }
  }
  @keyframes sdb05 {
      0% {
          transform: rotate(-45deg) translate(0, 0);
          opacity: 0;
      }
      50% {
          opacity: 1;
      }
      100% {
          transform: rotate(-45deg) translate(-20px, 20px);
          opacity: 0;
      }
  }
  
  
    @media screen and (min-width:543px) {
  .contentHero.bg-img {
      background-image: url(//static.abeka.com/ABeka/images/promos/readingforfun/PageHeader.jpg) !important;
      background-size: cover;
      background-position: top right;
      min-height: 400px;
      /*box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);*/
  }
    }
  .mobile-center {
    text-align:center;
  }
  @media screen and (min-width:768px) {
    .modal-header .close {
      margin-right: 0px;
      }
      .contentHero.bg-img {
          min-height: 600px;
      }
      .mobile-button {
          display: none;
      }
      .desktop-button {
          display: block;
      }
      .mobile-center {
       text-align:left !important;
      }
  }
      @media screen and (min-width:992px) {
  .contentHero.bg-img {
      min-height: 570px;
  }
   .qlink-1, .qlink-2, .qlink-3 {
      width: 100%;
      min-height: 120px;
    }
    }
      @media screen and (min-width:1200px) {
  .contentHero.bg-img {
      min-height: 600px;
  }
   
    }
      @media screen and (min-width:1350px) {
  .contentHero.bg-img {
      min-height: 700px;
  }
  }
