aside {
  background: #f3f5f7;
  border-right: 2px solid #eee;
}

@media screen and (max-width:48em) {
  aside {
    order: 2;
  }

}

aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
}

aside ul li {
  padding: 0.75rem 0 0.5rem;
  position: relative;
  border-bottom: 1px solid #d1d2d4;
  margin-bottom: 0px;
}

aside ul a {
  text-decoration: none;
  color: inherit;
  padding: 1rem 0;
  cursor: pointer;
  font-weight: 300;
}

aside li span.underline {
  border-bottom: 1px solid var(--secondary);
  bottom: -1px;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 0;
  padding: 10px 0 4px;
  position: absolute;
  width: 60px;
}

aside h4 {
  padding: 2rem 0 1rem;
}

article .flex {
  margin-bottom: 1rem;
}

article .date {
  padding: 3rem 1rem 2rem;
}

.time {
  background: var(--primary);
  display: flex;
  align-items: center;
  width: 6.4rem;
  justify-content: center;
  color: #fff;
}

.headline {
  padding: 2rem;
  background: var(--primary);
  margin-left: 1rem;
  width: calc(100% - 8.2rem);
  color: #fff;
}


.invert .time {
  background: var(--secondary);
  background: #333e52;
  display: flex;
  align-items: center;
  width: 6.4rem;
  justify-content: center;
  color: #fff;
}

.invert .headline {
  padding: 2rem;
  background: var(--secondary);
  background: #333e52;
  
  margin-left: 1rem;
  width: calc(100% - 8.2rem);
  color: #fff;
}


@media screen and (max-width:57.5em) {
  main {
    order: 1
  }

  aside {
    order: 2;
  }

}

ul.block {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.block li {
  width: calc(100%);
  margin-right: 0;
  box-sizing: border-box;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.4);
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  margin-bottom: 0.7rem;
}

ul.block li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (min-width:37.5em) {
  ul.block li {
    width: calc(33% - 0.7rem);
    margin-right: 0.7rem;
    box-sizing: border-box;
  }

  ul.block li:nth-child(3n) {
    margin-right: 0;
  }

}

ul.roundtable, ul.block-3col, ul.block-2col {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}


ul.roundtable li, ul.block-3col li, ul.block-2col li {
  width: calc(100%);
  margin-right: 0;
  box-sizing: border-box;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.4);
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  margin-bottom: 0.7rem;
  transition: all 0.2s;
}

ul.roundtable li:hover , ul.block-3col li:hover , ul.block-2col li:hover {
  transform: scale(1.01);
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.1);
}

ul.roundtable li:nth-child(2n), ul.block-3col li:nth-child(3n), ul.block-2col li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width:37.5em) {
  ul.roundtable li {
    width: calc(50% - 0.7rem);
    margin-right: 0.7rem;
    box-sizing: border-box;
  }

  ul.roundtable li:nth-child(2n) {
    margin-right: 0;
  }

   ul.block-3col li {
    width: calc(33.33% - 0.7rem);
    margin-right: 0.7rem;
    box-sizing: border-box;
  }

  ul.block-3col li:nth-child(3n) {
    margin-right: 0;
  }

   ul.block-2col li {
    width: calc(50% - 0.7rem);
    margin-right: 0.7rem;
    box-sizing: border-box;
  }

  ul.block-2col li:nth-child(2n) {
    margin-right: 0;
  }

}



.accordion_head {
  cursor: pointer;
  background: #333e52;
  width: calc(100% - 0.8rem);
  font-size: 1.6rem;
  padding: 2rem;
  color: #fff;
  margin: 0 0 2rem;
}

.accordion_body {
  display: none;
}

.plusminus {
  margin-left: auto;
}

.accordion_body .time {
  background: #333e52;
  display: flex;
  align-items: center;
  width: 6.4rem;
  justify-content: center;
  color: #fff;
}

.accordion_body .headline {
  padding: 2rem;
  background: #333e52;
  margin-left: 1rem;
  width: calc(100% - 8.2rem);
  color: #fff;
}

#summitquestions .accordion_head {
  background: var(--primary);
}

#virtualplatform .accordion_head {
}
