/* Region 1 CSS */ 

.region-1 {
  padding-top: 3rem;
}

.region-1 h1 {
  color: #006298;
  font-family: "utopia-std",serif;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: .0625rem;
  text-align: center;
  margin-bottom: 3rem;
}

.region-1 p {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Region 1a CSS */ 

.region-1 a {
  color: #4f4d51;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: solid #369ece 1px;
}

.region-1 .btn-clipper {
  border-bottom: 0px!important;
}

.region-1a-content h2 {
  font-family: "utopia-std",serif;
  color: #006298;
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: .5px;
}


.region-1a-content .callout-clipper {
  background-color: #E8F6FC;
  color: #006298;
  padding: 1.75rem 2rem;
  border: solid #43B3E6 1px;
  font-size: .875rem;
  text-align: left;
  line-height: 1.5rem;
  margin:2rem 0rem;
}

.region-1a-content .callout-clipper a {
  border-bottom: solid #3096C5 1px;
  padding-bottom: 2px;
}

.region-1a-content .callout-clipper a:hover {
  border-bottom: solid #3096C5 1px;
  padding-bottom: 2px;
  color: #006298;
  text-decoration: none;
}

.region-1a-content a {
  color: #4f4d51;
  padding-bottom: 2px;
  border-bottom: solid #43B3E6 1px;
}

.region-1a-content a:hover,
.region-1a-content a:active {
  color: #369ece;
  text-decoration: none;
  border-bottom: solid #369ece 1px;
}

.region-1a-content {
  color: #4F4D51;
  font-size: 1.25rem;
}

.region-1 a:hover,
.region-1 a:active {
  color: #369ECE;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: solid #369ece 1px;
}

a.grey-bg-link:hover {
  color: #006298;
}

.region-1 .region-thanks a {
  color: #006298;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .875rem;
  letter-spacing: 1px;
  Padding-bottom: 3rem;
}

.region-1 .fa-thanks {
  font-weight: 400;
  color: #006298;
  font-size: .875rem;
}

.region-1 .fa-thanks:hover {
  color: #006298;
}

/* End ALL */ 

/* Enhanced Features Page */

.features-banner {
    padding-bottom: 100px;
    background-image: url("../img/features-banner.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.features-banner  .region-1 p {
  line-height: 1.5rem;
  padding: 0 32px;
}

hr.features-divider {
  height: 3px;
  width: 100%;
  background: url("../img/features-divider.png") repeat-x center;
  border-width: 0px;
}

.features-icon {
  height: 107px;
}

#enhanced-features {
  padding: 3rem 0 0;
}

#enhanced-features h1 {
  color: #006298;
  font-family: "utopia-std", serif;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: .0625rem;
  text-align: center;
  margin-bottom: 3rem;
}

/* End Enhanced Features Page */

/* Contactless Payments Page */

.payments-banner { 
    background-image: url('https://docs.clippercard.com/files/assets/img/ContactlessPayments-Title.png');
    background-position: center 100%; 
    background-repeat: no-repeat; 
    background-size: 1440px auto; 
    padding-bottom: 170px;
}
.payments-icon {
    position: relative;
    left: -2px;
    clip-path: inset(0 0 20% 0);
}
.contactless-img {
    border-radius: 4px;
}
@media (max-width: 768px) { 
    .payments-banner { 
        background-image: none;
        padding-bottom: 0px;
    }
    .mobile-center {
        text-align: center;
    }
}
@media (min-width: 768px) { 
    .contactless-img {
        width: 330px;
        float: right;
    }
}
@media (min-width: 992px) {
    .contactless-img {
        width: 422px;
        float: right;
    }
}

/* End Contactless Payments Page */

/* ----------- Smartphone Device Styles (XS)  ----------- */

@media (max-width: 767px) {

  .region-1 {
    font-size: 1rem;
  }

  .region-1 h1 {
    font-size: 2.5rem!important;
  }

  .region-1a-content {
    font-size: 1rem;
  }

  .region-1a-content button {
    color: #4F4D51;
    font-size: 1.0rem;
  }

  .region-1a-content h2 {
    font-size: 2rem;
  }

  .region-1a-content h3 {
    font-size: 1.0rem;
    font-weight: 600;
  }

  .features-video {
    width: 100%;
    height: 230px;
  }

  .features-img {
    width: 60%;
    padding-top: 30px;
  }

}

/* End XS */ 

/* ---------------------- Tablet styles (SM)  ---------------------- */
@media (min-width: 768px) {

  .features-video {
    width: 410px;
    height: 230px;
  }
  
}

/* End SM */

/* ----------- Desktops and laptops (MD) ----------- */
@media (min-width: 992px) {
  
  .features-video {
    width: 560px;
    height: 315px;
  }

}

/* End MD */

/* ----------- Large Desktops (LG) ----------- */

@media (min-width: 1200px) {

}
