


.splash {
  padding-top: var(--line-height-em);
}

.title-navigation {
  text-align: center;
}

.title-navigation__item {
  position: relative;
  font-size: var(--fs-small);
  color: var(--extra-muted);
  text-decoration: none;
}

.title-navigation__item.top {
  font-weight: var(--fw-medium);
}

.title-navigation__item.separator {
  padding-right: .8em;
  padding-left: .35em;
}

.title-navigation__item.separator::after {
  position: absolute;
  top: .45em;
  right: 4px;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--extra-muted);
}

.title-navigation__main-separator {
  color: var(--extra-muted);
  margin: 0 .4em;
}

.title-navigation__social {
  float: left;
}

.title-navigation__social-link {
  position: relative;
  top: 5px;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  background-size: 1.5em;
  background-repeat: no-repeat;
}

.title-navigation__social-link:hover {
  opacity: .8;
}

.twitter {
  margin-left: .5em;
  margin-right: 1em;
  background-image: url('./twitter.webp');
}

.no-webp .twitter {
  background-image: url('./twitter.png');
}

.instagram {
  margin-left: .5em;
  margin-right: 1em;
  background-image: url('./instagram.webp');
}

.no-webp .instagram {
  background-image: url('./instagram.png');
}

.linkedin {
  top: 6px;
  background-size: 1.3em;
  background-image: url('./linkedin.webp');
}

.no-webp .linkedin {
  background-image: url('./linkedin.png');
}


/* ------- */

.main-container {
  margin-top: calc(var(--line-height-em)*3);
  max-width: 80rem;
  font-size: var(--fs-small);
}

.main-container__secondary-column {
    border-left: 1px solid var(--border-gray);
}

.news-item {
  padding-top: var(--line-height-em);
  border-bottom: 1px solid var(--border-gray);
}

.news-item__picture {
  margin-left: 5px;
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
}

@media screen and (max-width:639px) {
  .news-item__picture {
    max-height: 200px;
  }

}

.news-item__title a {
  color: var(--almost-black);
}

.news-item__title a:hover {
  color: var(--bright-orange);
}

.news-item__summary-bullets-wrapper > ul {
  padding-left: 0;
}

/* media coverages and profiles */

.news-item.media-coverage, .news-item.profile {
  font-size: var(--fs-small);
}

.media-coverage-column {
  border-right: 1px solid var(--border-gray);
}

.media-coverage-column > .news-item:last-of-type, .main-container__primary-column > .news-item:last-of-type, .profile-column > .news-item:last-of-type, .feature-section .news-item, .last-row .news-item {
  border-bottom: 0;
}


/* ----- event ----- */
.upcoming-event-wrapper {
  color: var(--white);
  padding: var(--line-height-em);
  background: var(--burnt-orange);
}

.upcoming-event__eyebrow {
  color: var(--background-white);
  text-transform: uppercase;
  font-weight: var(--fs-book);
}

.upcoming-event__title {
  color: var(--white);
}

.upcoming-event__speaker, .upcoming-event__speaker b {
  color: var(--white);
}

.upcoming-event__logistics {
  margin-bottom: var(--line-height-em);
}

.upcoming-event__logistics p {
  color: var(--white);
  margin-bottom: 0;
}

.upcoming-event__links {
  display: flex;
  justify-content: space-between;
}

.upcoming-event__links a {
  color: var(--yellow);
}

.upcoming-event__links a:hover {
  color: var(--white);
}

.upcoming-event--empty {
  color: var(--white);
}


/* --- feature section --- */

.feature-section {
  border-top: 1px solid var(--border-gray);
  border-bottom: 1px solid var(--border-gray);
}



.feature-panel__item .news-item__summary-bullets-wrapper ul {
  list-style: none;
}

.feature-panel__item {
  padding-bottom: var(--line-height-em);
}

.last-row > .cell:not(:last-child) {
  border-right: 1px solid var(--border-gray);
}

@media screen and (max-width:639px) {
  .last-row > .cell:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--border-gray);
  }
}

/* ------ */

.nav--footer {
  margin-top: calc(var(--line-height-em)*3);
}

.back-to-top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15em;
  cursor: pointer;
  font-size: var(--fs-large);
  color: var(--burnt-orange);
}

.back-to-top:hover {
  color: var(--bright-orange);
}
