body {
  background-color: #f0f8ff;
}
hr {
  border: 1px solid #bf0d3e;
}
section {
}
.centered-content {
  margin: 0 auto;
  width: fit-content; 
  border: 1px solid #ddd; 
}
.main {
  background-color: #fff;
  padding: 1rem;
}
.banner {
  max-width: 600px;
}
.banner img {
  width: 150px;
  display: inline-block;
}
.banner h1 {
  display: inline-block;
  transform: translateY(-100%);
  color:  #003a70;
  text-align: right;
  margin-left: 1rem;
}
.event-summary {
  
}
.event-summary h3 {
  margin-bottom: 0px;
}
.related-materials {
  margin-top: 2rem;
}
.related-materials h3 {
  margin-bottom: 0px;
}
.related-materials ul {
  list-style-type: none;
  margin-bottom: .5rem;
}
.related-materials li {
  margin-bottom: .5rem;
}
.get-application {
  margin: 2rem 0 2rem 0;
}
.footer {
  background-color: #003a70;
  border-top: 5px solid #bf0d3e; 
  text-align: center;
}
.footer p {
  display: inline-block;
  color:#fff;
  font-size: 85%;
  font-weight: bold;
}