 html, body.public-content {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-family: 'Inter', 'Open Sans', sans-serif;
  align-self: start;
}

main {
  padding-top: 2em;
  padding-bottom: 4em;
  max-width: 800px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto;
 /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
 /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
 /* Instead use this non-standard one: */
  word-break: break-word;
 /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media screen and (max-width: 800px) {
  main {
    padding-left: 1em;
    padding-right: 1em;
 }
}

.program-header {
  margin-top: 0px;
  background: #1d232e;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  height: 100px;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-header .program-logo a {
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

.program-header .logo-image {
  float: left;
  max-height: 60px;
  margin-right: 1em;
}

h1.title {
  font-size: 2em;
  line-height: 1.2em;
}

.summary {
  color: #666;
  font-weight: 300;
  font-size: 1.3em;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.publish_date {
  color: #666;
  font-size: 0.8em;
  font-weight: 300;
  margin-bottom: 1em;
}

.header-image {
  max-width: 100%;
  text-align: center;
}

.header-image img {
  max-width: 100%;
  display: inline-block;
}

.not_authorized {
  background: black;
  color: white;
}

.not_authorized a.link {
  color: white;
}

.not_authorized h4 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.resend-token-button {
  padding: 12px 20px;
  color: white;
  border-radius: 3px;
}

.token-resend {
  background-color: #F0F0F0;
  text-align: center;
}
