@charset "UTF-8";
body {
  background-color: #DC3545; }
  body div[class^="jumbotron"] {
    background-color: #DC3545;
    color: #fff;
    padding: 2rem 1rem 3rem; }
    body div[class^="jumbotron"] blockquote {
      background: rgba(255, 255, 255, 0.5);
      border-left: 10px solid rgba(255, 255, 255, 0.5);
      margin: 1.5rem 0.5rem;
      padding: 1rem 1.5rem;
      quotes: "“" "”" "‘" "’";
      font-style: italic; }
      body div[class^="jumbotron"] blockquote:before {
        font-style: initial;
        font-family: serif;
        color: inherit;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em; }
    body div[class^="jumbotron"] h1 {
      text-shadow: -1px -2px 0 rgba(0, 0, 0, 0.5); }
    body div[class^="jumbotron"] .breadcrumb {
      padding: 0 0 0.5em;
      border-radius: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      body div[class^="jumbotron"] .breadcrumb a {
        color: inherit; }
      body div[class^="jumbotron"] .breadcrumb .breadcrumb-item {
        color: inherit; }
        body div[class^="jumbotron"] .breadcrumb .breadcrumb-item.active {
          font-weight: bold; }
        body div[class^="jumbotron"] .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
          color: inherit;
          font-weight: normal; }
  body .sticky-list-heading {
    position: -webkit-sticky;
    position: sticky;
    z-index: 99999;
    top: 0px;
    background-color: #66121a;
    color: white;
    box-shadow: 0px 21px 26px -4px rgba(0, 0, 0, 0.26); }
    body .sticky-list-heading:hover {
      background-color: #66121a;
      color: white; }
  body .list-group-item.disabled {
    color: rgba(0, 0, 0, 0.3); }
  body .list-group-item h6 {
    font-weight: bold; }
  body section {
    min-height: 50vh;
    padding: 2rem 0; }
    body section.white {
      background-color: #fff;
      color: initial; }
  body footer {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem; }
    body footer h3, body footer h4, body footer h5, body footer h6 {
      color: #fff; }
    body footer a {
      color: inherit; }
      body footer a:hover {
        color: white;
        text-decoration: underline; }
    body footer div[class^="col"] {
      padding-top: 3rem;
      padding-bottom: 3rem; }
    body footer .subfooter {
      background-color: #66121a;
      padding: 1rem; }
/*# sourceMappingURL=styles.css.map */