/* =========================================================
   Shared Page Title
   ========================================================= */

.region-page-title {
  text-align: center;
  padding: 4px 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  background-color: var(--mp-blue);
}

.region-page-title h1 {
  color: #ffffff !important;
}

#page-title .block {
  margin-bottom: 0;
}


/* =========================================================
   Shared Hero / Intro Section
   ========================================================= */

.hero-section {
  display: inline-block;
}

.hero-section img {
  float: left;
  width: 300px;
  height: auto;
  margin: 10px 20px 10px 0;
}

@media (max-width: 500px) {
  .hero-section img {
    float: none;
    width: 100%;
    height: auto;
    margin: 10px 0 20px;
  }
}