ul.sf-program-areas.sf-style-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 4rem auto;
  max-width: 800px;
  text-align: center;
}
ul.sf-program-areas.sf-style-blue li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  float: none;
  height: unset;
  width: 100%;
  max-width: 33%;
  padding: 1rem 0;
}
@media (max-width: 500px) {
  ul.sf-program-areas.sf-style-blue li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.grid-wrapper {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.grid-wrapper > * {
  padding: 1rem !important;
}

.l-header-inner .l-branding #block-dpo-branding .site-name > a {
  width: 275px;
}
.l-header-inner .region--main-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 275px);
  flex: 0 0 calc(100% - 275px);
  max-width: calc(100% - 275px);
}
/*# sourceMappingURL=sourcemaps/styles.css.map */
