.region-2 h2, 
.region-2 h3 {
  color: #006298;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: .0625rem;
  margin-bottom: 1.5rem;
}

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

.region-2-content p {
  line-height: 1.75rem;
  font-size: 1rem;
}

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

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

.region-2 p a.btn-clipper,
.region-2 p a.btn-clipper:hover {
  padding-bottom: 1rem;
}

.region-2 form {
  margin-top: 0.5rem;
}

.region-2 .card-clipper {
  -webkit-box-shadow: 3px 3px 3px 0px rgba(194,194,194,.5);
  -moz-box-shadow: 3px 3px 3px 0px rgba(194,194,194,.5);
  box-shadow: 3px 3px 3px 0px rgba(194,194,194,.5);
  padding: 3rem 2rem 0.5rem 2rem;
}

.region-2 .card-clipper {
    flex-direction: row;
}

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

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

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


/* End ALL */ 

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

@media (max-width: 767px) {

  .region-2 {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }

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

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

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

  .region-2-content h3,
  .region-2-content .h3 {
    font-size: 1.0rem;
    font-weight: 600;
  }

  .region-2 .card-reload {
    width: auto;
  }
  
}

/* End XS */ 

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

  /* To fix text alignment on ipad */ 

  .region-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .region-2 .card-clipper-get {
    display: inline;
  }
  
}

/* End SM */

/* ----------- Desktops and laptops (MD) ----------- */
@media (min-width: 992px) {
  
}

/* End MD */

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

@media (min-width: 1200px) {

}
