* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

a {
  color: #0066cc;
  text-decoration: underline;
}

#about-section,
#main-content-wrapper {
  max-width: 70rem;
}

#about-section {
  line-height: 1.5;
}

#about-section a {
  color: #dedede;
  font-weight: bold;
}

#about-section>h2 {
  font-weight: 500;
}

#about-section-wrapper {
  background-color: #2f2b2c;
  padding: 1rem;
}

body {
  background: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
  min-width: 28rem;
}

.button {
  border-radius: .25rem;
  padding: .5rem;
}
.button > :is(a, a:hover, a:visited) {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.button.blue {
  background-color: #1c6ca1;
  color: white;
}

#copyright {
  font-size: .8rem;
}

#copyright>div {
  padding: .1rem;
}

#copyright-wrapper {
  background-color: #222222;
  height: 3rem;
}

.datestamp {
  font-size: 80%;
}

.emergency-notice {
  padding: 1rem 0;
}
.emergency-notice:not(:last-child) {
  border-bottom: 1px solid lightgrey;
}
.emergency-notice > .body {
  padding: 0 .5rem;
}
.emergency-notice > .header {
  border-radius: .2rem;
  display: flex;
  flex-flow: row wrap;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
}
.emergency-notice > .header > * {
  margin: .5rem;
}
.emergency-notice > .header > .datestamp {
  margin-left: auto;
}
.emergency-notice.expired > .header {
  background-color: #1c6ca1;
  color: white;
}
.emergency-notice.ongoing > .header {
  background-color: #aa0000;
  color: white;
}
.emergency-notice.upcoming > .header {
  background-color: yellow;
}

footer {
  color: #dedede;
}

h2 {
  font-size: 1.4rem;
  font-weight: bold;
}

h3 {
  font-size: 1.2rem;
  font-weight: bold;
}

header {
  background: #222222;
  font-size: 1rem;
}

header>a {
  text-decoration: none;
}

header>img {
  height: 2.5rem;
  margin: 1rem;
}

header h1 {
  color: #dedede;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 1rem;
}

#main-content {
  padding: 1rem;
}
#main-content h2 {
  border-bottom: 2px solid black;
  color: black;
  font-weight: 500;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
  width: fit-content;
}

#main-content-wrapper {
  flex-grow: 1;
  padding: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

#pagination > * {
  background-color: #1c6ca1;
  border-radius: .2rem;
  color: white;
  margin: 0 .25rem;
  padding: 0 .5rem;
}

#sidebar {
  background: #e2eff8;
  height: fit-content;
  padding: 1rem;
  width: 18rem;
}

#sidebar hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 12px 0;
}

#sidebar li {
  font-size: .8rem;
}

#sidebar li ul {
  list-style-type: circle;
}

.sidebar-section {
  margin: 0;
  padding: 1rem 0;
}

.sidebar-section:not(:last-child) {
  border-bottom: 1px solid #aaaaaa;
}

.sidebar-section h3 {
  margin: 0;
}

.sidebar-section ul {
  margin-bottom: 0;
}

@media print,
screen and (max-width: 55.999rem) {
  #main-content {
    max-width: 40rem;
    min-width: 26rem;
    width: stretch;
  }
  #main-content-wrapper {
    justify-content: center;
  }
  #sidebar {
    max-width: 40rem;
    min-width: 26rem;
    width: stretch;
  }
}





























