/**
 * @file
 * Styles for Arches's highlighted component.
 */

.has-featured-top .region-highlighted {
  background: #ffcd00;
  color: #000000;
}
.region-highlighted {
  margin: 0;
}
.highlighted aside.layout-container.section.clearfix {
  max-width: 100%;
}
.highlighted .messages__wrapper {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.highlighted .view-campus-alert p {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  max-width: 1290px;
}
.highlighted .block .content {
  margin: 0;
}
