@charset "UTF-8";


@font-face {
  font-family: "Eventsential Humanity";
  src: url("../fonts/EventsentialHumanity/eventsentialhumanity-regular-webfont.woff2") format("woff2"),
         url("../fonts/EventsentialHumanity/eventsentialhumanity-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: "Eventsential Humanity";
  src: url("../fonts/EventsentialHumanity/eventsentialhumanity-medium-webfont.woff2") format("woff2"),
         url("../fonts/EventsentialHumanity/eventsentialhumanity-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: "Eventsential Humanity";
  src: url("../fonts/EventsentialHumanity/eventsentialhumanity-bold-webfont.woff2") format("woff2"),
         url("../fonts/EventsentialHumanity/eventsentialhumanity-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}


/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

ul {
  list-style: disc;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.user-content img {
  display: inline-block;
  height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 48px 0;
  border-bottom: 1px solid #f0f4fa;
}

pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 16px / 24px "Eventsential Humanity", "Open Sans", Helvetica, Arial, sans-serif;
  color: #616e88;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 24px;
}
p:last-child,
ol:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
p,
ol,
ul {
  orphans: 2;
  widows: 2;
}
p,
li,
dt,
dd,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
ol,
ul {
  margin-left: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-weight: 700;
  color: #091b3f;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #616e88;
}
h1,
.h1 {
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 819px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 36px;
  }
}

h2,
.h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}

@media (max-width: 819px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

h3,
.h3 {
  font-size: 28px;
  line-height: 36px;
}
h4,
.h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}
h5,
.h5 {
  font-size: 18px;
  line-height: 24px;
}
h6,
.h6,
.text-size {
  font-size: 16px;
  line-height: 24px;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}
.section-title:last-child {
  margin-bottom: 0;
}
.section-title__title {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 24px;
}
.section-title__cta {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section-title__cta::after {
  content: "";
  display: inline-block;
  width: 0.65em;
  height: 0.65em;
  margin-left: 3px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: inherit;
  transform: rotate(45deg);
  transition: transform 0.15s ease-out;
}
.section-title__cta:hover::after,
.section-title__cta:focus::after {
  transform: translateX(3px) rotate(45deg);
}

@media (min-width: 480px) and (max-width: 819px), (min-width: 1080px) {
  .section-title {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
  .section-title__title {
    font-size: 28px;
    line-height: 36px;
  }
  .section-title__cta {
    flex: 0 0 auto;
    margin: 0 0 0 12px;
  }
}


.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.note {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #929fb8;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.emphasize {
  font-weight: 600;
  color: #091b3f;
}

.deemphasize {
  font-weight: 400;
  color: #929fb8;
}
.deemphasize.page-subtitle,
h1 > .deemphasize,
.h1 > .deemphasize,
h2 > .deemphasize,
.h2 > .deemphasize,
h3 > .deemphasize,
.h3 > .deemphasize {
  color: rgb(53, 68.5, 99.5);
}

.warn {
  color: #da1c0f;
}

.type-family-sample {
  font-size: 34px;
  line-height: 36px;
}


/*! ---------- =common =components ---------- */

a {
  text-decoration: none;
  color: #6244bb;
}
a:hover,
a:focus {
  color: #8e7acc;
}
a,
button {
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                border 0.15s ease-out,
                box-shadow 0.15s ease-out,
                opacity 0.15s ease-out;
}
a:not(.button):hover,
a:focus,
button:not(.button):hover,
button:focus {
  text-decoration: underline;
}

.user-content th,
.user-content td {
  padding: 0.5em;
}
.user-content th:first-child,
.user-content td:first-child {
  padding-left: 0;
}
.user-content th:last-child,
.user-content td:last-child {
  padding-right: 0;
}
.user-content tr:first-child th,
.user-content tr:first-child td {
  padding-top: 0;
}
.user-content .float-left,
.user-content .float-right {
  max-width: 40%;
  height: auto !important;
  margin-bottom: 0.25em;
}
.user-content .float-left {
  float: left;
  margin-right: 1em;
}
.user-content .float-right {
  float: right;
  margin-left: 1em;
}

.table-wrapper {
  position: relative;
}
.table-wrapper__scroller {
  overflow-x: auto;
}
.content .table-wrapper,
.content__card .table-wrapper {
  margin-right: -24px;
}
.content .table-wrapper table,
.content__card .table-wrapper table {
  border-right: 24px solid transparent;
}
.table-wrapper::after {
  content: "";
  display: block;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, transparent, #fff 85%);
  pointer-events: none;
}

@media (min-width: 820px) {
  .content .table-wrapper,
  .content__card .table-wrapper {
    margin-right: -48px;
  }
  .content .table-wrapper table,
  .content__card .table-wrapper table {
    border-right-width: 48px;
  }
}


.icon {
  display: inline-block;
  vertical-align: middle;
}

.box,
.session-card {
  display: block;
  padding: 36px 24px;
  margin-bottom: 48px;
  border: 1px solid #d7dfec;
  border-radius: 5px;
  color: #616e88;
  background: #fff;
  box-shadow: 0 1px 3px rgba(8, 27, 56, 0.2);
}
.box:last-child,
.session-card:last-child {
  margin-bottom: 0;
}
.box--compact {
  padding: 24px 24px;
}
.box--thin {
  padding: 8px;
}
.box--form-width {
  max-width: 460px;
}
.box--inverse {
  color: #9fadd1;
  background: #21344d;
}
.box--inverse h1,
.box--inverse h2,
.box--inverse h3,
.box--inverse h4,
.box--inverse h5,
.box--inverse h6,
.box--inverse .emphasize {
  color: #fff;
}
.box--inverse .note,
.box--inverse .deemphasize,
.box--inverse h1 small,
.box--inverse h2 small,
.box--inverse h3 small,
.box--inverse h4 small,
.box--inverse h5 small,
.box--inverse h6 small {
  color: #6c79ab;
}
.box--highlight {
  color: rgba(255, 255, 255, 0.89);
  background-color: #6244bb;
}
.box--highlight h1,
.box--highlight h2,
.box--highlight h3,
.box--highlight h4,
.box--highlight h5,
.box--highlight h6,
.box--highlight .emphasize {
  color: #fff;
}
.box--highlight .note,
.box--highlight .deemphasize,
.box--highlight h1 small,
.box--highlight h2 small,
.box--highlight h3 small,
.box--highlight h4 small,
.box--highlight h5 small,
.box--highlight h6 small {
  color: rgba(255, 255, 255, 0.7);
}
.box__header,
.box__footer {
  padding: 18px 24px;
  margin: 36px -24px;
  background: #fafbfc;
}
.box__header {
  margin-top: -36px;
  border-radius: 5px 5px 0 0;
}
.box__footer {
  margin-bottom: -36px;
  border-radius: 0 0 5px 5px;
}
.box--compact .box__header {
  margin-top: -24px;
}
.box--compact .box__footer {
  margin-bottom: -24px;
}
.box--thin .box__header,
.box--thin .box__footer {
  margin: 24px -8px;
  padding-left: 8px;
  padding-right: 8px;
}
.box--thin .box__header {
  margin-top: -8px;
}
.box--thin .box__footer {
  margin-bottom: -8px;
}
.box--inverse .box__header,
.box--inverse .box__footer {
  background: #081b38;
}
.box--highlight .box__header,
.box--highlight .box__footer {
  background: rgba(8, 27, 56, 0.1);
}

@media (min-width: 508px) {
  .box--form-width {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 820px) {
  .box,
  .session-card {
    padding: 48px 48px;
  }
  .box--compact {
    padding: 24px 24px;
  }
  .box--thin {
    padding: 8px;
  }
  .box__header,
  .box__footer {
    padding: 18px 48px;
    margin: 48px -48px;
  }
  .box__header {
    margin-top: -48px;
  }
  .box__footer {
    margin-bottom: -48px;
  }
  .box--compact .box__header,
  .box--compact .box__footer {
    margin: 24px -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .box--compact .box__header {
    margin-top: -24px;
  }
  .box--compact .box__footer {
    margin-bottom: -24px;
  }
  .box--thin .box__header,
  .box--thin .box__footer {
    margin: 24px -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .box--thin .box__header {
    margin-top: -8px;
  }
  .box--thin .box__footer {
    margin-bottom: -8px;
  }
}


.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 6px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 18px;
}
.img-right {
  float: right;
  margin-left: 18px;
}

.content__card + .ad {
  margin-top: 48px;
}
.ad__wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.ad__link {
  display: block;
  padding-bottom: 16.667%;
  position: relative;
  color: rgba(0, 0, 0, 0.01);
}
.ad__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.responsive-video__wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.responsive-video__wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 480px) {
  .responsive-video--constrained {
    max-width: 66%;
  }
  .responsive-video--aside {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 820px) {
  .responsive-video--constrained {
    max-width: 105vh;
  }
  .responsive-video--aside {
    width: 50%;
    float: right;
    margin: 0 0 12px 24px;
  }
}

@media (min-width: 1080px) {
  .responsive-video--aside {
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .responsive-video {
    margin-left: auto;
    margin-right: auto;
  }
  .responsive-video--constrained {
    max-width: 70vh;
  }
  .responsive-video--aside {
    margin-left: 48px;
  }
}


.pill {
  display: inline-block;
  max-width: 100%;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #616e88;
  background: #fff;
  border: 1px solid #d7dfec;
  hyphens: auto;
  word-wrap: break-word;
}
.pill--positive {
  color: rgb(21.7573221757, 140.7426778243, 21.7573221757);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(21.7573221757, 140.7426778243, 21.7573221757, 0.2);
}
.pill--neutral {
  color: rgb(183.8684210526, 147.8157894737, 21.6315789474);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(183.8684210526, 147.8157894737, 21.6315789474, 0.2);
}
.pill--negative {
  color: rgb(146.4248927039, 18.8068669528, 10.0751072961);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(146.4248927039, 18.8068669528, 10.0751072961, 0.2);
}
.pill--branded {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
  box-shadow: inset 0 0 0 1px rgba(8, 27, 56, 0.05);
}
.pill--deemphasize {
  color: #929fb8;
}
a.pill:hover,
a.pill:focus,
button.pill:hover,
button.pill:focus {
  color: #fff;
  background: #6244bb;
  box-shadow: none;
}
a.pill--positive:hover,
a.pill--positive:focus,
button.pill--positive:hover,
button.pill--positive:focus {
  background: #20cf20;
}
a.pill--neutral:hover,
a.pill--neutral:focus,
button.pill--neutral:hover,
button.pill--neutral:focus {
  background: #e7bf33;
}
a.pill--negative:hover,
a.pill--negative:focus,
button.pill--negative:hover,
button.pill--negative:focus {
  background: #da1c0f;
}

.count {
  display: inline-block;
  vertical-align: middle;
  min-width: 24px;
  padding: 0 6px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.count--badge {
  min-width: 18px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 2px;
  position: relative;
  top: -12px;
  left: -6px;
  pointer-events: none;
}
.block-list .count--badge {
  position: absolute;
  left: auto;
  top: 50%;
  right: 24px;
  margin-top: -24px;
}

.status {
  display: inline-block;
  padding: 0 12px 0 8px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #929fb8;
  white-space: nowrap;
}
.status::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background: #d7dfec;
}
.status--positive {
  color: rgb(127.1007225964, 152.1859399878, 166.5392774036);
}
.status--positive::before {
  background: #20cf20;
}
.status--neutral {
  color: rgb(138.6240861619, 148.5991644909, 162.0359138381);
}
.status--neutral::before {
  background: #e7bf33;
}
.status--negative {
  color: rgb(132.1165482234, 123.3046700508, 148.8953299492);
}
.status--negative::before {
  background: #da1c0f;
}
.status--inverse {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.status--inverse.status--positive {
  color: rgb(241.62, 252.12, 241.62);
}
.status--inverse.status--neutral {
  color: rgb(253.08, 249.88, 238.68);
}
.status--inverse.status--negative {
  color: rgb(251.3, 232.3, 231);
}

.status-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background: #d7dfec;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.01);
  text-indent: 100%;
  font-size: 0.01px;
}
.status-dot--positive {
  background: #20cf20;
}
.status-dot--neutral {
  background: #e7bf33;
}
.status-dot--negative {
  background: #da1c0f;
}

.pfp {
  border-radius: 50% !important;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
}
.pfp::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(8, 27, 56, 0.1);
  z-index: 2;
}
.pfp img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.inline-pfp {
  display: inline-block;
  vertical-align: middle;
  max-width: 2em;
  margin-right: 0.3em;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  top: -0.1em;
}
.inline-pfp::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(8, 27, 56, 0.1);
  transition: box-shadow 0.15s ease-out;
}

.pfp-initials {
  display: block;
  padding-bottom: 100%;
  position: relative;
  box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.9);
}
.pfp-initials__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  letter-spacing: -0.05em;
  font-weight: 700;
  opacity: 0.8;
}

figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #fafbfc;
  padding: 6px;
}

figcaption {
  display: block;
  padding: 6px 0;
  font-size: 12px;
  opacity: 0.8;
}

.pull-quote {
  padding: 24px 0;
  margin: 24px 0;
  border: solid #6244bb;
  border-width: 2px 0;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: "– ";
}
p + .pull-quote__attribution {
  margin-top: -18px;
}

@media (min-width: 480px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
    padding: 0 24px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}


.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #f0f4fa;
  text-align: left;
  color: #6244bb;
  font-weight: 700;
  font-size: 14px;
}
.margin + .truncator-expand {
  margin-top: -12px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -36px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 48px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #f0f4fa;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 14px;
}
.color-spec__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}

.confirm-tooltip {
  visibility: hidden;
  position: absolute;
  width: 216px;
  max-width: 60vw;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  padding: 24px;
  margin-left: 12px;
  font-size: 14px;
  border-radius: 6px;
  color: #fff;
  background: #fafbfc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}
.confirm-tooltip::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: inherit;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -12px;
  transform: rotate(45deg);
}
.confirm-tooltip__buttons {
  display: flex;
  margin-left: -12px;
  margin-bottom: -6px;
}
.confirm-tooltip__buttons a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px;
  color: #fff;
}
.confirm-tooltip__buttons a:hover,
.confirm-tooltip__buttons a:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.social-icons {
  margin-left: -4px;
}
.social-icons a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.social-icons__label {
  margin-bottom: 6px;
  padding-left: 4px;
}
.social-icons__item {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 0 !important;
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: 50%;
  position: relative;
  transition: transform 0.14s ease-out, opacity 0.14s ease-out;
}
.social-icons__item:hover,
.social-icons__item:focus {
  transform: translateY(-1px);
  opacity: 0.9;
}
.social-icons__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.social-icons__image--fb {
  margin-left: -1px;
}
.social-icons__image--li {
  margin-top: -1.5px;
}

@media (min-width: 1280px) and (max-width: 1400px) {
  .social-icons__item {
    margin-right: -0.5em !important;
  }
}


.time-toggle.venue .venue,
.time-toggle.local .local {
  display: none;
}

.sbs-chat__chat iframe {
  width: 100% !important;
  border: 1px solid #f0f4fa;
}


@media (min-width: 1080px) {
  .exhibitor-embed {
    width: 48%;
    float: right;
    margin: 0 0 24px 48px;
  }
  .exhibitor-embed ~ .section-title {
    clear: right;
  }
}


.spinner {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
  animation: spinner-spin 0.8s linear infinite;
}
.spinner::before,
.spinner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
}
.spinner::before {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 3px solid;
  border-color: inherit;
  clip-path: inset(0 0 50% 50%);
}
.spinner--error,
.spinner--success {
  animation: spinner-stop 0.2s ease forwards;
}
.spinner--success::before {
  animation: spinner-reset 0.2s ease forwards, spinner-success-1 0.1s ease 0.3s forwards;
}
.spinner--success::after {
  animation: spinner-reset 0.2s ease forwards, spinner-success-2 0.2s ease 0.2s forwards;
}
.spinner--error::before {
  animation: spinner-reset 0.2s ease forwards, spinner-error-1 0.1s ease 0.3s forwards;
}
.spinner--error::after {
  animation: spinner-reset 0.2s ease forwards, spinner-error-2 0.2s ease 0.2s forwards;
}


@keyframes spinner-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


@keyframes spinner-stop {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-reset {
  to {
    width: 0;
    height: 0;
    border: 1.5px solid;
    border-color: inherit;
    border-radius: 3px;
    clip-path: none;
  }
}

@keyframes spinner-success-1 {
  to {
    width: 12px;
    transform-origin: 0 50%;
    transform: translateY(4.8px) rotate(-50deg);
    border-color: #20cf20;
  }
}

@keyframes spinner-success-2 {
  to {
    width: 6px;
    transform-origin: 0 50%;
    transform: translateY(4.8px) rotate(-140deg);
    border-color: #20cf20;
  }
}

@keyframes spinner-error-1 {
  to {
    width: 16px;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-color: #da1c0f;
  }
}

@keyframes spinner-error-2 {
  to {
    width: 16px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-color: #da1c0f;
  }
}


.js .toggle-target:not(.is-active) {
  display: none;
}

.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.preserve-breaks {
  white-space: pre-line;
}

.clear {
  clear: both;
}

.group:after,
.page-title:after,
.item-list__item:after {
  content: "";
  display: table;
  clear: both;
}

/*! common spacing classes */

.space-t-500 {
  margin-top: 120px !important;
}

.space-t-400 {
  margin-top: 96px !important;
}

.space-t-300 {
  margin-top: 72px !important;
}

.space-t-250 {
  margin-top: 60px !important;
}

.space-t-200 {
  margin-top: 48px !important;
}

.space-t-150 {
  margin-top: 36px !important;
}

.space-t-100 {
  margin-top: 24px !important;
}

.space-t-75 {
  margin-top: 18px !important;
}

.space-t-50 {
  margin-top: 12px !important;
}

.space-t-25 {
  margin-top: 6px !important;
}

.space-t-0 {
  margin-top: 0 !important;
}

.pad-t-500 {
  padding-top: 120px !important;
}

.pad-t-400 {
  padding-top: 96px !important;
}

.pad-t-300 {
  padding-top: 72px !important;
}

.pad-t-250 {
  padding-top: 60px !important;
}

.pad-t-200 {
  padding-top: 48px !important;
}

.pad-t-150 {
  padding-top: 36px !important;
}

.pad-t-100 {
  padding-top: 24px !important;
}

.pad-t-75 {
  padding-top: 18px !important;
}

.pad-t-50 {
  padding-top: 12px !important;
}

.pad-t-25 {
  padding-top: 6px !important;
}

.pad-t-0 {
  padding-top: 0 !important;
}

.space-r-500 {
  margin-right: 120px !important;
}

.space-r-400 {
  margin-right: 96px !important;
}

.space-r-300 {
  margin-right: 72px !important;
}

.space-r-250 {
  margin-right: 60px !important;
}

.space-r-200 {
  margin-right: 48px !important;
}

.space-r-150 {
  margin-right: 36px !important;
}

.space-r-100 {
  margin-right: 24px !important;
}

.space-r-75 {
  margin-right: 18px !important;
}

.space-r-50 {
  margin-right: 12px !important;
}

.space-r-25 {
  margin-right: 6px !important;
}

.space-r-0 {
  margin-right: 0 !important;
}

.pad-r-500 {
  padding-right: 120px !important;
}

.pad-r-400 {
  padding-right: 96px !important;
}

.pad-r-300 {
  padding-right: 72px !important;
}

.pad-r-250 {
  padding-right: 60px !important;
}

.pad-r-200 {
  padding-right: 48px !important;
}

.pad-r-150 {
  padding-right: 36px !important;
}

.pad-r-100 {
  padding-right: 24px !important;
}

.pad-r-75 {
  padding-right: 18px !important;
}

.pad-r-50 {
  padding-right: 12px !important;
}

.pad-r-25 {
  padding-right: 6px !important;
}

.pad-r-0 {
  padding-right: 0 !important;
}

.space-b-500 {
  margin-bottom: 120px !important;
}

.space-b-400 {
  margin-bottom: 96px !important;
}

.space-b-300 {
  margin-bottom: 72px !important;
}

.space-b-250 {
  margin-bottom: 60px !important;
}

.space-b-200 {
  margin-bottom: 48px !important;
}

.space-b-150 {
  margin-bottom: 36px !important;
}

.space-b-100 {
  margin-bottom: 24px !important;
}

.space-b-75 {
  margin-bottom: 18px !important;
}

.space-b-50 {
  margin-bottom: 12px !important;
}

.space-b-25 {
  margin-bottom: 6px !important;
}

.space-b-0 {
  margin-bottom: 0 !important;
}

.pad-b-500 {
  padding-bottom: 120px !important;
}

.pad-b-400 {
  padding-bottom: 96px !important;
}

.pad-b-300 {
  padding-bottom: 72px !important;
}

.pad-b-250 {
  padding-bottom: 60px !important;
}

.pad-b-200 {
  padding-bottom: 48px !important;
}

.pad-b-150 {
  padding-bottom: 36px !important;
}

.pad-b-100 {
  padding-bottom: 24px !important;
}

.pad-b-75 {
  padding-bottom: 18px !important;
}

.pad-b-50 {
  padding-bottom: 12px !important;
}

.pad-b-25 {
  padding-bottom: 6px !important;
}

.pad-b-0 {
  padding-bottom: 0 !important;
}

.space-l-500 {
  margin-left: 120px !important;
}

.space-l-400 {
  margin-left: 96px !important;
}

.space-l-300 {
  margin-left: 72px !important;
}

.space-l-250 {
  margin-left: 60px !important;
}

.space-l-200 {
  margin-left: 48px !important;
}

.space-l-150 {
  margin-left: 36px !important;
}

.space-l-100 {
  margin-left: 24px !important;
}

.space-l-75 {
  margin-left: 18px !important;
}

.space-l-50 {
  margin-left: 12px !important;
}

.space-l-25 {
  margin-left: 6px !important;
}

.space-l-0 {
  margin-left: 0 !important;
}

.pad-l-500 {
  padding-left: 120px !important;
}

.pad-l-400 {
  padding-left: 96px !important;
}

.pad-l-300 {
  padding-left: 72px !important;
}

.pad-l-250 {
  padding-left: 60px !important;
}

.pad-l-200 {
  padding-left: 48px !important;
}

.pad-l-150 {
  padding-left: 36px !important;
}

.pad-l-100 {
  padding-left: 24px !important;
}

.pad-l-75 {
  padding-left: 18px !important;
}

.pad-l-50 {
  padding-left: 12px !important;
}

.pad-l-25 {
  padding-left: 6px !important;
}

.pad-l-0 {
  padding-left: 0 !important;
}


@media (min-width: 820px) {
  .space-t-500-m {
    margin-top: 120px !important;
  }

  .space-t-400-m {
    margin-top: 96px !important;
  }

  .space-t-300-m {
    margin-top: 72px !important;
  }

  .space-t-250-m {
    margin-top: 60px !important;
  }

  .space-t-200-m {
    margin-top: 48px !important;
  }

  .space-t-150-m {
    margin-top: 36px !important;
  }

  .space-t-100-m {
    margin-top: 24px !important;
  }

  .space-t-75-m {
    margin-top: 18px !important;
  }

  .space-t-50-m {
    margin-top: 12px !important;
  }

  .space-t-25-m {
    margin-top: 6px !important;
  }

  .space-t-0-m {
    margin-top: 0 !important;
  }

  .pad-t-500-m {
    padding-top: 120px !important;
  }

  .pad-t-400-m {
    padding-top: 96px !important;
  }

  .pad-t-300-m {
    padding-top: 72px !important;
  }

  .pad-t-250-m {
    padding-top: 60px !important;
  }

  .pad-t-200-m {
    padding-top: 48px !important;
  }

  .pad-t-150-m {
    padding-top: 36px !important;
  }

  .pad-t-100-m {
    padding-top: 24px !important;
  }

  .pad-t-75-m {
    padding-top: 18px !important;
  }

  .pad-t-50-m {
    padding-top: 12px !important;
  }

  .pad-t-25-m {
    padding-top: 6px !important;
  }

  .pad-t-0-m {
    padding-top: 0 !important;
  }

  .space-r-500-m {
    margin-right: 120px !important;
  }

  .space-r-400-m {
    margin-right: 96px !important;
  }

  .space-r-300-m {
    margin-right: 72px !important;
  }

  .space-r-250-m {
    margin-right: 60px !important;
  }

  .space-r-200-m {
    margin-right: 48px !important;
  }

  .space-r-150-m {
    margin-right: 36px !important;
  }

  .space-r-100-m {
    margin-right: 24px !important;
  }

  .space-r-75-m {
    margin-right: 18px !important;
  }

  .space-r-50-m {
    margin-right: 12px !important;
  }

  .space-r-25-m {
    margin-right: 6px !important;
  }

  .space-r-0-m {
    margin-right: 0 !important;
  }

  .pad-r-500-m {
    padding-right: 120px !important;
  }

  .pad-r-400-m {
    padding-right: 96px !important;
  }

  .pad-r-300-m {
    padding-right: 72px !important;
  }

  .pad-r-250-m {
    padding-right: 60px !important;
  }

  .pad-r-200-m {
    padding-right: 48px !important;
  }

  .pad-r-150-m {
    padding-right: 36px !important;
  }

  .pad-r-100-m {
    padding-right: 24px !important;
  }

  .pad-r-75-m {
    padding-right: 18px !important;
  }

  .pad-r-50-m {
    padding-right: 12px !important;
  }

  .pad-r-25-m {
    padding-right: 6px !important;
  }

  .pad-r-0-m {
    padding-right: 0 !important;
  }

  .space-b-500-m {
    margin-bottom: 120px !important;
  }

  .space-b-400-m {
    margin-bottom: 96px !important;
  }

  .space-b-300-m {
    margin-bottom: 72px !important;
  }

  .space-b-250-m {
    margin-bottom: 60px !important;
  }

  .space-b-200-m {
    margin-bottom: 48px !important;
  }

  .space-b-150-m {
    margin-bottom: 36px !important;
  }

  .space-b-100-m {
    margin-bottom: 24px !important;
  }

  .space-b-75-m {
    margin-bottom: 18px !important;
  }

  .space-b-50-m {
    margin-bottom: 12px !important;
  }

  .space-b-25-m {
    margin-bottom: 6px !important;
  }

  .space-b-0-m {
    margin-bottom: 0 !important;
  }

  .pad-b-500-m {
    padding-bottom: 120px !important;
  }

  .pad-b-400-m {
    padding-bottom: 96px !important;
  }

  .pad-b-300-m {
    padding-bottom: 72px !important;
  }

  .pad-b-250-m {
    padding-bottom: 60px !important;
  }

  .pad-b-200-m {
    padding-bottom: 48px !important;
  }

  .pad-b-150-m {
    padding-bottom: 36px !important;
  }

  .pad-b-100-m {
    padding-bottom: 24px !important;
  }

  .pad-b-75-m {
    padding-bottom: 18px !important;
  }

  .pad-b-50-m {
    padding-bottom: 12px !important;
  }

  .pad-b-25-m {
    padding-bottom: 6px !important;
  }

  .pad-b-0-m {
    padding-bottom: 0 !important;
  }

  .space-l-500-m {
    margin-left: 120px !important;
  }

  .space-l-400-m {
    margin-left: 96px !important;
  }

  .space-l-300-m {
    margin-left: 72px !important;
  }

  .space-l-250-m {
    margin-left: 60px !important;
  }

  .space-l-200-m {
    margin-left: 48px !important;
  }

  .space-l-150-m {
    margin-left: 36px !important;
  }

  .space-l-100-m {
    margin-left: 24px !important;
  }

  .space-l-75-m {
    margin-left: 18px !important;
  }

  .space-l-50-m {
    margin-left: 12px !important;
  }

  .space-l-25-m {
    margin-left: 6px !important;
  }

  .space-l-0-m {
    margin-left: 0 !important;
  }

  .pad-l-500-m {
    padding-left: 120px !important;
  }

  .pad-l-400-m {
    padding-left: 96px !important;
  }

  .pad-l-300-m {
    padding-left: 72px !important;
  }

  .pad-l-250-m {
    padding-left: 60px !important;
  }

  .pad-l-200-m {
    padding-left: 48px !important;
  }

  .pad-l-150-m {
    padding-left: 36px !important;
  }

  .pad-l-100-m {
    padding-left: 24px !important;
  }

  .pad-l-75-m {
    padding-left: 18px !important;
  }

  .pad-l-50-m {
    padding-left: 12px !important;
  }

  .pad-l-25-m {
    padding-left: 6px !important;
  }

  .pad-l-0-m {
    padding-left: 0 !important;
  }
}


/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin: 0 -24px 0 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
  list-style: none;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -24px;
}
.grid--compact {
  margin-right: -12px;
}
.grid--compact.no-margin {
  margin-bottom: -12px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12px 12px 0;
}
.grid__unit--1-2 {
  width: 50%;
}
.grid__unit--1-3 {
  width: 33.33%;
}
.grid__unit--2-3 {
  width: 66.66%;
}
.grid__unit--1-4 {
  width: 25%;
}
.grid__unit--3-4 {
  width: 75%;
}
.grid__unit--1-5 {
  width: 20%;
}
.grid__unit--2-5 {
  width: 40%;
}
.grid__unit--3-5 {
  width: 60%;
}
.grid__unit--4-5 {
  width: 80%;
}
.grid__unit--1-6 {
  width: 16.66%;
}
.grid__unit--5-6 {
  width: 83.3%;
}
.grid__unit--1-8 {
  width: 12.5%;
}
.grid__unit--3-8 {
  width: 37.5%;
}
.grid__unit--5-8 {
  width: 62.5%;
}
.grid__unit--7-8 {
  width: 87.5%;
}
.grid__unit--1-9 {
  width: 11.11%;
}
.grid__unit--2-9 {
  width: 22.22%;
}
.grid__unit--4-9 {
  width: 44.44%;
}
.grid__unit--5-9 {
  width: 55.55%;
}
.grid__unit--7-9 {
  width: 77.77%;
}
.grid__unit--8-9 {
  width: 88.88%;
}
.grid__unit--1-12 {
  width: 8.33%;
}
.grid__unit--5-12 {
  width: 41.65%;
}
.grid__unit--7-12 {
  width: 58.31%;
}
.grid__unit--11-12 {
  width: 91.63%;
}

@media (min-width: 480px) {
  .grid__unit--1-1-s {
    width: 100%;
  }
  .grid__unit--1-2-s {
    width: 50%;
  }
  .grid__unit--1-3-s {
    width: 33.33%;
  }
  .grid__unit--2-3-s {
    width: 66.66%;
  }
  .grid__unit--1-4-s {
    width: 25%;
  }
  .grid__unit--3-4-s {
    width: 75%;
  }
  .grid__unit--1-5-s {
    width: 20%;
  }
  .grid__unit--2-5-s {
    width: 40%;
  }
  .grid__unit--3-5-s {
    width: 60%;
  }
  .grid__unit--4-5-s {
    width: 80%;
  }
  .grid__unit--1-6-s {
    width: 16.66%;
  }
  .grid__unit--5-6-s {
    width: 83.3%;
  }
  .grid__unit--1-8-s {
    width: 12.5%;
  }
  .grid__unit--3-8-s {
    width: 37.5%;
  }
  .grid__unit--5-8-s {
    width: 62.5%;
  }
  .grid__unit--7-8-s {
    width: 87.5%;
  }
  .grid__unit--1-9-s {
    width: 11.11%;
  }
  .grid__unit--2-9-s {
    width: 22.22%;
  }
  .grid__unit--4-9-s {
    width: 44.44%;
  }
  .grid__unit--5-9-s {
    width: 55.55%;
  }
  .grid__unit--7-9-s {
    width: 77.77%;
  }
  .grid__unit--8-9-s {
    width: 88.88%;
  }
  .grid__unit--1-12-s {
    width: 8.33%;
  }
  .grid__unit--5-12-s {
    width: 41.65%;
  }
  .grid__unit--7-12-s {
    width: 58.31%;
  }
  .grid__unit--11-12-s {
    width: 91.63%;
  }
}

@media (min-width: 820px) {
  .grid {
    margin-right: -48px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .grid--compact.no-margin {
    margin-bottom: -24px;
  }
  .grid__unit {
    padding: 0 48px 48px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 24px 24px 0;
  }
  .grid__unit--1-1-m {
    width: 100%;
  }
  .grid__unit--1-2-m {
    width: 50%;
  }
  .grid__unit--1-3-m {
    width: 33.33%;
  }
  .grid__unit--2-3-m {
    width: 66.66%;
  }
  .grid__unit--1-4-m {
    width: 25%;
  }
  .grid__unit--3-4-m {
    width: 75%;
  }
  .grid__unit--1-5-m {
    width: 20%;
  }
  .grid__unit--2-5-m {
    width: 40%;
  }
  .grid__unit--3-5-m {
    width: 60%;
  }
  .grid__unit--4-5-m {
    width: 80%;
  }
  .grid__unit--1-6-m {
    width: 16.66%;
  }
  .grid__unit--5-6-m {
    width: 83.3%;
  }
  .grid__unit--1-8-m {
    width: 12.5%;
  }
  .grid__unit--3-8-m {
    width: 37.5%;
  }
  .grid__unit--5-8-m {
    width: 62.5%;
  }
  .grid__unit--7-8-m {
    width: 87.5%;
  }
  .grid__unit--1-9-m {
    width: 11.11%;
  }
  .grid__unit--2-9-m {
    width: 22.22%;
  }
  .grid__unit--4-9-m {
    width: 44.44%;
  }
  .grid__unit--5-9-m {
    width: 55.55%;
  }
  .grid__unit--7-9-m {
    width: 77.77%;
  }
  .grid__unit--8-9-m {
    width: 88.88%;
  }
  .grid__unit--1-12-m {
    width: 8.33%;
  }
  .grid__unit--5-12-m {
    width: 41.65%;
  }
  .grid__unit--7-12-m {
    width: 58.31%;
  }
  .grid__unit--11-12-m {
    width: 91.63%;
  }
}

@media (min-width: 1080px) {
  .grid__unit--1-1-l {
    width: 100%;
  }
  .grid__unit--1-2-l {
    width: 50%;
  }
  .grid__unit--1-3-l {
    width: 33.33%;
  }
  .grid__unit--2-3-l {
    width: 66.66%;
  }
  .grid__unit--1-4-l {
    width: 25%;
  }
  .grid__unit--3-4-l {
    width: 75%;
  }
  .grid__unit--1-5-l {
    width: 20%;
  }
  .grid__unit--2-5-l {
    width: 40%;
  }
  .grid__unit--3-5-l {
    width: 60%;
  }
  .grid__unit--4-5-l {
    width: 80%;
  }
  .grid__unit--1-6-l {
    width: 16.66%;
  }
  .grid__unit--5-6-l {
    width: 83.3%;
  }
  .grid__unit--1-8-l {
    width: 12.5%;
  }
  .grid__unit--3-8-l {
    width: 37.5%;
  }
  .grid__unit--5-8-l {
    width: 62.5%;
  }
  .grid__unit--7-8-l {
    width: 87.5%;
  }
  .grid__unit--1-9-l {
    width: 11.11%;
  }
  .grid__unit--2-9-l {
    width: 22.22%;
  }
  .grid__unit--4-9-l {
    width: 44.44%;
  }
  .grid__unit--5-9-l {
    width: 55.55%;
  }
  .grid__unit--7-9-l {
    width: 77.77%;
  }
  .grid__unit--8-9-l {
    width: 88.88%;
  }
  .grid__unit--1-12-l {
    width: 8.33%;
  }
  .grid__unit--5-12-l {
    width: 41.65%;
  }
  .grid__unit--7-12-l {
    width: 58.31%;
  }
  .grid__unit--11-12-l {
    width: 91.63%;
  }
}

@media (min-width: 1280px) {
  .grid__unit--1-1-w {
    width: 100%;
  }
  .grid__unit--1-2-w {
    width: 50%;
  }
  .grid__unit--1-3-w {
    width: 33.33%;
  }
  .grid__unit--2-3-w {
    width: 66.66%;
  }
  .grid__unit--1-4-w {
    width: 25%;
  }
  .grid__unit--3-4-w {
    width: 75%;
  }
  .grid__unit--1-5-w {
    width: 20%;
  }
  .grid__unit--2-5-w {
    width: 40%;
  }
  .grid__unit--3-5-w {
    width: 60%;
  }
  .grid__unit--4-5-w {
    width: 80%;
  }
  .grid__unit--1-6-w {
    width: 16.66%;
  }
  .grid__unit--5-6-w {
    width: 83.3%;
  }
  .grid__unit--1-8-w {
    width: 12.5%;
  }
  .grid__unit--3-8-w {
    width: 37.5%;
  }
  .grid__unit--5-8-w {
    width: 62.5%;
  }
  .grid__unit--7-8-w {
    width: 87.5%;
  }
  .grid__unit--1-9-w {
    width: 11.11%;
  }
  .grid__unit--2-9-w {
    width: 22.22%;
  }
  .grid__unit--4-9-w {
    width: 44.44%;
  }
  .grid__unit--5-9-w {
    width: 55.55%;
  }
  .grid__unit--7-9-w {
    width: 77.77%;
  }
  .grid__unit--8-9-w {
    width: 88.88%;
  }
  .grid__unit--1-12-w {
    width: 8.33%;
  }
  .grid__unit--5-12-w {
    width: 41.65%;
  }
  .grid__unit--7-12-w {
    width: 58.31%;
  }
  .grid__unit--11-12-w {
    width: 91.63%;
  }
}

@media (min-width: 1600px) {
  .grid__unit--1-1-hd {
    width: 100%;
  }
  .grid__unit--1-2-hd {
    width: 50%;
  }
  .grid__unit--1-3-hd {
    width: 33.33%;
  }
  .grid__unit--2-3-hd {
    width: 66.66%;
  }
  .grid__unit--1-4-hd {
    width: 25%;
  }
  .grid__unit--3-4-hd {
    width: 75%;
  }
  .grid__unit--1-5-hd {
    width: 20%;
  }
  .grid__unit--2-5-hd {
    width: 40%;
  }
  .grid__unit--3-5-hd {
    width: 60%;
  }
  .grid__unit--4-5-hd {
    width: 80%;
  }
}


/*! ---------- =forms ---------- */

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
textarea,
select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 12px 18px;
  margin: 0;
  border: 1px solid #c7d3e5;
  font: 14px / 24px "Eventsential Humanity", "Open Sans", Helvetica, Arial, sans-serif;
  color: #616e88;
  background: #fff;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type=text]:not(:last-child),
input[type=email]:not(:last-child),
input[type=password]:not(:last-child),
input[type=number]:not(:last-child),
input[type=tel]:not(:last-child),
input[type=url]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 24px;
}
input[type=text].timeSpinner,
input[type=text].durationSpinner,
input[type=email].timeSpinner,
input[type=email].durationSpinner,
input[type=password].timeSpinner,
input[type=password].durationSpinner,
input[type=number].timeSpinner,
input[type=number].durationSpinner,
input[type=tel].timeSpinner,
input[type=tel].durationSpinner,
input[type=url].timeSpinner,
input[type=url].durationSpinner,
textarea.timeSpinner,
textarea.durationSpinner,
select.timeSpinner,
select.durationSpinner {
  margin-bottom: 0;
}
input[type=text]:required,
.input-label--required input[type=text],
input[type=email]:required,
.input-label--required input[type=email],
input[type=password]:required,
.input-label--required input[type=password],
input[type=number]:required,
.input-label--required input[type=number],
input[type=tel]:required,
.input-label--required input[type=tel],
input[type=url]:required,
.input-label--required input[type=url],
textarea:required,
.input-label--required textarea,
select:required,
.input-label--required select {
  border-color: #c7d3e5;
}
input[type=text]:invalid,
input[type=email]:invalid,
input[type=password]:invalid,
input[type=number]:invalid,
input[type=tel]:invalid,
input[type=url]:invalid,
textarea:invalid,
select:invalid {
  border-color: rgb(208.5, 119.5, 122);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #98aac5;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
textarea {
  box-shadow: inset 0 0 0 48px #fff !important;
  filter: none !important;
}

.search-bar,
.inline-search {
  position: relative;
}

.search-input {
  padding: 6px 42px 6px 42px !important;
  margin: 0 !important;
  border-radius: 24px;
  background: #fff url("../images/icon-search@2x.png") no-repeat 12px 50% !important;
  background-size: 22px 22px !important;
  border-color: #d7dfec !important;
}

.close-button {
  opacity: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 36px;
  height: 36px;
  padding: 5px;
  border: 8px solid transparent;
  background: #98aac5;
  background-clip: padding-box;
  border-radius: 50%;
  z-index: 2;
}
.search-input.has-button + .close-button {
  opacity: 1;
}
.close-button:hover,
.close-button:focus {
  background-color: #576b89;
}

body .search-input[type=text] {
  box-shadow: none !important;
}


@media (min-width: 480px) {
  .inline-search {
    display: inline-block;
  }
}


input[type=checkbox],
input[type=radio] {
  display: inline-block;
  vertical-align: top;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  input[type=checkbox],
  input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #98aac5;
    border-radius: 12px;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: background 0.13s ease-out, border-color 0.13s ease-out;
  }
  input[type=checkbox]::after,
  input[type=radio]::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    transition: background 0.12s ease, opacity 0.12s ease, transform 0.12s ease;
  }
  input[type=checkbox]:hover,
  input[type=radio]:hover {
    border-color: #c219b4;
  }
  input[type=checkbox]:focus,
  input[type=radio]:focus {
    box-shadow: 0 0 3px #c219b4;
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    border-color: #6244bb;
    background: #6244bb;
  }
  input[type=checkbox]:checked::after,
  input[type=radio]:checked::after {
    background: #fff;
  }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    cursor: default;
    border-color: #d7dfec !important;
    background: #fafbfc !important;
  }
  input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
    background: #f0f4fa !important;
  }
  input[type=radio]::after {
    width: 12px;
    height: 12px;
    top: 5px;
    left: 5px;
  }
  input[type=radio]:disabled:checked::after {
    background: #c7d3e5;
  }
  input[type=checkbox] {
    width: 42px;
  }
  input[type=checkbox]::after {
    width: 16px;
    height: 16px;
    top: 3px;
    left: 3px;
    background: #98aac5;
  }
  input[type=checkbox]:checked::after {
    transform: translateX(18px);
  }
  input[type=checkbox]:disabled::after,
  input[type=checkbox]:disabled:checked::after {
    background: #d7dfec;
  }
}


select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 36px;
  background: #fff url("../images/select-arrow.svg") no-repeat 95% 50%;
  background-position: calc(100% - 18px) 50%;
}
select:not([multiple])::-ms-expand {
  display: none;
}

textarea {
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}

fieldset {
  margin: 0 0 24px;
}

legend {
  display: block;
  margin: 0 0 12px;
}

.input-label {
  display: block;
  margin-bottom: 24px;
  position: relative;
}
.input-label__text {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #929fb8;
}
.input-label--required .input-label__text::after {
  content: "*";
  display: inline;
  color: #6244bb;
  font-size: 12px;
  position: relative;
  left: 0.2em;
  top: -0.2em;
}
.input-label:not(.input-label--static).can-enhance .input-label__text {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 0 6px;
  margin: 0;
  box-shadow: inset 0 -12px 0 #fff;
  pointer-events: none;
  transition: all 0.14s ease-out;
}
.input-label:not(.input-label--static).can-enhance.is-focused .input-label__text,
.input-label:not(.input-label--static).can-enhance.has-content .input-label__text {
  top: -12px;
  font-size: 12px;
}
.input-label.is-focused .input-label__text,
.input-label.has-content .input-label__text {
  color: #929fb8;
}
.input-label.is-focused .input-label__text {
  color: #6244bb;
}
.input-label__error {
  display: block;
  padding-left: 18px;
  font-size: 14px;
  margin: 0;
}
input + .input-label__error,
textarea + .input-label__error,
select + .input-label__error {
  margin-top: -18px;
}
.input-label--error .input-label__text,
.input-label__error {
  color: #da1c0f !important;
}
.input-label__help {
  display: block;
  padding-left: 18px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #929fb8;
  transition: color 0.15s ease-out;
}
input + .input-label__help,
textarea + .input-label__help,
select + .input-label__help {
  margin-top: -18px;
}
.input-label--static .input-label__text {
  padding-left: 18px;
}
.input-label .field-validation-error {
  display: block;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #da1c0f;
}
.input-label input + .field-validation-error,
.input-label textarea + .field-validation-error,
.input-label select + .field-validation-error {
  margin-top: -18px;
}

.checkbox-group {
  border: none;
  padding: 0;
}
.checkbox-group:not(:first-child) {
  margin-top: 24px;
}
.checkbox-group__text {
  font-size: 14px;
  font-weight: 600;
}

.checkbox-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-label:not(:last-child) {
  margin-bottom: 18px;
}
.checkbox-label + .checkbox-label {
  margin-top: -12px;
}
.checkbox-label__text {
  flex-grow: 1;
  margin-left: 12px;
  font-size: 14px;
}

.form-section {
  border: none;
  padding: 0;
}
.form-section:not(:last-child) {
  margin-bottom: 48px;
}
.form-section__name {
  font-size: 18px;
  font-weight: 700;
  color: #091b3f;
}
.form-section__description {
  margin-bottom: 18px;
  font-size: 14px;
  color: #929fb8;
}

@media (min-width: 820px) {
  .form-section {
    padding-top: 36px;
    border-top: 1px solid #f0f4fa;
  }
  .form-section:after {
    content: "";
    display: table;
    clear: both;
  }
  .form-section__name,
  .form-section__description {
    width: 36%;
    float: left;
    clear: left;
  }
  .form-section__name {
    font-size: 18px;
    margin: 0 0 12px;
  }
  .form-section__content {
    padding-left: 48px;
    overflow: hidden;
  }
}


.validation-summary-errors {
  margin-bottom: 24px;
  color: #da1c0f;
}
.validation-summary-errors ul {
  margin-left: 0;
}
.validation-summary-errors ul li {
  margin-left: 24px;
}
.validation-summary-errors:last-child {
  margin-bottom: 0;
}

.auto-grow {
  max-height: 50vh;
}

.modal-select.is-enhanced {
  opacity: 0.01;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}

.modal-select__open .fas {
  margin-left: 6px;
}
.modal-select__output .button {
  margin: 0 6px 6px 0;
}
.modal-select__output .button--cancel .fas,
.modal-select__output .button--cancel .far {
  margin-left: 6px;
  opacity: 0.3;
}
.modal-select__output .button--cancel:hover .far,
.modal-select__output .button--cancel:hover .fas,
.modal-select__output .button--cancel:focus .far,
.modal-select__output .button--cancel:focus .fas {
  opacity: 0.8;
}

.modal-chooser {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
.modal-chooser.is-active {
  display: block;
}
.modal-chooser__screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(33, 52, 77, 0.82);
}
.modal-chooser__container {
  padding: 120px 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}
.modal-chooser__label {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #616e88;
  text-align: center;
}
.modal-chooser__label small {
  color: #929fb8;
}
.modal-chooser__search {
  padding: 12px 24px !important;
  border-width: 1px 0 !important;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 2;
}
.modal-chooser__list {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 72px;
  list-style: none;
  margin: 0;
  overflow-y: auto;
}
.modal-chooser__item {
  padding: 18px 24px;
  font-weight: 600;
  color: #616e88;
  cursor: pointer;
}
.modal-chooser__item + .modal-chooser__item {
  border-top: 1px solid #f0f4fa;
}
.modal-chooser__item:hover,
.modal-chooser__item:focus {
  color: #6244bb;
  background: #fafbfc;
}
.modal-chooser__item .fas {
  opacity: 0.1;
  margin-right: 12px;
  transition: opacity 0.05s ease-out;
}
.modal-chooser__item.is-selected {
  color: rgb(15.9, 81, 53.7);
}
.modal-chooser__item.is-selected .fas {
  opacity: 1;
  color: #20cf20;
}
.modal-chooser__item.is-filtered {
  display: none;
}
.modal-chooser__close {
  width: calc(100% - 48px) !important;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 12px;
}

@media (min-width: 820px) {
  .modal-chooser__container {
    width: 500px;
    height: 800px;
    max-width: 100%;
    max-height: 90vh;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(8, 27, 56, 0.2);
    transform: translate(-50%, -50%);
  }
}


.ui-spinner {
  width: 100%;
  border: none !important;
  background: none !important;
  border-radius: 0 !important;
}


/*! ---------- =buttons ---------- */

.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding: 12px 30px;
  border-radius: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #6244bb;
  background: #f3f0ff;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.button:hover:not([disabled]),
.button:focus:not([disabled]) {
  color: #c219b4;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:active:not([disabled]) {
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}
.button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.button--primary,
.button.active {
  color: #fff;
  background: #6244bb;
}
.button--primary:hover:not([disabled]),
.button--primary:focus:not([disabled]),
.button.active:hover:not([disabled]),
.button.active:focus:not([disabled]) {
  color: #fff !important;
  background: #c219b4;
}
.button.active::before {
  content: "✓";
  display: inline-block;
  margin-right: 12px;
}
.button--tertiary {
  padding-left: 18px;
  padding-right: 18px;
  color: #8e7acc;
  background: rgba(255, 255, 255, 0.5);
}
.button--tertiary:hover:not([disabled]),
.button--tertiary:focus:not([disabled]) {
  background: #fafbfc;
  box-shadow: none !important;
  transform: none;
}
.button--inverse {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
}
.button--inverse:hover:not([disabled]),
.button--inverse:focus:not([disabled]) {
  box-shadow: none;
}
.button--inverse.button--primary {
  color: #472a9e;
  background: #fff;
}
.button--inverse.button--primary:hover:not([disabled]),
.button--inverse.button--primary:focus:not([disabled]) {
  background: #fff !important;
  color: #c219b4;
}
.button--inverse.button--tertiary {
  color: rgba(255, 255, 255, 0.89);
  background: rgba(255, 255, 255, 0);
}
.button--inverse.button--tertiary:hover:not([disabled]),
.button--inverse.button--tertiary:focus:not([disabled]) {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.button--positive {
  color: #fff !important;
  background: #20cf20 !important;
}
.button--positive:hover:not([disabled]),
.button--positive:focus:not([disabled]) {
  color: #20cf20 !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px #20cf20, 0 2px 1px rgba(0, 0, 0, 0.2) !important;
}
.button--neutral {
  color: #fff !important;
  background: #e7bf33 !important;
}
.button--neutral:hover:not([disabled]),
.button--neutral:focus:not([disabled]) {
  color: #e7bf33 !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px #e7bf33, 0 2px 1px rgba(0, 0, 0, 0.2) !important;
}
.button--negative {
  color: #fff !important;
  background: #da1c0f !important;
}
.button--negative:hover:not([disabled]),
.button--negative:focus:not([disabled]) {
  color: #da1c0f !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px #da1c0f, 0 2px 1px rgba(0, 0, 0, 0.2) !important;
}
.button--cancel {
  font-size: 14px;
  font-weight: 400;
  background: #fafbfc;
  box-shadow: inset 0 0 0 1px #d7dfec;
}
.button--cancel:not(:hover):not(:focus) {
  color: #616e88 !important;
}
.button--cancel:hover:not([disabled]),
.button--cancel:focus:not([disabled]) {
  color: #6244bb;
  box-shadow: inset 0 0 0 1px #6244bb, 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button--small,
.list-filters .button {
  padding: 6px 24px;
  font-size: 14px;
}
.button--small .icon,
.list-filters .button .icon {
  position: relative;
  top: -2px;
}
.button--tiny {
  padding: 0 18px;
  font-size: 14px;
}
.button--small.button--tertiary,
.button--tiny.button--tertiary {
  padding-left: 12px;
  padding-right: 12px;
}
.button--fill {
  display: block;
  width: 100%;
}
.button__count {
  display: inline-block;
  padding: 0 5px;
  margin: 0 -12px 0 12px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
.button .fas,
.button .far,
.button .fal,
.button .fab {
  margin-right: 6px;
}
.button__badge {
  background-color: red;
  border-radius: 24px;
  color: white;
  padding: 3px 12px;
  font-size: 12px;
  position: absolute;
  top: -18px;
  right: 0;
}

.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  flex: 1 1 auto;
  margin: 12px 6px 0;
}
.button-group--shrink::after {
  content: " ";
  display: block;
  flex-grow: 8;
}

@media (min-width: 480px) {
  .button-group--center {
    justify-content: center;
  }
  .button-group--center > .button {
    flex-grow: 0;
  }
}


.composite-button {
  display: inline-flex;
  vertical-align: middle;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #f0f4fa;
}
.composite-button > .button {
  flex-grow: 1;
  border-radius: 0;
  margin: 0;
}
.composite-button > .button:hover,
.composite-button > .button:focus {
  transform: none;
  box-shadow: none !important;
}
.composite-button > .button + .button {
  border-left: 1px solid #d7dfec;
}

.empty {
  padding: 48px;
  margin-bottom: 48px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(8, 27, 56, 0.2);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.empty:last-child {
  margin-bottom: 0;
}
.empty__graphic {
  width: 60%;
  position: absolute;
  top: -3%;
  right: -8%;
  background: #6244bb;
  opacity: 0.2;
}
.empty__graphic img {
  width: 100%;
}
.empty__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 144px;
  text-align: center;
  font-size: 18px;
  color: #616e88;
  position: relative;
  z-index: 2;
}
.empty--medium .empty__content,
.empty--large .empty__content,
.empty--huge .empty__content {
  min-height: 192px;
}
.block-list__item .empty {
  flex-grow: 1;
  margin: -24px -24px;
  padding: 30px 24px;
  box-shadow: none;
  border-radius: 6px;
}
.block-list__item .empty__graphic {
  top: 50%;
  right: -24px;
  width: 200px;
  transform: translateY(-50%);
}
.block-list__item .empty__content {
  display: block;
  min-height: 0 !important;
  text-align: left;
  font-size: 16px;
}

@media (min-width: 480px) {
  .empty--large .empty__content,
  .empty--huge .empty__content {
    min-height: 288px;
  }
}

@media (min-width: 820px) {
  .empty__graphic {
    max-width: 45%;
  }
}

@media (min-width: 1080px) {
  .empty--large .empty__content {
    min-height: 40vh;
  }
  .empty--huge .empty__content {
    min-height: 70vh;
  }
}


.embedded-contact {
  background: rgba(8, 27, 56, 0.2);
  margin-bottom: 48px;
  position: relative;
}
.embedded-contact form {
  box-shadow: 0 1px 3px rgba(8, 27, 56, 0.2);
  border-radius: 5px;
  padding: 36px 24px;
  background: #fff;
}
.embedded-contact .spinner,
.embedded-contact .success {
  text-align: center;
}
.embedded-contact__cancel {
  display: block;
  margin-top: 12px;
  color: #929fb8;
  font-size: 14px;
}
.embedded-contact__cancel:hover,
.embedded-contact__cancel:focus {
  color: #6244bb;
}
.embedded-contact__cancel:focus {
  text-decoration: underline;
}

@media (min-width: 480px) {
  .embedded-contact {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .embedded-contact form {
    width: 100%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #999;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}


@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}


@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}


@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}


.filters {
  width: 100%;
  flex: 0 0 100%;
  text-align: center;
}
.js .filters {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.35s cubic-bezier(0, 1.05, 0, 1), visibility 0.35s ease-out, opacity 0.35s ease-out;
}
.js .filters.is-active {
  max-height: 12000px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.35s cubic-bezier(1, 0, 0.9, 1.05), visibility 0.2s ease-out, opacity 0.2s ease-out;
}
.filters__header {
  padding-top: 24px;
  text-align: left;
}
.filters__body {
  position: relative;
  text-align: left;
}
.filters__body.is-truncated::before {
  content: "";
  display: block;
  height: 96px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 2;
}
.filters__expand {
  margin: 24px 0 12px;
}
.filters__controls {
  margin-right: -6px;
}
.filters__controls .button {
  margin-right: 6px;
}
.filters__group-list,
.filters__tag-list {
  list-style: none;
  margin-left: 0;
}
.filters__group {
  padding: 24px 0;
}
.filters__group + .filters__group {
  border-top: 1px solid #d7dfec;
}
.filters__group-name {
  margin-bottom: 6px;
}
.filters__tag-list {
  display: grid;
  grid-template-columns: Repeat(auto-fill, minmax(12em, 1fr));
  grid-column-gap: 12px;
}
.filters__tag-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 6px 0;
  cursor: pointer;
}
.filters__tag-checkbox {
  flex: 0 0 auto;
  margin-right: 12px;
}
.filters__tag-name {
  flex: 1 0 1em;
  min-width: 0;
  word-wrap: break-word;
}

@media (max-width: 479px) {
  .filters__controls {
    display: flex;
    flex-flow: row wrap;
  }
  .filters__controls .button {
    flex: 1 0 8em;
    white-space: nowrap;
    margin-bottom: 6px;
  }
}

@media (min-width: 480px) {
  .filters__header,
  .filters__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .filters__title {
    margin-bottom: 0;
  }
  .filters__controls {
    margin-left: auto;
  }
  .filters__tag-list {
    grid-template-columns: Repeat(auto-fill, minmax(16em, 1fr));
  }
}


/*! ---------- =lists ---------- */

.list-controls {
  padding: 24px;
  margin-bottom: 36px;
  box-shadow: 0 1px 2px rgba(8, 27, 56, 0.3);
  border: 1px solid #d7dfec;
  border-radius: 6px;
}

.list-filters {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -6px -6px;
  position: relative;
}
.list-filters > .inline-search,
.list-filters > .button,
.list-filters > .composite-button {
  flex-grow: 1;
  margin: 0 6px 6px;
}
.list-filters > .list-view-switcher {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 820px) {
  .list-filters > .inline-search {
    flex-basis: 30%;
  }
}

@media (min-width: 1080px) {
  .list-filters > .inline-search {
    flex-basis: 20%;
  }
}

@media (min-width: 1280px) {
  .list-filters {
    justify-content: flex-start;
  }
  .list-filters > .button,
  .list-filters > .composite-button {
    flex-grow: 0;
  }
}

@media (max-width: 599px), (min-width: 820px) and (max-width: 959px) {
  .list-filters--has-switcher > .inline-search {
    flex-basis: 80%;
    margin-right: 60px;
  }
}

@media (min-width: 600px) and (max-width: 819px), (min-width: 960px) and (max-width: 1379px) {
  .list-filters--has-switcher {
    padding-right: 60px;
  }
  .list-filters--has-switcher > .inline-search {
    flex-basis: 30%;
  }
}

@media (min-width: 1100px) and (max-width: 1379px) {
  .list-filters--has-switcher > .inline-search {
    flex-basis: 60%;
  }
}

@media (min-width: 1380px) {
  .list-filters--has-switcher > .inline-search {
    flex-basis: 20%;
  }
  .list-filters > .list-view-switcher {
    position: static;
    flex-grow: 1;
    text-align: right;
    margin-right: -3px;
  }
}


.list-view-switcher__button {
  display: inline-block;
  background-color: #576b89;
  padding: 9px 3px;
  background-clip: content-box;
}

.item-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 48px;
}
.item-list:last-child {
  margin-bottom: 0;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  margin-top: 36px;
}
.item-list__thumbnail {
  display: block;
  width: 120px;
  max-width: 33%;
  float: left;
  margin-right: 24px;
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}
.item-list__title,
.item-list__title a {
  color: #091b3f;
}
.item-list__title:hover,
.item-list__title:focus,
.item-list__title a:hover,
.item-list__title a:focus {
  color: #8e7acc;
}
.item-list__meta {
  display: block;
  margin: 0;
  font-size: 16px;
  color: #929fb8;
}
.item-list__meta--emphasize {
  color: #616e88;
  font-weight: 600;
}
.item-list__meta--deemphasize {
  font-size: 14px;
}
.item-list__description {
  display: block;
  margin: 6px 0 0;
  color: #616e88;
}
.item-list--compact .item-list__item + .item-list__item {
  margin-top: 18px;
}

@media (max-width: 479px) {
  .item-list__thumbnail {
    float: none;
    margin: 0 auto 12px;
  }
}


.attribute-list__label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #929fb8;
}
.attribute-list__content + .attribute-list__label {
  margin-top: 18px;
}

/*! grid-style lists */

.item-list--grid .item-list__thumbnail {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto 12px;
}
.item-list--grid .item-list__thumbnail img {
  width: 100%;
}
.item-list--grid .item-list__item + .item-list__item {
  margin-top: 0;
}

.block-list {
  list-style: none;
  margin: 0 -3px 45px;
}
.block-list:last-child {
  margin-bottom: 0;
}
.block-list--grid {
  display: grid;
  grid-template-columns: Repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 24px;
}
.block-list__item {
  display: flex;
  align-items: center;
  padding: 24px 24px;
  margin: 0 3px;
  border: 1px solid #d7dfec;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(8, 27, 56, 0.3);
  position: relative;
  z-index: 3;
}
.block-list__item + .block-list__item {
  margin-top: 24px;
}
.block-list__item:last-child {
  margin-bottom: 3px;
}
.block-list__item--tint {
  background: rgba(98, 68, 187, 0.06);
}
.block-list__item--positive {
  background: rgba(32, 207, 32, 0.07);
}
.block-list__item--neutral {
  background: rgba(231, 191, 51, 0.11);
}
.block-list__item--negative {
  background: rgba(218, 28, 15, 0.06);
}
.block-list__item--brand {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
}
.block-list__item--marked::before {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #6244bb;
}
.block-list__item--marked:first-child::before {
  border-top-left-radius: 5px;
}
.block-list__item--marked:last-child::before {
  border-bottom-left-radius: 5px;
}
.block-list__item.wrap {
  flex-wrap: wrap;
}
.block-list__item.actionable a {
  display: contents;
  color: inherit;
}
.block-list--grid .block-list__item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 12px !important;
  margin-bottom: 12px;
  padding-top: 0;
}
.block-list__top-tag {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  transform: translateY(-50%);
  padding: 0 36px;
}
.block-list__icon,
.block-list__thumbnail,
.block-list__content {
  flex-shrink: 0;
  margin-right: 24px;
}
.block-list__icon:last-child,
.block-list__thumbnail:last-child,
.block-list__content:last-child {
  margin-right: 0;
}
.block-list__icon--newline,
.block-list__thumbnail--newline,
.block-list__content--newline {
  flex-basis: 100%;
}
.block-list--grid .block-list__icon,
.block-list--grid .block-list__thumbnail,
.block-list--grid .block-list__content {
  margin-right: 0;
}
.block-list__icon {
  width: 36px;
  font-size: 22px;
  text-align: center;
}
.block-list__icon a {
  display: block;
}
.block-list--grid .block-list__icon {
  position: absolute;
  right: 12px;
  top: 6px;
  transform-origin: 100% 0;
  transform: scale(0.667);
}
.block-list__thumbnail {
  align-self: flex-start;
  overflow: hidden;
  border-radius: 6px;
}
.block-list__thumbnail a {
  display: block;
}
.block-list__thumbnail img {
  max-width: 160px;
  max-height: 90px;
}
.block-list__thumbnail--square {
  width: 60px;
  height: 60px;
}
.block-list__thumbnail--square img {
  max-width: 100%;
  max-height: 100%;
}
.block-list__thumbnail--compact img {
  max-height: 48px;
}
.block-list__thumbnail--compact.pfp img {
  max-width: 48px;
}
.block-list--grid .block-list__thumbnail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 96px;
  align-self: stretch;
  margin: 48px 0;
}
.block-list__content {
  flex-basis: 20%;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  padding-left: 0.12em;
}
.block-list--grid .block-list__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 72px;
  flex: 0 0 auto;
  margin: 0 -24px;
  padding: 24px 24px 0;
  border-top: 1px solid #d7dfec;
}
.block-list__title-icon {
  position: absolute;
  transform-origin: 0 0;
  transform: scale(0.8182);
  margin-top: -6px;
  margin-left: -6px;
}
.block-list__title-icon + .block-list__title,
.block-list__title-icon + .block-list__meta {
  text-indent: 36px;
}
.block-list__title-icon + .block-list__title *,
.block-list__title-icon + .block-list__meta * {
  text-indent: 0;
}
.block-list__title {
  display: block;
  font-size: 18px;
  transition: color 0.14s ease-out;
  word-wrap: hyphenate;
  hyphens: auto;
}
.block-list__title,
.block-list__title a {
  font-weight: 700;
  color: #091b3f;
}
.block-list__title a:hover,
.block-list__title a:focus {
  color: #6244bb;
}
.block-list--grid .block-list__title {
  max-height: 48px;
  text-align: center;
  overflow: hidden;
}
.block-list__title-meta {
  font-size: 14px;
  font-weight: 700;
  color: #616e88;
}
.block-list__title-meta::before {
  content: "";
  display: inline-block;
  width: 1.25em;
}
.block-list__meta {
  margin: 0;
  font-size: 14px;
}
.block-list__meta--oneline {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-list__item--marked .block-list__meta {
  color: #091b3f;
}
.block-list__meta-comma {
  display: inline-block;
  margin-left: -0.24em;
  margin-right: 0.13em;
  position: relative;
  left: 0.1em;
}
.block-list__countdown {
  font-weight: 400;
  color: #616e88;
}
.block-list__tags {
  margin-top: 6px;
}
.block-list__tags .pill {
  margin: 6px 6px 0 0;
}
.block-list__sponsors {
  margin-top: 24px;
}
.block-list__sponsors-label {
  font-size: 14px;
  color: #091b3f;
}
.block-list__sponsors-container {
  margin-right: -24px;
}
.block-list__sponsor {
  display: inline-block;
  vertical-align: middle;
  margin: 12px 36px 0 0;
}
.block-list__sponsor img {
  max-width: 25vw;
  max-height: 48px;
}
.block-list__text-separator {
  display: inline-block;
  margin: 0 0.75em;
  color: #bbc2ce;
}
.block-list__chat-time {
  font-size: 14px;
  color: #929fb8;
}
.block-list__chat-time::after {
  content: ":";
  display: inline-block;
  margin: 0 0.3em 0 -0.18em;
}
.block-list__tail {
  flex-shrink: 0;
  margin-left: 24px;
  text-align: right;
  font-size: 14px;
}
.block-list__link,
.block-list__disclosure {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: -24px -24px;
  padding: 24px 24px;
  color: #616e88;
  transition: color 0.15s ease-out, background 0.15s ease-out;
}
.block-list__link:hover,
.block-list__link:focus,
.block-list__disclosure:hover,
.block-list__disclosure:focus {
  color: #616e88;
  background-color: #fafbfc;
  background-position: calc(100% - 21px) 50%;
  text-decoration: none !important;
}
.block-list__disclosure {
  padding-right: 60px;
  background: transparent url("../images/disclosure-arrow.svg") no-repeat 95% 50%;
  background-position: calc(100% - 24px) 50%;
}
.block-list__link:hover .block-list__title,
.block-list__link:focus .block-list__title,
.block-list__disclosure:hover .block-list__title,
.block-list__disclosure:focus .block-list__title {
  color: #6244bb;
  text-decoration: underline;
}
.block-list__chat {
  opacity: 0.5;
}
.block-list__chat:hover,
.block-list__chat:focus {
  opacity: 0.8;
}
.block-list__chat img {
  width: 36px;
}
.block-list__pfp-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 479px) {
  .block-list:not(.block-list--grid) .block-list__item,
  .block-list__link,
  .block-list__disclosure {
    display: block;
  }
  .block-list:not(.block-list--grid) .block-list__icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .block-list:not(.block-list--grid) .block-list__icon ~ .block-list__thumbnail,
  .block-list:not(.block-list--grid) .block-list__icon ~ .block-list__content,
  .block-list:not(.block-list--grid) .block-list__icon ~ .block-list__tail {
    margin-left: 60px;
  }
  .block-list:not(.block-list--grid) .block-list__thumbnail,
  .block-list:not(.block-list--grid) .block-list__content {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .block-list:not(.block-list--grid) .block-list__thumbnail:last-child,
  .block-list:not(.block-list--grid) .block-list__content:last-child {
    margin-bottom: 0;
  }
  .block-list:not(.block-list--grid) .block-list__thumbnail {
    display: block;
  }
  .block-list:not(.block-list--grid) .block-list__thumbnail img {
    margin-left: 0;
  }
  .block-list:not(.block-list--grid) .block-list__tail {
    margin-left: 0;
    text-align: left;
  }
}


.table-list {
  width: 100%;
  margin-bottom: 48px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(8, 27, 56, 0.2);
  border-radius: 5px;
  position: relative;
}
.table-list:last-child {
  margin-bottom: 0;
}
.table-list__identifier,
.table-list__identifier a {
  font-weight: 700;
  color: #091b3f;
}
.table-list__identifier a:hover,
.table-list__identifier a:focus {
  color: #8e7acc;
}
.table-list__identifier small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #929fb8;
}
.table-list__data {
  color: #616e88;
}

@media (max-width: 1279px) {
  .table-list__header-row,
  .table-list thead {
    display: none;
  }
  .table-list,
  .table-list__item,
  .table-list__thumbnail,
  .table-list__identifier,
  .table-list__data,
  .table-list tbody {
    display: block;
    text-align: left;
  }
  .table-list__item {
    display: flex;
    flex-flow: row wrap;
    padding: 36px 24px;
  }
  .table-list__item + .table-list__item {
    border-top: 1px solid #f0f4fa;
  }
  .table-list__thumbnail {
    flex: 0 1 100px;
    margin-right: 18px;
    align-self: center;
  }
  .table-list__identifier {
    flex: 1 0 66%;
    align-self: center;
    font-size: 18px;
    order: 1;
  }
  .table-list__data {
    flex: 1 0 100%;
    order: 2;
    margin-top: 12px;
  }
  .table-list__data[data-label] {
    flex: 1 1 10em;
    order: 3;
  }
  .table-list [data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #929fb8;
  }
}

@media (min-width: 1280px) {
  .table-list__header {
    position: sticky;
    top: 0;
    vertical-align: bottom;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
    color: #929fb8;
    background: #f0f4fa;
  }
  .table-list__header.align-center {
    text-align: center;
  }
  .table-list__header.align-right {
    text-align: right;
  }
  .table-list__thumbnail,
  .table-list__identifier,
  .table-list__data {
    border-top: 1px solid #f0f4fa;
    padding: 36px 12px;
    vertical-align: middle;
  }
  .table-list__header:first-child,
  .table-list__thumbnail:first-child,
  .table-list__identifier:first-child,
  .table-list__data:first-child {
    padding-left: 36px;
  }
  .table-list__header:last-child,
  .table-list__thumbnail:last-child,
  .table-list__identifier:last-child,
  .table-list__data:last-child {
    padding-right: 36px;
  }
  .table-list__thumbnail {
    max-width: 200px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}


.tag-list {
  margin-bottom: 24px;
}
.tag-list:not(:first-child) {
  margin-top: 12px;
}
.tag-list__label,
.tag-list__tags {
  display: block;
  margin-bottom: 24px;
}
.tag-list__label {
  float: left;
  clear: left;
  margin-right: 24px;
  font-size: 16px;
}
.tag-list__tags {
  font-size: 14px;
  font-weight: 700;
  color: #616e88;
}

.section-list {
  list-style: none;
  margin: 0 0 48px;
}
.section-list:last-child {
  margin-bottom: 0;
}
.section-list__section {
  position: relative;
}
.section-list__section + .section-list__section {
  margin-top: 24px;
}
.section-list__label {
  position: sticky;
  top: 0;
  padding: 6px 24px;
  margin: 0 0 24px !important;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  background: #6244bb;
  z-index: 4;
}
.block-list .section-list__label {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.section-list .block-list,
.section-list .table-list {
  box-shadow: none;
  border-radius: 0;
}

.host-list {
  padding: 0;
  margin-bottom: 24px;
}
.host-list__pfp-wrapper {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.host-list__pfp-wrapper .block-list__thumbnail {
  margin-right: -24px;
}
.host-list__pfp-wrapper .block-list__thumbnail--square {
  width: 48px;
  height: 48px;
}
.host-list__actions {
  margin-left: auto;
  margin-right: 24px;
}
.host-list__actions:before {
  content: "Choose Manually";
  margin-right: 48px;
}
.host-list.is-active .host-list__actions:before {
  content: "Hide";
}
.host-list__content {
  margin-left: 48px;
}
.host-list__thumbnail {
  display: inline-block;
  margin-right: -24px;
}
.host-list__thumbnail img {
  max-height: 48px;
}
.host-list__thumbnail.pfp img {
  max-width: 48px;
}


/*! ---------- =tabs ---------- */

.tabs--standard {
  margin-bottom: 48px;
}
.tabs--standard:last-child {
  margin-bottom: 0;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid #d7dfec;
  color: #616e88;
  background: #f0f4fa;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #6244bb;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.7);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #d7dfec;
  padding: 24px 24px;
  background: #fff;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #f0f4fa;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #6244bb;
  background: #fff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #6244bb;
  outline-offset: -6px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 18px 24px;
    font-weight: 600;
  }
}

@media (max-width: 1279px) {
  .tabs--standard,
  .tabs--vertical {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    order: 1;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #d7dfec #d7dfec #f0f4fa;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    order: 2;
    padding: 24px 12px;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 20;
  }
}

@media (min-width: 1280px) {
  .tabs--standard {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard .tabs__tab.is-active {
    box-shadow: inset 0 3px 0 #6244bb;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    flex-basis: 50%;
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    flex-basis: 33.3%;
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    flex-basis: 25%;
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    flex-basis: 20%;
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 17px 17px;
    margin-bottom: 6px;
    border: 1px solid #d7dfec;
    box-shadow: inset 3px 0 0 #d7dfec;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-right-color: #fff;
    box-shadow: inset 3px 0 0 #8e7acc;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid transparent;
    box-shadow: inset 0 0 0 1px #d7dfec;
  }
  .tabs--vertical .tabs__pane::after {
    content: "";
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}


.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.accordion__label {
  display: block;
  padding: 12px 48px 12px 12px;
  background: #fff;
  border: 1px solid #f0f4fa;
  color: #616e88;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.accordion__label .fa-arrow-right {
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -0.5em;
  transition: transform 0.15s ease-out;
}
.accordion__label:hover,
.accordion__label:focus {
  color: #8e7acc;
}
.accordion__label.is-active {
  color: #6244bb;
  border-color: #6244bb #6244bb #fafbfc #6244bb;
  background: #fafbfc;
}
.accordion__label.is-active .fa-arrow-right {
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #6244bb;
  border-top: none;
  padding: 24px 12px;
  background: #fff;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}

.pagination:not(:first-child) {
  margin-top: 24px;
}
.pagination__label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.pagination__content {
  display: grid;
  grid-template-columns: Repeat(auto-fill, minmax(15em, 1fr));
  margin-right: -12px;
  overflow: hidden;
}
.pagination--pack .pagination__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -36px;
}
.pagination__item {
  display: inline-block;
  padding: 6px 12px 6px 0;
  font-size: 14px;
}
.pagination__item--current {
  font-weight: 600;
}
.pagination--pack .pagination__item {
  margin-right: 24px;
}

@media (min-width: 1080px) {
  .pagination__label {
    float: left;
    margin: 6px 36px 0 0;
  }
}

@media (min-width: 1600px) {
  .pagination__content {
    grid-template-columns: Repeat(auto-fill, minmax(18em, 1fr));
  }
}


/*! ---------- =code and =syntax highlighting ---------- */

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 14px;
  line-height: 24px;
}
pre {
  display: block;
  white-space: pre-wrap;
  padding: 24px 12px;
  border: 1px solid rgb(237.25, 240.8, 244.35);
  color: #222;
  background: white;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 24px;
}
pre::before {
  content: attr(rel);
  font-family: "Eventsential Humanity", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: rgb(196.8, 186.95, 229.25);
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: #f0f4fa;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: "";
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */

pre[class*=language-] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: hsla(0, 0%, 100%, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.progress {
  position: relative;
  padding: 0.3em 0.5em;
  text-align: center;
  border: 1px solid gray;
  overflow: hidden;
}
.progress > *:not(.progress-inner) {
  position: relative;
  z-index: 10;
}

.progress-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: darkgray;
}

.invisible {
  display: none !important;
}

.upload .controls {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
}
.upload .controls .progress {
  flex-grow: 1;
  margin: 0 0 0 1em;
}
.upload input[type=file].implicit {
  visibility: hidden;
  display: inline;
  height: 0;
  width: 0;
}
.upload .error {
  font-weight: bold;
  margin-top: 1em;
}
.upload .attachments {
  padding: 0;
}
.upload .attachments li {
  list-style: none;
}
.upload .attachments .far,
.upload .attachments button {
  margin: 0 0.5em;
}
.upload .attachments .remove {
  border: 0;
  background: none;
  color: red;
}
.upload .attachments .remove:disabled {
  display: none;
}

.progress {
  border: 1px solid #7488a6;
  border-radius: 24px;
  font-size: 14px;
}

.progress-inner {
  background-color: #d7dfec;
}

.upload {
  margin-bottom: 18px;
}
fieldset .upload {
  margin-bottom: 0;
}
.upload .button {
  padding: 6px 24px;
  font-size: 14px;
}
.upload .error {
  color: #da1c0f;
  font-size: 14px;
}
.upload .attachments {
  margin: 12px 0;
}
.upload .attachments:empty {
  margin: 0;
}
.upload .attachments li {
  font-size: 14px;
}
.upload .attachments li > img {
  margin-left: 2em;
  margin-right: 0;
  max-height: 10em;
}
.upload .attachments .remove {
  color: #da1c0f;
}

.session-card {
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}
.session-card__flag {
  max-width: 90%;
  padding: 12px 24px;
  box-shadow: 0 1px 3px rgba(8, 27, 56, 0.2);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  white-space: nowrap;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95));
  z-index: 2;
}
.session-card__thumbnail {
  margin: -36px -24px 36px;
}
.session-card__thumbnail-link {
  display: block;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: transparent !important;
}
.session-card__flag + .session-card__content {
  margin-top: 12px;
}
.session-card__content .block-list__item {
  display: block !important;
  padding: 0;
  box-shadow: none;
  border: none;
}
.session-card__content .block-list__icon {
  position: absolute;
  transform: none;
  top: auto;
  bottom: 0;
  left: 0;
}
.session-card__content .block-list__content {
  margin-left: 0;
}
.session-card__content .block-list__title {
  font-size: 17px;
}
.session-card__content .block-list__meta + .block-list__title {
  margin-top: 12px;
}
.session-card__content .block-list__title ~ .block-list__meta {
  margin-top: 12px;
  margin-left: 60px;
  min-height: 48px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.session-card__content .block-list__title ~ .block-list__meta + .block-list__meta,
.session-card__content .block-list__thumbnail {
  display: none;
}

@media (min-width: 820px) {
  .session-card {
    padding: 36px 24px;
  }
}


.timeline__item {
  padding: 24px;
  margin-bottom: 48px;
  border: 1px solid #d7dfec;
  box-shadow: 0 1px 3px rgba(8, 27, 56, 0.2);
}
.timeline__meta {
  padding-bottom: 24px;
  border-bottom: 1px solid #d7dfec;
  position: relative;
}
.timeline__author {
  margin-right: 72px;
}
.timeline__author-pfp {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 12px;
}
.timeline__author-info {
  line-height: 24px;
}
.timeline__author-name {
  font-size: 18px;
  color: #091b3f;
}
.timeline__post-date {
  display: block;
  font-size: 14px;
  color: #929fb8;
}
.timeline__session,
.timeline__likes-tease {
  margin-top: 12px;
  margin-left: 72px;
}
.timeline__session-label {
  display: none;
}
.timeline__session-name {
  font-size: 14px;
  font-weight: 700;
}
.timeline__action {
  padding: 6px;
  position: absolute;
  top: 0;
  right: -6px;
  font-size: 18px;
}
.timeline__action--report {
  right: 36px;
  color: #c7d3e5;
}
.timeline__action--report:hover,
.timeline__action--report:focus {
  color: #da1c0f;
}
.timeline__action--like:not(:hover):not(:focus) {
  color: #98aac5;
}
.timeline__action--unlike {
  display: none;
}
.timeline__item--is-liked .timeline__action--like {
  display: none;
}
.timeline__item--is-liked .timeline__action--unlike {
  display: unset;
}
.timeline__likes {
  padding-top: 24px;
  border-top: 1px solid #d7dfec;
  margin-top: 24px;
}
.js .timeline__likes:not(.is-active) {
  display: none;
}
.timeline__likes-list {
  list-style: none;
  margin: 0 -12px 0 0;
}
.timeline__likes-item {
  display: inline-block;
  margin-right: 12px;
}
.timeline__likes-pfp {
  display: block;
  width: 60px;
  height: 60px;
}
.timeline__content {
  padding: 24px 0;
}
.timeline__post-image-wrapper {
  display: block;
}
.timeline__post-image {
  max-height: 500px;
}
.timeline__post-text {
  white-space: pre-wrap;
}
.timeline .truncator-expand {
  margin: 0;
  padding: 24px 0;
  font-size: 14px;
  color: #616e88;
}
.timeline__post-image-wrapper + .timeline__post-text {
  margin-top: 24px;
}
.timeline__comments {
  border-top: 1px solid #d7dfec;
  padding-top: 24px;
}
.timeline__comments .empty {
  display: none;
}
.timeline__comments-toggle {
  display: none;
}
.timeline__reply-form {
  position: relative;
}
.timeline__reply-input {
  padding-right: 72px !important;
  margin-bottom: 0 !important;
}
.timeline__reply-submit {
  display: block;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.timeline__reply-submit:hover,
.timeline__reply-submit:focus {
  opacity: 0.8;
}

@media (max-width: 1279px) {
  .timeline__comments-toggle {
    font-size: 14px;
  }
  .js .timeline__comments-toggle {
    display: block;
  }
  .timeline__comments-toggle .far {
    margin-right: 6px;
    color: #929fb8;
  }
  .js .timeline__comments-content:not(.is-active) {
    display: none;
  }
  .timeline__comments-content,
  .timeline__comments-list {
    margin-top: 24px;
  }
}

@media (min-width: 1280px) {
  .timeline__item {
    display: grid;
    grid-template: "header  header" auto "content comments" auto/2fr 1fr;
    padding-bottom: 0;
  }
  .timeline__meta {
    grid-area: header;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .timeline__author {
    flex: 1 0 33%;
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding-right: 1em;
  }
  .timeline__author-pfp {
    flex: 0 0 60px;
  }
  .timeline__session {
    flex: 0 0 33%;
    margin: 0;
  }
  .timeline__session-label {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .timeline__actions {
    flex: 0 0 33%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 24px;
  }
  .timeline__likes-tease {
    flex: 1 0 96px;
    margin: 0 12px 0 0;
  }
  .timeline__action {
    flex: 0 0 auto;
    padding: 12px;
    position: static;
  }
  .timeline__action:last-child {
    margin-right: -12px;
  }
  .timeline__likes {
    flex: 0 0 100%;
  }
  .timeline__content {
    grid-area: content;
    min-width: 0;
    padding-right: 24px;
  }
  .timeline__post-image-wrapper {
    max-width: 49%;
    float: left;
    margin-right: 24px;
  }
  .timeline__post-image-wrapper + .timeline__post-text {
    margin-top: 0;
  }
  .timeline__comments {
    grid-area: comments;
    min-height: 144px;
    margin: 0;
    padding: 0;
    border-top: none;
    border-left: 1px solid #d7dfec;
    position: relative;
  }
  .timeline__comments .empty {
    display: block;
    box-shadow: none;
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .timeline__comments .empty__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 0;
    color: #c7d3e5;
  }
  .timeline__comments--can-reply .empty {
    bottom: 48px;
  }
  .timeline__item--has-replies .timeline__comments {
    min-height: 288px;
  }
  .timeline__comments-content {
    position: absolute;
    top: 0;
    right: -24px;
    bottom: 0;
    left: 0;
  }
  .timeline__comments-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px;
    overflow-y: auto;
  }
  .timeline__comments--can-reply .timeline__comments-list {
    bottom: 48px;
  }
  .timeline__reply-form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #d7dfec;
    z-index: 2;
  }
  .timeline__reply-input {
    border: none !important;
  }
}


.timeline-list-link {
  display: inline-block;
  margin-top: 36px;
  font-weight: 700;
}
.timeline-list-link:first-child {
  margin-top: 0;
}
.timeline-list-link .fas {
  margin-right: 6px;
}
.timeline-list-link__count {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
  color: #929fb8;
  font-weight: 400;
}

@media (min-width: 480px) and (max-width: 1079px), (min-width: 1280px) {
  .truncator-expand + .timeline-list-link {
    float: right;
    margin-top: -24px;
    position: relative;
    z-index: 2;
  }
}


.timeline-form {
  margin: 48px 0;
  border-bottom: 1px solid #d7dfec;
  padding-bottom: 48px;
}
.js .timeline-form--tl-page:not(.is-active),
.js .timeline-form--session-page:not(.is-active) {
  display: none;
}
.timeline-form__pfp {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 12px;
}
.timeline-form__input {
  width: calc(100% - 84px);
  min-height: 96px;
  resize: none;
  padding: 0;
  border: none;
}
.timeline-form__input::-webkit-input-placeholder {
  font-size: 18px;
  color: #929fb8;
}
.timeline-form__input::-moz-placeholder {
  font-size: 18px;
  color: #929fb8;
}
.timeline-form__input:-ms-input-placeholder {
  font-size: 18px;
  color: #929fb8;
}
.timeline-form__input:-moz-placeholder {
  font-size: 18px;
  color: #929fb8;
}
.timeline-form__controls {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.timeline-form__controls .controls {
  justify-content: flex-end;
}
.timeline-form__controls .controls .error {
  flex-basis: 100%;
  text-align: right;
}
.timeline-form__attach {
  color: #929fb8;
}
.timeline-form__submit {
  margin-left: 24px;
}

@media (min-width: 480px) {
  .timeline-form__pfp {
    margin-right: 24px;
  }
}

@media (min-width: 820px) {
  .timeline-form__input {
    min-height: 120px;
  }
}


.likes-tease {
  display: block;
  text-align: left;
}
.likes-tease:hover,
.likes-tease:focus {
  text-decoration: none !important;
}
.likes-tease__pfps {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  margin-right: 6px;
}
.likes-tease__pfp {
  display: inline-block;
  width: 24px;
  height: 24px;
  box-shadow: 0 0 0 2px #fff;
  z-index: 7;
}
.likes-tease__pfp:nth-child(2) {
  z-index: 6;
}
.likes-tease__pfp:nth-child(3) {
  z-index: 5;
}
.likes-tease__pfp:nth-child(4) {
  z-index: 4;
}
.likes-tease__pfp:nth-child(5) {
  z-index: 3;
}
.likes-tease__pfp:nth-child(6) {
  z-index: 2;
}
.likes-tease__pfp:nth-child(7) {
  z-index: 1;
}
.likes-tease__pfp + .likes-tease__pfp {
  margin-left: -12px;
}
.likes-tease__text {
  font-size: 14px;
  text-decoration: underline;
}
.likes-tease:not(:hover):not(:focus) .likes-tease__text {
  color: #616e88;
  text-decoration: none;
}

.post-reply {
  min-height: 36px;
  position: relative;
  padding-left: 48px;
}
.post-reply + .post-reply {
  margin-top: 24px;
}
.post-reply__pfp {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
}
.post-reply__name {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.post-reply__name-link {
  color: #091b3f;
}
.post-reply__date {
  display: block;
  font-size: 14px;
  color: #929fb8;
}
.post-reply__report {
  padding: 6px;
  position: absolute;
  top: -6px;
  right: -6px;
  color: #c7d3e5;
}
.post-reply__report:hover,
.post-reply__report:focus {
  color: #da1c0f;
}
.post-reply__content {
  margin-top: 6px;
}


@media (min-width: 1280px) {
  .timeline-list-controls {
    display: flex;
    align-items: center;
  }
  .timeline-list-controls .list-filters {
    flex: 1 0 30%;
  }
  .timeline-list-controls .pagination {
    flex: 1 0 50%;
    margin: 0 0 0 48px;
  }
}


.calendar__weekdays {
  margin: 0;
  padding: 10px 0;
}
.calendar__weekdays li {
  display: inline-block;
  width: 13.6%;
  text-align: center;
}
.calendar__days {
  padding: 10px 0;
  margin: 0;
}
.calendar__days li {
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  color: lightgrey;
}
.calendar__days li.active {
  text-decoration: underline;
  -webkit-text-decoration-color: #279eff;
  text-decoration-color: #279eff;
  color: #279eff;
}
.calendar__days li.active a {
  color: #279eff;
}
.calendar__days a {
  color: #091b3f;
  text-decoration: none;
  font-weight: 800;
}
.calendar__days a:hover {
  text-decoration: none;
}


/*! ---------- =speaker_portal ---------- */

.speaker-portal .is-hidden {
  display: none;
}


/*! ---------- =body ---------- */

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.layout {
  min-height: 100vh;
  padding: 96px 0 24px;
  background-color: #f0f4fa;
  position: relative;
  z-index: 1;
}
.layout__bg,
.layout__bg-overlay,
.layout__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout__bg {
  z-index: 0;
}
.layout__bg-overlay {
  z-index: 2;
  opacity: 0.4;
}

@supports (mix-blend-mode: overlay) {
  .layout__bg-overlay {
    mix-blend-mode: overlay;
    opacity: 1;
  }
}

.layout__bg-image {
  z-index: 1;
}
.layout__bg-image--repeat {
  background-position: 0 0;
  background-repeat: repeat;
}
.layout__bg-image--anchored {
  width: 100%;
  height: 100%;
}
.layout__bg-image--fill {
  position: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
}

.pre-content,
.post-content {
  padding: 0 24px;
  position: relative;
}
.pre-content {
  margin-bottom: 24px;
}
.post-content {
  margin-top: 24px;
}

.content {
  padding: 36px 24px;
  margin: 0 24px;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
.content--no-bg {
  padding: 0;
  background: transparent;
  overflow: visible;
}
.content__card {
  padding: 36px 24px;
  background: #fff;
  border-radius: 6px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.content__card::after {
  content: "";
  display: table;
  clear: both;
}
.content__card.medium-rect {
  padding: 8px;
  max-width: 316px;
  margin-left: auto;
  margin-right: auto;
}
.content__card.medium-rect img {
  width: 100%;
}
.content__card + .content__card,
.content__aside-items > .content__card:first-child {
  margin-top: 24px;
}
.content__card-banner {
  margin: -36px -24px 24px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.content__card-banner img {
  width: 100%;
}

.interstitial-ad {
  margin: 36px 0;
}
.welcome__countdown + .interstitial-ad {
  margin-top: 0;
}


@media (max-width: 819px) {
  .content__aside-items .content__card--promote:first-child {
    margin-bottom: 24px !important;
  }
}

@media (min-width: 820px) {
  .layout {
    width: 100%;
    padding: 108px 0 48px 270px;
  }

  .page-header {
    width: 270px;
    bottom: 0;
    right: auto;
  }

  .pre-content {
    padding: 0 48px;
    margin-bottom: 48px;
  }

  .post-content {
    padding: 0 48px;
    margin-top: 48px;
  }

  .content {
    padding: 48px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 1px 3px rgba(8, 27, 56, 0.2);
  }
  .content--no-bg {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .content--standalone {
    max-width: none;
    margin-left: -270px;
    background: transparent;
    box-shadow: none;
  }
  .pre-content ~ .content {
    margin-top: 0;
  }
  .page-header ~ .content {
    margin-left: 48px;
    margin-right: 48px;
  }
  .page-header ~ .content--standalone {
    margin-left: -222px;
  }
  .content__card {
    padding: 48px;
    box-shadow: 0 1px 3px rgba(8, 27, 56, 0.2);
  }
  .content__card.medium-rect {
    max-width: unset;
  }
  .content__card + .content__card,
  .content__aside-items > .content__card:first-child {
    margin-top: 48px;
  }
  .content__card-banner {
    margin: -48px -48px 36px;
  }

  .interstitial-ad {
    margin: 60px 0;
  }
}


@media (min-width: 1706px) {
  .page-header ~ .content {
    width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-header ~ .content--standalone {
    left: -135px;
  }
}

@media (max-width: 1279px) {
  .content {
    display: flex;
    flex-direction: column;
  }
  .content__main-items,
  .content__aside-items {
    display: contents;
  }
  .content__card--promote {
    order: -1;
  }
  .content__aside-items .content__card--promote:first-child {
    margin-top: 0;
    margin-bottom: 48px;
  }
  .content__card--demote {
    order: 1;
  }
}

@media (min-width: 1280px) {
  .content::after {
    content: "";
    display: table;
    clear: both;
  }
  .content__main-items {
    width: 66%;
    float: left;
    margin-right: 27px;
  }
  .content__aside-items {
    padding: 0 3px 3px;
    overflow: hidden;
  }
  .content__aside-items > .content__card:first-child {
    margin-top: 0;
  }
}


.reading-width {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.form-width {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.page-title a {
  color: #091b3f;
}
.page-title__pfp {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 0.4em;
  margin-bottom: 24px;
  position: relative;
  top: -4px;
}
.page-title__logo {
  max-height: 3em;
  margin-bottom: 24px;
}
.page-title small {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
  color: #616e88;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  overflow: hidden;
}

@media (max-width: 819px) {
  .page-title__pfp {
    margin-bottom: 12px;
  }
  .page-title small {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .page-title {
    font-size: 28px;
    line-height: 36px;
  }
  .page-title__pfp {
    width: 40px;
    height: 40px;
    top: -1px;
  }
}

@media (min-width: 820px) {
  .page-title {
    margin-bottom: 42px;
  }
}

@media (min-width: 1080px) {
  .page-title {
    margin-bottom: 36px;
  }
  .page-title__logo {
    max-height: 4em;
  }
}

@media (min-width: 1280px) {
  .page-title {
    padding-right: 288px;
  }
}


.page-subtitle {
  font-size: 18px;
  line-height: 30px;
  color: #091b3f;
  overflow: hidden;
}
.page-title ~ .page-subtitle {
  margin-top: -24px;
}

@media (min-width: 820px) {
  .page-subtitle {
    margin-bottom: 36px;
  }
  .page-title ~ .page-subtitle {
    margin-top: -36px;
  }
}


.page-subtitle-image {
  max-width: 30%;
  float: left;
  margin: 0 12px 24px 0;
}
.page-title ~ .page-subtitle-image {
  margin-top: -6px;
}
.page-subtitle-image + .user-content,
.page-subtitle-image + .page-subtitle + .user-content {
  clear: left;
}

@media (min-width: 820px) {
  .page-title ~ .page-subtitle-image {
    margin-top: 3px;
  }
}

@media (min-width: 1280px) {
  .page-title ~ .page-subtitle-image {
    margin-top: -30px;
  }
}


.section-title-button {
  margin-bottom: 24px;
}

@media (min-width: 480px) {
  .section-title-button {
    float: right;
    margin: -60px 0 0;
  }
}

@media (min-width: 820px) and (max-width: 1079px) {
  .section-title-button {
    margin-top: -54px;
  }
}


.title-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
}
.title-block__image {
  position: relative;
  z-index: 3;
  background: #fff;
}
.title-block--circle .title-block__image {
  width: 192px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 1px 3px rgba(8, 27, 56, 0.2), 0 1px 3px rgba(8, 27, 56, 0.2);
}
.title-block__pfp-wrapper {
  display: flex;
  align-items: center;
}
.title-block__pfp {
  display: block;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 12px;
}
.title-block__pfp img {
  width: 100%;
}
.title-block__pfp .pfp-initials__text {
  font-size: 20px;
}
.title-block__title {
  margin-bottom: 0;
}
.title-block__meta {
  font-size: 18px;
  font-weight: 700;
  color: #091b3f;
}
.title-block__meta.deemphasize {
  color: rgb(121.5, 134.5, 160);
}
.title-block__tags {
  margin-top: 6px;
}
.title-block__tags .pill {
  margin: 0 6px 6px 0;
}
.title-block__meta + .title-block__tags {
  margin-top: -12px;
}
.title-block__title-tags {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.title-block__actions {
  margin: 0 -3px;
}
.title-block__actions .button {
  margin: 0 3px 3px;
}
.title-block__actions span {
  margin: 0 3px 3px;
  white-space: nowrap;
}
.title-block.actionable a {
  display: contents;
  color: inherit;
}

@media (min-width: 480px) {
  .title-block__pfp {
    flex-basis: 120px;
    width: 120px;
    height: 120px;
  }
  .title-block__pfp .pfp-initials__text {
    font-size: 40px;
  }
}

@media (max-width: 1079px) {
  .title-block__image {
    margin-bottom: 24px;
  }
  .exhibitor__embed + .title-block--circle .title-block__image,
  .welcome__banner + .title-block--circle .title-block__image {
    margin-top: -48px;
  }
  .title-block__pfp-wrapper,
  .title-block__content {
    order: 1;
  }
  .exhibitor__embed + .title-block .title-block__content,
  .welcome__banner + .title-block .title-block__content,
  .exhibitor__embd + .title-block .title-block__actions,
  .welcome__banner + .title-block .title-block__actions {
    text-align: center;
  }
  .title-block__actions {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}

@media (min-width: 820px) and (max-width: 1079px) {
  .exhibitor__embed + .title-block--circle .title-block__image,
  .welcome__banner + .title-block--circle .title-block__image {
    margin-top: -72px;
  }
}

@media (min-width: 1080px) {
  .title-block {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .title-block--compact {
    flex-direction: column;
    align-items: stretch;
  }
  .title-block--compact .title-block__pfp-wrapper,
  .title-block--compact .title-block__content {
    order: 1;
  }
  .title-block--compact .title-block__actions {
    margin: 0 0 36px;
  }
  .exhibitor__embed + .title-block--circle,
  .welcome__banner + .title-block--circle {
    align-items: flex-start;
  }
  .title-block__image {
    flex: 1 0 100px;
    max-width: 300px;
    margin-right: 30px;
  }
  .title-block--circle .title-block__image {
    max-width: 192px;
  }
  .exhibitor__embed + .title-block--circle .title-block__image,
  .welcome__banner + .title-block--circle .title-block__image {
    margin-top: -60px;
  }
  .title-block__pfp {
    margin-right: 24px;
  }
  .title-block__content {
    flex: 1 0 1em;
    min-width: 0;
  }
  .title-block__meta {
    font-size: 20px;
  }
  .title-block__actions {
    align-self: flex-start;
    margin-top: 6px;
    margin-left: 12px;
  }
  .title-block__actions .button {
    white-space: nowrap;
  }
}

@media (min-width: 1280px) {
  .title-block__title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .align-center .title-block__title {
    justify-content: center;
  }
  .title-block__title-tags {
    flex: 1 0 auto;
    margin-left: 12px;
    text-align: right;
    position: relative;
    top: -6px;
  }
  .content__main-items .title-block__image {
    max-width: 160px;
  }
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .title-block--sidebar .title-block__pfp-wrapper {
    flex-direction: column;
  }
  .title-block--sidebar .title-block__pfp {
    margin: 0 0 24px;
  }
}


.action-block {
  display: flex;
}
.action-block .title-block__actions {
  margin-left: auto;
}

.page-banner {
  margin: -36px -24px 24px;
  border-radius: 6px 6px 0 0;
  position: relative;
  overflow: hidden;
}
.page-actions + .page-banner {
  margin-top: 0;
}
.page-banner > img {
  width: 100%;
}

@media (min-width: 820px) {
  .page-banner {
    margin: -48px -48px 48px;
  }
  .page-banner::before {
    content: "";
    display: block;
    height: 67%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  }
}


.sponsor-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -36px -24px 24px;
  padding: 24px;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
.sponsor-banner__link {
  display: inline-block;
  max-width: 100%;
}
.sponsor-banner__disclaimer {
  display: block;
  margin: 6px 0 -18px;
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}

@media (min-width: 820px) {
  .sponsor-banner {
    margin: -48px -48px 48px;
    padding: 48px;
  }
  .sponsor-banner__disclaimer {
    margin-bottom: -30px;
  }
}


/*! ---------- =header components ---------- */

.header-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 1px solid #c7d3e5;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(87, 107, 137, 0.4);
}
.header-logo__link {
  flex: 0 0 auto;
  max-height: 120px;
  max-width: 120px;
}
.header-logo__image {
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.header-logo--mobile {
  width: 60px;
  height: 60px;
}
.header-logo--mobile .header-logo__link {
  max-height: 60px;
  max-width: 60px;
}

.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #2a4163;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #616e88;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .page-header .toggle-indicator__piece {
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #8e7acc;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #6244bb;
}

.user-bar__title {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
.user-bar__user-link {
  display: block;
}
.user-bar__user-link:hover,
.user-bar__user-link:focus {
  text-decoration: none !important;
}
.user-bar__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #091b3f;
  transition: color 0.15s ease-out;
}
.user-bar__user-link:hover .user-bar__name,
.user-bar__user-link:focus .user-bar__name {
  text-decoration: underline;
}
.user-bar__logo,
.user-bar__pfp {
  display: inline-flex;
  vertical-align: middle;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 12px;
  border-radius: 50%;
  overflow: hidden;
}
.user-bar__logo {
  margin: 0 12px 0 0;
}
.user-bar__logo-image,
.user-bar__pfp-image {
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.user-bar__pfp-initials {
  font-size: 14px;
}

@media (max-width: 819px) {
  .user-bar__meta {
    padding: 0 24px;
    text-align: center;
    margin-bottom: 24px;
  }
  .user-bar__logo {
    display: none;
  }
  .user-bar__dates {
    margin-top: 12px;
  }
  .user-bar__user {
    text-align: center;
    margin-bottom: 36px;
  }
}

@media (min-width: 820px) {
  .user-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 48px;
  }
  .user-bar__meta {
    flex: 1 0 25%;
  }
  .user-bar__title {
    font-size: 16px;
  }
  .user-bar__logo + .user-bar__title {
    display: inline-block;
    vertical-align: middle;
  }
  .user-bar__user {
    flex: 0 0 auto;
  }
}

@media (min-width: 1080px) {
  .user-bar__title,
  .user-bar__dates {
    display: inline-block;
  }
  .user-bar__dates::before {
    content: "|";
    display: inline-block;
    margin: 0 12px;
    color: #bbc2ce;
  }
}


.section-nav__group-name {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #091b3f;
  transition: margin 0.2s ease;
}
.js .section-nav__list.is-active + .section-nav__group-name {
  margin-top: 12px;
}
.section-nav__group-toggle {
  display: block;
  width: 100%;
  padding: 12px 48px 12px 24px;
  border: none;
  text-align: left;
  background: none;
  position: relative;
}
.section-nav__group-toggle:not(.is-active) {
  color: #091b3f !important;
}
.section-nav__group-toggle:hover,
.section-nav__group-toggle:focus {
  text-decoration: none !important;
}
.section-nav__group-toggle:focus {
  outline: 1px dashed rgba(8, 27, 56, 0.15);
  outline-offset: -4px;
}
.section-nav__group-off,
.section-nav__group-on {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -6px;
  border-color: #6244bb;
  border-style: solid;
  border-width: 2px 2px 0 0;
  color: rgba(97, 110, 136, 0.01);
  overflow: hidden;
  pointer-events: none;
}
.section-nav__group-off {
  transform: translateY(-35%) rotate(135deg);
}
.section-nav__group-on {
  transform: translateY(35%) rotate(-45deg);
}
.js .section-nav__group-toggle:not(.is-active) .section-nav__group-off,
.js .section-nav__group-toggle.is-active .section-nav__group-on {
  display: block;
}
.section-nav__list {
  list-style: none;
  margin: 0;
}
.js .section-nav__group-name + .section-nav__list {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s cubic-bezier(0, 1.05, 0, 1), opacity 0.35s ease-out;
}
.js .section-nav__group-name + .section-nav__list.is-active {
  max-height: 10000px;
  opacity: 1;
  transition: max-height 0.35s cubic-bezier(1, 0, 0.8, 1.05), opacity 0.2s ease-out;
}
.section-nav__link {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  color: #616e88;
  position: relative;
}
.section-nav__link:hover {
  color: #6244bb;
  background: rgba(255, 255, 255, 0.3);
}
.section-nav__link:focus {
  color: #fff !important;
  background: #6244bb;
  outline: 1px dashed rgba(255, 255, 255, 0.35);
  outline-offset: -4px;
}
.section-nav__icon {
  flex: 0 0 30px;
  height: 30px;
  margin-right: 18px;
  font-size: 22px;
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 50%;
}
.section-nav__icon .menu-icon-lock {
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.section-nav__link:focus .section-nav__icon {
  border-radius: 0;
  box-shadow: 0 0 0 4px #fff;
}
.section-nav__title {
  font-weight: 400;
}
.section-nav__item--current {
  box-shadow: inset 5px 0 0 #6244bb;
  background: #fff;
}
.section-nav__item--current .section-nav__link {
  color: #6244bb;
}
.section-nav__unread {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 48px;
  top: 12px;
  overflow: hidden;
}
.section-nav__unread--group {
  left: 12px;
  top: 50%;
  transform: scale(0.9) translateY(-50%);
}

@media (max-width: 719px) {
  .section-nav__icon .icon:not(.icon-organization) {
    filter: brightness(0.1);
  }
}

@media (min-width: 820px) {
  .section-nav__group-toggle {
    padding-left: 30px;
  }
  .section-nav__group-on,
  .section-nav__group-off {
    right: 30px;
  }
  .section-nav__link {
    padding-left: 30px;
  }
}


.rd-promo {
  margin-top: 48px;
  padding: 0 24px;
}
.rd-promo__label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #929fb8;
}
.rd-promo__link {
  display: block;
  margin-top: 12px;
}
.rd-promo__link:hover,
.rd-promo__link:focus {
  opacity: 0.9;
}
.rd-promo__image {
  width: 150px;
  margin-left: 0;
}
.rd-promo__link:focus .rd-promo__image {
  outline: 1px dashed rgba(0, 0, 0, 0.1);
  outline-offset: 4px;
}


/*! ---------- =header layout ---------- */

.page-header {
  background: rgba(255, 255, 255, 0.95);
}
.page-header__skip {
  opacity: 0.01;
  position: absolute;
  left: 48px;
  top: 24px;
  z-index: -1;
  pointer-events: none;
}
.page-header__skip:focus {
  opacity: 1;
  z-index: 1;
}
.page-header__toggle {
  display: none;
}
.page-header__logo {
  margin: 0 auto 24px;
}
.page-header__other-events {
  display: block;
  padding: 12px 24px;
  margin: 60px 0 24px;
  font-size: 14px;
}
.page-header__other-events::before {
  content: "";
  display: block;
  border-top: 1px solid #c7d3e5;
  position: relative;
  top: -42px;
}

@media (max-width: 819px) {
  .page-header {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 72px;
    padding: 0 120px 0 24px;
  }
  .page-header__mobile-logo {
    flex: 0 0 60px;
    margin-right: 12px;
  }
  .page-header__title {
    flex: 1 0 50%;
    margin: 0;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    word-wrap: break-word;
    hyphens: auto;
  }
  .page-header__toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 24px 24px;
    color: #616e88;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #6244bb;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6px;
  }
  .page-header__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
    padding: 36px 0;
    background: #fff;
  }
}

@media (min-width: 820px) {
  .page-header {
    width: 270px;
    padding: 24px 0;
    box-shadow: 1px 0 3px rgba(8, 27, 56, 0.3);
  }
  .page-header__mobile-logo,
  .page-header__title {
    display: none;
  }
  .page-header__logo {
    margin: 0 auto 24px;
    position: relative;
    z-index: 2;
  }
  .page-header__content {
    height: 100%;
  }
  .page-header__user-bar {
    width: calc(100vw - 270px);
    min-height: 60px;
    position: absolute;
    left: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: inset 3px 0 5px -3px rgba(8, 27, 56, 0.4), 0 1px 3px rgba(8, 27, 56, 0.2);
  }
  .page-header__scroll-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 24px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d7dfec #fff;
  }
  .page-header__scroll-container::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
  }
  .page-header__scroll-container::-webkit-scrollbar-thumb {
    background: #d7dfec;
    border: 2px solid #fff;
    border-radius: 6px;
  }
  .page-header__logo ~ .page-header__scroll-container {
    top: 168px;
  }

  @supports (position: sticky) {
    .page-header__scroll-content::after {
      content: "";
      display: block;
      width: 100%;
      height: 72px;
      position: sticky;
      bottom: 0;
      background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
      pointer-events: none;
    }
  }

  .page-header__other-events,
  .page-header__promo {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-header--bar-only {
    width: 0;
    box-shadow: none;
  }
  .page-header--bar-only .page-header__user-bar {
    width: 100vw;
    box-shadow: 0 1px 3px rgba(8, 27, 56, 0.2);
  }
}


/*! ---------- =mobile header and menu ---------- */

@media (max-width: 819px) {
  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 72px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
    transition: all 0.15s ease-out;
  }

  @supports (transform: translateX(-100%)) {
    .page-header__content {
      display: block;
      transform: translateX(-100%);
      opacity: 0;
      visibility: hidden;
    }
  }

  .page-header__content.mobile-menu-is-open {
    display: block;
  }

  @supports (transform: translateX(-100%)) {
    .page-header__content.mobile-menu-is-open {
      transform: translateX(0);
      box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.2);
      opacity: 1;
      visibility: visible;
    }
  }
}

.page-header__toggle.mobile-menu-is-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  width: calc(0% + 72px);
  font-size: 0.01px;
  color: transparent;
  background: rgba(250, 251, 252, 0.7);
}
.page-header__toggle.mobile-menu-is-open .toggle-indicator {
  position: absolute;
  top: 26px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}


/*! ---------- =event detail ---------- */

.event-detail__image {
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(8, 27, 56, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
.event-detail__content {
  margin-bottom: 48px;
}
.event-detail__info {
  clear: left;
  overflow: hidden;
}

@media (min-width: 480px) {
  .event-detail__image {
    max-width: 40%;
    float: right;
    margin-left: 24px;
  }
  .event-detail__content {
    margin-bottom: 72px;
  }
}

@media (min-width: 1080px) {
  .event-detail__meta {
    max-width: 50%;
    float: left;
  }
  .event-detail__image {
    margin-top: -36px;
  }
  .event-detail__content {
    clear: left;
  }
}


.exhibitor__embed {
  margin: -36px -24px 24px;
  border-radius: 6px 6px 0 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 820px) {
  .exhibitor__embed {
    margin: -48px -48px 48px;
  }
}


.input-image {
  max-width: 240px;
  margin: 0 0 1em 0;
}

.leaderboard__podium {
  margin-bottom: 48px;
}
.leaderboard__list-rank {
  display: inline-block;
  min-width: 1.5em;
  margin-right: 12px;
  text-align: right;
  font-size: 18px;
}
.leaderboard__list-title {
  display: inline-block;
}
.leaderboard__list-score {
  display: inline-block;
  margin-right: 0.15em;
  font-size: 18px;
}
.leaderboard__list-score-label {
  font-size: 14px;
  color: #929fb8;
}
.leaderboard__my-rank {
  font-size: 18px;
  margin-bottom: 12px;
}
.leaderboard__my-rank-number {
  font-size: 22px;
}
.leaderboard__my-rank-number sup {
  font-weight: 400;
}
.leaderboard__my-score {
  font-size: 14px;
  color: #929fb8;
}
.leaderboard__my-score-number {
  font-size: 40px;
  line-height: 36px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .leaderboard__my-score {
    text-align: center;
  }
  .leaderboard__my-score-number {
    display: block;
  }
}


.podium {
  display: grid;
  grid-template-columns: Repeat(auto-fit, minmax(168px, 1fr));
  gap: 24px;
  list-style: none;
  margin-left: 0;
}
.podium__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.podium__rank {
  font-size: 22px;
  font-weight: 700;
  color: #e0c431;
}
.podium__rank .fas {
  font-size: 16px;
}
.podium__rank sup {
  font-weight: 400;
}
.podium__item--second .podium__rank {
  color: #8b9d9f;
}
.podium__item--third .podium__rank {
  color: #b0845b;
}
.podium__pfp {
  width: 168px;
  height: 168px;
  margin: 6px 0 12px;
  padding: 4px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e0c431;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.33) 20%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.57) 55%, rgba(255, 255, 255, 0.54) 75%, rgba(255, 255, 255, 0) 85%);
}
.podium__item--second .podium__pfp {
  width: 156px;
  height: 156px;
  background-color: #c1cccd;
}
.podium__item--third .podium__pfp {
  width: 132px;
  height: 132px;
  background-color: #d7aa80;
}
.podium__item .pfp-initials__text {
  font-size: 40px;
  color: #e0c431;
}
.podium__item--second .pfp-initials__text {
  color: #8b9d9f;
}
.podium__item--third .pfp-initials__text {
  color: #b0845b;
}
.podium__name {
  color: #091b3f;
}
.podium__score {
  margin-top: 6px;
  font-size: 34px;
  line-height: 36px;
  color: #ccab00;
}
.podium__item--second .podium__score {
  color: #8b9d9f;
}
.podium__item--third .podium__score {
  color: #b0845b;
}
.podium__score-label {
  font-size: 14px;
  color: #929fb8;
}

.point-table {
  width: 100%;
}
.point-table__row + .point-table__row {
  border-top: 18px solid transparent;
}
.point-table__icon {
  width: 24px;
  text-align: center;
  color: #929fb8;
}
.point-table__figure {
  width: 36px;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
}
.point-table__label {
  padding: 0 0.5em;
}
.point-table__total {
  font-size: 14px;
  color: #929fb8;
}
.point-table__points {
  font-size: 18px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .point-table {
    display: block;
    width: auto;
    margin-left: -24px;
    margin-right: -24px;
  }
  .point-table__row {
    display: flex;
    flex-wrap: wrap;
  }
  .point-table__icon {
    flex: 0 0 24px;
    margin-right: 6px;
  }
  .point-table__figure {
    width: auto;
    flex: 0 0 auto;
  }
  .point-table__label {
    flex: 1 0 50%;
    font-size: 14px;
  }
  .point-table__total {
    flex: 1 0 50%;
    margin: 6px 0 0 30px;
  }
  .point-table__points {
    font-size: 14px;
  }
}


.chat {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 63vh;
  height: calc(100vh - 286px);
  min-height: 288px;
  border: 1px solid #d7dfec;
}
.chat__feed {
  overflow-y: auto;
}
.chat__messages {
  list-style: none;
  margin: 0;
  padding: 24px;
}
.chat__message {
  max-width: 90%;
  margin: 12px 0 0;
}
.chat__message--mine {
  text-align: right;
  margin-left: auto;
}
.chat__message--theirs {
  margin-right: auto;
}
.chat__message--full {
  max-width: none !important;
}
.chat__message--grouped {
  margin-top: 3px;
}
.chat__byline {
  color: #929fb8;
  font-size: 14px;
}
.chat__message--grouped .chat__byline {
  display: none;
}
.chat__name {
  display: inline-block;
  margin-right: 0.5em;
}
.chat__text {
  display: inline-block;
  max-width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  background: #f0f4fa;
  border-radius: 4px;
  text-align: left;
}
.chat__message--mine .chat__text {
  color: #fff;
}
.chat__form {
  position: relative;
}
.chat__input {
  width: calc(100% + 2px) !important;
  max-width: none !important;
  border-color: #d7dfec !important;
  margin: 0 -1px -1px !important;
  padding: 18px 72px 18px 24px !important;
}
.chat__input:focus {
  border-color: #98aac5 !important;
}
.chat__submit {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 1px;
}
.chat__submit:hover,
.chat__submit:focus {
  box-shadow: 0 0 0 1px #98aac5;
}
.chat__submit:hover img,
.chat__submit:focus img {
  filter: brightness(1.2);
}

@media (min-width: 480px) {
  .chat {
    height: 61vh;
    height: calc(100vh - 304px);
  }
}

@media (min-width: 820px) {
  .chat {
    height: 56vh;
    height: calc(100vh - 378px);
  }
  .chat__message {
    max-width: 80%;
  }
}

@media (min-width: 1280px) {
  .chat {
    height: 62vh;
    height: calc(100vh - 330px);
  }
}


.notifications {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  pointer-events: none;
}
.notifications__list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  list-style: none;
  margin: 0;
}
.notifications__item {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  max-height: 80vh;
  background-color: #fff;
  font-size: 12px;
  padding: 18px 12px;
  border: 0.5px solid #d7dfec;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  transition: border-color 0.2s ease;
}
.notifications__item.success {
  border-color: #20cf20;
}
.notifications__item.error {
  border-color: #da1c0f;
}
.notifications__item.collapsed {
  max-height: 216px;
}
.notifications__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #f0f4fa;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.notifications__progress {
  flex: 0 0 auto;
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #d7dfec;
}
.notifications__progress::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  border: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #fff;
  content: " ";
}
.notifications__progress > .clip {
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 50%;
  clip-path: inset(0 0 0 50%);
}
.notifications__progress > .clip > .value-bar {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  clip-path: inset(0 50% 0 0);
}
.notifications__progress > .clip > .first-bar {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  clip-path: inset(0 0 0 50%);
}
.notifications__progress.over50 > .clip {
  clip-path: unset;
}
.notifications__progress.over50 > .clip > .first-bar {
  display: block;
}
.notifications__title {
  flex: 1 1 auto;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.notifications__subtitle {
  font-size: 14px;
  color: #929fb8;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notifications__close {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  font-size: 0.1em;
  color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.notifications__close::before,
.notifications__close::after {
  content: "";
  display: block;
  width: 18px;
  height: 1.5px;
  background: #c7d3e5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.notifications__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.notifications__body {
  flex: 1 1 auto;
  overflow-y: auto;
}
.collapsed .notifications__body {
  overflow-y: hidden;
}
.notifications__payload {
  margin-top: 12px;
}
.collapsed .notifications__payload {
  display: none;
}
.notifications__input {
  margin-bottom: 12px !important;
}
.notifications__form-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.notifications__form-controls .spinner {
  margin-right: 12px;
}
.notifications__form-error {
  flex: 0 0 100%;
  min-width: 0;
  border-top: 1px solid rgba(218, 28, 15, 0.5);
  margin-top: 18px;
  padding-top: 12px;
  color: #da1c0f;
  animation: introduce-error 0.2s ease 0.2s both;
}
.notifications__footer {
  display: none;
  text-align: right;
  background-color: #fff;
  padding-top: 12px;
}
.collapsed .notifications__footer {
  display: block;
}

@media (max-width: 819px) {
  .notifications {
    top: auto;
  }
  .notifications__list {
    top: -72px;
    bottom: auto;
  }
  .notifications__item {
    max-height: 60vh;
    position: absolute;
    left: 24px !important;
    right: 24px !important;
    top: 0 !important;
    transform-origin: 50% -192px;
    animation: add-item-mobile 0.25s ease-out;
    transition: transform 0.3s ease-out, margin 0.3s ease-out;
    z-index: 1;
  }
  .notifications__item:first-child {
    z-index: 10;
  }
  .notifications__item:nth-child(2) {
    transform: scale(0.96);
    z-index: 8;
  }
  .notifications__item:nth-child(3) {
    transform: scale(0.94);
    z-index: 7;
  }
  .notifications__item:nth-child(4) {
    transform: scale(0.92);
    z-index: 6;
  }
  .notifications__item:nth-child(5) {
    transform: scale(0.9);
    z-index: 5;
  }
  .notifications__item:nth-child(6) {
    transform: scale(0.88);
    z-index: 4;
  }
  .notifications__item:nth-child(7) {
    transform: scale(0.86);
    z-index: 3;
  }
  .notifications__item:nth-child(8) {
    transform: scale(0.84);
    z-index: 2;
  }
  .notifications__item:nth-child(n+8) {
    visibility: hidden;
  }
  .notifications__item.will-destroy {
    animation: remove-item-mobile 0.3s ease-out forwards;
  }
  .notifications.is-focused .notifications__item:first-child {
    margin-top: 48px;
    transform: translateY(-100%);
  }
}

@media (min-width: 820px) {
  .notifications__list {
    display: flex;
    flex-flow: column wrap;
    align-content: flex-start;
    gap: 24px;
    direction: rtl;
    padding: 84px 24px 24px;
  }
  .notifications__item {
    direction: ltr;
    text-align: left;
    width: 300px;
    animation: add-item 0.25s ease-out;
  }
  .notifications__item.can-animate {
    position: absolute;
    transition: width 0.4s ease, height 0.4s ease, left 0.4s ease, top 0.4s ease, opacity 0.4s ease;
  }
  .notifications__item.will-destroy {
    position: absolute;
    animation: remove-item 0.4s ease-out forwards;
  }
}


@keyframes add-item {
  from {
    opacity: 0;
    transform: translateX(10%);
  }
}

@keyframes add-item-mobile {
  from {
    opacity: 0;
    transform: translateY(10%);
  }
}


@keyframes remove-item {
  to {
    opacity: 0;
    transform: translateX(150%);
  }
}

@keyframes remove-item-mobile {
  to {
    opacity: 0;
  }
}

@keyframes introduce-error {
  from {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 50vh;
    opacity: 1;
  }
}


.org-detail__name {
  margin-top: 12px;
  text-align: center;
}
.org-detail__filters {
  margin-bottom: 0;
}

@media (max-width: 630px), (min-width: 1080px) {
  .org-detail__filters .search-bar {
    flex-basis: 100%;
    margin-bottom: 12px;
  }
  .org-detail__filters .composite-button {
    flex-grow: 1;
  }
}

@media (max-width: 819px) {
  .org-detail__logo,
  .org-detail__name {
    display: none;
  }
}

@media (min-width: 820px) and (max-width: 1079px) {
  .org-detail__info {
    text-align: center;
  }
  .org-detail__logo,
  .org-detail__name {
    display: inline-block;
    vertical-align: middle;
  }
  .org-detail__logo {
    max-width: 120px;
  }
  .org-detail__name {
    text-align: left;
    margin: 0 0 0 12px;
  }
  .org-detail__filters {
    margin-top: 24px;
    text-align: left;
  }
}

@media (max-width: 1079px) {
  .org-detail__events,
  .org-detail__empty {
    margin-top: 24px;
  }
}

@media (min-width: 1080px) {
  .org-detail {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .org-detail__info {
    flex: 0 0 30%;
    margin-right: 48px;
    position: sticky;
    top: 48px;
  }
  .org-detail__events,
  .org-detail__empty {
    flex: 1 0 50%;
  }
}


.session__embed {
  margin-bottom: 36px;
}
.session__embed--box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #d7dfec;
  padding: 12px;
  border-radius: 6px;
}
.session__description .tag-list:not(:first-child) {
  margin-top: 36px;
}
.session__lists {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 48px;
  margin-right: -48px;
}
.session__lists-item {
  flex-basis: 24em;
  flex-grow: 1;
  margin: 0 48px 48px 0 !important;
}

@media (min-width: 1080px) {
  .session__embed--aside {
    width: 50%;
    width: calc(50% - 24px);
    float: right;
    margin-left: 48px;
  }
  .session__embed--aside + .session__description {
    overflow: hidden;
  }
  .session__lists-item {
    flex-basis: 45%;
  }
  .session__lists-item.full-width {
    flex-basis: 100%;
  }
}


.welcome__video,
.welcome__hero {
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.welcome__hero {
  max-width: 368px;
  margin-left: auto;
  margin-right: auto;
}
.welcome__description {
  white-space: pre-wrap;
}
.welcome__actions {
  margin-top: 24px;
}
.welcome__countdown {
  margin: 36px 0;
  font-size: 18px;
  text-align: center;
}
.welcome__countdown-main {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 600;
}
.welcome__sessions .session-card {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.welcome__speaker-link {
  display: block;
}
.welcome__speaker-link:hover,
.welcome__speaker-link:focus {
  text-decoration: none !important;
}
.welcome__speaker-pfp {
  width: 72px;
  height: 72px;
  margin: 24px auto 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.welcome__speaker-name {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #091b3f;
}
.welcome__speaker-link:hover .welcome__speaker-name,
.welcome__speaker-link:focus .welcome__speaker-name {
  color: inherit;
  text-decoration: underline;
}
.welcome__speaker-role {
  font-size: 14px;
  text-align: center;
  color: #616e88;
}
.welcome__exhibitors {
  margin-top: 48px;
}
.welcome__exhibitor-link {
  display: block;
}
.welcome__exhibitor-logo {
  height: 120px;
  margin: 24px auto 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
}
.welcome__exhibitor-name {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #091b3f;
}
.welcome__exhibitor-link:hover .welcome__exhibitor-name,
.welcome__exhibitor-link:focus .welcome__exhibitor-name {
  color: inherit;
}
.welcome__exhibitor-booth {
  text-align: center;
  color: #616e88;
}
.welcome .title-block__meta {
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (min-width: 820px) {
  .welcome__countdown {
    max-width: 600px;
    margin: 60px auto;
  }
  .welcome__countdown-main {
    font-size: 28px;
    line-height: 36px;
  }
  .welcome__speaker-pfp {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
  }
  .welcome__exhibitor-logo {
    height: 168px;
    margin-bottom: 18px;
  }
}

@media (max-width: 1079px) {
  .welcome__sessions .session-card {
    min-height: 0 !important;
  }
}

@media (min-width: 1080px) {
  .welcome__banner {
    margin-bottom: 24px;
  }
}

@media (min-width: 1280px) {
  .welcome__intro .truncator-expand {
    display: inline-block;
    width: auto;
  }
  .welcome__video,
  .welcome__hero {
    width: 50%;
    float: right;
    clear: right;
    margin-left: 24px;
  }
  .welcome__actions {
    justify-content: flex-start;
    overflow: hidden;
    margin-left: -6px;
  }
  .welcome__sessions .grid__unit:first-child .session-card {
    margin-left: 0;
  }
  .welcome__sessions .grid__unit:last-child .session-card {
    margin-right: 0;
  }
}

@media (max-width: 1599px) {
  .welcome__sessions .grid__unit:nth-child(3) {
    display: none;
  }
}


.appointment-invitation-recipient-actionable {
  cursor: pointer;
}

.appointment-invitation-recipient-checkbox {
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
}

.appointment-invitation-recipient-checkbox-disabled {
  background-image: url("../images/checkmark-disabled.png");
}

.appointment-invitation-recipient-checkbox-selected {
  background-image: url("../images/checkmark-selected.png");
}

.appointment-invitation-recipient-checkbox-unselected {
  background-image: url("../images/checkmark-unselected.png");
}

.appointment-overlapping-thumnail-block {
  display: inline-block;
  margin-right: -20px;
}

.appointment-invitation-sent,
.appointment-booked {
  color: #00b500;
  font-weight: bold;
}

.appointment-logo {
  order: 2;
}
.appointment-logo img {
  max-height: 120px;
}

.icon {
  display: inline-block;
  background: transparent url("../images/icons.png") no-repeat 0 0;
  vertical-align: middle;
  color: transparent;
  font-size: 0;
  text-decoration: none;
  overflow: hidden;
  text-indent: 200%;
}

.icon-placeholder {
  width: 0;
  height: 22px;
}

.icon-action-open {
  width: 22px;
  height: 22px;
  background-position: -50px 0px;
}

.icon-action-close {
  width: 22px;
  height: 22px;
  background-position: -50px -50px;
}

.icon-action-add {
  width: 22px;
  height: 22px;
  background-position: -50px -100px;
}

.icon-action-map {
  width: 22px;
  height: 22px;
  background-position: -50px -150px;
}

.icon-action-schedule {
  width: 22px;
  height: 22px;
  background-position: -50px -200px;
}

.icon-action-schedule-on {
  width: 22px;
  height: 22px;
  background-position: -50px -250px;
}

.icon-action-exhibitor {
  width: 22px;
  height: 22px;
  background-position: -50px -300px;
}

.icon-action-exhibitor-on {
  width: 22px;
  height: 22px;
  background-position: -50px -350px;
}

.icon-action-exhibitor-checked {
  width: 22px;
  height: 22px;
  background-position: -50px -400px;
}

.icon-action-custom {
  width: 22px;
  height: 22px;
  background-position: -50px -550px;
}

.icon-action-custom-on {
  width: 22px;
  height: 22px;
  background-position: -50px -600px;
}

.icon-action-message {
  width: 22px;
  height: 22px;
  background-position: -50px -650px;
}

.icon-action-mute {
  width: 22px;
  height: 22px;
  background-position: -50px -700px;
}

.icon-action-unmute {
  width: 22px;
  height: 22px;
  background-position: -50px -750px;
}

.icon-arrow-right {
  width: 22px;
  height: 22px;
  background-position: -50px -450px;
}

.icon-arrow-left {
  width: 22px;
  height: 22px;
  background-position: -50px -500px;
}

.icon-list-parent-session {
  width: 44px;
  height: 44px;
  background-position: -100px -100px;
}

.icon-list-parent-session-on {
  width: 44px;
  height: 44px;
  background-position: -100px -150px;
}

.icon-list-schedule {
  width: 44px;
  height: 44px;
  background-position: -100px -200px;
  position: relative;
}

.icon-list-schedule-on {
  width: 44px;
  height: 44px;
  background-position: -100px -250px;
  position: relative;
}
.icon-list-schedule .menu-icon-lock,
.icon-list-schedule-on .menu-icon-lock {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.icon-list-exhibitor {
  width: 44px;
  height: 44px;
  background-position: -100px -300px;
}

.icon-list-exhibitor-on {
  width: 44px;
  height: 44px;
  background-position: -100px -350px;
}

.icon-list-exhibitor-checked {
  width: 44px;
  height: 44px;
  background-position: -100px -400px;
}

.icon-list-custom {
  width: 44px;
  height: 44px;
  background-position: -100px -450px;
}

.icon-list-custom-on {
  width: 44px;
  height: 44px;
  background-position: -100px -500px;
}

.icon-list-blank {
  width: 44px;
  height: 44px;
  background-position: -100px 0;
}

.icon-dot {
  width: 22px;
  height: 22px;
  background-image: url("../images/icon-dot.png");
}

.icon-important {
  width: 22px;
  height: 22px;
  background-image: url("../images/icon-important.png");
}

.icon-search {
  width: 22px;
  height: 22px;
  background-position: 50% 50%;
  background-image: url("../images/icon-search.png");
}

.icon-organization {
  width: 44px;
  height: 44px;
  background-size: 44px;
  border-radius: 22px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 4px;
}

@media only screen and (min-device-pixel-ratio: 2),
       only screen and (min-resolution: 192dpi),
       only screen and (min-resolution: 2dppx) {
  .icon {
    background-image: url("../images/icons@2x.png");
    background-size: 150px 800px;
  }

  .icon-organization {
    background-size: 44px;
  }

  .icon-search {
    background-image: url("../images/icon-search@2x.png");
    background-size: 22px 22px;
  }

  .icon-dot {
    background-size: 22px;
    background-image: url("../images/icon-dot@2x.png");
  }

  .icon-important {
    background-size: 22px;
    background-image: url("../images/icon-important@2x.png");
  }
}

/* glue: 0.13 hash: a132e71f92 */

.icon-cus-barchart,
.icon-cus-baseball,
.icon-cus-basketball,
.icon-cus-bell,
.icon-cus-book,
.icon-cus-business,
.icon-cus-calendar,
.icon-cus-capitol,
.icon-cus-car,
.icon-cus-certificate,
.icon-cus-chart,
.icon-cus-clock,
.icon-cus-coffee,
.icon-cus-compose,
.icon-cus-conversation,
.icon-cus-dish,
.icon-cus-document,
.icon-cus-documents,
.icon-cus-drink,
.icon-cus-facebook,
.icon-cus-flag,
.icon-cus-folder,
.icon-cus-folder2,
.icon-cus-globe,
.icon-cus-globe2,
.icon-cus-golf,
.icon-cus-gradhat,
.icon-cus-group,
.icon-cus-info,
.icon-cus-linechart,
.icon-cus-linkedin,
.icon-cus-list,
.icon-cus-magazine,
.icon-cus-map,
.icon-cus-medical,
.icon-cus-microphone,
.icon-cus-money,
.icon-cus-multimedia,
.icon-cus-newspaper,
.icon-cus-notepad,
.icon-cus-office,
.icon-cus-pencil,
.icon-cus-photos,
.icon-cus-pin,
.icon-cus-plane,
.icon-cus-question,
.icon-cus-race,
.icon-cus-recycle,
.icon-cus-shield,
.icon-cus-signal,
.icon-cus-signpost,
.icon-cus-sleeping,
.icon-cus-star,
.icon-cus-starlist,
.icon-cus-transport,
.icon-cus-umbrella,
.icon-cus-utensils {
  background-image: url("../images/icons-cus.png");
}

@media screen and (min-width: 45em) {
  .icon-cus-barchart,
  .icon-cus-baseball,
  .icon-cus-basketball,
  .icon-cus-bell,
  .icon-cus-book,
  .icon-cus-business,
  .icon-cus-calendar,
  .icon-cus-capitol,
  .icon-cus-car,
  .icon-cus-certificate,
  .icon-cus-chart,
  .icon-cus-clock,
  .icon-cus-coffee,
  .icon-cus-compose,
  .icon-cus-conversation,
  .icon-cus-dish,
  .icon-cus-document,
  .icon-cus-documents,
  .icon-cus-drink,
  .icon-cus-facebook,
  .icon-cus-flag,
  .icon-cus-folder,
  .icon-cus-folder2,
  .icon-cus-globe,
  .icon-cus-globe2,
  .icon-cus-golf,
  .icon-cus-gradhat,
  .icon-cus-group,
  .icon-cus-info,
  .icon-cus-linechart,
  .icon-cus-linkedin,
  .icon-cus-list,
  .icon-cus-magazine,
  .icon-cus-map,
  .icon-cus-medical,
  .icon-cus-microphone,
  .icon-cus-money,
  .icon-cus-multimedia,
  .icon-cus-newspaper,
  .icon-cus-notepad,
  .icon-cus-office,
  .icon-cus-pencil,
  .icon-cus-photos,
  .icon-cus-pin,
  .icon-cus-plane,
  .icon-cus-question,
  .icon-cus-race,
  .icon-cus-recycle,
  .icon-cus-shield,
  .icon-cus-signal,
  .icon-cus-signpost,
  .icon-cus-sleeping,
  .icon-cus-star,
  .icon-cus-starlist,
  .icon-cus-transport,
  .icon-cus-umbrella,
  .icon-cus-utensils {
    background-image: url("../images/icons-inverse-cus.png");
    background-color: #777;
  }
}

.icon-cus-barchart {
  width: 24px;
  height: 24px;
  background-position: -4px -4px;
}
.icon-cus-baseball {
  width: 24px;
  height: 24px;
  background-position: -4px -36px;
}
.icon-cus-basketball {
  width: 24px;
  height: 24px;
  background-position: -4px -68px;
}
.icon-cus-bell {
  width: 24px;
  height: 24px;
  background-position: -4px -100px;
}
.icon-cus-book {
  width: 24px;
  height: 24px;
  background-position: -4px -132px;
}
.icon-cus-business {
  width: 24px;
  height: 24px;
  background-position: -4px -164px;
}
.icon-cus-calendar {
  width: 24px;
  height: 24px;
  background-position: -4px -196px;
}
.icon-cus-capitol {
  width: 24px;
  height: 24px;
  background-position: -4px -228px;
}
.icon-cus-car {
  width: 24px;
  height: 24px;
  background-position: -4px -260px;
}
.icon-cus-certificate {
  width: 24px;
  height: 24px;
  background-position: -4px -292px;
}
.icon-cus-chart {
  width: 24px;
  height: 24px;
  background-position: -4px -324px;
}
.icon-cus-clock {
  width: 24px;
  height: 24px;
  background-position: -4px -356px;
}
.icon-cus-coffee {
  width: 24px;
  height: 24px;
  background-position: -4px -388px;
}
.icon-cus-compose {
  width: 24px;
  height: 24px;
  background-position: -4px -420px;
}
.icon-cus-conversation {
  width: 24px;
  height: 24px;
  background-position: -4px -452px;
}
.icon-cus-dish {
  width: 24px;
  height: 24px;
  background-position: -4px -484px;
}
.icon-cus-document {
  width: 24px;
  height: 24px;
  background-position: -4px -516px;
}
.icon-cus-documents {
  width: 24px;
  height: 24px;
  background-position: -4px -548px;
}
.icon-cus-drink {
  width: 24px;
  height: 24px;
  background-position: -4px -580px;
}
.icon-cus-facebook {
  width: 24px;
  height: 24px;
  background-position: -4px -612px;
}
.icon-cus-flag {
  width: 24px;
  height: 24px;
  background-position: -4px -644px;
}
.icon-cus-folder {
  width: 24px;
  height: 24px;
  background-position: -4px -676px;
}
.icon-cus-folder2 {
  width: 24px;
  height: 24px;
  background-position: -4px -708px;
}
.icon-cus-globe {
  width: 24px;
  height: 24px;
  background-position: -4px -740px;
}
.icon-cus-globe2 {
  width: 24px;
  height: 24px;
  background-position: -4px -772px;
}
.icon-cus-golf {
  width: 24px;
  height: 24px;
  background-position: -4px -804px;
}
.icon-cus-gradhat {
  width: 24px;
  height: 24px;
  background-position: -4px -836px;
}
.icon-cus-group {
  width: 24px;
  height: 24px;
  background-position: -4px -868px;
}
.icon-cus-info {
  width: 24px;
  height: 24px;
  background-position: -4px -900px;
}
.icon-cus-linechart {
  width: 24px;
  height: 24px;
  background-position: -4px -932px;
}
.icon-cus-linkedin {
  width: 24px;
  height: 24px;
  background-position: -4px -964px;
}
.icon-cus-list {
  width: 24px;
  height: 24px;
  background-position: -4px -996px;
}
.icon-cus-magazine {
  width: 24px;
  height: 24px;
  background-position: -4px -1028px;
}
.icon-cus-map {
  width: 24px;
  height: 24px;
  background-position: -4px -1060px;
}
.icon-cus-medical {
  width: 24px;
  height: 24px;
  background-position: -4px -1092px;
}
.icon-cus-microphone {
  width: 24px;
  height: 24px;
  background-position: -4px -1124px;
}
.icon-cus-money {
  width: 24px;
  height: 24px;
  background-position: -4px -1156px;
}
.icon-cus-multimedia {
  width: 24px;
  height: 24px;
  background-position: -4px -1188px;
}
.icon-cus-newspaper {
  width: 24px;
  height: 24px;
  background-position: -4px -1220px;
}
.icon-cus-notepad {
  width: 24px;
  height: 24px;
  background-position: -4px -1252px;
}
.icon-cus-office {
  width: 24px;
  height: 24px;
  background-position: -4px -1284px;
}
.icon-cus-pencil {
  width: 24px;
  height: 24px;
  background-position: -4px -1316px;
}
.icon-cus-photos {
  width: 24px;
  height: 24px;
  background-position: -4px -1348px;
}
.icon-cus-pin {
  width: 24px;
  height: 24px;
  background-position: -4px -1380px;
}
.icon-cus-plane {
  width: 24px;
  height: 24px;
  background-position: -4px -1412px;
}
.icon-cus-question {
  width: 24px;
  height: 24px;
  background-position: -4px -1444px;
}
.icon-cus-race {
  width: 24px;
  height: 24px;
  background-position: -4px -1476px;
}
.icon-cus-recycle {
  width: 24px;
  height: 24px;
  background-position: -4px -1508px;
}
.icon-cus-shield {
  width: 24px;
  height: 24px;
  background-position: -4px -1540px;
}
.icon-cus-signal {
  width: 24px;
  height: 24px;
  background-position: -4px -1572px;
}
.icon-cus-signpost {
  width: 24px;
  height: 24px;
  background-position: -4px -1604px;
}
.icon-cus-sleeping {
  width: 24px;
  height: 24px;
  background-position: -4px -1636px;
}
.icon-cus-star {
  width: 24px;
  height: 24px;
  background-position: -4px -1668px;
}
.icon-cus-starlist {
  width: 24px;
  height: 24px;
  background-position: -4px -1700px;
}
.icon-cus-transport {
  width: 24px;
  height: 24px;
  background-position: -4px -1732px;
}
.icon-cus-umbrella {
  width: 24px;
  height: 24px;
  background-position: -4px -1764px;
}
.icon-cus-utensils {
  width: 24px;
  height: 24px;
  background-position: -4px -1796px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
       screen and (min--moz-device-pixel-ratio: 2),
       screen and (-o-min-device-piratio: 200/100),
       screen and (min-device-pixel-ratio: 2) {
  .icon-cus-barchart,
  .icon-cus-baseball,
  .icon-cus-basketball,
  .icon-cus-bell,
  .icon-cus-book,
  .icon-cus-business,
  .icon-cus-calendar,
  .icon-cus-capitol,
  .icon-cus-car,
  .icon-cus-certificate,
  .icon-cus-chart,
  .icon-cus-clock,
  .icon-cus-coffee,
  .icon-cus-compose,
  .icon-cus-conversation,
  .icon-cus-dish,
  .icon-cus-document,
  .icon-cus-documents,
  .icon-cus-drink,
  .icon-cus-facebook,
  .icon-cus-flag,
  .icon-cus-folder,
  .icon-cus-folder2,
  .icon-cus-globe,
  .icon-cus-globe2,
  .icon-cus-golf,
  .icon-cus-gradhat,
  .icon-cus-group,
  .icon-cus-info,
  .icon-cus-linechart,
  .icon-cus-linkedin,
  .icon-cus-list,
  .icon-cus-magazine,
  .icon-cus-map,
  .icon-cus-medical,
  .icon-cus-microphone,
  .icon-cus-money,
  .icon-cus-multimedia,
  .icon-cus-newspaper,
  .icon-cus-notepad,
  .icon-cus-office,
  .icon-cus-pencil,
  .icon-cus-photos,
  .icon-cus-pin,
  .icon-cus-plane,
  .icon-cus-question,
  .icon-cus-race,
  .icon-cus-recycle,
  .icon-cus-shield,
  .icon-cus-signal,
  .icon-cus-signpost,
  .icon-cus-sleeping,
  .icon-cus-star,
  .icon-cus-starlist,
  .icon-cus-transport,
  .icon-cus-umbrella,
  .icon-cus-utensils {
    background-image: url("../images/icons-cus@2x.png");
    background-size: 32px 1824px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 45em),
       screen and (min--moz-device-pixel-ratio: 2) and (min-width: 45em),
       screen and (-o-min-device-piratio: 200/100) and (min-width: 45em),
       screen and (min-device-pixel-ratio: 2) and (min-width: 45em) {
  .icon-cus-barchart,
  .icon-cus-baseball,
  .icon-cus-basketball,
  .icon-cus-bell,
  .icon-cus-book,
  .icon-cus-business,
  .icon-cus-calendar,
  .icon-cus-capitol,
  .icon-cus-car,
  .icon-cus-certificate,
  .icon-cus-chart,
  .icon-cus-clock,
  .icon-cus-coffee,
  .icon-cus-compose,
  .icon-cus-conversation,
  .icon-cus-dish,
  .icon-cus-document,
  .icon-cus-documents,
  .icon-cus-drink,
  .icon-cus-facebook,
  .icon-cus-flag,
  .icon-cus-folder,
  .icon-cus-folder2,
  .icon-cus-globe,
  .icon-cus-globe2,
  .icon-cus-golf,
  .icon-cus-gradhat,
  .icon-cus-group,
  .icon-cus-info,
  .icon-cus-linechart,
  .icon-cus-linkedin,
  .icon-cus-list,
  .icon-cus-magazine,
  .icon-cus-map,
  .icon-cus-medical,
  .icon-cus-microphone,
  .icon-cus-money,
  .icon-cus-multimedia,
  .icon-cus-newspaper,
  .icon-cus-notepad,
  .icon-cus-office,
  .icon-cus-pencil,
  .icon-cus-photos,
  .icon-cus-pin,
  .icon-cus-plane,
  .icon-cus-question,
  .icon-cus-race,
  .icon-cus-recycle,
  .icon-cus-shield,
  .icon-cus-signal,
  .icon-cus-signpost,
  .icon-cus-sleeping,
  .icon-cus-star,
  .icon-cus-starlist,
  .icon-cus-transport,
  .icon-cus-umbrella,
  .icon-cus-utensils {
    background-image: url("../images/icons-inverse-cus@2x.png");
  }
}

/* glue: 0.13 hash: e1d4e047b4 */

.icon-nav-about,
.icon-nav-announcements,
.icon-nav-calendar,
.icon-nav-community,
.icon-nav-conversations,
.icon-nav-dashboard,
.icon-nav-directory,
.icon-nav-eventdetails,
.icon-nav-events,
.icon-nav-exhibitors,
.icon-nav-gallery,
.icon-nav-help,
.icon-nav-maps,
.icon-nav-registrantbag,
.icon-nav-schedule,
.icon-nav-speakers,
.icon-nav-timeline,
.icon-nav-topcontributor,
.icon-nav-twitter {
  background-image: url("../images/icons-nav.png");
}

@media screen and (min-width: 45em) {
  .icon-nav-about,
  .icon-nav-announcements,
  .icon-nav-calendar,
  .icon-nav-community,
  .icon-nav-conversations,
  .icon-nav-dashboard,
  .icon-nav-directory,
  .icon-nav-eventdetails,
  .icon-nav-events,
  .icon-nav-exhibitors,
  .icon-nav-gallery,
  .icon-nav-help,
  .icon-nav-maps,
  .icon-nav-registrantbag,
  .icon-nav-schedule,
  .icon-nav-speakers,
  .icon-nav-timeline,
  .icon-nav-topcontributor,
  .icon-nav-twitter {
    background-image: url("../images/icons-inverse-nav.png");
    background-color: #777;
  }
}

.icon-nav-about {
  width: 24px;
  height: 24px;
  background-position: -4px -4px;
}
.icon-nav-announcements {
  width: 24px;
  height: 24px;
  background-position: -4px -36px;
}
.icon-nav-calendar {
  width: 24px;
  height: 24px;
  background-position: -4px -68px;
}
.icon-nav-community {
  width: 24px;
  height: 24px;
  background-position: -4px -100px;
}
.icon-nav-conversations {
  width: 24px;
  height: 24px;
  background-position: -4px -132px;
}
.icon-nav-dashboard {
  width: 24px;
  height: 24px;
  background-position: -4px -164px;
}
.icon-nav-directory {
  width: 24px;
  height: 24px;
  background-position: -4px -196px;
}
.icon-nav-eventdetails {
  width: 24px;
  height: 24px;
  background-position: -4px -228px;
}
.icon-nav-events {
  width: 24px;
  height: 24px;
  background-position: -4px -260px;
}
.icon-nav-exhibitors {
  width: 24px;
  height: 24px;
  background-position: -4px -292px;
}
.icon-nav-gallery {
  width: 24px;
  height: 24px;
  background-position: -4px -324px;
}
.icon-nav-help {
  width: 24px;
  height: 24px;
  background-position: -4px -356px;
}
.icon-nav-maps {
  width: 24px;
  height: 24px;
  background-position: -4px -388px;
}
.icon-nav-registrantbag {
  width: 24px;
  height: 24px;
  background-position: -4px -420px;
}
.icon-nav-schedule {
  width: 24px;
  height: 24px;
  background-position: -4px -452px;
}
.icon-nav-speakers {
  width: 24px;
  height: 24px;
  background-position: -4px -484px;
}
.icon-nav-timeline {
  width: 24px;
  height: 24px;
  background-position: -4px -516px;
}
.icon-nav-topcontributor {
  width: 24px;
  height: 24px;
  background-position: -4px -548px;
}
.icon-nav-twitter {
  width: 24px;
  height: 24px;
  background-position: -4px -580px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
       screen and (min--moz-device-pixel-ratio: 2),
       screen and (-o-min-device-piratio: 200/100),
       screen and (min-device-pixel-ratio: 2) {
  .icon-nav-about,
  .icon-nav-announcements,
  .icon-nav-calendar,
  .icon-nav-community,
  .icon-nav-conversations,
  .icon-nav-dashboard,
  .icon-nav-directory,
  .icon-nav-eventdetails,
  .icon-nav-events,
  .icon-nav-exhibitors,
  .icon-nav-gallery,
  .icon-nav-help,
  .icon-nav-maps,
  .icon-nav-registrantbag,
  .icon-nav-schedule,
  .icon-nav-speakers,
  .icon-nav-timeline,
  .icon-nav-topcontributor,
  .icon-nav-twitter {
    background-image: url("images/icons-nav@2x.png");
    background-size: 32px 608px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 45em),
       screen and (min--moz-device-pixel-ratio: 2) and (min-width: 45em),
       screen and (-o-min-device-piratio: 200/100) and (min-width: 45em),
       screen and (min-device-pixel-ratio: 2) and (min-width: 45em) {
  .icon-nav-about,
  .icon-nav-announcements,
  .icon-nav-calendar,
  .icon-nav-community,
  .icon-nav-conversations,
  .icon-nav-dashboard,
  .icon-nav-directory,
  .icon-nav-eventdetails,
  .icon-nav-events,
  .icon-nav-exhibitors,
  .icon-nav-gallery,
  .icon-nav-help,
  .icon-nav-maps,
  .icon-nav-registrantbag,
  .icon-nav-schedule,
  .icon-nav-speakers,
  .icon-nav-timeline,
  .icon-nav-topcontributor,
  .icon-nav-twitter {
    background-image: url("../images/icons-inverse-nav@2x.png");
  }
}


/*! ---------- =print ---------- */


@media print {
  .page-header__toggle,
  .header-search,
  .header-utility,
  .header-nav,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .share-buttons,
  .truncator-expand {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin: 0.5in;
  }


  @page :first {
    margin-top: 1in;
  }


  @page :last {
    margin-bottom: 1in;
  }


  .page-bounds {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #fafbfc;
  }

  .footer-contact {
    text-align: center;
  }

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #f0f4fa;
    padding-top: 48px;
  }

  .page-title {
    text-align: center;
  }

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #6244bb;
    color: #616e88;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: rgb(123.0858369099, 135.69527897, 160.9141630901);
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*=item] > * {
    display: initial !important;
  }
}
/*# sourceMappingURL=maps/public2020-2c08191941.css.map */
