/*General*/
.btn.btn-fp.btn-line {
    background: transparent;
    border: 2px solid #357eeb;
    color: #357eeb;
}
.section-title {
  font-family: "maven_promedium", san-serif;
  color: #333;
}
.btn.btn-fp.btn-line:hover {
    background: #357eeb;
    color: #ffffff;
}
.pay-benefits, .pay-video, .pay-points, .pay-why, .pay-faq{
  padding: 5rem 0;
  position: relative;
}
.pay-faq:before{
  border-top: 100px solid transparent;
  border-left: 50vw solid #f8f8f8;
  border-right: 50vw solid #f8f8f8;
  content: "";
  position: absolute;
  top: -100px;
}

h1 {
  font-family: "maven_prolight", san-serif;
}

@media screen and (min-width: 1440px) {
  .pay-faq:before{
    border-top: 100px solid transparent;
    border-left: 720px solid #f8f8f8;
    border-right: 720px solid #f8f8f8;
    content: "";
    position: absolute;
    top: -100px;
    margin: 0;
  }
}

/*pay-hero*/
.banner-text-image {
  background: url("/sites/default/files/click_hero%402x.png") no-repeat;
  background-size: cover;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  min-height: 250px;
}

.banner-text-image p {
  font-size: 1.1875rem;
  margin-bottom: 3rem;
}

.buttons-wrapper li {
    display: inline-block;
}

.buttons-wrapper li a {
    margin-right: 10px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
 .banner-text-image {
  height: 430px;
 }
}

.pay-hero .buttons-wrapper li{
  display: inline-block;
}
.pay-hero .btn-blue{
  border: 2px solid #357eeb;
  margin-right: 10px;
  color: white;
}
.pay-faq .btn-blue{
  color: white;
}
.pay-hero .btn-blue:hover{
  border: 2px solid #2359b7;
}
.pay-hero .btn-line .btn-blue-play{
 display: inline-block;
 height: 14px;
}
.pay-hero .btn-line .btn-white-play{
  display: none;
}
.pay-hero .btn-line img{
  margin: 0;
}
.pay-hero .btn-line:hover .btn-white-play{
  display: inline-block;
  height: 14px;
  margin-left: -22px;
}
.banner-text{
  width: 65%;
}
.banner-text p {
  color: #fff;
}
.banner-text-img .container .btn {
  min-width: 11.1875rem;
}
.banner-text-img .container p {
  display : block;
  color: #fff;
}
.banner-text-img .container h1{
  color: #fff;
  margin: 0;
  font-family: "maven_promedium", san-serif;
}

/*pay-benefits*/
.pay-benefits{

}

/*pay-sripe*/
.pay-stripe {
  background: #ddd;
  position: relative;
}
.stripe-bg{
  position: absolute;
  min-height: 5rem;
}
.stripe-text {
  color: #575757;
  margin: 0;
  margin: 1.5rem auto 1.6rem;
}
.pay-stripe .description,
.pay-stripe .logos {
  text-align: center;
}
.pay-stripe .logos img {
  margin-bottom: 20px;
}
.pay-stripe ul li {
  display: inline;
}



/*pay-video*/
.pay-video{
  background-color: #f8f8f8;
}
.video-text {
    margin-bottom: 3rem;
}
.pay-video-container {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.1);
}
.cta-media__footer .container {
  padding: 1.25rem 0 0.5rem 0;
  max-width: 100%;
}
.cta-media--inline .cta-media__bg::after, .cta-media--modal .cta-media__bg::after{
  background-color: rgba(0,0,0,0);
}
.cta-media__footer span {
  display: inline-block;
  width: 60px;
  margin: 0 0.75rem -0.5rem;
}

/*pay-points*/
.pay-points{
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.points-subsec {
  margin-top: 4rem;
  z-index: 10;
  position: relative;
}
.points-bg{
  position: absolute;
  bottom: -2rem;
  z-index: 0;
  min-height: 10rem;
}
.points-li li{
    text-align: left;
    padding-left: 5rem;
    margin: 1rem;
}
.points-li li span{
  height: 20px;
  width: 20px;
  display: inline-block;
}
.points-li li p{
  display: inline-block;
}

/*pay-why*/
.pay-why{

}
.pay-why h2.number {
  font-size: 1.85rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.pay-why p.number {
  font-size: 1.25rem;
}

/*pay-faq*/
.pay-faq{
  background-color: #f8f8f8;
  margin-bottom: -3.125rem;
}
.faq-contact{
  margin-bottom: 4rem;
}

@media (min-width: 62.5em) {
.pay-stripe .description {
  text-align: right;
}
.pay-stripe .logos {
  text-align: left;
}
.pay-stripe ul li img {
  float: left;
}
.pay-stripe .borders img {
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.pay-stripe li:first-child img {
  padding-right: 15px;
}
.pay-stripe li:last-child img {
  padding-left: 15px;
}
.pay-stripe .borders img {
  padding: 0 15px;
}
.pay-stripe .logos img {
    margin-bottom: 0;
    margin-top: 16px;
}
.banner-text-img .container h1 {
  font-size: 2.5rem;
  line-height: 50px;
}
.banner-text-img .container p {
  padding: 1rem 0;
}
.section-title {
  font-size: 2.2rem;
}
.pay-benefits .pay-benefits__subtitle {
  padding: 0 5rem;
}
}


@media screen and (max-width: 1024px) {
.pay-stripe ul li img {
  margin: auto;
}
  .points-li li{
    margin: 0.35rem
  }
.pay-why h2.number {
    word-wrap: normal;
}
.cta-media__footer span {
    width: 50px;
    margin: 0.75rem 2rem -0.5rem;
}
}

@media screen and (max-width: 767px) {
.cta-media--inline .cta-media__content {
  top: 30%;
}
  .pay-benefits, .pay-video, .pay-points, .pay-why, .pay-faq{
    padding: 3rem 0;
  }
  .pay-why h2.number {
    font-size: 1.5rem;
  }
  .banner-text-img .container .btn {
    width: 11rem;
    position: relative;
    left: 0;
    margin-left: 0;
  }
  .stripelogo-inline {
    display: inline-block;
    max-width: 75px;
    margin-bottom: -12px;
  }
  .banner-text-img .container h1 {
    max-width: 25rem;
  }
  .banner-text-img .container p {
    padding: 1rem 0 2rem 0;
  }
  .banner-text-img .container .btn {
    margin-top: 0.5rem;
  }
  .banner-text{
    width: 80%;
  }
  .pay-hero .btn-blue{
    border: 2px solid #357eeb;
    margin-right: 10px;
  }
  .points-subsec .col-sm-5.col-sm-push-7 {
    margin-bottom: 3rem;
  }
  .points-subsec {
    margin-top: 2rem;
  }
  .pay-why{
    padding-bottom: 6rem;
  }
}


@media screen and (max-width: 480px) {
.cta-media__footer span {
    margin: 0.75rem 8rem -0.5rem;
}
.cta-media__footer p {
  font-size: 12px;
}
  .points-li li{
    padding-left: 2rem;
  }
  .banner-text-img .container .pricing-promo {
    display: none;
  }
.banner-text .buttons-wrapper {
    margin-top: 2.25rem;
}
  .banner-text{
margin-top: 1rem;
}
}



@media screen and (max-width: 420px) {
  .banner-text{
margin-top: 1rem;
}
}
@media screen and (max-width: 375px) {
  .banner-text{
margin-top: 0rem;
}
}
@media screen and (max-width: 320px) {
  .banner-text{
margin-top: -1rem;
}
}

@media screen and (min-width: 768px) {
 h1 {
   font-size: 2.25rem;
 }
}

@media screen and (min-width: 1000px) {
 h1 {
  font-size: 3.125rem;
 }
}