/* 2025 FRS updated */

.plcc-headline {
  font-weight: 700;
  letter-spacing: 2px !important;
}

.plcc-hero-module .plcc-headline {
  margin: 0;
}

.plcc-hero-module .plcc-subhead,
.plcc-hero-module .plcc-manage {
  display: block;
}




.plcc-anchor {
  text-decoration: underline;
  text-transform: uppercase;
}

.plus-headline-wrapper {
  position: relative;
}

.plus-headline-wrapper:after {
  content:"";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  width: 13%;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #0f0f0f;
}



.plus-headline {
  margin: 0;
  background-color: #eee;
  z-index: 1;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
}

.plcc-landing-hr {
  border-top: 1px solid #0f0f0f;
  width: 85%;
}



.reward-options-container h2 {
  font-size: 2.5em;
}

.rewards-container h2 {
  font-size: 2.5em;
}

.mini-or {
  font-size: .5em;
  margin-top: -8px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
}

.mini-dollar {
  font-size: .6em;
  margin-top: -8px;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
}


.plus-outer-wrapper .row {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #eee;
}

.plus-headline-outer-wrapper {
  z-index: 1;
}

.plus-inner-wrapper h4 {
  line-height: 1.2;
  margin-bottom: 0;
}



.plcc-primary {
  background-color: #0f0f0f;
  color: white;
  padding: 2px 3px;
  border-color: #0f0f0f;
}



.plus-outer-wrapper .pw--primary,
.plus-outer-wrapper .c-button {
  margin-top: 15px;
  margin-bottom: 15px;
}

.disclaimer-container {
  margin-top: 65px;
}



.disclaimer-container p {
  font-size: .75em;
}

.cinmar-6571 {
  display: none;
}

.double-rewards-text {
  margin-top: 35px;
  margin-bottom: 35px;
}

.strikethrough-copy {
  color: #ce4c11;
  text-decoration:line-through;
}

.strikethrough-copy .mini-dollar,
.strikethrough-copy .number-copy {
  color: #0f0f0f;
}

.orange-copy {
  color: #ce4c11;
  font-weight: 400;
}

.c-heading.c--2, .u-h2, h2 {
  line-height: 48px;
}

/* Only Desktop */
@media (min-width: 769px) {
  .plcc-hero-module
  {
    position: relative;
  }

  .plcc-hero-module .overlay-component-plcc,.plcc-hero-module .overlay-component {
    position: absolute;
    left: unset;
    right: 16%;
    top: 16%;
    bottom: 0;
    text-align: center;
    
  }
  
  .plcc-hero-module .overlay-component-plcc .overlay-component-inner-plcc, .plcc-hero-module .overlay-component .overlay-component-inner {
    position: relative;
    width: 100%;
    height: 100%;
    /*top: 50%;
   transform: translateY(-50%);*/
  }

  .plcc-hero-module .plcc-primary {
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .benefits-module {
    margin-top: 50px;
  }
  
  .benefits-module .benefits-headline {
    margin-bottom: 50px;
  }
  
  .rewards-container {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .plus-inner-wrapper{
    display: flex;
    justify-content: space-between;
  }
  
  .reward-options-container {
    margin-bottom: 25px;
    justify-content: center;
    align-items: normal;
  }
   
  .reward-options-container p,
  .rewards-container p {
    font-size: 1.3em;
  }

  .plus-inner-wrapper {
    margin-bottom: 35px;
  }

  .plus-inner-wrapper .col-md-4
  {
    padding: 0px 10px;
  }
  
  .tabletHeaderRedesign .reward-options-container {
    margin-bottom: 25px;
  }
  .tabletHeaderRedesign .rewards-container {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
}


/* Only mobile */
@media (max-width: 768px) {
        .m-responsive-template {
          margin-top: 0;
        }

        .c-custom-select__container {
          margin-bottom: 0;
        }

        .plcc-hero-module .overlay-component {
          width: 100%;
          display: flex;
          justify-content: center;
          top: 0px;
        }

        .plcc-hero-module .plcc-primary {
        margin-top: 25px;
        margin-bottom: 25px;
        }

        .plus-headline-wrapper:after {
        width: 25%;
        }

        .plcc-landing-hr {
        width: 100%;
        border: none !important;
        margin-top: 20px;
        border-top: 1px solid #0f0f0f !important;
        }

        .benefits-module {
        margin-top: 50px;
        }

        .benefits-module .benefits-headline {
        font-size: 1.75em;
        line-height: 1.1;
        }

        .rewards-container {
        margin-top: 35px;
        margin-bottom: 35px;
        }

        .rewards-container h2 {
        font-size: 1.75em;
        line-height: 1.1;
        font-weight: normal;
        }

        .reward-options-container h2 {
        margin-top: 25px;
        font-size: 1.75em;
        font-weight: 100;
        }

        .reward-options-container img {
        margin-top: 15px;
        margin-bottom: 25px;
        }

        .plus-inner-wrapper h4 {
        line-height: 1.1;
        margin-bottom: 0;
        }

        .plcc-primary {
        background-color: #0f0f0f;
        }

        .disclaimer-container {
        margin-top: 35px;
        }

        .double-rewards-text {
        margin-top: 35px;
        }
    
}