@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.tns-nav {
  text-align: center;
}
.tns-nav button {
  margin: 0 5px;
  background: #ccc;
  border: 0;
  width: 24px;
  height: 2px;
}
.tns-nav button.tns-nav-active {
  background: #2A96CE;
}

.block--dashboard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 15px;
  width: calc(33.33% - 30px);
  min-height: 340px;
  background: white;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  .block--dashboard {
    width: calc(50% - 30px);
  }
}
@media (max-width: 680px) {
  .block--dashboard {
    width: 100%;
  }
}
.block--dashboard.double {
  width: calc(66.66% - 30px);
  min-height: 680px;
}
@media (max-width: 1220px) {
  .block--dashboard.double {
    width: calc(100% - 30px);
  }
}
.block--dashboard.large_top {
  padding: 0 0 10px;
}
.block--dashboard.large_top img {
  margin: 0 0 20px;
  width: 100%;
  height: auto;
}
.block--dashboard.calendar {
  padding: 0 0 10px;
}
.block--dashboard.calendar header {
  padding: 10px 0;
  color: white;
  background: white;
}
.block--dashboard.calendar header .title {
  color: #2A96CE;
}
.block--dashboard.calendar footer {
  justify-content: center;
}
.block--dashboard.calendar a {
  font-size: 12px;
  min-width: 100px;
}
.block--dashboard.calendar a:not(.calendar-entry-link):not(.session-link) {
  justify-self: center;
  align-self: center;
}
.block--dashboard.full_video_image {
  padding: 20px 0 10px;
  align-items: center;
}
.block--dashboard.full_video_image .title {
  color: white;
  text-align: center;
}
.block--dashboard.full_video_image .subtitle {
  color: white;
  text-align: center;
}
.block--dashboard.full_video_image footer {
  justify-content: center;
}
.block--dashboard .title {
  margin: 0;
  padding: 15px 15px 0;
  color: var(--context-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.1px;
  white-space: pre-line;
}
.block--dashboard .subtitle {
  margin: 0;
  padding: 0 15px;
  color: #383C45;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.1px;
  white-space: pre-line;
}
.block--dashboard.next_event.is-live .subtitle {
  position: relative;
}
.block--dashboard.next_event.is-live .subtitle:before {
  position: absolute;
  top: 5px;
  right: 53px;
  content: "";
  width: 10px;
  height: 10px;
  background: #0BA49F;
  border-radius: 50%;
}
.block--dashboard.next_event.is-live .subtitle:after {
  position: absolute;
  top: 0;
  right: 20px;
  content: "Live";
  color: #383C45;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.1px;
}
.block--dashboard h1, .block--dashboard h2, .block--dashboard h3, .block--dashboard h4, .block--dashboard h5, .block--dashboard h6 {
  font-weight: normal;
}
.block--dashboard h1 strong, .block--dashboard h2 strong, .block--dashboard h3 strong, .block--dashboard h4 strong, .block--dashboard h5 strong, .block--dashboard h6 strong {
  font-weight: 700;
}
.block--dashboard .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  height: 100%;
}
.block--dashboard .content.top {
  justify-content: flex-start;
}
.block--dashboard .content.center {
  justify-content: center;
}
.block--dashboard .content.bottom {
  justify-content: flex-end;
}
.block--dashboard .content h1, .block--dashboard .content h2, .block--dashboard .content h3, .block--dashboard .content h4, .block--dashboard .content h5, .block--dashboard .content h6, .block--dashboard .content p {
  margin: 0;
}
.block--dashboard .content h1, .block--dashboard .content h2, .block--dashboard .content h3, .block--dashboard .content h4, .block--dashboard .content h5, .block--dashboard .content h6 {
  margin: 0 0 10px;
}
.block--dashboard .content p {
  font-size: 14px;
  line-height: 21px;
}
.block--dashboard a:not(.calendar-entry-link):not(.session-link):not(.image-link) {
  display: inline-block;
  margin: 0 10px 10px;
  padding: 15px 40px;
  color: white;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  background: #000;
  background-size: 100% 100%;
  border-radius: 55px;
  border: 0;
  transition: 0.1s all ease-out;
  outline: 0;
}
.block--dashboard a:not(.calendar-entry-link):not(.session-link):not(.image-link):hover, .block--dashboard a:not(.calendar-entry-link):not(.session-link):not(.image-link):focus {
  transform: scale(1.1);
}
.block--dashboard a:not(.calendar-entry-link):not(.session-link):not(.image-link):hover {
  background: var(--context-color);
  text-decoration: none;
}
.block--dashboard a:not(.calendar-entry-link):not(.session-link):not(.image-link):disabled {
  background: #ccc;
}
.block--dashboard a:not(.calendar-entry-link):not(.session-link):not(.image-link):disabled:hover {
  background: #ccc;
  transform: none;
}
.block--dashboard a.session-link {
  color: #383C45;
  width: 100%;
  text-decoration: none;
}
.block--dashboard a.session-link:hover {
  text-decoration: none;
}
.block--dashboard a.session-link .title {
  padding-top: 0;
}
.block--dashboard .content-calendar {
  padding: 15px;
  width: 100%;
}
.block--dashboard .calendar-entry-link {
  display: block;
  margin: 0 0 10px;
  padding: 10px;
  width: 100%;
  background: #F6F6F6;
  color: #383C45;
}
.block--dashboard .calendar-entry-link:hover {
  text-decoration: none;
}
.block--dashboard .calendar-entry-link span {
  display: block;
  margin: 0 0 5px;
  width: 100%;
}
.block--dashboard .calendar-entry-link strong {
  display: block;
  margin: 0 0 10px;
  width: 100%;
  font-size: 16px;
}
.block--dashboard .calendar-entry-link p {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
}
.block--dashboard header {
  width: 100%;
}
.block--dashboard footer {
  display: flex;
  padding: 0 15px 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
}
.block--dashboard footer strong,
.block--dashboard footer .footer-copy {
  font-weight: 700;
}
.block--dashboard p {
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
  letter-spacing: 0.1px;
}
.block--dashboard.user_welcome {
  min-height: 0;
}
.block--dashboard.user_welcome header {
  padding-top: 15px;
}
.block--dashboard.user_welcome .title {
  padding-top: 10px;
  padding-bottom: 30px;
  color: #383C45;
  font-size: 28px;
}
.block--dashboard.user_welcome .welcome-subtitle {
  margin: 0;
  padding: 15px 15px 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.1px;
  white-space: pre-line;
}

.dashboard-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 -15px;
}
@media (max-width: 680px) {
  .dashboard-container {
    margin: 0;
  }
}

.dashboard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 60px;
  width: 100%;
}
@media (min-width: 1440px) {
  .dashboard {
    max-width: 1440px;
  }
}
.dashboard h2 {
  margin-left: 15px;
  margin-right: 15px;
}
.dashboard > h1, .dashboard h2, .dashboard h3, .dashboard h4, .dashboard h5, .dashboard h6, .dashboard p, .dashboard .wp-block-spacer {
  width: 100%;
}
.dashboard > p {
  padding: 15px;
}
@media (max-width: 680px) {
  .dashboard > p {
    padding: 0;
  }
}