@charset "utf-8";

h1.page-title {
  background-color: var(--color-default-light);
  border-bottom: 4px solid var(--color-default-dark);
  color: var(--color-default-dark);
  font-size: 1.5rem;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  position: sticky;
  top: 63px;
  z-index: 9;
}

@media (min-width: 600px) {
  h1.page-title {
    font-size: 2rem;
  }
}

section#Information {
  padding-bottom: 2rem;
}

section#Information > p.organization-logo > img {
  width: 100%;
}

section#Schedule > p.info-link {
  font-size: 1.25rem;
  font-weight: bold;
}

section#Schedule > div.schedule > p.heading {
  border-bottom: none;
  border-top: 0.25rem solid var(--color-default-dark);
  margin-bottom: 0;
  padding-top: 1rem;
}

section#Schedule > div.schedule > ul {
  margin-bottom: 3rem;
}

section#Schedule > div.schedule > ul > li {
  margin: 0.25rem 0;
}

section#Schedule > div.schedule > ul > li:first-of-type {
  margin-top: 0;
}

section#Schedule span.eventName,
section#Schedule span[itemprop="organizer"],
section#Schedule span[itemprop="startDate"],
section#Schedule span[itemprop="streetAddress"],
section#Schedule span[itemprop="postalCode"] {
  display: none;
}




section#News > ul#news-articles-list {
  margin: 2rem 0 0;
}

section#News > ul#news-articles-list > li {
  margin-bottom: 2rem;
}

section#News > ul#news-articles-list > li > div:nth-child(2) > p {
  max-height: 4.5rem;
  overflow: hidden;
}

section#News > ul#news-articles-list > li > div > a {
  display: block;
  font-size: 1rem;
}






section#Videos > ul#videos {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

section#Videos > ul#videos > li {
  align-self: flex-start;
  flex: 1 1 100%;
  padding: 1rem;
  text-align: center;
  word-break: break-word;
}

section#Videos > ul#videos > li > a {
  align-items: flex-start;
  justify-content: center;
  display: flex;
}

section#Videos > ul#videos > li > a > img {
  border: 0.25rem solid transparent;
  width: 100%
}

section#Videos > ul#videos > li > a:after {
  background-color: #666;
  content: url("/assets/graphics/external-link-alt-solid.svg");
  margin: 7px 0 0 -29px;
  padding: 3px 3px 0;
}


section#Videos > ul#videos > li > a:hover > img {
  border-color: var(--color-accent);
}

section#Videos > ul#videos > li > a:hover:after {
  background-color: var(--color-accent);
}

@media (min-width: 600px) {
  section#Videos > ul#videos > li {
    flex: 0 0 50%;
  }
}

@media (min-width: 800px) {
  section#Videos > ul#videos > li {
    flex: 0 0 33%;
  }
}
