/**
 * Glue styles needed to make legacy styling function with the new css.
 */
/**
 * SCSS variables.
 */
footer a:hover,
header a:hover {
  text-decoration: none !important;
}

.header-info-bar a:hover {
  color: inherit !important;
}

@media screen and (max-width: 1366px) {
  .page-title {
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1366px) {
  .page-title {
    font-size: 48px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
  }
}

/*# sourceMappingURL=glue.css.map */
