
.region-3.region-thanks {
  padding-top: 4rem; 
  padding-bottom: 5rem;
}

.region-3.region-thanks,
.region-3.region-help {
  background-color: #006298;
  color: #fff;
  font-size: .875rem;
}

.region-3.region-thanks h1,
.region-3.region-help h1,
.region-3.region-help h2,
.region-3.region-help h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

/* Reverted by MIG
.region-3 p a {
  color: #ddd;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
}
.region-3 p a:hover, 
.region-3 p a:active {
  color: #fff;
}
*/

.region-3.region-thanks .btn,
.region-3.region-help .btn {
  background-color: #369ECE;
/*  background-color: #43B3E6; */
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.region-3.region-thanks .btn {
  padding: 1rem;
}

.region-3 p {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.region-3 .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-top:2rem;
  margin-bottom: 2rem;
}

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

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

/* End ALL */ 

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

@media (max-width: 767px) {

  .region-3 .callout-clipper {
    margin-left: 15px;
    margin-right: 15px;
  }

}

/* End XS */ 

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

  .region-3.region-thanks {
    overflow: hidden;
  }
  
}

/* End SM */

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

/* End MD */

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

@media (min-width: 1200px) {

}
