.masthead {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 35px;
  position: relative;
  text-align: right;
  width: 100%;
  height: 227px;
}
@media (min-width:  768px ) and (max-width:  959px ) {
  .masthead {
    height: 188px;
  }
}
@media (max-width:  767px ) {
  .masthead {
    height: 124px;
  }
}
.masthead .masthead-img {
  display: none;
}
.masthead .masthead-box p {
  border: solid 1px white;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.masthead .masthead-heading {
  color: inherit;
  font-size: 45px;
  min-height: 25px;
}
@media (min-width:  768px ) and (max-width:  959px ) {
  .masthead .masthead-heading {
    font-size: 37px;
  }
}
@media (max-width:  767px ) {
  .masthead .masthead-heading {
    font-size: 24px;
  }
}
.masthead a,
.masthead a:focus,
.masthead a:hover {
  color: inherit;
  text-decoration: none;
}
.masthead .small {
  font-size: 20px;
}
.masthead .masthead-caption {
  font-size: 15px;
  font-style: italic;
  bottom: 10px;
  left: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
}
@media (max-width:  767px ) {
  .masthead .masthead-caption {
    text-align: center;
  }
}
.section-main .masthead {
  height: 326px;
}
@media (min-width:  768px ) and (max-width:  959px ) {
  .section-main .masthead {
    height: 188px;
  }
}
@media (max-width:  767px ) {
  .section-main .masthead {
    height: 124px;
  }
}
