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

.region-4 p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

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

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

.region-4 ul {
  margin: .5rem;
}

.region-4 li {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

.region-4 .widelink {
  color: #006298;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 2px;
}

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

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

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

.region-4 .card-clipper-left {
  background: none;
  border: 0px;
}

.region-4 .card-clipper-right {
  background: none;
  border: 0px;
}

/* Reload */ 

.reload-hill-background .region-4 {
  padding-top: 4.5rem;
}

.region-4 .more-about {
  letter-spacing: .125rem;
  font-size: .875rem;
  font-weight: 700;
}

.region-4 .more-about:hover {
  text-decoration: none;
}

/* End ALL */ 

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

@media (max-width: 767px) {

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

  .region-4 .card-clipper-left {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

/* End XS */ 

/* ---------------------- Tablet styles (SM)  ---------------------- */
@media (min-width: 768px) {
  
  .region-4 .card-clipper-right {
    padding: 0 0 0 1rem;
  }

  .region-4 .card-clipper-left {
    background: none;
    padding: 4rem 1rem 4rem 0;
    border: 0px;
  }
  
}

/* End SM */

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

/* End MD */

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

@media (min-width: 1200px) {

}
