/*! fitc-2021 2024-01-29 */
/*!
FITC 2016 WordPress Theme
A project description that can be
multiple lines long. Just as you wish.
@author Joshua Hamilton <joshua@reli.sh>
@version 1
*/
/*------------------------------------------------------------------------
Imports
Don't import CSS files without the `inline` keyword if you must.
Otherwise prepend the file in the `cssmin` Grunt task to avoid running it
through the style and syntax linters
------------------------------------------------------------------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*=
Helpers
@module helpers
@author Joshua Hamilton <joshua@reli.sh>
*/
.nocallout {
  -webkit-touch-callout: none;
}
.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}
textarea[contenteditable] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.larger {
  font-size: 1.7rem;
}
.gifhidden {
  position: absolute;
  left: -100%;
}
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999rem;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.visible-xs {
  display: none !important;
}
@media only screen and ( max-width: 768px ) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
@media only screen and ( min-width: 769px ) and ( max-width: 991px ) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and ( min-width: 992px ) and ( max-width: 1279px ) {
  .hidden-md {
    display: none !important;
  }
}
@media only screen and ( min-width: 1280px ) {
  .hidden-lg {
    display: none !important;
  }
}
/*2021 UPDATES */
.gutter-half {
  margin: 0 -15px;
}
@media only screen and ( max-width: 768px ) {
  .post {
    margin-bottom: 3rem;
  }
}
.card-shadow,
.modules-events-volunteer .callout,
.modules-proposals-content .callout {
  box-shadow: 0px 10px 40px rgba(41, 41, 41, 0.08);
  transition: all 200ms ease-in-out;
}
.card-shadow a:not(.btn-default) {
  color: #292929;
}
.card-shadow:hover {
  box-shadow: 0px 20px 60px rgba(41, 41, 41, 0.22);
}
@media only screen and ( max-width: 991px ) {
  .card-shadow .add-border-right {
    border-right: none;
  }
}
.card-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.align-items-center {
  -ms-flex-align: center;
      align-items: center;
}
.align-items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.border-light-grey,
.card-bottom-info {
  border-top: 1px solid #dbdbdb;
}
.right-side-nav {
  float: right;
  position: relative;
  z-index: 99;
  margin-top: -50px;
  border-left: 1px solid #dbdbdb;
  padding: 7px 0 7px 20px;
}
@media only screen and ( max-width: 768px ) {
  .right-side-nav {
    margin-top: -51px;
    padding: 7px 0 7px 15px;
  }
}
.right-side-nav a {
  color: #757575;
  font-weight: 600;
}
.right-side-nav a svg {
  width: 13px;
  height: 13px;
}
.right-side-nav .btn,
.right-side-nav .btn-default {
  color: #fff;
}
.right-side-nav.has-button {
  padding-top: 0;
}
hr {
  border: none;
  margin-top: 0;
  margin-bottom: 3rem;
  border-top: 1px solid #dbdbdb;
}
.gradient-overlay {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.w-100 {
  width: 100%;
}
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
.light-grey {
  background: #F3F3F3;
  padding: 6rem 0;
}
.header-link a {
  color: #292929;
}
.py-6 {
  padding: 6rem 0;
}
.pb-6 {
  padding-bottom: 6rem;
}
.py-8 {
  padding: 8rem 0;
}
.py-4 {
  padding: 4rem 0;
}
.py-3 {
  padding: 3rem 0;
}
.pt-1 {
  padding-top: 1rem;
}
.pb-5 {
  padding-bottom: 5rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mb-6 {
  margin-bottom: 6rem;
}
.mb-6:last-child {
  margin-bottom: 0;
}
.px-1 {
  padding: 0 1.5rem;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.red {
  color: #c41230;
}
.no-border {
  border: none;
}
.short-divider {
  margin: 2rem auto;
  width: 100px;
  border-top: 1px solid #dbdbdb;
  height: 1px;
}
.featured-img {
  transition: box-shadow 0.2s ease;
  height: 322px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and ( max-width: 991px ) {
  .featured-img {
    height: auto;
  }
}
.featured-img:hover {
  box-shadow: 0px 20px 60px rgba(41, 41, 41, 0.22);
}
.smaller {
  font-size: 1.4rem;
}
.bold {
  font-weight: 600;
}
.basic-grey {
  color: #757575;
}
.card-bottom-info {
  padding: 2rem 0;
}
.img-in-card img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 208px;
  max-width: none;
}
.card-bottom {
  background: #fff;
}
.align-items-center {
  -ms-flex-align: center;
      align-items: center;
}
.add-border-right {
  border-right: 1px solid #dbdbdb;
}
.relative {
  position: relative;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: 600;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 3.2rem;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1.6rem;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*=
  Grid
  Based on http://flexboxgrid.com
  Updated to support 16 columns instead of just 12.

  @module grid
  @author Joshua Hamilton <joshua@reli.sh>
*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.gutter {
  margin-right: -30px;
  margin-left: -30px;
}
.row.gutter-double {
  margin-right: -35px;
  margin-left: -35px;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col {
  -ms-flex: 1;
      flex: 1;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-tenth {
  -ms-flex: 0 0 10%;
      flex: 0 0 10%;
}
.col-fifth {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.col-quarter {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
}
.col-third {
  -ms-flex: 0 0 33.3333334%;
      flex: 0 0 33.3333334%;
}
.gutter > .col-third {
  padding-right: 15px;
  padding-left: 15px;
}
.col-half {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.gutter > .col,
.gutter > .col-xs-1,
.gutter > .col-xs-2,
.gutter > .col-xs-3,
.gutter > .col-xs-4,
.gutter > .col-xs-5,
.gutter > .col-xs-6,
.gutter > .col-xs-7,
.gutter > .col-xs-8,
.gutter > .col-xs-9,
.gutter > .col-xs-10,
.gutter > .col-xs-11,
.gutter > .col-xs-12,
.gutter > .col-xs-13,
.gutter > .col-xs-14,
.gutter > .col-xs-15,
.gutter > .col-xs-16 {
  padding-right: 15px;
  padding-left: 15px;
}
.gutter-double > .col,
.gutter-double > .col-xs-1,
.gutter-double > .col-xs-2,
.gutter-double > .col-xs-3,
.gutter-double > .col-xs-4,
.gutter-double > .col-xs-5,
.gutter-double > .col-xs-6,
.gutter-double > .col-xs-7,
.gutter-double > .col-xs-8,
.gutter-double > .col-xs-9,
.gutter-double > .col-xs-10,
.gutter-double > .col-xs-11,
.gutter-double > .col-xs-12,
.gutter-double > .col-xs-13,
.gutter-double > .col-xs-14,
.gutter-double > .col-xs-15,
.gutter-double > .col-xs-16 {
  padding-right: 35px;
  padding-left: 35px;
}
.col-xs {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1-3 {
  -ms-flex-preferred-size: 33.33333333333%;
  flex-basis: 33.33333333333%;
  max-width: 33.33333333333%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 6.25%;
  flex-basis: 6.25%;
  max-width: 6.25%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 18.75%;
  flex-basis: 18.75%;
  max-width: 18.75%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 31.25%;
  flex-basis: 31.25%;
  max-width: 31.25%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 37.5%;
  flex-basis: 37.5%;
  max-width: 37.5%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 43.75%;
  flex-basis: 43.75%;
  max-width: 43.75%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 56.25%;
  flex-basis: 56.25%;
  max-width: 56.25%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 62.5%;
  flex-basis: 62.5%;
  max-width: 62.5%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 68.75%;
  flex-basis: 68.75%;
  max-width: 68.75%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-13 {
  -ms-flex-preferred-size: 81.25%;
  flex-basis: 81.25%;
  max-width: 81.25%;
}
.col-xs-14 {
  -ms-flex-preferred-size: 87.5%;
  flex-basis: 87.5%;
  max-width: 87.5%;
}
.col-xs-15 {
  -ms-flex-preferred-size: 93.75%;
  flex-basis: 93.75%;
  max-width: 93.75%;
}
.col-xs-16 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 6.25%;
}
.col-xs-offset-2 {
  margin-left: 12.5%;
}
.col-xs-offset-3 {
  margin-left: 18.75%;
}
.col-xs-offset-4 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 31.25%;
}
.col-xs-offset-6 {
  margin-left: 37.5%;
}
.col-xs-offset-7 {
  margin-left: 43.75%;
}
.col-xs-offset-8 {
  margin-left: 50%;
}
.col-xs-offset-9 {
  margin-left: 56.25%;
}
.col-xs-offset-10 {
  margin-left: 62.5%;
}
.col-xs-offset-11 {
  margin-left: 68.75%;
}
.col-xs-offset-12 {
  margin-left: 75%;
}
.col-xs-offset-13 {
  margin-left: 81.25%;
}
.col-xs-offset-14 {
  margin-left: 87.5%;
}
.col-xs-offset-15 {
  margin-left: 93.75%;
}
.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end;
}
.stretch-xs {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  .col-xs-sm,
  .col-xs-sm-1,
  .col-xs-sm-2,
  .col-xs-sm-3,
  .col-xs-sm-4,
  .col-xs-sm-5,
  .col-xs-sm-6,
  .col-xs-sm-7,
  .col-xs-sm-8,
  .col-xs-sm-9,
  .col-xs-sm-10,
  .col-xs-sm-11,
  .col-xs-sm-12,
  .col-xs-sm-13,
  .col-xs-sm-14,
  .col-xs-sm-15,
  .col-xs-sm-16 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .gutter > .col-xs-sm,
  .gutter > .col-xs-sm-1,
  .gutter > .col-xs-sm-2,
  .gutter > .col-xs-sm-3,
  .gutter > .col-xs-sm-4,
  .gutter > .col-xs-sm-5,
  .gutter > .col-xs-sm-6,
  .gutter > .col-xs-sm-7,
  .gutter > .col-xs-sm-8,
  .gutter > .col-xs-sm-9,
  .gutter > .col-xs-sm-10,
  .gutter > .col-xs-sm-11,
  .gutter > .col-xs-sm-12,
  .gutter > .col-xs-sm-13,
  .gutter > .col-xs-sm-14,
  .gutter > .col-xs-sm-15,
  .gutter > .col-xs-sm-16 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-double > .col-xs-sm,
  .gutter-double > .col-xs-sm-1,
  .gutter-double > .col-xs-sm-2,
  .gutter-double > .col-xs-sm-3,
  .gutter-double > .col-xs-sm-4,
  .gutter-double > .col-xs-sm-5,
  .gutter-double > .col-xs-sm-6,
  .gutter-double > .col-xs-sm-7,
  .gutter-double > .col-xs-sm-8,
  .gutter-double > .col-xs-sm-9,
  .gutter-double > .col-xs-sm-10,
  .gutter-double > .col-xs-sm-11,
  .gutter-double > .col-xs-sm-12,
  .gutter-double > .col-xs-sm-13,
  .gutter-double > .col-xs-sm-14,
  .gutter-double > .col-xs-sm-15,
  .gutter-double > .col-xs-sm-16 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .col-xs-sm {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xs-sm-1-3 {
    -ms-flex-preferred-size: 33.33333333333%;
    flex-basis: 33.33333333333%;
    max-width: 33.33333333333%;
  }
  .col-xs-sm-1 {
    -ms-flex-preferred-size: 6.25%;
    flex-basis: 6.25%;
    max-width: 6.25%;
  }
  .col-xs-sm-2 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .col-xs-sm-3 {
    -ms-flex-preferred-size: 18.75%;
    flex-basis: 18.75%;
    max-width: 18.75%;
  }
  .col-xs-sm-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-sm-5 {
    -ms-flex-preferred-size: 31.25%;
    flex-basis: 31.25%;
    max-width: 31.25%;
  }
  .col-xs-sm-6 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .col-xs-sm-7 {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%;
  }
  .col-xs-sm-8 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-sm-9 {
    -ms-flex-preferred-size: 56.25%;
    flex-basis: 56.25%;
    max-width: 56.25%;
  }
  .col-xs-sm-10 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .col-xs-sm-11 {
    -ms-flex-preferred-size: 68.75%;
    flex-basis: 68.75%;
    max-width: 68.75%;
  }
  .col-xs-sm-12 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-sm-13 {
    -ms-flex-preferred-size: 81.25%;
    flex-basis: 81.25%;
    max-width: 81.25%;
  }
  .col-xs-sm-14 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .col-xs-sm-15 {
    -ms-flex-preferred-size: 93.75%;
    flex-basis: 93.75%;
    max-width: 93.75%;
  }
  .col-xs-sm-16 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-sm-offset-1 {
    margin-left: 6.25%;
  }
  .col-xs-sm-offset-2 {
    margin-left: 12.5%;
  }
  .col-xs-sm-offset-3 {
    margin-left: 18.75%;
  }
  .col-xs-sm-offset-4 {
    margin-left: 25%;
  }
  .col-xs-sm-offset-5 {
    margin-left: 31.25%;
  }
  .col-xs-sm-offset-6 {
    margin-left: 37.5%;
  }
  .col-xs-sm-offset-7 {
    margin-left: 43.75%;
  }
  .col-xs-sm-offset-8 {
    margin-left: 50%;
  }
  .col-xs-sm-offset-9 {
    margin-left: 56.25%;
  }
  .col-xs-sm-offset-10 {
    margin-left: 62.5%;
  }
  .col-xs-sm-offset-11 {
    margin-left: 68.75%;
  }
  .col-xs-sm-offset-12 {
    margin-left: 75%;
  }
  .col-xs-sm-offset-13 {
    margin-left: 81.25%;
  }
  .col-xs-sm-offset-14 {
    margin-left: 87.5%;
  }
  .col-xs-sm-offset-15 {
    margin-left: 93.75%;
  }
  .start-xs-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xs-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xs-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xs-sm {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-xs-sm {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-xs-sm {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .stretch-xs-sm {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .around-xs-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xs-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xs-sm {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xs-sm {
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 769px) {
  .container {
    max-width: 100%;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .gutter > .col-sm,
  .gutter > .col-sm-1,
  .gutter > .col-sm-2,
  .gutter > .col-sm-3,
  .gutter > .col-sm-4,
  .gutter > .col-sm-5,
  .gutter > .col-sm-6,
  .gutter > .col-sm-7,
  .gutter > .col-sm-8,
  .gutter > .col-sm-9,
  .gutter > .col-sm-10,
  .gutter > .col-sm-11,
  .gutter > .col-sm-12,
  .gutter > .col-sm-13,
  .gutter > .col-sm-14,
  .gutter > .col-sm-15,
  .gutter > .col-sm-16 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-double > .col-sm,
  .gutter-double > .col-sm-1,
  .gutter-double > .col-sm-2,
  .gutter-double > .col-sm-3,
  .gutter-double > .col-sm-4,
  .gutter-double > .col-sm-5,
  .gutter-double > .col-sm-6,
  .gutter-double > .col-sm-7,
  .gutter-double > .col-sm-8,
  .gutter-double > .col-sm-9,
  .gutter-double > .col-sm-10,
  .gutter-double > .col-sm-11,
  .gutter-double > .col-sm-12,
  .gutter-double > .col-sm-13,
  .gutter-double > .col-sm-14,
  .gutter-double > .col-sm-15,
  .gutter-double > .col-sm-16 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .col-sm {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1-3 {
    -ms-flex-preferred-size: 33.33333333333%;
    flex-basis: 33.33333333333%;
    max-width: 33.33333333333%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 6.25%;
    flex-basis: 6.25%;
    max-width: 6.25%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 18.75%;
    flex-basis: 18.75%;
    max-width: 18.75%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 31.25%;
    flex-basis: 31.25%;
    max-width: 31.25%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 56.25%;
    flex-basis: 56.25%;
    max-width: 56.25%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 68.75%;
    flex-basis: 68.75%;
    max-width: 68.75%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-13 {
    -ms-flex-preferred-size: 81.25%;
    flex-basis: 81.25%;
    max-width: 81.25%;
  }
  .col-sm-14 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .col-sm-15 {
    -ms-flex-preferred-size: 93.75%;
    flex-basis: 93.75%;
    max-width: 93.75%;
  }
  .col-sm-16 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 6.25%;
  }
  .col-sm-offset-2 {
    margin-left: 12.5%;
  }
  .col-sm-offset-3 {
    margin-left: 18.75%;
  }
  .col-sm-offset-4 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 31.25%;
  }
  .col-sm-offset-6 {
    margin-left: 37.5%;
  }
  .col-sm-offset-7 {
    margin-left: 43.75%;
  }
  .col-sm-offset-8 {
    margin-left: 50%;
  }
  .col-sm-offset-9 {
    margin-left: 56.25%;
  }
  .col-sm-offset-10 {
    margin-left: 62.5%;
  }
  .col-sm-offset-11 {
    margin-left: 68.75%;
  }
  .col-sm-offset-12 {
    margin-left: 75%;
  }
  .col-sm-offset-13 {
    margin-left: 81.25%;
  }
  .col-sm-offset-14 {
    margin-left: 87.5%;
  }
  .col-sm-offset-15 {
    margin-left: 93.75%;
  }
  .start-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .stretch-sm {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 1170px;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .gutter > .col-md,
  .gutter > .col-md-1,
  .gutter > .col-md-2,
  .gutter > .col-md-3,
  .gutter > .col-md-4,
  .gutter > .col-md-5,
  .gutter > .col-md-6,
  .gutter > .col-md-7,
  .gutter > .col-md-8,
  .gutter > .col-md-9,
  .gutter > .col-md-10,
  .gutter > .col-md-11,
  .gutter > .col-md-12,
  .gutter > .col-md-13,
  .gutter > .col-md-14,
  .gutter > .col-md-15,
  .gutter > .col-md-16 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-double > .col-md,
  .gutter-double > .col-md-1,
  .gutter-double > .col-md-2,
  .gutter-double > .col-md-3,
  .gutter-double > .col-md-4,
  .gutter-double > .col-md-5,
  .gutter-double > .col-md-6,
  .gutter-double > .col-md-7,
  .gutter-double > .col-md-8,
  .gutter-double > .col-md-9,
  .gutter-double > .col-md-10,
  .gutter-double > .col-md-11,
  .gutter-double > .col-md-12,
  .gutter-double > .col-md-13,
  .gutter-double > .col-md-14,
  .gutter-double > .col-md-15,
  .gutter-double > .col-md-16 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .col-md {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-third {
    -ms-flex: 0 0 33.3333334%;
        flex: 0 0 33.3333334%;
  }
  .gutter > .col-md-third {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-1-3 {
    -ms-flex-preferred-size: 33.33333333333%;
    flex-basis: 33.33333333333%;
    max-width: 33.33333333333%;
  }
  .gutter > .col-md-1-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 6.25%;
    flex-basis: 6.25%;
    max-width: 6.25%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 18.75%;
    flex-basis: 18.75%;
    max-width: 18.75%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 31.25%;
    flex-basis: 31.25%;
    max-width: 31.25%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 56.25%;
    flex-basis: 56.25%;
    max-width: 56.25%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 68.75%;
    flex-basis: 68.75%;
    max-width: 68.75%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-13 {
    -ms-flex-preferred-size: 81.25%;
    flex-basis: 81.25%;
    max-width: 81.25%;
  }
  .col-md-14 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .col-md-15 {
    -ms-flex-preferred-size: 93.75%;
    flex-basis: 93.75%;
    max-width: 93.75%;
  }
  .col-md-16 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 6.25%;
  }
  .col-md-offset-2 {
    margin-left: 12.5%;
  }
  .col-md-offset-3 {
    margin-left: 18.75%;
  }
  .col-md-offset-4 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 31.25%;
  }
  .col-md-offset-6 {
    margin-left: 37.5%;
  }
  .col-md-offset-7 {
    margin-left: 43.75%;
  }
  .col-md-offset-8 {
    margin-left: 50%;
  }
  .col-md-offset-9 {
    margin-left: 56.25%;
  }
  .col-md-offset-10 {
    margin-left: 62.5%;
  }
  .col-md-offset-11 {
    margin-left: 68.75%;
  }
  .col-md-offset-12 {
    margin-left: 75%;
  }
  .col-md-offset-13 {
    margin-left: 81.25%;
  }
  .col-md-offset-14 {
    margin-left: 87.5%;
  }
  .col-md-offset-15 {
    margin-left: 93.75%;
  }
  .start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .stretch-md {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1220px;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .gutter > .col-lg,
  .gutter > .col-lg-1,
  .gutter > .col-lg-2,
  .gutter > .col-lg-3,
  .gutter > .col-lg-4,
  .gutter > .col-lg-5,
  .gutter > .col-lg-6,
  .gutter > .col-lg-7,
  .gutter > .col-lg-8,
  .gutter > .col-lg-9,
  .gutter > .col-lg-10,
  .gutter > .col-lg-11,
  .gutter > .col-lg-12,
  .gutter > .col-lg-13,
  .gutter > .col-lg-14,
  .gutter > .col-lg-15,
  .gutter > .col-lg-16 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-double > .col-lg,
  .gutter-double > .col-lg-1,
  .gutter-double > .col-lg-2,
  .gutter-double > .col-lg-3,
  .gutter-double > .col-lg-4,
  .gutter-double > .col-lg-5,
  .gutter-double > .col-lg-6,
  .gutter-double > .col-lg-7,
  .gutter-double > .col-lg-8,
  .gutter-double > .col-lg-9,
  .gutter-double > .col-lg-10,
  .gutter-double > .col-lg-11,
  .gutter-double > .col-lg-12,
  .gutter-double > .col-lg-13,
  .gutter-double > .col-lg-14,
  .gutter-double > .col-lg-15,
  .gutter-double > .col-lg-16 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .col-lg {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1-3 {
    -ms-flex-preferred-size: 33.33333333333%;
    flex-basis: 33.33333333333%;
    max-width: 33.33333333333%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 6.25%;
    flex-basis: 6.25%;
    max-width: 6.25%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 18.75%;
    flex-basis: 18.75%;
    max-width: 18.75%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 31.25%;
    flex-basis: 31.25%;
    max-width: 31.25%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 56.25%;
    flex-basis: 56.25%;
    max-width: 56.25%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 68.75%;
    flex-basis: 68.75%;
    max-width: 68.75%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-13 {
    -ms-flex-preferred-size: 81.25%;
    flex-basis: 81.25%;
    max-width: 81.25%;
  }
  .col-lg-14 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .col-lg-15 {
    -ms-flex-preferred-size: 93.75%;
    flex-basis: 93.75%;
    max-width: 93.75%;
  }
  .col-lg-16 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 6.25%;
  }
  .col-lg-offset-2 {
    margin-left: 12.5%;
  }
  .col-lg-offset-3 {
    margin-left: 18.75%;
  }
  .col-lg-offset-4 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 31.25%;
  }
  .col-lg-offset-6 {
    margin-left: 37.5%;
  }
  .col-lg-offset-7 {
    margin-left: 43.75%;
  }
  .col-lg-offset-8 {
    margin-left: 50%;
  }
  .col-lg-offset-9 {
    margin-left: 56.25%;
  }
  .col-lg-offset-10 {
    margin-left: 62.5%;
  }
  .col-lg-offset-11 {
    margin-left: 68.75%;
  }
  .col-lg-offset-12 {
    margin-left: 75%;
  }
  .col-lg-offset-13 {
    margin-left: 81.25%;
  }
  .col-lg-offset-14 {
    margin-left: 87.5%;
  }
  .col-lg-offset-15 {
    margin-left: 93.75%;
  }
  .start-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .stretch-lg {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    order: 1;
  }
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}
.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
/* grow */
.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
/* swing */
.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
/* fall */
.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
/* slide */
.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
/* Update animations */
/* We use animations rather than transitions here because
transition durations may be specified in the style tag due to
animationDuration, and we try to avoid collisions and the use
of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}
/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}
/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}
/**
* DEFAULT STYLE OF THE SIDETIP PLUGIN
*
* All styles are "namespaced" with .tooltipster-sidetip to prevent
* conflicts between plugins.
*/
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  font-size: 1.4rem;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 6px 12px rgba(41, 41, 41, 0.08);
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
  border-radius: 3px;
}
/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: #292929;
  line-height: 14px;
  padding: 10px 14px;
}
/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0;
  top: 0px;
}
/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 1px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #dbdbdb;
}
/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.modules-event-tickets .tickets.tickets-update .ticket-tabs ul.tabs {
  margin: 0px -2.5px;
  padding: 0px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.modules-event-tickets .tickets.tickets-update .ticket-tabs ul.tabs li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  margin: 2.5px;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 25px;
  cursor: pointer;
  font-size: 1.4em;
  text-align: center;
  background: #F3F3F3;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets.tickets-update .ticket-tabs ul.tabs li {
    font-size: 14px;
  }
}
.modules-event-tickets .tickets.tickets-update .ticket-tabs ul.tabs li.current-tab {
  background: rgba(196, 18, 48, 0.1);
  color: #c41230;
}
.modules-event-tickets .tickets.tickets-update .thead .th {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  display: block;
}
.modules-event-tickets .tickets.tickets-update .th.item {
  background: #F3F3F3;
}
.modules-event-tickets .tickets.tickets-update .ticket-timeframe {
  bottom: 10px;
  color: black;
}
.modules-event-tickets .tickets.tickets-update .ticket-meta .link-details {
  margin-left: 10px;
}
.modules-event-tickets .tickets.tickets-update .ticket-content {
  color: #5C686D;
}
.modules-event-tickets .tickets.tickets-update .ticket-content small {
  font-size: 14px !important;
}
.modules-event-tickets .tickets.tickets-update .ticket-content small p:last-child {
  margin-bottom: 0;
}
.modules-event-tickets .tickets.tickets-update .ticket-content ul {
  padding-left: 20px;
}
.modules-event-tickets .tickets.tickets-update .ticket-content p,
.modules-event-tickets .tickets.tickets-update .ticket-content li {
  margin-top: 0;
  font-weight: 400;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets.tickets-update .tbody .item {
    min-height: 4.5rem !important;
  }
}
.modules-event-tickets .tickets.tickets-update .tickets-grid {
  display: none;
}
.modules-event-tickets .tickets.tickets-update .tickets-grid.current {
  display: block;
}
.modules-event-tickets .tickets.tickets-update .tickets-grid .tbody {
  margin-top: 10px;
}
.modules-event-tickets .tickets.tickets-update .tickets-grid .tbody .ticket-info-row {
  border-bottom: .7rem solid #fff;
}
.modules-event-tickets .tickets.tickets-update .tickets-grid .tbody th {
  min-height: 11.5rem;
}
.modules-event-tickets .tickets.tickets-update .tickets-grid .tbody .ticket-price {
  font-weight: 600;
}
.modules-event-tickets .tickets.tickets-update .tickets-grid .tbody .ticket-price span {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
.modules-event-tickets .tickets.tickets-update .tickets-grid .tbody .ticket-item {
  padding: 20px 10px 10px;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets.tickets-update .tickets-grid .tbody .ticket-item:nth-child(1):before,
  .modules-event-tickets .tickets.tickets-update .tickets-grid .tbody .ticket-item:nth-child(3):before {
    top: 0;
    height: 100%;
  }
}
.modules-event-tickets .tickets.tickets-update .tickets-grid .tbody .ticket-item:before {
  content: '';
  display: block;
  height: 150%;
  left: 0;
  position: absolute;
  top: -25%;
  width: 100%f;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets.tickets-update .tickets-grid .tbody .ticket-title {
    padding: 5px 0;
    font-size: 20px !important;
    font-weight: 600;
    text-align: center;
  }
}
.modules-event-tickets .tickets.tickets-update .tickets-grid .tbody .btn-bordered {
  border-color: #C21734;
  color: #C21734;
  font-size: 16px;
  margin-top: 5px;
}
.modules-event-tickets .tickets.tickets-update .tickets-grid .tbody .th {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets.tickets-update .tickets-grid .tbody .th {
    min-height: 1em;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets.tickets-update .tickets-grid .tbody .ticket-row .ticket-header {
    background: #000 !important;
    color: white !important;
    padding: 0 5px !important;
  }
}
.modules-event-tickets .tickets.tickets-update .tickets-grid .tbody .ticket-row .th {
  padding: 20px 50px;
  border: none;
  min-height: 4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets.tickets-update .tickets-grid {
    display: block;
    margin-bottom: 10px;
  }
}
.mobile-ticket-header {
  text-align: center;
  background: white;
  padding: 5px 0;
}
.mobile-ticket-header div {
  font-weight: 500;
  font-size: 14px;
}
.mobile-ticket-header small {
  display: block;
  margin-top: -2px;
}
.lil-nudge.ticket-update {
  padding: 0 0 75px 0;
}
.lil-nudge.ticket-update .post-title {
  text-align: left;
  margin: 0 0 0.25em 0;
}
.lil-nudge.ticket-update p {
  margin-top: 5px;
}
.ticket-update .ticket-meta h2 {
  font-weight: 500;
}
.ticket-schedule .ticket-title {
  background: rgba(196, 18, 48, 0.1);
  color: white;
  font-size: 10px !important;
  text-align: center;
  margin: 1px;
  padding: 5px 2px;
  color: #c41230;
}
@media only screen and ( min-width: 769px ) {
  .ticket-schedule .ticket-title {
    font-size: 15px !important;
    padding: 10px;
  }
}
.ticket-schedule .schedule-info-row {
  margin: 0 -1px;
}
.ticket-schedule .schedule-info-row .th {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.ticket-schedule .schedule-info-row .th:first-child {
  width: 33.3333%;
  max-width: 33.33333%;
}
.ticket-schedule .schedule-info-row .schedule-title {
  text-align: center;
}
.tickets-schedule-grid {
  margin-bottom: 30px;
}
.tickets-schedule-grid .schedule-info-row {
  margin-bottom: 3px;
}
.tickets-schedule-grid .schedule-info-row .item {
  position: relative;
  min-height: 2.5rem !important;
  padding: 5px 40px;
}
@media only screen and ( max-width: 768px ) {
  .tickets-schedule-grid .schedule-info-row .item {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.tickets-schedule-grid .schedule-info-row .item .schedule-title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 600;
}
@media only screen and ( max-width: 768px ) {
  .tickets-schedule-grid .schedule-info-row .item .schedule-title {
    font-size: 12px;
  }
}
.tickets-schedule-grid .schedule-info-row .item:before {
  content: "";
  display: block;
  position: absolute;
  width: 100.6%;
  top: 0;
  height: 100%;
  left: 0;
}
.tickets-schedule-grid .schedule-info-row .item.auto {
  width: auto;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  max-width: initial;
}
@media only screen and ( min-width: 769px ) {
  .tickets-schedule-grid {
    margin-bottom: 50px;
  }
}
.ticket-expand {
  background-color: #c41230;
  position: relative;
  display: none;
  cursor: pointer;
}
.ticket-expand h4 {
  color: white;
  padding: 5px;
  margin: 0;
}
.ticket-expand:before {
  transform: rotate(180deg);
  position: absolute;
  right: 5px;
  top: 10px;
  width: 20px;
  height: 12px;
  background-size: contain !important;
  content: '';
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAYAAADskT9PAAAAsElEQVRIibWVwQ2DMAxFP2VPBugEPfbIBDBB2Y8BkFFUR0ioRfjn25IvUez3EilxZ2YgowMweekTANeoCBBZxGc7Yva1cC8FvAYloYLTEko4JaGGhyUy4CGJLPhtiVb4x5OWaIX3nrREK7zW0BIKeJOECk5LKOGUhBoelkACPCTxALBeTOsFwABgIyb95rXLxZ612o7Ck9+9ifH8Ct4J8H8ShfXzH3glwM8ShfFdM8MOb5qbEkETmDQAAAAASUVORK5CYII=');
}
@media only screen and ( max-width: 768px ) {
  .ticket-expand {
    display: block;
  }
}
.current .ticket-expand:before {
  transform: rotate(0deg);
}
@media only screen and ( max-width: 768px ) {
  .ticket-wrapper {
    display: none;
  }
}
.current .ticket-wrapper {
  display: block;
}
.searchandfilter h4 {
  font-size: 2.8rem !important;
}
.searchandfilter h4:after {
  content: "";
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
  width: 100%;
}
.searchandfilter .sf-field-taxonomy-speaker_tags h4:after,
.searchandfilter .sf-field-taxonomy-presentation_tags h4:after {
  margin-bottom: 2rem;
}
.searchandfilter label {
  display: block !important;
}
.sf-field-search {
  padding-top: 0 !important;
}
.search-filter-scroll-loading {
  width: 100% !important;
  background: white;
  animation: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 5px;
  height: auto !important;
  margin: 5px 0px !important;
}
.search-filter-scroll-loading:before {
  content: "";
  display: block;
  border: 5px solid rgba(0, 0, 0, 0.15);
  border-right-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin: auto;
  animation: search-filter-loader-rotate 0.7s infinite linear;
}
.searchandfilter ul {
  padding: 0;
}
.searchandfilter ul li {
  padding: 0 !important;
  border: none !important;
}
.searchandfilter .sidebar-list > li {
  border: none !important;
}
.sf-field-taxonomy-speaker_tags {
  float: left;
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}
.sf-field-taxonomy-presentation_tags {
  margin-bottom: 5rem !important;
  float: left;
}
.sf-field-taxonomy-speaker_tags ul,
.sf-field-taxonomy-presentation_tags ul {
  padding: 0 !important;
}
.sf-field-taxonomy-speaker_tags ul li,
.sf-field-taxonomy-presentation_tags ul li {
  padding: 0 !important;
  float: left;
}
.sf-field-taxonomy-speaker_tags ul li .sf-input-checkbox,
.sf-field-taxonomy-presentation_tags ul li .sf-input-checkbox {
  display: none;
}
.sf-field-taxonomy-speaker_tags ul li .sf-label-checkbox,
.sf-field-taxonomy-presentation_tags ul li .sf-label-checkbox,
.tag {
  background: #fff;
  color: #292929;
  margin: 2px 2px 2px 0;
  border-radius: 1em;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  min-width: 3.5rem;
  padding: .4rem .8rem .4rem .8rem !important;
  border: 1px solid #dbdbdb;
  transition: all .2s ease;
  cursor: pointer;
}
.sf-field-taxonomy-speaker_tags ul li .sf-label-checkbox:hover,
.sf-field-taxonomy-presentation_tags ul li .sf-label-checkbox:hover,
.tag:hover {
  background: #c41230;
  border-color: #c41230;
  color: #fff;
  box-shadow: 0px 6px 14px rgba(41, 41, 41, 0.22);
}
.sf-field-taxonomy-speaker_tags ul li .sf-label-checkbox.selected,
.sf-field-taxonomy-presentation_tags ul li .sf-label-checkbox.selected,
.tag.selected {
  color: #fff;
  background: #c41230;
  border-color: #c41230;
}
.sf-field-taxonomy-speaker_tags ul li.sf-option-active .sf-label-checkbox,
.sf-field-taxonomy-presentation_tags ul li.sf-option-active .sf-label-checkbox {
  background: #59666b;
  color: white;
}
.sf-field-post-meta-country {
  width: 100%;
  float: left;
}
.sf-field-post-meta-country ul {
  padding: 0 !important;
}
.sf-field-post-meta-country ul li {
  padding: 0 !important;
  float: none;
}
.sf-field-post-meta-country ul li .sf-input-checkbox {
  display: none;
}
.sf-field-post-meta-country ul li .sf-input-checkbox:not(:checked) + label:after,
.sf-field-post-meta-country ul li .sf-input-checkbox:checked + label:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.2s ease;
}
.sf-field-post-meta-country ul li .sf-input-checkbox:checked + label:after {
  background-image: url(../svg/icon-checkmark.svg);
  background-color: #c41230;
  background-size: 12px;
  border-color: #c41230;
  background-position: center center;
  background-repeat: no-repeat;
}
.sf-field-post-meta-country ul li .sf-label-checkbox,
.speaker-filter-countries li a {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid #dbdbdb;
  font-weight: 600;
  color: #292929;
  position: relative;
  font-size: 1.6rem;
  width: 100%;
  padding: 18px 5px;
  line-height: 1;
  margin: 0;
  transition: all .2s ease;
}
.sf-field-post-meta-country ul li .sf-label-checkbox:before,
.speaker-filter-countries li a:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 10px;
  margin-top: -3px;
  background-size: 10px 13px;
  height: 15px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns:serif='http://www.serif.com/' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='205.3px' height='249.1px' viewBox='0 0 205.3 249.1' style='enable-background:new 0 0 205.3 249.1;' xml:space='preserve'%3E%3Cg id='Rectangle' transform='matrix(0.707107,0.707107,-0.707107,0.707107,11.342,-5.24309)'%3E%3Cpath d='M244.4,115.2l-105-1c-27.1-0.3-52.5-11-71.5-30.2S38.4,39.3,38.4,12.2c0-27.9,10.6-53.9,29.9-73.1 s44.9-29.9,72.1-29.9l0,0l0,0c27.4,0,53.2,10.5,72.5,29.4c19.4,19,30.2,44.4,30.5,71.6L244.4,115.2z M89.9-39.3 C76.5-25.8,69-7.5,69,12.2c0,18.9,7.3,36.8,20.7,50.2c13.3,13.5,31.1,21,50,21.2l73.8,0.7l-0.7-73.8c-0.2-19-7.7-36.8-21.3-50 c-13.6-13.3-31.7-20.7-51.1-20.7l0,0C121.4-60.2,103.4-52.7,89.9-39.3z'/%3E%3C/g%3E%3Ccircle id='Oval' cx='102.5' cy='96.9' r='25.5'/%3E%3C/svg%3E%0A");
}
.sf-field-post-meta-country ul li .sf-label-checkbox:hover,
.speaker-filter-countries li a:hover {
  background: rgba(196, 18, 48, 0.16);
  color: #c41230;
}
.tag-country.selected {
  background: rgba(196, 18, 48, 0.16);
  color: #c41230;
}
.speaker-filter-countries .sidebar-list .list-title,
.speaker-filter-countries .sidebar-list .list-title a {
  font-size: 1.6rem;
}
.speaker-filter-countries .sidebar-list li .tag-country {
  margin: 0;
}
.sf-field-post-meta-country ul li.sf-option-active {
  background: #e8e8e8;
  border-left: 3px solid #c41230;
}
.sf-field-post-meta-country ul li.sf-option-active .sf-label-checkbox {
  color: #000;
  font-weight: 700;
}
.search-filter-scroll-loading {
  width: 100%;
}
@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 700;
}
/* !ICONS */
.icon {
  display: inline-block;
  fill: currentColor;
  line-height: 1px;
  vertical-align: middle;
  position: relative;
  transition: all .2s ease;
}
.icon .fg,
.icon #fg {
  transition: all .2s ease;
}
.icon svg {
  height: auto;
  width: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.icon.icon-add,
.icon.icon-arrow,
.icon.icon-close,
.icon.icon-remove,
.icon.icon-chevron-right,
.icon.icon-website-small,
.icon.icon-download {
  height: 1.6rem;
  width: 1.6rem;
}
.icon.icon-arrow2 {
  height: 1.6rem;
  width: 1.4rem;
}
.icon.icon-behance,
.icon.icon-book,
.icon.icon-dribble,
.icon.icon-email,
.icon.icon-facebook,
.icon.icon-flickr,
.icon.icon-github,
.icon.icon-discord,
.icon.icon-google,
.icon.icon-imdb,
.icon.icon-instagram,
.icon.icon-linkedin,
.icon.icon-rss,
.icon.icon-slideshare,
.icon.icon-ted,
.icon.icon-tedx,
.icon.icon-twitter,
.icon.icon-vimeo,
.icon.icon-wikipedia,
.icon.icon-youtube,
.icon.logo-twitter,
.icon.icon-mastodon,
.icon.icon-twitch {
  height: 4rem;
  width: 4rem;
}
@media only screen and ( max-width: 768px ) {
  .icon.icon-behance,
  .icon.icon-book,
  .icon.icon-dribble,
  .icon.icon-email,
  .icon.icon-facebook,
  .icon.icon-flickr,
  .icon.icon-github,
  .icon.icon-discord,
  .icon.icon-google,
  .icon.icon-imdb,
  .icon.icon-instagram,
  .icon.icon-linkedin,
  .icon.icon-rss,
  .icon.icon-slideshare,
  .icon.icon-ted,
  .icon.icon-tedx,
  .icon.icon-twitter,
  .icon.icon-vimeo,
  .icon.icon-wikipedia,
  .icon.icon-youtube,
  .icon.logo-twitter,
  .icon.icon-mastodon,
  .icon.icon-twitch {
    height: 3rem;
    width: 3rem;
  }
}
.icon.icon-imdb .bg {
  fill: transparent !important;
}
.icon.icon-github .fg {
  fill: transparent !important;
}
.icon.icon-book g {
  fill: #292929;
}
.icon.icon-rss2,
.icon.logo-twitter,
.icon.icon-github {
  height: 2.5rem;
  width: 2.5rem;
}
.icon.icon-heart {
  height: 2.5rem;
  width: 1.6rem;
}
.icon.logo-fitc {
  height: 2.5rem;
  width: 4.6rem;
}
.icon.logo-fitc svg {
  width: 50px;
  transform: none;
  top: -2px;
  left: auto;
  color: #c41230 !important;
  border: none;
}
.icon.logo-relish {
  height: 3.5rem;
  width: 3.5rem;
}
.icon.icon-menu {
  height: 2rem;
  width: 2rem;
}
.icon.icon-play {
  margin-top: -2px;
  height: 1.5rem;
  width: 1.2rem;
}
.icon.icon-timezone svg {
  width: 16px;
}
.icon.icon-calendar {
  height: 1.6rem;
  width: 1.6rem;
}
.icon.icon-calendar svg {
  width: 15px;
}
.icon.icon-marker {
  height: 1.6rem;
  vertical-align: middle;
  width: 1.6rem;
  margin-top: -2px;
}
.icon.icon-marker svg {
  width: 11px;
}
.icon.icon-plus {
  height: 3.2rem;
  width: 3.2rem;
}
.icon.icon-presentation {
  height: 2.4rem;
  width: 3.6rem;
}
.icon.icon-search {
  height: 1.7rem;
  width: 1.5rem;
}
.no-svg .icon {
  background: transparent no-repeat 50% 50%;
  background-size: cover;
}
.no-svg .icon svg {
  display: none;
}
.site-header svg {
  color: transparent;
}
.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 10px;
}
.rangeslider {
  background: #e6e6e6;
  position: relative;
}
.rangeslider--horizontal {
  width: 100%;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
/* Icon Drop */
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}
/* Sweep To Left */
.hvr-sweep-to-left {
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
  transform: scaleX(1);
}
.hvr-sweep-to-left.done:before {
  transition: all 0.1s ease;
  border-left: 5px solid #c41230;
}
.hvr-sweep-to-left.selected:before {
  transform: scaleX(1);
  background-color: #fff;
}
/* Reveal */
.hvr-reveal {
  transform: translateZ(1);
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-color: #c41230;
  border-width: 0;
  transition-property: border-width;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before,
.hvr-reveal:focus:before,
.hvr-reveal:active:before {
  border-width: 30px;
  transform: translateY(0);
}
@media only screen and ( max-width: 991px ) {
  .hvr-reveal:hover:before,
  .hvr-reveal:focus:before,
  .hvr-reveal:active:before {
    border-width: 15px;
  }
}
/* Ripple Out */
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  animation-name: hvr-ripple-out;
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
/* Reveal */
/* Sweep To Right */
.animated {
  animation-duration: .3s;
  animation-fill-mode: both;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
.animateUp {
  opacity: 0;
}
@media only screen and ( max-width: 991px ) {
  .animateUp {
    opacity: 1;
  }
}
.animateUp.animated {
  opacity: 1;
}
.hvr-sweep-to-bottom {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  position: relative;
  transform: translateZ(0px);
  transition-duration: 0.2s;
  transition-property: color;
  vertical-align: middle;
}
.hvr-sweep-to-bottom::before {
  background: #c41230 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover::before,
.hvr-sweep-to-bottom:focus::before,
.hvr-sweep-to-bottom:active::before {
  transform: scaleY(1);
}
/**
 * AddToCalendar White Blue Menu Style
 * http://addtocalendar.com
 */
/* Base */
.addtocalendar var {
  display: none;
}
.addtocalendar {
  position: relative;
  display: inline-block;
}
.atcb-link:hover {
  color: #dbdbdb;
}
.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible;
}
.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900;
}
.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.atcb-item {
  float: none;
  text-align: left;
}
.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
}
.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
/* Menu WB */
.atc-style-menu-wb .atcb-list {
  width: 170px;
  border: 1px solid #bababa;
  border-radius: 2px;
  box-shadow: 0 0 5px #AAA;
}
.atc-style-menu-wb .atcb-list,
.atc-style-menu-wb .atcb-item {
  background: #fff;
  color: #000;
}
.atc-style-menu-wb .atcb-item,
.atc-style-menu-wb .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
}
.atc-style-menu-wb .atcb-item-link,
.atc-style-menu-wb .atcb-item-link:hover,
.atc-style-menu-wb .atcb-item-link:active,
.atc-style-menu-wb .atcb-item-link:focus {
  color: #000;
  font-family: "Verdana";
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 5px 15px;
}
.atc-style-menu-wb .atcb-item-link:hover,
.atc-style-menu-wb .atcb-item-link:active,
.atc-style-menu-wb .atcb-item-link:focus {
  color: #fff;
}
.atc-style-menu-wb .atcb-item.hover,
.atc-style-menu-wb .atcb-item:hover {
  background: #4281f4;
}
@media print {
  .modules-event-schedule .schedule .presentation-speaker {
    position: relative !important;
    bottom: 0px !important;
  }
  .modules-event-schedule .schedule .presentation-speaker img {
    display: none !important;
  }
  .modules-event-schedule .schedule .schedule-item-inner .item-content {
    padding-bottom: 0 !important;
  }
  .partials-shared-event-footer,
  .notice {
    display: none;
  }
  #site-header,
  #site-footer,
  .hidden-xs.p-summary,
  #cookie-law-info-bar {
    display: none !important;
  }
  .hero {
    margin-bottom: 0 !important;
  }
  .event-template-default .hero .hero-title {
    position: relative !important;
  }
  .event-template-default .speaker-image {
    display: none;
  }
  .event-template-default .presentation-description {
    min-height: auto !important;
  }
  .event-template-default .section-header,
  .event-template-default .schedule-filters,
  .event-template-default .link-schedule-show,
  .event-template-default .presentation-meta,
  .event-template-default .tag-list {
    display: none;
  }
  .event-template-default .post.presentation-content {
    padding: 1.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .event-template-default .post.presentation-content .presentation-meta,
  .event-template-default .post.presentation-content .presentation-speaker {
    position: relative;
    margin: 0;
    bottom: 0;
  }
  .event-template-default .post.presentation-content .link-more {
    display: none;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .gutter > .col-md,
  .gutter > .col-md-1,
  .gutter > .col-md-2,
  .gutter > .col-md-3,
  .gutter > .col-md-4,
  .gutter > .col-md-5,
  .gutter > .col-md-6,
  .gutter > .col-md-7,
  .gutter > .col-md-8,
  .gutter > .col-md-9,
  .gutter > .col-md-10,
  .gutter > .col-md-11,
  .gutter > .col-md-12,
  .gutter > .col-md-13,
  .gutter > .col-md-14,
  .gutter > .col-md-15,
  .gutter > .col-md-16 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-double > .col-md,
  .gutter-double > .col-md-1,
  .gutter-double > .col-md-2,
  .gutter-double > .col-md-3,
  .gutter-double > .col-md-4,
  .gutter-double > .col-md-5,
  .gutter-double > .col-md-6,
  .gutter-double > .col-md-7,
  .gutter-double > .col-md-8,
  .gutter-double > .col-md-9,
  .gutter-double > .col-md-10,
  .gutter-double > .col-md-11,
  .gutter-double > .col-md-12,
  .gutter-double > .col-md-13,
  .gutter-double > .col-md-14,
  .gutter-double > .col-md-15,
  .gutter-double > .col-md-16 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .col-md {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1-3 {
    -ms-flex-preferred-size: 33.33333333333%;
    flex-basis: 33.33333333333%;
    max-width: 33.33333333333%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 6.25%;
    flex-basis: 6.25%;
    max-width: 6.25%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 18.75%;
    flex-basis: 18.75%;
    max-width: 18.75%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 31.25%;
    flex-basis: 31.25%;
    max-width: 31.25%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 56.25%;
    flex-basis: 56.25%;
    max-width: 56.25%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 68.75%;
    flex-basis: 68.75%;
    max-width: 68.75%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-13 {
    -ms-flex-preferred-size: 81.25%;
    flex-basis: 81.25%;
    max-width: 81.25%;
  }
  .col-md-14 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .col-md-15 {
    -ms-flex-preferred-size: 93.75%;
    flex-basis: 93.75%;
    max-width: 93.75%;
  }
  .col-md-16 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 6.25%;
  }
  .col-md-offset-2 {
    margin-left: 12.5%;
  }
  .col-md-offset-3 {
    margin-left: 18.75%;
  }
  .col-md-offset-4 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 31.25%;
  }
  .col-md-offset-6 {
    margin-left: 37.5%;
  }
  .col-md-offset-7 {
    margin-left: 43.75%;
  }
  .col-md-offset-8 {
    margin-left: 50%;
  }
  .col-md-offset-9 {
    margin-left: 56.25%;
  }
  .col-md-offset-10 {
    margin-left: 62.5%;
  }
  .col-md-offset-11 {
    margin-left: 68.75%;
  }
  .col-md-offset-12 {
    margin-left: 75%;
  }
  .col-md-offset-13 {
    margin-left: 81.25%;
  }
  .col-md-offset-14 {
    margin-left: 87.5%;
  }
  .col-md-offset-15 {
    margin-left: 93.75%;
  }
  .start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .stretch-md {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    order: 1;
  }
}
/*------------------------------------------------------------------------
Animations
------------------------------------------------------------------------ */
@keyframes icon-drop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50%);
  }
  70% {
    transform: translateY(20%);
  }
  85% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes presentation-hide {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 0;
    transform: translateY(10rem);
  }
  71% {
    opacity: 0;
    height: 500px;
  }
  99% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes presentation-show {
  100% {
    opacity: 1;
  }
}
/*------------------------------------------------------------------------
Slick stuff
------------------------------------------------------------------------ */
.slick-dots {
  bottom: 5rem;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.slick-dots li {
  margin: 0 0.5rem;
}
.slick-dots li button {
  cursor: pointer;
  background: transparent;
  border-radius: 50%;
  border: 0.2rem solid #dbdbdb;
  color: transparent;
  display: block;
  font-size: 0;
  height: 1.6rem;
  line-height: 0;
  outline: none;
  padding: 0.2rem;
  position: relative;
  transition: all 150ms ease-in-out;
  width: 1.6rem;
}
.slick-dots li button::before {
  background: transparent;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  transition: all 150ms ease-in-out;
  width: 100%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before {
  background: #dbdbdb;
}
.slick-dots li.slick-active button::before {
  background: #fff;
  transition-duration: 500ms;
}
#quotes-carousel .slick-dots {
  bottom: 6.5em;
}
#quotes-carousel .slick-dots li button {
  width: 1rem;
  height: 1rem;
  padding: 0.1rem;
}
.js-carousel .slide-fade-in {
  transition: all 500ms ease-in-out;
  display: inherit;
  opacity: 0;
}
.js-carousel.slick-initialized .slide-fade-in {
  opacity: 1;
}
/*------------------------------------------------------------------------
Base styles: opinionated defaults
------------------------------------------------------------------------ */
* {
  box-sizing: border-box;
}
html {
  font-family: 'proxima-nova', 'Proxima Nova', 'Open Sans', 'Gill Sans MT', 'Gill Sans', Corbel, Arial, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
}
body {
  font-size: 1.6rem;
  line-height: 1.4;
  overflow-x: hidden;
}
body:not(.home) main {
  margin-top: 75px;
}
html,
body,
button,
input,
select,
textarea {
  background: #fff;
  color: #292929;
}
a {
  color: #c41230;
  text-decoration: none;
  transition: all 100ms ease-in-out;
}
a:hover {
  color: #db1436;
}
a img {
  transition: opacity .3s ease;
}
img,
svg {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
p {
  margin: 0;
  margin-bottom: 1.5rem;
}
p:last-child {
  margin: 0;
}
ol {
  padding-left: 17px;
}
@media only screen and ( max-width: 768px ) {
  ol {
    padding-left: 22px;
  }
}
/*------------------------------------------------------------------------
Custom styles
------------------------------------------------------------------------ */
.fluid-embed {
  position: relative;
  margin-top: 2rem;
}
.fluid-embed iframe {
  height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
iframe {
  max-width: 100%;
}
@media only screen and ( max-width: 1279px ) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.skip-link.focusable:focus,
.skip-link.focusable:active {
  position: absolute;
  left: 15px;
  top: 0;
}
@media only screen and ( min-width: 992px ) {
  .lil-nudge {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.aspect-ratio-hero {
  padding-top: 32.14285714%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aspect-ratio-news-thumb {
  padding-top: 57.14285714%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aspect-ratio-poster {
  padding-top: 153.48837209%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aspect-ratio-square {
  padding-top: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aspect-ratio-speaker1 {
  padding-top: 58.33333333%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aspect-ratio-speaker2 {
  padding-top: 43.54166667%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aspect-ratio-speaker3 {
  padding-top: 60.86956522%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aspect-ratio-event-thumb {
  padding-top: 38.88888889%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aspect-ratio-presentation-thumb {
  padding-top: 80.35714286%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aspect-ratio-event-summary {
  padding-top: 80.72916667%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aspect-ratio-event-summary-small {
  padding-top: 24.01315789%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.icon-filming .icon-camera {
  height: 1.6rem;
  width: 1.6rem;
}
.icon-filming .icon-camera svg {
  lefT: 0;
  width: 20px;
  transform: translateY(-50%) translateX(0);
}
.icon-filming .icon-camera path {
  fill: #757575;
}
.notice {
  background: #F9EDEF;
  color: #c41230;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 4rem;
  padding: 30px;
  text-align: center;
}
@media only screen and ( max-width: 991px ) {
  .notice {
    font-size: 1.6rem;
    padding: 15px;
  }
}
.notice p svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  height: 20px;
  transform: none;
  top: auto;
  left: auto;
  position: relative;
  top: -1px;
  fill: #c41230;
}
@media only screen and ( max-width: 575px ) {
  .notice p .icon {
    display: block;
    margin-bottom: 5px;
  }
}
.notice.notice-grey {
  background: #F3F3F3;
  color: #292929;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.notice.notice-inverted {
  background: #292929;
  color: #fff;
}
.notice.notice-muted {
  background: transparent;
  color: #e8e8e8;
}
.notice .link-cta,
.notice .btn-bordered {
  font-size: 1.6rem;
}
.notice p:first-of-type {
  margin-top: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  background: #fff;
  border-radius: 50px;
  border: 0.1rem solid #dbdbdb;
  color: #141414;
  font-size: 1.6rem;
  line-height: 1;
  padding: 8px 13px;
  width: 100%;
  transition: all .2s ease;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  border-color: #c41230;
  box-shadow: 0 0 0 2px rgba(196, 18, 48, 0.5);
  outline: none;
}
button,
input,
textarea,
select {
  transition: opacity 150ms ease-in-out;
}
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.form-speakers input[type="search"] {
  box-sizing: border-box;
  padding-right: 2.5em;
  color: rgba(20, 20, 20, 0.5);
}
.form-speakers input[type="search"].is-active {
  color: #141414;
}
.form-speakers .icon-search {
  color: #141414;
  left: -3rem;
  position: relative;
}
.event-newsletter-signup {
  background: #c41230;
  color: #fff;
  margin-bottom: 7rem;
}
.event-newsletter-signup .event-newsletter-signup-header {
  font-size: 2.3rem;
  font-weight: 700;
  padding: 30px;
}
.event-newsletter-signup .form-newsletter {
  background: #292929;
  height: 100%;
  padding: 30px;
  position: relative;
}
.event-newsletter-signup .form-newsletter .form-message {
  color: #fff;
  display: none;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 0;
  transition: opacity 150ms ease-in-out;
  width: 100%;
}
.event-newsletter-signup .form-newsletter .form-message .link-close {
  color: #fff;
  position: absolute;
  right: 30px;
  top: 15px;
}
.event-newsletter-signup .form-newsletter .form-message .label-fail,
.event-newsletter-signup .form-newsletter .form-message .label-success {
  display: none;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}
.event-newsletter-signup .form-newsletter .form-message p {
  margin: 0;
}
.event-newsletter-signup .form-newsletter.form-error .form-message {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  display: block;
}
.event-newsletter-signup .form-newsletter.form-error .label-fail {
  display: block;
}
.event-newsletter-signup .form-newsletter.form-complete .form-message {
  background: #2ea239;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 1;
}
.event-newsletter-signup .form-newsletter.form-complete .label-success {
  display: block;
}
.event-newsletter-signup .form-newsletter .link-privacy {
  color: #292929;
  font-size: 1.4rem;
  position: absolute;
  right: 30px;
  top: 15px;
}
.event-newsletter-signup .form-newsletter input {
  border-color: transparent;
  box-shadow: unset;
  font-size: 1.5rem;
  font-weight: 400;
  width: calc(100% - 15px);
}
.event-newsletter-signup .form-newsletter .btn-submit {
  background: transparent;
  display: block;
  width: 100%;
}
.form-suggest {
  position: relative;
}
.form-suggest .form-message {
  opacity: 0;
  margin: 4rem 0 0 0;
  padding: 30px 30px 30px 60px ;
  transition: opacity 150ms ease-in-out;
  background-size: 20px;
}
.form-suggest .form-message .label-fail,
.form-suggest .form-message .label-success {
  display: none;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
.form-suggest .form-message p {
  margin: 0;
}
.form-suggest.form-error .label-fail {
  display: inline-block;
}
.form-suggest.form-error .form-message {
  opacity: 1;
  border: 1px solid #c41230;
  background: url(../svg/icon-notice-red.svg) no-repeat 3rem 32px;
}
.form-suggest.form-complete .form-message {
  opacity: 1;
  border: 1px solid #757575;
  background: url(../svg/icon-notice.svg) no-repeat 3rem 32px;
}
.form-suggest.form-complete .label-success {
  display: inline-block;
}
.form-suggest .input-group {
  margin-bottom: 1rem;
}
.form-suggest .form-actions {
  margin-top: 2rem;
}
.tag-list .tag:last-of-type {
  margin-right: 0;
}
.tag:last-of-type {
  margin-right: 0;
}
.tag .icon {
  margin-left: 5px;
  margin-right: 7px;
  display: inline-block;
}
.tag .icon svg {
  width: 12px;
}
.tag.color-yellowgreen {
  background-color: #c0b830;
}
.tag.color-yellow {
  background-color: #d9cc00;
}
.tag.color-violet {
  background-color: #a64198;
}
.tag.color-skyblue {
  background-color: #2c84c6;
}
.tag.color-seablue {
  background-color: #7dc2b1;
}
.tag.color-rose {
  background-color: #c36666;
}
.tag.color-red {
  background-color: #c71717;
}
.tag.color-purpleblue {
  background-color: #39357c;
}
.tag.color-purple {
  background-color: #9922c0;
}
.tag.color-pinkrose {
  background-color: #d72d6f;
}
.tag.color-orange {
  background-color: #f26522;
}
.tag.color-navyblue {
  background-color: #31429b;
}
.tag.color-naturegreen {
  background-color: #37714b;
}
.tag.color-mustard {
  background-color: #e8b11f;
}
.tag.color-lightorange {
  background-color: #f47322;
}
.tag.color-lightgrey {
  background-color: #7b7c7c;
}
.tag.color-lightblue {
  background-color: #7bcdf6;
}
.tag.color-hotpink {
  background-color: #ee377d;
}
.tag.color-greenleaf {
  background-color: #619235;
}
.tag.color-green {
  background-color: #19a94b;
}
.tag.color-grassgreen {
  background-color: #71c04e;
}
.tag.color-dustypink {
  background-color: #c783b9;
}
.tag.color-darkgrey {
  background-color: #58585a;
}
.tag.color-darkcyan {
  background-color: #24858e;
}
.tag.color-cyan {
  background-color: #10c5b2;
}
.tag.color-burntorange {
  background-color: #c94c00;
}
.tag.color-brown {
  background-color: #ab7e62;
}
.tag.color-brightgreen {
  background-color: #76d835;
}
.tag.color-bluedusk {
  background-color: #1f779d;
}
.tag.color-blue {
  background-color: #000be7;
}
.tag.color-black {
  background-color: #231f20;
}
.tag.color-bathroomblue {
  background-color: #3596da;
}
.tag.tag-all {
  background: #e8e8e8;
  color: #141414;
  border-color: transparent;
}
.why-attend-new .section-accent {
  margin: 0 -15px;
}
.why-buy .row {
  margin: 0 -15px;
}
.why-buy h2 {
  font-size: 2.8rem !important;
  margin-bottom: 2rem;
  line-height: 1.1;
  text-align: left !important;
}
.why-buy h2:before {
  content: '';
  display: inline-block;
  background: #c41230;
  vertical-align: middle;
  height: 3px;
  width: 40px;
  margin-top: -5px;
  margin-right: 20px;
}
.why-buy h2:after {
  content: "";
  border: none;
  margin-top: 0;
  margin-bottom: 3rem;
  border-top: 1px solid #dbdbdb;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  display: block;
}
.why-buy .why-buy-point {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media only screen and ( max-width: 991px ) {
  .why-buy .why-buy-point {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and ( max-width: 768px ) {
  .why-buy .why-buy-point {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.why-buy .why-buy-point .img-title {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.why-buy .why-buy-point .img-title img {
  position: relative;
  padding: 0;
  max-width: 20px;
  display: block;
}
.why-buy .why-buy-point .img-title h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.why-buy .why-buy-point .img-title h3:before {
  display: none;
}
.why-buy .why-buy-point .img-title p:first-child {
  display: inline-block;
  background: rgba(196, 18, 48, 0.1);
  padding: 10px;
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}
.why-buy .highlight-section {
  padding: 5rem 300px;
  margin-bottom: 5rem;
  background: #F9EDEF;
}
@media only screen and ( max-width: 991px ) {
  .why-buy .highlight-section {
    padding: 5rem 15px;
    margin-bottom: 2rem;
  }
}
.why-buy .highlight-section .why-buy-point {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and ( max-width: 991px ) {
  .why-buy .highlight-section .why-buy-point {
    padding: 5rem 15px;
  }
}
.why-buy .highlight-section.video-section {
  background: #fff !important;
  margin: 0 0 8rem 0;
  padding: 8rem 0 0 0;
}
@media only screen and ( max-width: 991px ) {
  .why-buy .highlight-section.video-section {
    margin-bottom: 4rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .why-buy .highlight-section.video-section {
    padding: 3rem 0;
  }
}
.why-buy .highlight-section.video-section .container {
  padding-top: 0;
  padding-bottom: 6rem;
}
@media only screen and ( max-width: 768px ) {
  .why-buy .highlight-section.video-section .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.why-buy .highlight-section.video-section .video-container {
  margin-top: -6rem;
}
@media only screen and ( max-width: 768px ) {
  .why-buy .highlight-section.video-section .video-container {
    margin-top: 0;
  }
}
.why-buy .highlight-section.video-section .bg-wrapper {
  background: #F9EDEF;
}
.why-buy .highlight-section.video-section .video-container {
  position: relative;
  z-index: 15;
}
.why-buy .highlight-section.video-section .video-container .fluid-embed {
  margin-top: 0;
}
.why-buy .highlight-section p:first-child {
  display: inline-block;
  background: rgba(196, 18, 48, 0.1);
  padding: 10px;
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}
.why-buy .highlight-section p img {
  max-width: 20px;
}
.why-buy .highlight-section h3 {
  font-size: 2rem !important;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
.why-buy .highlight-section h3:before {
  display: none;
}
.section-accent {
  background: #F9EDEF;
}
.section-accent .why-buy-point {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and ( max-width: 991px ) {
  .section-accent .why-buy-point {
    padding: 5rem 15px;
  }
}
.section-accent.video-section {
  background: #fff !important;
  margin: 0 0 8rem 0;
  padding: 8rem 0 0 0;
}
@media only screen and ( max-width: 991px ) {
  .section-accent.video-section {
    margin-bottom: 4rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .section-accent.video-section {
    padding: 3rem 0;
  }
}
.section-accent.video-section .container {
  padding-top: 0;
  padding-bottom: 6rem;
}
@media only screen and ( max-width: 768px ) {
  .section-accent.video-section .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section-accent.video-section .video-container {
  margin-top: -6rem;
}
@media only screen and ( max-width: 768px ) {
  .section-accent.video-section .video-container {
    margin-top: 0;
  }
}
.section-accent.video-section .bg-wrapper {
  background: #F9EDEF;
}
.section-accent.video-section .video-container {
  position: relative;
  z-index: 15;
}
.section-accent.video-section .video-container .fluid-embed {
  margin-top: 0;
}
.half-section .container {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and ( max-width: 991px ) {
  .half-section .container {
    padding-top: 50px;
    padding-bottom: 5px;
  }
}
@media only screen and ( max-width: 768px ) {
  .half-section .container {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
.why-buy-point {
  margin-bottom: 3rem;
}
.why-buy-point .img-title {
  background: #F9EDEF;
  padding: 10px;
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}
.why-buy-point img {
  max-width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.why-buy-point svg {
  max-width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #c41230;
  transform: translateY(-50%) translateX(-50%);
}
.why-buy-point svg path {
  fill: #c41230;
}
.why-buy-point.text-center .img-title {
  margin-left: auto;
  margin-right: auto;
  background: #f3dade;
}
.event-lead-sponsors {
  -ms-flex-preferred-size: 43.75%;
      flex-basis: 43.75%;
  max-width: 43.75%;
  background: #fff;
  margin: -50px 0 0 0;
  padding-right: 20px;
  z-index: 9999;
}
@media (max-width: 1500px) and (min-width: 1280px) {
  .event-lead-sponsors.full-width-sponsors {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1500px) and (min-width: 1280px) {
  .event-lead-sponsors.full-width-sponsors .event-partners {
    -ms-flex-pack: center !important;
        justify-content: center !important;
    padding-top: 4rem;
  }
}
@media only screen and ( max-width: 1279px ) {
  .event-lead-sponsors {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
.event-lead-sponsors h4 {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 2rem;
  border-color: #A8A8A8 !important;
  color: #A8A8A8;
  z-index: 19;
}
@media only screen and ( max-width: 768px ) {
  .event-lead-sponsors h4 {
    width: 100%;
    padding-top: 0;
  }
}
.event-lead-sponsors .partials-shared-event-footer {
  margin-bottom: 3rem;
}
.event-lead-sponsors .partials-shared-event-footer .footer-partners {
  padding: 0;
}
.event-lead-sponsors .partials-shared-event-footer .footer-partners.container {
  width: inherit;
}
@media only screen and ( max-width: 768px ) {
  .event-lead-sponsors .partials-shared-event-footer .footer-partners.container {
    max-width: 730px;
    padding: 0 15px;
    margin-top: 3rem;
  }
}
.event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and ( max-width: 1279px ) {
  .event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners {
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 4rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners {
    padding-top: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners svg,
.event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners img {
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  opacity: .4;
  max-width: 100%;
  height: 100%;
  width: auto;
  transition: all .2s ease;
}
@media only screen and ( max-width: 768px ) {
  .event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners svg,
  .event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners img {
    max-width: 125px;
    height: 35px;
  }
}
.event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners a {
  max-width: 125px;
  height: 35px;
  margin: 2rem 0 2rem 3rem;
}
.event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners a:hover svg,
.event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@media (max-width: 1366px) {
  .event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners a {
    margin-left: 2.5rem;
  }
}
@media (max-width: 1279px) {
  .event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners a {
    margin-left: 3rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners a {
    -ms-flex: 1;
        flex: 1;
    margin: 3rem 0 0 0;
    text-align: center;
    max-width: none;
  }
}
@media only screen and ( max-width: 575px ) {
  .event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners a {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    -ms-flex: 1;
        flex: 1;
  }
}
@media only screen and ( max-width: 575px ) {
  .event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners.sponsors-width-2 a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and ( max-width: 575px ) {
  .event-lead-sponsors .partials-shared-event-footer .footer-partners .event-partners.sponsors-width-3 a {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
}
.event-lead-sponsors .partials-shared-event-footer .footer-partners .add-border-right {
  padding-right: 3rem;
  padding-lefT: 0;
  border-right: 1px solid #dbdbdb;
}
@media (max-width: 1366px) {
  .event-lead-sponsors .partials-shared-event-footer .footer-partners .add-border-right {
    padding-right: 2rem;
  }
}
@media (max-width: 1279px) {
  .event-lead-sponsors .partials-shared-event-footer .footer-partners .add-border-right {
    padding-right: 3rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .event-lead-sponsors .partials-shared-event-footer .footer-partners .add-border-right {
    padding-bottom: 0;
    border: none;
  }
}
.inner-col {
  padding-left: 25px !important;
}
.col-image {
  position: relative;
}
.hero-image-container {
  position: relative;
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
  max-width: 52%;
  padding-left: 0 !important;
}
@media only screen and ( max-width: 991px ) {
  .hero-image-container {
    margin-top: 3rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px !important;
  }
}
.hero-image-container img,
.hero-image-container video {
  position: relative;
  top: 0;
  float: right;
  right: 0;
  height: 408px;
  max-width: 725px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1366px) {
  .hero-image-container img,
  .hero-image-container video {
    height: 390px;
  }
}
@media (max-width: 1280px) {
  .hero-image-container img,
  .hero-image-container video {
    height: 366px;
    max-width: 100%;
    -o-object-position: center;
       object-position: center;
  }
}
@media only screen and ( max-width: 991px ) {
  .hero-image-container img,
  .hero-image-container video {
    height: auto;
    max-width: 100%;
  }
}
@media only screen and ( max-width: 768px ) {
  .hero-image-container img,
  .hero-image-container video {
    height: auto;
  }
}
.hero-image-container .artist-attribution {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 15px;
  bottom: 0;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 15px 9px 15px;
  max-width: 85%;
}
.hero-image-container .artist-attribution a {
  color: #fff !important;
}
.event-branding {
  height: 100px;
  background-size: cover;
  background-position: center center;
}
.bg-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  background: white;
}
@media only screen and ( max-width: 991px ) {
  .bg-wrapper {
    height: 70%;
    background: #F9EDEF;
  }
}
@media only screen and ( max-width: 768px ) {
  .bg-wrapper {
    height: 82%;
  }
}
@media only screen and ( max-width: 575px ) {
  .bg-wrapper {
    height: 89%;
  }
}
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 0 5.5rem 0;
  position: relative;
}
@media only screen and ( max-width: 768px ) {
  .hero {
    margin-bottom: 5rem;
  }
}
.hero:not(.partials-shared-hero-event),
.hero:not(.remove-before) {
  color: #fff;
}
.hero.partials-shared-hero-event {
  margin: 0;
}
.hero.partials-shared-hero-event .card-bottom-info {
  border: none;
}
.hero.partials-shared-hero-event .event-speakers {
  margin-left: 25px;
}
@media only screen and ( max-width: 991px ) {
  .hero.partials-shared-hero-event .event-speakers {
    margin-left: 15px;
  }
}
@media only screen and ( max-width: 768px ) {
  .hero.partials-shared-hero-event .btn-default {
    margin-top: 2rem;
  }
}
@media (max-width: 1280px) {
  .hero.partials-shared-hero-event .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .hero.partials-shared-hero-event .container {
    max-width: 100%;
  }
}
@media only screen and ( max-width: 991px ) {
  .hero.partials-shared-hero-event .section-accent {
    background: #fff;
  }
}
.hero.remove-before {
  color: #292929;
  margin: 0;
}
.hero.remove-before:before {
  display: none;
}
.hero.modules-event-subpage-hero {
  padding: 4rem 0;
  margin-bottom: 5rem;
}
.hero.modules-event-subpage-hero .extra-meta {
  margin-top: 1rem;
}
.hero .single-event-hero.event-information {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
}
@media (max-width: 1280px) {
  .hero .single-event-hero.event-information {
    padding-left: 15px !important;
    padding-right: 25px !important;
  }
}
@media only screen and ( max-width: 991px ) {
  .hero .single-event-hero.event-information {
    padding-right: 15px !important;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and ( max-width: 768px ) {
  .hero .single-event-hero .extra-meta {
    margin-bottom: 0;
  }
}
.hero .single-event-hero .speaker-bubbles {
  margin-bottom: 0;
}
.hero .single-event-hero .speaker-bubbles a {
  margin-right: -29px;
}
.hero .single-event-hero .speaker-bubbles img {
  width: 54px;
  height: 54px;
  max-width: 54px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and ( max-width: 1279px ) {
  .hero .single-event-hero .speaker-bubbles img {
    width: 45px;
    height: 45px;
    max-width: 45px;
  }
}
@media only screen and ( max-width: 991px ) {
  .hero .single-event-hero .speaker-bubbles img {
    width: 54px;
    height: 54px;
    max-width: 54px;
  }
}
@media only screen and ( max-width: 575px ) {
  .hero .single-event-hero .speaker-bubbles img {
    width: 48px;
    height: 48px;
    max-width: 48px;
  }
}
.hero .single-event-hero .card-bottom-info {
  padding-bottom: 0;
}
.hero .single-event-hero .btn-default {
  white-space: nowrap;
}
.hero::before {
  padding-top: 650px;
  content: '';
  display: block;
}
@media only screen and ( max-width: 991px ) {
  .hero::before {
    padding-top: 450px;
  }
}
@media only screen and ( max-width: 768px ) {
  .hero::before {
    padding-top: 350px;
  }
}
.hero .text-center {
  text-align: center;
}
.hero.subpage .center-content::before {
  background: linear-gradient(to bottom right, #292929, #080808);
  content: '';
  display: block;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hero.subpage .center-content .container-fluid {
  position: relative;
  z-index: 2;
}
.hero.subpage .hero-inner {
  position: relative;
  padding: 40px 0;
  height: auto;
  text-align: center;
}
.hero.subpage .hero-inner .col-xs-16 {
  position: relative;
}
.hero.subpage .hero-inner .center-content .hero-title {
  position: absolute;
  top: 50%;
  transform: translateY(-54%);
  width: 100%;
  text-align: center;
}
@media only screen and ( max-width: 768px ) {
  .hero.subpage .hero-inner .center-content .hero-title {
    position: relative;
    top: 0%;
    transform: translateY(0%);
  }
}
@media only screen and ( max-width: 1279px ) {
}
.hero.subpage .hero-inner .center-content .event-subtitle {
  margin-top: 0;
}
@media only screen and ( max-width: 768px ) {
  .hero.subpage .hero-inner .center-content .event-subtitle {
    margin: 10px 0 20px;
  }
}
@media only screen and ( min-width: 1280px ) {
  .hero.subpage .hero-inner .center-content .ticket-cta {
    margin-top: 1.12857vw;
  }
}
@media only screen and ( min-width: 769px ) {
  .hero.subpage .hero-inner {
    padding: 1.7vw 0 1.7vw;
    text-align: left;
  }
}
.hero.subpage .hero-inner .event-meta ul {
  display: block;
}
.hero.subpage .hero-inner .event-meta ul li {
  display: inline-block;
}
.hero.subpage.hero .event-meta {
  margin-top: 1vw;
}
@media only screen and ( min-width: 769px ) {
  .hero.subpage.hero .ticket-cta {
    text-align: left !important;
  }
}
.hero.subpage .event-meta-menu-item:first-child {
  margin-left: 0;
}
.hero.hero-overlay .hero-inner::before {
  background: linear-gradient(to bottom right, #292929, #080808);
  content: '';
  display: block;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.hero .hero-inner {
  background: no-repeat 50% 50% / cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero .vertically-aligned {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto;
  max-width: 100%;
  position: relative;
  z-index: 999;
}
.hero .hero-title {
  font-weight: 600;
}
.hero .hero-title h1 {
  font-size: 6.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media only screen and ( max-width: 991px ) {
  .hero .hero-title h1 {
    font-size: 5.5rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .hero .hero-title h1 {
    font-size: 3.5rem;
  }
}
.hero .hero-title p {
  font-size: 1.6rem;
  text-align: center;
}
.hero .hero-title + .hero-cta {
  text-align: center;
}
.hero .hero-title + .hero-cta + .video-cta {
  bottom: 4.5vw;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
@media only screen and ( max-width: 768px ) {
  .hero .hero-title + .hero-cta + .video-cta {
    display: none;
  }
}
.hero .hero-title + .video-cta {
  margin-top: 1vw;
}
.hero .hero-multiline {
  line-height: 1;
  font-size: 4.0vw;
  text-align: center;
}
.page-events .hero .hero-title {
  font-size: 4.232vw;
  line-height: 1;
  text-align: center;
}
@media only screen and ( max-width: 768px ) {
  .single-event .hero .hero-inner {
    position: static;
  }
  .single-event .hero .hero-inner::before {
    display: none;
  }
}
.single-event .hero .vertically-aligned {
  background: rgba(41, 41, 41, 0.7);
  bottom: 0;
  height: 62%;
  -ms-flex-pack: start;
      justify-content: flex-start;
  max-width: none;
  padding: 2% 10%;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media only screen and ( max-width: 768px ) {
  .single-event .hero .vertically-aligned {
    height: auto;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 60px 30px;
    position: static;
  }
}
@media only screen and ( min-width: 769px ) and ( max-width: 991px ) {
  .single-event .hero .vertically-aligned {
    height: 72%;
  }
}
@media only screen and ( min-width: 992px ) and ( max-width: 1279px ) {
}
@media only screen and ( min-width: 1280px ) {
}
.single-event .hero .hero-title {
  font-size: 5.9rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media only screen and ( max-width: 1279px ) {
  .single-event .hero .hero-title {
    font-size: 5rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .single-event .hero .hero-title {
    font-size: 3rem;
  }
}
.single-event .hero .hero-title.hero-smaller {
  font-size: 5.1rem;
}
@media only screen and ( max-width: 1279px ) {
  .single-event .hero .hero-title.hero-smaller {
    font-size: 4.5rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .single-event .hero .hero-title.hero-smaller {
    font-size: 3rem;
  }
}
.single-event .hero.modules-event-subpage-hero .hero-title {
  font-size: 4rem;
  margin-bottom: 0;
}
@media only screen and ( max-width: 768px ) {
  .single-event .hero.modules-event-subpage-hero .text-right {
    text-align: left !important;
  }
}
.single-event .hero .event-subtitle {
  margin-top: 0.714286vw;
}
@media only screen and ( max-width: 768px ) {
  .single-event .hero .event-subtitle {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
.single-event .hero .tag-list {
  margin-top: 0.714286vw;
}
@media only screen and ( max-width: 768px ) {
  .single-event .hero .tag-list {
    margin-top: 1rem;
  }
}
.single-event .hero .ticket-cta {
  margin-top: 1.42857vw;
  text-align: center;
}
@media only screen and ( max-width: 768px ) {
  .single-event .hero .ticket-cta {
    margin-top: 2rem;
  }
}
.single-event .hero .event-meta {
  color: #dbdbdb;
  margin-top: 1.42857vw;
}
@media only screen and ( max-width: 768px ) {
  .single-event .hero .event-meta {
    margin-top: 2rem;
  }
}
.single-event .hero .event-meta ul {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-event .hero .event-meta li {
  margin: 0 1.5rem;
}
.single-event .hero .event-meta .link-map {
  color: #dbdbdb;
}
.single-event .hero .event-meta .link-map:hover .icon {
  animation: 500ms cubic-bezier(0.23, 1, 0.32, 1) icon-drop;
}
.single-event .hero .event-meta .link-details {
  color: #fff;
}
.single-event .hero .event-meta .link-details:hover {
  color: #c41230;
}
@media only screen and ( max-width: 768px ) {
  .single-event .hero::before {
    display: none;
  }
}
.hero.partials-post-news-feature .hero-credits {
  bottom: 0;
}
.hero .hero-home-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero .hero-home-carousel .slick-arrow {
  display: none !important;
}
.hero .hero-home-carousel .slick-slide {
  background-size: cover !important;
  background-position: center center !important;
}
.hero .hero-home-carousel .slick-slide::before {
  padding-top: 650px;
  content: '';
  display: block;
}
@media only screen and ( max-width: 991px ) {
  .hero .hero-home-carousel .slick-slide::before {
    padding-top: 450px;
  }
}
@media only screen and ( max-width: 768px ) {
  .hero .hero-home-carousel .slick-slide::before {
    padding-top: 350px;
  }
}
.hero .vertically-aligned {
  margin-top: 0rem;
  padding: 0 2rem;
}
.partials-shared-hero-home .vertically-aligned {
  margin-top: 2rem;
}
.partials-shared-hero-home h1:after {
  content: '';
  margin: 1.5rem auto 2rem auto;
  height: 3px;
  width: 80px;
  display: block;
  background: #c41230;
}
.hero-credit {
  bottom: -2rem;
  color: #292929;
  font-size: 1rem;
  position: absolute;
  right: 2rem;
}
.video-embed-wrapper {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
.video-paused .video-embed-wrapper,
.video-playing .video-embed-wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.video-embed-wrapper .fluid-embed {
  transform: translateY(-19%);
}
.has-icon {
  -ms-flex-line-pack: center;
      align-content: center;
  border: none;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
}
@media only screen and ( max-width: 575px ) {
  .has-icon {
    white-space: normal;
  }
}
.has-icon .icon + .icon-label,
.has-icon .icon-label + .icon {
  margin-left: 0.5rem;
}
.has-icon .icon-timezone + .icon-label {
  margin-left: 1rem !important;
}
.has-icon.timezone-space {
  margin-left: 1rem !important;
}
.link-cta {
  -ms-flex-line-pack: center;
      align-content: center;
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
}
.link-cta .icon + .icon-label,
.link-cta .icon-label + .icon {
  margin-left: 1rem;
  transition: transform 100ms ease-in-out;
}
.link-cta:hover .icon + .icon-label,
.link-cta:hover .icon-label + .icon {
  transform: translateX(0.5rem);
}
.btn-default {
  border-radius: 50px;
  background: #c41230;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: .9rem 2rem;
  border: none;
}
.btn-default:hover {
  background: #db1436;
  color: #fff;
}
.btn-default.btn-small {
  font-size: 1.4rem;
  padding: 8px 20px;
}
.btn-default .icon svg {
  width: auto;
  position: relative;
  padding-left: 10px;
}
.btn-default .icon-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-default.btn-speaker .icon-label {
  display: inline-block;
}
.btn-default.btn-speaker .icon svg {
  height: auto;
  width: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.btn-primary {
  border-radius: 50px;
  background: #c41230;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: .9rem 2rem;
  border: none;
  background: #fff;
  border-color: #c41230;
  color: #c41230;
}
.btn-primary:hover {
  background: #db1436;
  color: #fff;
}
.btn-primary.btn-small {
  font-size: 1.4rem;
  padding: 8px 20px;
}
.btn-primary .icon svg {
  width: auto;
  position: relative;
  padding-left: 10px;
}
.btn-primary .icon-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-primary.btn-speaker .icon-label {
  display: inline-block;
}
.btn-primary.btn-speaker .icon svg {
  height: auto;
  width: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.btn-primary:hover {
  background: #c41230;
  color: #fff;
  box-shadow: 0 6px 14px rgba(41, 41, 41, 0.08);
}
.btn-bordered {
  border-radius: 50px;
  background: #c41230;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: .9rem 2rem;
  border: none;
  border-color: #fff;
}
.btn-bordered:hover {
  background: #db1436;
  color: #fff;
}
.btn-bordered.btn-small {
  font-size: 1.4rem;
  padding: 8px 20px;
}
.btn-bordered .icon svg {
  width: auto;
  position: relative;
  padding-left: 10px;
}
.btn-bordered .icon-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-bordered.btn-speaker .icon-label {
  display: inline-block;
}
.btn-bordered.btn-speaker .icon svg {
  height: auto;
  width: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.btn-bordered.btn-inverted {
  border-color: #292929;
  color: #292929;
}
.btn-bordered.btn-inverted.selected,
.btn-bordered.btn-inverted:hover {
  background: #292929;
  color: #c41230;
}
.btn-outline {
  border-radius: 50px;
  background: #c41230;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: .9rem 2rem;
  border: none;
  border: 1px solid #292929;
  background: #fff;
  color: #292929;
}
.btn-outline:hover {
  background: #db1436;
  color: #fff;
}
.btn-outline.btn-small {
  font-size: 1.4rem;
  padding: 8px 20px;
}
.btn-outline .icon svg {
  width: auto;
  position: relative;
  padding-left: 10px;
}
.btn-outline .icon-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-outline.btn-speaker .icon-label {
  display: inline-block;
}
.btn-outline.btn-speaker .icon svg {
  height: auto;
  width: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.btn-outline.btn-small {
  font-size: 1.4rem;
  padding: 6px 15px;
}
.btn-outline:hover {
  color: #fff;
  background: #c41230;
  border-color: #c41230;
}
.btn-outline:hover path {
  stroke: #fff;
}
.btn-outline .icon + .icon-label,
.btn-outline .icon-label + .icon {
  margin-left: 0.5rem;
  width: auto;
  margin: 0;
}
.btn-outline path {
  stroke: #292929;
  transition: stroke .2s ease;
}
.btn-outline .icon-add {
  height: 15px;
}
.btn-outline .icon-add svg {
  transform: none;
  top: auto;
  left: auto;
}
.btn-outline svg {
  width: auto;
  position: relative;
  padding-left: 5px;
}
.btn-transparent {
  padding: 0;
  border: none;
  color: #c41230;
}
.btn-transparent:hover {
  background: transparent;
  color: #db1436;
}
.link-more {
  white-space: nowrap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 600;
  color: #292929;
}
h2 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media only screen and ( max-width: 768px ) {
  h2 {
    font-size: 3rem;
  }
}
.short-divider {
  display: block;
  background: #c41230;
  height: 3px;
  width: 50px;
  left: 0;
  margin: 1.5rem 0;
  border: none;
}
h3,
.header-with-line {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  margin-left: 50px;
  padding-left: 5px;
  position: relative;
}
h3:before,
.header-with-line:before {
  content: '';
  background: #c41230;
  height: 3px;
  width: 40px;
  left: 0;
  margin-left: -50px;
  display: block;
  margin-top: 13px;
  position: absolute;
}
@media only screen and ( max-width: 768px ) {
  h3,
  .header-with-line {
    font-size: 2.4rem;
  }
  h3:before,
  .header-with-line:before {
    margin-top: 10px;
  }
}
@media only screen and ( max-width: 575px ) {
  h3,
  .header-with-line {
    padding-left: 15px;
    margin-left: 0;
  }
  h3:before,
  .header-with-line:before {
    height: 40px;
    width: 3px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
}
h3.no-line,
.header-with-line.no-line {
  margin-left: 0;
  padding-left: 0;
}
h3.no-line:before,
.header-with-line.no-line:before {
  display: none;
}
h3.has-count,
.header-with-line.has-count {
  display: -ms-flexbox;
  display: flex;
}
h3.has-count .btn,
.header-with-line.has-count .btn {
  margin-left: 60px;
  position: relative;
  margin-top: -1px;
}
h3.has-count .btn:before,
.header-with-line.has-count .btn:before {
  display: block;
  content: '';
  border-left: 1px solid #dbdbdb;
  height: 100%;
  width: 1px;
  position: absolute;
  left: -30px;
  top: -2px;
  padding: 4px 0;
}
h4 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
h5 {
  font-size: 1.4rem;
}
header .post-title,
header .page-title,
header .page-secondary-title,
header .rotator-title,
header .sidebar-title {
  margin: 0 0 0.85em 0;
}
header .sidebar-list-title {
  color: #080808;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
  margin-left: 0.8rem;
}
.single-event header.section-header .page-title {
  margin-bottom: 0;
  margin-top: 4.1rem;
}
.single-event header.section-header .page-secondary-title {
  margin-top: 0;
  margin-bottom: 0;
}
.single-event header.venue-header {
  margin-bottom: 0.85em;
}
.sidebar-title {
  padding-left: 1rem;
  padding-right: 1rem;
}
.section-subtitle {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.post-title {
  color: #dbdbdb;
  font-size: 3rem;
  font-weight: 300;
  margin: 0 0 0.85em 0;
}
.paged-nav {
  margin-top: 2em;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 600;
  margin-left: 10px;
}
.paged-nav a {
  color: #757575;
  position: relative;
  transition: color .2s ease;
}
.paged-nav a.next-post {
  right: 0;
}
.paged-nav a.next-post .icon {
  margin-left: 1rem;
}
.paged-nav a:hover {
  color: #292929;
}
.paged-nav .nav-previous:hover svg,
.paged-nav .nav-next:hover svg {
  fill: #292929;
}
.paged-nav .divider {
  display: block;
  content: '';
  border-left: 1px solid #dbdbdb;
  height: 40px;
  width: 1px;
  margin: 0 15px;
  padding: 4px 0;
}
.paged-nav svg {
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: inline-block;
  margin: 0 10px;
  margin-top: -2px;
  transition: all .2s ease;
  fill: #757575;
}
.section-header {
  position: relative;
}
.section-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.single-event .section-nav {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.section-nav li {
  margin-right: 2.5rem;
}
@media only screen and ( max-width: 768px ) {
  .section-nav li {
    margin-right: 0;
    width: 50%;
  }
  .section-nav li:nth-of-type(2n) {
    text-align: right;
  }
}
.section-nav li:last-of-type {
  margin-right: 0;
}
.section-nav li.selected a {
  color: #080808;
}
.section-nav a {
  font-weight: 600;
}
.section-nav.stuck {
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.75));
  border-bottom: 0.1rem solid #fafafa;
  left: 0;
  margin-top: 0;
  padding: 1.4rem 4rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media only screen and ( min-width: 1280px ) {
  .section-nav.stuck {
    padding: 1.4rem 7rem;
  }
}
.site-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}
.site-navigation a {
  color: #292929;
}
.menu-toggle {
  border: none;
  color: #141414;
  display: none;
  margin-left: auto;
  overflow: hidden;
  padding: 0.5rem;
  position: relative;
  transition: all 150ms ease-in-out;
}
.menu-toggle path {
  transition: all 150ms ease-in-out;
}
.site-navigation-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.nav-main,
.nav-secondary {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-main li:last-of-type,
.nav-secondary li:last-of-type {
  margin-right: 0;
}
.nav-main li.current_page_item a,
.nav-secondary li.current_page_item a,
.nav-main li.selected a,
.nav-secondary li.selected a {
  color: #c41230;
  border-bottom: 3px solid #c41230;
}
.nav-main a,
.nav-secondary a {
  color: #fff;
  font-weight: 600;
}
.nav-main a:hover,
.nav-secondary a:hover {
  color: #c41230;
}
.single-speaker .nav-main .menu-item-speakers a,
.single-speaker .nav-secondary .menu-item-speakers a {
  color: #c41230;
}
.single-article .nav-main .menu-item-news a,
.single-article .nav-secondary .menu-item-news a {
  color: #c41230;
}
.page-slides .nav-main .menu-item-slides a,
.page-slides .nav-secondary .menu-item-slides a {
  color: #c41230;
}
.single-event .nav-main .menu-item-events a,
.single-event .nav-secondary .menu-item-events a {
  color: #c41230;
}
.nav-main .extra-event-nav,
.nav-secondary .extra-event-nav {
  position: absolute;
  right: -79px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  top: 40px;
  min-width: 200px;
  box-shadow: 0 6px 12px rgba(41, 41, 41, 0.08);
  display: none;
}
.nav-main .extra-event-nav ul,
.nav-secondary .extra-event-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-main .extra-event-nav ul li,
.nav-secondary .extra-event-nav ul li {
  margin: 0;
  padding: 0;
  text-align: left;
  border-top: 1px solid #dbdbdb;
}
.nav-main .extra-event-nav ul li:first-child,
.nav-secondary .extra-event-nav ul li:first-child {
  border-top: none;
}
.nav-main .extra-event-nav ul li:first-child:before,
.nav-secondary .extra-event-nav ul li:first-child:before,
.nav-main .extra-event-nav ul li:first-child:after,
.nav-secondary .extra-event-nav ul li:first-child:after {
  content: "\0020";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 0;
  height: 0;
  overflow: hidden;
  border: solid 10px transparent;
  border-top: 0;
  border-bottom-color: #fff;
}
.nav-main .extra-event-nav ul li:first-child:before,
.nav-secondary .extra-event-nav ul li:first-child:before {
  content: '';
  top: -11px;
  z-index: 1;
  border-bottom-color: #dbdbdb;
}
.nav-main .extra-event-nav ul li a,
.nav-secondary .extra-event-nav ul li a {
  padding: 15px;
  display: block;
}
.nav-main .extra-event-nav ul li a:hover,
.nav-secondary .extra-event-nav ul li a:hover {
  background: #F9EDEF;
  color: #c41230;
}
@media only screen and ( max-width: 991px ) {
  .nav-main .extra-event-nav ul li a:hover,
  .nav-secondary .extra-event-nav ul li a:hover {
    background: transparent;
  }
}
.nav-main .extra-event-nav ul li.selected a,
.nav-secondary .extra-event-nav ul li.selected a {
  color: #c41230;
}
.nav-main .extra-nav-toggler,
.nav-secondary .extra-nav-toggler {
  cursor: pointer;
  padding: 0 10px;
}
.nav-main .extra-nav-toggler span,
.nav-secondary .extra-nav-toggler span {
  display: inline-block;
  position: relative;
  width: 4px;
  height: 4px;
  top: -3px;
  border-radius: 50%;
  margin-left: 5px;
  background-color: #292929;
}
.nav-main .extra-nav-toggler:hover span,
.nav-secondary .extra-nav-toggler:hover span {
  background-color: #c41230;
}
.nav-main {
  margin: 0 auto;
  position: relative;
}
.nav-secondary {
  margin-left: auto;
}
.nav-secondary a {
  color: #dbdbdb;
}
.menu-toggle {
  background: transparent;
}
@media (max-width: 1199px) {
  .hide-social {
    display: none;
  }
}
@media only screen and ( min-width: 769px ) and ( max-width: 991px ) {
  .nav-secondary {
    margin-left: 0;
  }
}
@media only screen and ( max-width: 991px ) {
  body.is-mobile-nav .icon-menu svg {
    fill: #292929 !important;
  }
  body.is-mobile-nav .site-content {
    overflow: hidden;
    height: calc(100vh + 8.7rem);
  }
  body.is-mobile-nav .site-footer {
    display: none;
  }
  body.is-mobile-nav .site-navigation {
    background: rgba(255, 255, 255, 0.95);
    height: 100vh;
    overflow-y: scroll;
  }
  body.is-mobile-nav .site-navigation-content {
    height: calc(100vh + 8.7rem);
    opacity: 1;
  }
  body.is-mobile-nav .extra-nav-toggler {
    display: none;
  }
  body.is-mobile-nav .menu-toggle {
    color: #c41230;
    background: transparent;
  }
  body.is-mobile-nav .menu-toggle path:last-child {
    transform: translateY(3rem);
  }
  body.is-mobile-nav .menu-toggle path:first-child {
    transform: translateY(-3rem);
  }
  body.is-mobile-nav .nav-main a,
  body.is-mobile-nav .nav-secondary a {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    color: #292929 !important;
  }
  body.is-mobile-nav .nav-main .extra-event-nav,
  body.is-mobile-nav .nav-secondary .extra-event-nav {
    right: auto;
    background: transparent;
    border-radius: 0;
    border: none;
    top: auto;
    min-width: 0;
    display: block;
    position: relative;
    box-shadow: none;
  }
  body.is-mobile-nav .nav-main .extra-event-nav ul li,
  body.is-mobile-nav .nav-secondary .extra-event-nav ul li {
    text-align: center;
    border: none;
  }
  body.is-mobile-nav .nav-main .extra-event-nav ul li:first-child:before,
  body.is-mobile-nav .nav-secondary .extra-event-nav ul li:first-child:before,
  body.is-mobile-nav .nav-main .extra-event-nav ul li:first-child:after,
  body.is-mobile-nav .nav-secondary .extra-event-nav ul li:first-child:after {
    display: none;
  }
  .menu-toggle,
  .site-title {
    z-index: 11;
  }
  .menu-toggle {
    display: block;
  }
  .site-navigation {
    -ms-flex-positive: 0;
        flex-grow: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 400ms ease-in-out;
    width: 100%;
    z-index: 10;
    overflow-y: scroll;
  }
  .site-navigation-content {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    height: 0;
    left: 0;
    opacity: 0;
    top: 0;
    overflow-y: hidden;
    position: absolute;
    padding-top: 5.7rem;
    transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%;
  }
  .nav-main,
  .nav-secondary {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 15px;
  }
  .nav-main li,
  .nav-secondary li {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-main a,
  .nav-secondary a {
    display: block;
    padding: 0.5rem 15px;
    transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) all 400ms cubic-bezier(0.86, 0, 0.07, 1);
  }
  .nav-secondary {
    text-align: right;
  }
}
.subscribe-meta {
  color: #292929;
  font-size: 1.5rem;
}
.subscribe-meta a {
  margin-top: 1rem;
  display: inline-block;
}
.sidebar-list {
  color: #292929;
  font-size: 1.5rem;
  list-style: none;
  margin: 0 0 6rem 0;
  padding: 0;
}
.sidebar-list + footer {
  padding: 1rem 1rem 2rem 1rem;
}
.sidebar-list > li {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0;
}
.sidebar-list > li a {
  display: inline-block;
  margin-top: 1rem;
}
.sidebar-list .list-title {
  font-weight: 600;
  position: relative;
}
.sidebar-list .list-title,
.sidebar-list .list-title a {
  color: #292929;
  font-size: 2rem;
  line-height: 1;
}
@media only screen and ( max-width: 575px ) {
  .sidebar-list .list-title,
  .sidebar-list .list-title a {
    font-size: 1.8rem;
  }
}
.sidebar-list p {
  color: #292929;
  margin: 0;
  position: relative;
}
.sidebar-list ul {
  font-size: 1.5rem;
  font-weight: 600;
  list-style: none;
  padding-left: 1.5rem;
}
.partials-sidebar-speaker-past-events,
.partials-sidebar-coming-events {
  margin-top: 6rem;
}
.partials-sidebar-speaker-past-events.equalize-heights .card-shadow {
  height: auto;
  display: block;
}
@media only screen and ( max-width: 575px ) {
  .partials-sidebar-speaker-past-events.equalize-heights .card-shadow {
    min-height: 0 !important;
  }
}
.hide-past-events {
  display: none;
  padding: 10px 0 0 0;
}
.partials-sidebar-speaker-filter {
  margin-bottom: 2rem;
  padding-right: 3rem;
}
.partials-sidebar-speaker-filter .sidebar-list {
  margin-top: -2rem;
}
.partials-sidebar-speaker-filter .sidebar-list li {
  padding: 0;
}
.partials-sidebar-speaker-filter:last-of-type {
  margin-bottom: 6rem;
}
.partials-sidebar-speaker-filter .sidebar-list {
  margin-bottom: 2rem;
}
.partials-sidebar-speaker-filter li {
  padding: 0;
}
.partials-sidebar-location {
  margin-bottom: 6rem;
}
.partials-sidebar-location .location {
  border-bottom: 1px solid #e8e8e8;
  margin-toP: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.partials-sidebar-location .location:last-child {
  border: none;
}
.partials-sidebar-location .map-link {
  display: block;
}
.partials-sidebar-location .map-link img {
  display: block;
  width: 100%;
}
.partials-sidebar-location .location-meta {
  margin-toP: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #292929;
}
.partials-sidebar-location .location-title,
.partials-sidebar-location .location-link {
  color: #292929;
  font-size: 2rem;
  font-weight: 600;
}
.partials-sidebar-subscribe {
  margin-bottom: 6rem;
}
.partials-sidebar-subscribe .subscribe {
  margin: 0;
}
.partials-sidebar-subscribe .subscribe-meta {
  color: #292929;
}
.partials-sidebar-subscribe .subscribe-title,
.partials-sidebar-subscribe .subscribe-link {
  color: #141414;
  font-size: 1.8rem;
  font-weight: 600;
}
.partials-sidebar-event-venues,
.partials-sidebar-event-parties {
  margin-bottom: 6rem;
}
.partials-sidebar-event-venues .location-image,
.partials-sidebar-event-parties .location-image {
  display: block;
}
.partials-sidebar-event-venues .location-image img,
.partials-sidebar-event-parties .location-image img {
  display: block;
  width: 100%;
}
.partials-sidebar-event-venues .location,
.partials-sidebar-event-parties .location {
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #e8e8e8;
}
.partials-sidebar-event-venues .location:last-child,
.partials-sidebar-event-parties .location:last-child {
  border: none;
}
.partials-sidebar-event-venues .location-meta,
.partials-sidebar-event-parties .location-meta {
  margin-toP: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #292929;
}
.partials-sidebar-event-venues .location-title,
.partials-sidebar-event-parties .location-title,
.partials-sidebar-event-venues .location-link,
.partials-sidebar-event-parties .location-link {
  color: #292929;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.home .site-header {
  background: transparent;
}
.home .site-header.nav-light {
  background: #fff;
}
.home .site-header .icon-menu svg {
  fill: #fff;
  width: 40px;
}
.home .site-header .nav-main a {
  color: #fff;
}
.home .site-header .outline-social {
  background: transparent;
  border: 1px solid #fff;
}
.home .site-header .outline-social .icon .fg,
.home .site-header .outline-social .icon #fg {
  fill: #fff;
}
.home .site-header .outline-social:hover {
  background: rgba(196, 18, 48, 0.24);
  border-color: transparent;
}
.home .site-header .outline-social:hover .icon .fg,
.home .site-header .outline-social:hover .icon #fg {
  fill: #c41230;
}
.home video {
  transition: box-shadow 0.3s, opacity 0.3s;
}
.home video:hover {
  box-shadow: 0px 20px 60px rgba(41, 41, 41, 0.22);
}
.outline-social:hover .icon-book g {
  fill: #c41230;
}
.icon-github {
  color: #292929;
}
.icon-github:hover {
  color: #c41230;
}
.card-bottom a .icon-book g {
  fill: #c41230;
}
.card-bottom a .icon-github {
  color: #c41230;
}
.site-header,
.site-header.nav-light {
  padding: 15px 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  transition: background-color 0.2s ease;
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
}
.site-header .nav-main a,
.site-header.nav-light .nav-main a {
  color: #292929;
  padding: 26px 25px;
  transition: all .2s ease;
}
.site-header .nav-main a:hover,
.site-header.nav-light .nav-main a:hover {
  color: #c41230;
}
@media only screen and ( max-width: 991px ) {
  .site-header .nav-main a,
  .site-header.nav-light .nav-main a {
    padding: 25px 18px;
  }
}
.site-header .icon-menu svg,
.site-header.nav-light .icon-menu svg {
  fill: #292929;
  width: 40px;
}
.site-header .outline-social,
.site-header.nav-light .outline-social {
  display: inline-block;
  margin-left: 5px;
  transition: all .2s ease;
  border-radius: 50%;
  transition: none;
  border: 1px solid #dbdbdb;
  background: transparent;
  color: transparent;
}
.site-header .outline-social svg,
.site-header.nav-light .outline-social svg {
  width: 30px;
  transition: all .2s ease;
}
.site-header .outline-social .icon .fg,
.site-header.nav-light .outline-social .icon .fg,
.site-header .outline-social #fg,
.site-header.nav-light .outline-social #fg {
  fill: #292929;
}
.site-header .outline-social:hover,
.site-header.nav-light .outline-social:hover {
  background: rgba(196, 18, 48, 0.24);
  border-color: transparent;
  box-shadow: 0px 6px 14px rgba(41, 41, 41, 0.15);
}
.site-header .outline-social:hover .icon .fg,
.site-header.nav-light .outline-social:hover .icon .fg,
.site-header .outline-social:hover .icon #fg,
.site-header.nav-light .outline-social:hover .icon #fg {
  fill: #c41230;
}
.outline-social {
  display: inline-block;
  margin-left: 5px;
  transition: all .2s ease;
  border-radius: 50%;
  transition: none;
  border: 1px solid #dbdbdb;
}
.outline-social svg {
  width: 30px;
  transition: all .2s ease;
}
.outline-social .icon .fg,
.outline-social #fg {
  fill: #292929;
}
.outline-social:hover {
  background: rgba(196, 18, 48, 0.24);
  border-color: transparent;
  box-shadow: 0px 6px 14px rgba(41, 41, 41, 0.15);
}
.outline-social:hover .icon .fg,
.outline-social:hover .icon #fg {
  fill: #c41230;
}
.header-content {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.site-title {
  margin: 0;
  z-index: 10;
}
.site-title .icon {
  vertical-align: top;
}
.footer-content {
  background: #141414;
  color: #fff;
  padding: 4rem 0;
  font-weight: 300;
}
.footer-content-header a {
  color: #F9EDEF;
}
.footer-content-header a:hover {
  color: #fff;
}
.footer-content-header .icon {
  fill: #fff;
  margin-left: 1rem;
  vertical-align: text-top;
}
@media only screen and ( max-width: 991px ) {
  .footer-contact {
    padding: 0 2rem;
  }
}
.footer-contact a {
  color: transparent;
  display: inline-block;
  margin: 0.5rem;
}
.footer-contact a:hover span {
  background: rgba(196, 18, 48, 0.24);
}
.footer-contact a:hover .icon .fg,
.footer-contact a:hover .icon #fg {
  fill: #c41230;
}
.footer-contact span {
  background: #292929;
  border-radius: 50%;
}
.footer-contact .icon .fg,
.footer-contact .icon #fg {
  fill: #fff;
}
.footer-contact .footer-legal-links {
  list-style: none;
  margin: 3rem 0 0 0;
  padding: 0;
}
.footer-contact .footer-legal-links li {
  display: inline-block;
  margin: 0;
}
.footer-contact .footer-legal-links li:first-child a:first-child:before {
  display: none;
}
.footer-contact .footer-legal-links a {
  color: #fff;
  font-weight: 600;
}
.footer-contact .footer-legal-links a:before {
  content: "\2022";
  display: inline-block;
  padding-right: 1rem;
  color: #fff;
  font-weight: 600;
}
.footer-contact .footer-legal-links a:hover {
  color: #c41230;
}
/*JOBS & JOBS PAGE STYLING */
.site-jobs {
  overflow-x: hidden;
}
.site-jobs .right-side-nav {
  border: none !important;
}
.site-jobs .jobs-nav {
  float: left;
  padding-right: 20px;
  border-right: 1px solid #dbdbdb;
  margin-right: 20px;
  padding-bottom: 7px;
  padding-top: 7px;
  margin-top: -7px;
}
.modules-jobs {
  padding-bottom: 6rem;
}
.modules-jobs .job {
  margin: 0;
}
@media only screen and ( max-width: 991px ) {
  .jobs {
    padding: 0;
  }
}
.jobs .slick-arrow {
  top: 0;
  position: relative;
  opacity: .6;
}
.jobs .slick-arrow:hover {
  opacity: 1;
}
.jobs .slick-next {
  right: 0;
  transform: translateY(0%);
}
.jobs .slick-prev {
  left: auto;
  right: 5px;
  transform: translateY(0%) rotate(-180deg);
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 0;
  background-size: 100% 100%;
  text-indent: -9999px;
  transform: translateY(-50%);
}
.slick-prev {
  left: -35px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrow_right_black'%3E%3Cg id='Group' transform='matrix(-1 0 0 1 19.108757 5.5)'%3E%3Cpath d='M6.39124 0L0 6.5L6.39124 13' transform='matrix(1 0 0 1 1.03472786E-13 0)' id='Line-9' fill='none' fill-rule='evenodd' stroke='%231D1D1D' stroke-width='1.5' /%3E%3Cpath d='M0 0.5L13.8912 0.5' transform='translate(-7.993606E-14 6)' id='Line' fill='none' fill-rule='evenodd' stroke='%231D1D1D' stroke-width='1.5' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transform: translateY(-50%) rotate(-180deg);
}
.slick-next {
  right: -35px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrow_right_black'%3E%3Cg id='Group' transform='matrix(-1 0 0 1 19.108757 5.5)'%3E%3Cpath d='M6.39124 0L0 6.5L6.39124 13' transform='matrix(1 0 0 1 1.03472786E-13 0)' id='Line-9' fill='none' fill-rule='evenodd' stroke='%231D1D1D' stroke-width='1.5' /%3E%3Cpath d='M0 0.5L13.8912 0.5' transform='translate(-7.993606E-14 6)' id='Line' fill='none' fill-rule='evenodd' stroke='%231D1D1D' stroke-width='1.5' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.job-listings {
  margin: 0 -15px;
}
.job-listings .slick-list {
  overflow: visible;
}
.job-listings .slick-slide {
  opacity: 0;
  will-change: transform;
  color: #292929;
  transition: opacity 300ms;
  pointer-events: none;
  transition-delay: 0s;
  height: inherit !important;
}
.job-listings .slick-slide.slick-active {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.3s;
}
.job-listings .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}
.job {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  margin: 0 15px;
}
.job .job-meta {
  width: 100%;
  padding-right: 10px;
}
.job .job-meta h4 {
  font-size: 1.6rem;
  color: #292929;
  min-height: 50px;
  line-height: 1.25;
  margin: 0;
}
.job .job-meta p,
.job .job-meta span {
  margin: 0;
  color: #757575;
  display: block;
  font-weight: 600;
}
.job .job-meta span {
  font-size: 1.2rem;
  font-weight: 400;
}
.job .job-logo {
  min-height: 130px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  -ms-flex-align: center;
      align-items: center;
}
.job .job-logo img {
  width: 100%;
  margin: 0 auto;
  max-width: 150px;
 height: auto;
    max-height: 80px;
    object-fit: contain;
}
.footer-partners {
  padding: 0 0 2.5rem 0;
}
.footer-partners .footer-content-header {
  color: #dbdbdb;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-align: center;
  transform: translateY(0.2rem);
}
.footer-partners .icon-heart {
  color: #c41230;
  margin-left: 0;
  margin-top: 0.4rem;
}
.footer-partners .add-border-right {
  border-color: #757575;
  padding-right: 4rem;
}
@media only screen and ( max-width: 1279px ) {
  .footer-partners .add-border-right {
    border: none;
    padding-right: 15px;
  }
}
@media only screen and ( max-width: 1279px ) {
  .footer-partners .text-right {
    text-align: center !important;
  }
}
.footer-partners .event-partners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer-partners .event-partners a {
  display: inline-block;
  margin: 2rem 4rem;
}
.footer-partners .event-partners a .svg {
  width: 100%;
}
.footer-partners .event-partners a:hover svg,
.footer-partners .event-partners a:hover img {
  opacity: .6;
}
.footer-partners .event-partners img,
.footer-partners .event-partners svg {
  max-height: 45px;
  -webkit-filter: invert(100) grayscale(100) brightness(350%);
  opacity: .45;
  max-width: 120px;
  transition: opacity .2s ease;
}
.partials-shared-event-footer .footer-partners .event-partners img,
.partials-shared-event-footer .footer-partners .event-partners svg {
  width: 100%;
  height: 100%;
  max-height: 15rem;
  max-width: 15rem;
}
.footer-colophon {
  background: #080808;
  color: #fff;
  font-size: 1.4rem;
  padding: 3rem 0 1.6rem 0;
}
.footer-colophon .border-light-grey {
  padding-top: 1.6rem;
  border-color: #757575;
}
.footer-colophon h5 {
  color: #757575;
  margin: 0;
  padding: 2rem 0;
}
.rotator {
  margin-bottom: 7rem;
}
@media only screen and ( min-width: 992px ) {
  .rotator .slick-dots {
    display: none !important;
  }
}
.rotator-header {
  background: #e8e8e8;
  padding: 30px;
}
@media only screen and ( max-width: 991px ) {
  .rotator-header {
    -ms-flex-align: center;
        align-items: center;
    background: none;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
  .rotator-header .rotator-title {
    margin: 0;
  }
  .rotator-header .link-cta {
    margin-left: auto;
  }
}
.rotator-list {
  color: #292929;
  font-size: 1.5rem;
  list-style: none;
  margin: 0 -30px 1.5rem -30px;
  padding: 0;
}
.rotator-list li {
  cursor: pointer;
  border-bottom: 0.1rem solid #dbdbdb;
  padding: 1.5rem 30px 1rem 30px;
}
.rotator-list li:first-of-type {
  border-top: 0.1rem solid #dbdbdb;
}
.rotator-list .list-title,
.rotator-list .list-title a {
  color: #141414;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
}
.rotator-list p {
  margin: 0;
}
.rotator-content {
  background: #e8e8e8;
}
@media only screen and ( max-width: 991px ) {
  .rotator-content {
    background: #292929;
  }
}
.rotator-content .rotator-item {
  display: none;
}
.rotator-content .rotator-item:first-of-type {
  display: block;
}
.rotator-content .slick-slide .rotator-item {
  display: block;
}
.speaker-bubbles .event-speaker {
  display: inline-block;
  margin-right: -23px !important;
  position: relative;
}
.speaker-bubbles img {
  max-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
}
.speaker-bubbles .link-more {
  margin-left: 1rem;
}
.event-information {
  position: relative;
}
@media only screen and ( max-width: 991px ) {
  .event-information {
    margin-top: 2rem;
    padding-left: 15px !important;
  }
}
.event-information .event-speakers {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 15px;
  bottom: 0;
}
@media only screen and ( max-width: 991px ) {
  .event-information .event-speakers {
    position: relative;
    padding-right: 0;
  }
}
.event-information .event-speakers.card-bottom-info {
  background: transparent;
  padding-bottom: 0;
}
@media only screen and ( max-width: 768px ) {
  .event-information .event-speakers.card-bottom-info .text-right {
    text-align: left;
  }
}
@media only screen and ( max-width: 991px ) {
  .event-information .event-speakers.card-bottom-info {
    margin-left: 0;
  }
}
.event-information .event-speakers.card-bottom-info.reposition-bottom {
  position: relative;
  margin: 0;
  margin-top: 2rem;
}
@media only screen and ( max-width: 768px ) {
  .event-information .speaker-bubbles {
    margin-bottom: 2rem;
  }
}
.event-information .speaker-bubbles .link-more {
  margin-left: 2.5rem;
}
.extra-meta {
  margin-top: 2rem;
}
@media only screen and ( max-width: 991px ) {
  .extra-meta {
    margin-bottom: 2rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .extra-meta {
    margin-top: 1rem;
  }
}
.extra-meta p .add-bullet:before {
  content: "\2022";
  display: inline-block;
  margin: 0 1rem;
  font-weight: 400;
  color: #757575;
}
@media only screen and ( max-width: 575px ) {
  .extra-meta p .add-bullet:last-child {
    display: block;
  }
  .extra-meta p .add-bullet:last-child:before {
    display: none;
  }
}
@media only screen and ( max-width: 768px ) {
  .extra-meta p .add-bullet .icon-label {
    margin-lefT: 0.5rem;
  }
}
.extra-meta a {
  color: #292929;
}
.extra-meta svg {
  fill: #757575;
}
.event-summary .event-description {
  min-height: 7.5rem;
}
@media only screen and ( max-width: 991px ) {
  .event-summary .event-description {
    margin-bottom: 2.5rem;
  }
}
.event-summary .event-description * {
  font-size: 1.6rem;
  font-weight: 400;
}
.event-summary .event-description p {
  margin: 0;
}
.event-summary .tag-list {
  margin-bottom: 1rem;
}
.event-summary .event-meta {
  color: #dbdbdb;
}
.event-summary .event-meta ul {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 1rem 0 2rem 0;
  padding: 0;
}
.event-summary .event-meta li {
  margin-right: 3rem;
}
@media only screen and ( max-width: 991px ) {
  .event-summary .event-meta li {
    margin-bottom: 0.5rem;
  }
}
.event-summary .event-meta .link-map {
  color: #dbdbdb;
}
.event-summary .event-meta .link-map:hover .icon {
  animation: 500ms cubic-bezier(0.23, 1, 0.32, 1) icon-drop;
}
.event-summary .event-meta .link-details {
  color: #fff;
}
.event-summary .event-meta .link-details:hover {
  color: #c41230;
}
.event-summary .event-speakers {
  background: rgba(41, 41, 41, 0.7);
  min-height: 14.6%;
}
.event-summary .event-speakers a {
  background: #292929 no-repeat 50% 50% / cover;
  color: #fff;
  display: block;
  max-height: 13.5rem;
  overflow: hidden;
  position: relative;
}
.event-summary .event-speakers a:not(.link-more)::before {
  background: #292929;
  opacity: 0.7;
  transition: all 300ms ease-in-out;
}
.event-summary .event-speakers a:not(.loading)::before {
  background: #fff;
  opacity: 0.7;
  transition: all 300ms ease-in-out;
}
.event-summary .event-speakers a::before {
  padding-top: 58.33333333%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  content: '';
  display: block;
}
.event-summary .event-speakers a:hover {
  background: #292929 no-repeat 50% 55% / cover;
}
.event-summary .event-speakers a:hover::before {
  opacity: 0.1;
}
.event-summary .event-speakers a:hover .icon {
  color: #fff;
}
.event-summary .event-speakers .vertically-aligned {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  padding: 0 2rem;
  transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and ( min-width: 769px ) {
  .event-summary .event-speakers .vertically-aligned:hover {
    top: 25%;
  }
}
.event-summary .event-speakers .speaker-name,
.event-summary .event-speakers .speaker-company {
  transition: all 350ms cubic-bezier(0.86, 0, 0.07, 1);
}
.event-summary .event-speakers .speaker-name {
  font-size: 1.786vw;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and ( max-width: 991px ) {
  .event-summary .event-speakers .speaker-name {
    font-size: 2.2rem;
  }
}
.event-summary .event-speakers .speaker-company {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.4rem;
}
.event-summary .event-speakers .link-more {
  background: #c41230;
  font-size: 2rem;
  font-weight: 300;
}
.event-summary .event-speakers .link-more .vertically-aligned {
  height: 80%;
  top: 20%;
}
.event-summary .event-speakers .icon {
  color: #292929;
  margin-bottom: 1rem;
  transition: all 100ms ease-in-out;
}
.event-summary-small {
  background: #292929 no-repeat 50% 50% / cover;
  margin-bottom: 4rem;
}
.event-summary-small .event-summary-inner {
  padding-top: 10rem;
}
.event-summary-small .event-information {
  background: rgba(41, 41, 41, 0.7);
  color: #fff;
  padding: 1rem 2rem;
}
@media only screen and ( min-width: 992px ) and ( max-width: 1279px ) {
  .event-summary-small .event-information {
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
@media only screen and ( max-width: 991px ) {
  .event-summary-small .event-information {
    padding: 30px;
  }
}
.event-summary-small .event-title {
  font-size: 4.6rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1rem 0;
}
@media only screen and ( max-width: 768px ) {
  .event-summary-small .event-title {
    font-size: 10vw;
  }
}
@media only screen and ( min-width: 769px ) and ( max-width: 991px ) {
  .event-summary-small .event-title {
    font-size: 7vw;
  }
}
.event-summary-small .event-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
.event-summary-small .event-meta {
  color: #dbdbdb;
}
@media only screen and ( max-width: 991px ) {
  .event-summary-small .event-meta {
    margin-top: 1.5rem;
  }
}
.event-summary-small .event-meta ul {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and ( max-width: 991px ) {
  .event-summary-small .event-meta ul {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.event-summary-small .event-meta li {
  height: 1.6rem;
  margin-left: 2rem;
  text-align: right;
}
@media only screen and ( max-width: 991px ) {
  .event-summary-small .event-meta li {
    margin-left: 0;
    margin-right: 2rem;
    text-align: left;
  }
}
@media only screen and ( max-width: 768px ) {
  .event-summary-small .event-meta li {
    margin-right: 0;
    margin-top: 1rem;
    text-align: left;
    width: 100%;
  }
}
.event-summary-small .event-meta .link-map {
  color: #dbdbdb;
}
.event-summary-small .event-meta .link-map:hover .icon {
  animation: 500ms cubic-bezier(0.23, 1, 0.32, 1) icon-drop;
}
.event-summary-small .event-meta .link-details {
  color: #fff;
}
.event-summary-small .event-meta .link-details:hover {
  color: #c41230;
}
.archive-container .col-33 {
  margin-bottom: 2rem;
}
@media only screen and ( min-width: 992px ) and ( max-width: 1279px ) {
  .archive-container .col-33 {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and ( min-width: 1280px ) {
  .archive-container .col-33 {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
.event-summary-archive {
  background: #292929 no-repeat 50% 50% / cover;
  margin-bottom: 2rem;
  height: 100%;
}
.event-summary-archive .event-summary-inner {
  padding-top: 5rem;
}
.event-summary-archive .event-information {
  background: rgba(41, 41, 41, 0.7);
  color: #fff;
  padding: 1rem 2rem;
}
@media only screen and ( min-width: 992px ) and ( max-width: 1279px ) {
  .event-summary-archive .event-information {
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
@media only screen and ( max-width: 991px ) {
  .event-summary-archive .event-information {
    padding: 30px;
  }
}
.event-summary-archive .event-title {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1rem 0;
}
@media only screen and ( max-width: 768px ) {
  .event-summary-archive .event-title {
    font-size: 6vw;
  }
}
@media only screen and ( min-width: 769px ) and ( max-width: 991px ) {
  .event-summary-archive .event-title {
    font-size: 4vw;
  }
}
.event-summary-archive .event-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
.event-summary-archive .event-meta {
  color: #dbdbdb;
}
@media only screen and ( max-width: 991px ) {
  .event-summary-archive .event-meta {
    margin-top: 1.5rem;
  }
}
.event-summary-archive .event-meta ul {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and ( max-width: 991px ) {
  .event-summary-archive .event-meta ul {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.event-summary-archive .event-meta li {
  height: 1.6rem;
  text-align: right;
  margin: 0 1rem .5rem 0;
}
@media only screen and ( max-width: 991px ) {
  .event-summary-archive .event-meta li {
    margin-left: 0;
    margin-right: 1rem;
    text-align: left;
  }
}
@media only screen and ( max-width: 768px ) {
  .event-summary-archive .event-meta li {
    margin-right: 0;
    margin-top: 1rem;
    text-align: left;
    width: 100%;
  }
}
.event-summary-archive .event-meta .link-map {
  color: #dbdbdb;
}
.event-summary-archive .event-meta .link-map:hover .icon {
  animation: 500ms cubic-bezier(0.23, 1, 0.32, 1) icon-drop;
}
.event-summary-archive .event-meta .link-details {
  color: #fff;
}
.event-summary-archive .event-meta .link-details:hover {
  color: #c41230;
}
.partials-shared-about-text .subtitle {
  font-size: 2.3rem;
  font-weight: 700;
}
.partials-shared-about-quotes .quote {
  margin: 0;
}
.partials-shared-about-quotes .quote-text {
  background: #c41230;
  color: #c41230;
  font-size: 2.3rem;
  margin: 0;
  min-height: 15.6rem;
  padding: 3rem;
  position: relative;
  transition: all 250ms ease-in-out;
}
.partials-shared-about-quotes .quote-text::after {
  border: none;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-bottom: 1.5rem solid transparent;
  border-right: 1.5rem solid #c41230;
  border-top: 1.5rem solid transparent;
  left: 6.25%;
  margin-top: -3.5rem;
  position: absolute;
  top: 100%;
  transform: rotate(45deg);
  transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 750ms;
}
.partials-shared-about-quotes .quote-citation {
  margin-top: 3.5rem;
  opacity: 0;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 500ms;
}
.partials-shared-about-quotes cite {
  display: block;
  font-style: normal;
}
.partials-shared-about-quotes cite a,
.partials-shared-about-quotes cite span {
  color: #141414;
  display: block;
  overflow: hidden;
}
.partials-shared-about-quotes img {
  border-radius: 50%;
  display: inline-block;
  float: left;
  height: 6rem;
  margin: 0 1.25rem;
  width: 6rem;
}
.partials-shared-about-quotes .quote-name {
  font-weight: 700;
  font-size: 2rem;
}
.partials-shared-about-quotes .slick-active .quote-text {
  color: #fff;
}
.partials-shared-about-quotes .slick-active .quote-text::after {
  margin-top: -1rem;
}
.partials-shared-about-quotes .slick-active .quote-citation {
  opacity: 1;
}
.partials-media-map {
  margin-bottom: 4rem;
}
.partials-post-speaker-featured .slick-slider,
.partials-post-speaker-featured .slick-list,
.partials-post-speaker-featured .slick-track {
  height: 100%;
}
.partials-post-speaker-featured .slick-slide .hero-title,
.partials-post-speaker-featured .slick-slide .hero-cta {
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.partials-post-speaker-featured .slick-slide.slick-current .hero-title,
.partials-post-speaker-featured .slick-slide.slick-current .hero-cta {
  opacity: 1;
}
.partials-post-speaker-featured .featured-speakers-photos {
  position: absolute;
  width: 100%;
}
.partials-post-speaker-featured .featured-speakers-photos .speaker-photo {
  background: transparent no-repeat 50% 50% / cover;
  height: 100%;
}
.partials-post-speaker-featured .featured-speakers-carousel {
  z-index: 9999;
}
.featured-speakers-nav {
  padding: 0 30px;
  z-index: 99999;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
}
.featured-speakers-nav .nav-right {
  right: 2rem;
  position: absolute;
}
.featured-speakers-nav .nav-left {
  left: 2rem;
  position: absolute;
}
.featured-speakers-nav .slick-arrow {
  cursor: pointer;
  text-indent: initial;
}
.featured-speakers-nav .slick-arrow svg {
  position: relative;
  transform: none;
  left: auto;
  top: auto;
  fill: #fff;
  opacity: .5;
  transition: opacity .2s ease;
}
.featured-speakers-nav .slick-arrow:hover svg {
  opacity: 1;
}
.partials-sidebar-similar-presentations {
  margin-bottom: 7rem;
  padding-left: 3rem;
}
@media only screen and ( max-width: 991px ) {
  .partials-sidebar-similar-presentations {
    padding-left: 0;
    margin-top: 4rem;
  }
}
.partials-sidebar-similar-presentations .sidebar-list {
  margin-bottom: 0;
}
.partials-sidebar-similar-presentations .sidebar-list .list-title {
  margin-bottom: 0;
}
.partials-sidebar-similar-presentations .extra-meta {
  margin-bottom: 0 !important;
}
.partials-sidebar-similar-presentations .sidebar-list > li a {
  margin: 0;
}
.partials-sidebar-similar-presentations .speaker-bubbles {
  margin-top: 1rem;
}
.partials-shared-event-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.modules-presentation-presentation .partials-shared-event-social,
.modules-speakers-speaker .partials-shared-event-social,
.modules-location-venue .partials-shared-event-social,
.modules-event-overview .partials-shared-event-social,
.modules-event-presentations .partials-shared-event-social,
.modules-event-schedule .partials-shared-event-social,
.modules-event-faq .partials-shared-event-social,
.modules-event-locations-hotels .partials-shared-event-social,
.modules-event-slides .partials-shared-event-social,
.modules-event-sponsors .partials-shared-event-social,
.modules-event-the-hub .partials-shared-event-social,
.modules-event-the-bside .partials-shared-event-social,
.modules-event-tickets .partials-shared-event-social,
.modules-event-volunteer .partials-shared-event-social,
.modules-event-workshops .partials-shared-event-social,
.modules-event-banners .partials-shared-event-social,
.modules-event-speakers .partials-shared-event-social,
.modules-videos-video-search .partials-shared-event-social {
  position: absolute;
  right: 0;
  top: -10rem;
}
.single-event .modules-presentation-presentation .partials-shared-event-social.subpage,
.single-event .modules-speakers-speaker .partials-shared-event-social.subpage,
.single-event .modules-location-venue .partials-shared-event-social.subpage,
.single-event .modules-event-overview .partials-shared-event-social.subpage,
.single-event .modules-event-presentations .partials-shared-event-social.subpage,
.single-event .modules-event-schedule .partials-shared-event-social.subpage,
.single-event .modules-event-faq .partials-shared-event-social.subpage,
.single-event .modules-event-locations-hotels .partials-shared-event-social.subpage,
.single-event .modules-event-slides .partials-shared-event-social.subpage,
.single-event .modules-event-sponsors .partials-shared-event-social.subpage,
.single-event .modules-event-the-hub .partials-shared-event-social.subpage,
.single-event .modules-event-the-bside .partials-shared-event-social.subpage,
.single-event .modules-event-tickets .partials-shared-event-social.subpage,
.single-event .modules-event-volunteer .partials-shared-event-social.subpage,
.single-event .modules-event-workshops .partials-shared-event-social.subpage,
.single-event .modules-event-banners .partials-shared-event-social.subpage,
.single-event .modules-event-speakers .partials-shared-event-social.subpage,
.single-event .modules-videos-video-search .partials-shared-event-social.subpage {
  top: 3rem;
}
@media only screen and ( max-width: 768px ) {
  .single-event .modules-presentation-presentation .partials-shared-event-social.subpage,
  .single-event .modules-speakers-speaker .partials-shared-event-social.subpage,
  .single-event .modules-location-venue .partials-shared-event-social.subpage,
  .single-event .modules-event-overview .partials-shared-event-social.subpage,
  .single-event .modules-event-presentations .partials-shared-event-social.subpage,
  .single-event .modules-event-schedule .partials-shared-event-social.subpage,
  .single-event .modules-event-faq .partials-shared-event-social.subpage,
  .single-event .modules-event-locations-hotels .partials-shared-event-social.subpage,
  .single-event .modules-event-slides .partials-shared-event-social.subpage,
  .single-event .modules-event-sponsors .partials-shared-event-social.subpage,
  .single-event .modules-event-the-hub .partials-shared-event-social.subpage,
  .single-event .modules-event-the-bside .partials-shared-event-social.subpage,
  .single-event .modules-event-tickets .partials-shared-event-social.subpage,
  .single-event .modules-event-volunteer .partials-shared-event-social.subpage,
  .single-event .modules-event-workshops .partials-shared-event-social.subpage,
  .single-event .modules-event-banners .partials-shared-event-social.subpage,
  .single-event .modules-event-speakers .partials-shared-event-social.subpage,
  .single-event .modules-videos-video-search .partials-shared-event-social.subpage {
    top: -4rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-presentation-presentation .partials-shared-event-social,
  .modules-speakers-speaker .partials-shared-event-social,
  .modules-location-venue .partials-shared-event-social,
  .modules-event-overview .partials-shared-event-social,
  .modules-event-presentations .partials-shared-event-social,
  .modules-event-schedule .partials-shared-event-social,
  .modules-event-faq .partials-shared-event-social,
  .modules-event-locations-hotels .partials-shared-event-social,
  .modules-event-slides .partials-shared-event-social,
  .modules-event-sponsors .partials-shared-event-social,
  .modules-event-the-hub .partials-shared-event-social,
  .modules-event-the-bside .partials-shared-event-social,
  .modules-event-tickets .partials-shared-event-social,
  .modules-event-volunteer .partials-shared-event-social,
  .modules-event-workshops .partials-shared-event-social,
  .modules-event-banners .partials-shared-event-social,
  .modules-event-speakers .partials-shared-event-social,
  .modules-videos-video-search .partials-shared-event-social {
    top: -4rem;
  }
}
.partials-shared-event-social a {
  display: inline-block;
  margin-left: 0.3rem;
}
.partials-shared-event-social a:first-of-type {
  margin-left: 0;
}
.partials-shared-event-social a:hover .icon {
  background: #c41230;
  color: #c41230;
}
.partials-shared-event-social .icon {
  transition: all 100ms ease-in-out;
}
.partials-shared-event-social .icon .bg {
  fill: transparent;
}
.partials-shared-event-social .icon-facebook {
  background: #3b5998;
  color: #3b5998;
}
.partials-shared-event-social .icon-twitter {
  background: #00aced;
  color: #00aced;
}
.partials-shared-event-social .icon-linkedin {
  background: #007bb6;
  color: #007bb6;
}
.partials-shared-event-social .icon-google {
  background: #dd4b39;
  color: #dd4b39;
}
.partials-shared-event-social .icon-email {
  background: #e67329;
  color: #e67329;
}
.partials-shared-speaker-search {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.partials-shared-speaker-search .form-speakers {
  width: 100%;
}
@media only screen and ( max-width: 991px ) {
  .partials-shared-speaker-search .form-speakers {
    margin-bottom: 4rem;
  }
}
.partials-shared-speaker-search .form-speakers .icon-search {
  left: auto;
  position: absolute;
  right: 1.1rem;
  top: 1.3rem;
}
.partials-shared-speaker-search .form-speakers .input-group {
  position: relative;
}
.partials-shared-speaker-search .form-speakers .speaker-name-search {
  width: 100%;
}
.partials-shared-newsletter-form .form-newsletter {
  color: #292929;
  padding: 0;
  position: relative;
}
.partials-shared-newsletter-form .form-newsletter .form-message {
  opacity: 0;
  margin: 4rem 0 0 0;
  padding: 30px 30px 30px 60px ;
  transition: opacity 150ms ease-in-out;
  background-size: 20px;
  display: none;
}
.partials-shared-newsletter-form .form-newsletter .form-message .form-message-body {
  font-size: 1.6rem;
}
.partials-shared-newsletter-form .form-newsletter .form-message .label-fail,
.partials-shared-newsletter-form .form-newsletter .form-message .label-success {
  display: none;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
.partials-shared-newsletter-form .form-newsletter .form-message p {
  margin: 0;
}
.partials-shared-newsletter-form .form-newsletter .label-fail {
  display: inline-block;
}
.partials-shared-newsletter-form .form-newsletter .form-message {
  opacity: 1;
  width: 100%;
  font-weight: 600;
  border: 1px solid #c41230;
  background: url(../svg/icon-notice-red.svg) no-repeat 3rem 32px;
}
.partials-shared-newsletter-form .form-newsletter .form-message.fd-success {
  font-weight: 600;
  width: 100%;
  border: 1px solid #757575;
  background: url(../svg/icon-notice.svg) no-repeat 3rem 32px;
}
.partials-shared-newsletter-form .form-newsletter .label-success {
  display: inline-block;
}
.partials-shared-newsletter-form .form-newsletter .input-group {
  margin-bottom: 1.5rem;
}
.partials-shared-newsletter-form .form-newsletter .input-groups {
  max-width: 80%;
}
@media only screen and ( max-width: 991px ) {
  .partials-shared-newsletter-form .form-newsletter .input-groups {
    max-width: 100%;
  }
}
.page-newsletter .partials-shared-newsletter-form .form-newsletter .input-groups {
  max-width: 50%;
}
@media only screen and ( max-width: 1279px ) {
  .page-newsletter .partials-shared-newsletter-form .form-newsletter .input-groups {
    max-width: 80%;
  }
}
@media only screen and ( max-width: 991px ) {
  .page-newsletter .partials-shared-newsletter-form .form-newsletter .input-groups {
    max-width: 100%;
  }
}
.partials-shared-newsletter-form .form-newsletter .link-privacy {
  color: #c41230;
  float: right;
  font-size: 1.4rem;
}
.partials-shared-newsletter-form .form-newsletter.form-error .form-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  display: block;
}
.partials-shared-newsletter-form .form-newsletter.form-error .label-fail {
  display: block;
}
.partials-shared-newsletter-form .form-newsletter.form-complete .form-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 1;
}
.partials-shared-newsletter-form .form-newsletter.form-complete .label-success {
  display: block;
}
.partials-shared-event-footer {
  margin-bottom: 1.5rem;
}
.equalize-heights .presentations {
  list-style-type: none;
  padding: 0;
}
@media only screen and ( max-width: 768px ) {
  .equalize-heights .presentations .card-shadow {
    height: auto;
  }
}
.equalize-heights .card-shadow {
  height: 100%;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
@media only screen and ( max-width: 575px ) {
  .equalize-heights .card-shadow {
    height: auto;
  }
}
.equalize-heights .card-shadow .remote-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.equalize-heights .card-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.equalize-heights .card-image hr {
  width: 100%;
  margin: 0 2rem 2rem 2rem;
}
@media only screen and ( max-width: 991px ) {
  .equalize-heights .card-image hr {
    margin: 0 0 1rem 0;
  }
}
.equalize-heights .card-bottom {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
@media only screen and ( max-width: 991px ) {
  .equalize-heights .card-bottom .p-2 {
    padding: 1.5rem !important;
  }
}
@media only screen and ( max-width: 768px ) {
  .equalize-heights .card-bottom .p-2 {
    padding: 1.5rem !important;
  }
}
@media only screen and ( max-width: 991px ) {
  .equalize-heights .card-bottom .pb-2 {
    padding-bottom: 1.5rem !important;
  }
}
@media only screen and ( max-width: 768px ) {
  .equalize-heights .card-bottom .pb-2 {
    padding-bottom: 1rem !important;
  }
}
.equalize-heights .col-xs-16 .location-only {
  padding: 1.1rem 0 1.1rem 0;
  position: relative !important;
}
@media only screen and ( max-width: 991px ) {
  .equalize-heights .col-xs-16 .location-only {
    padding: 0;
  }
}
.equalize-heights .event-card h3 {
  margin-bottom: .5rem;
}
@media only screen and ( max-width: 1279px ) {
  .equalize-heights .event-card h3 {
    font-size: 2.3rem;
  }
}
@media only screen and ( max-width: 991px ) {
  .equalize-heights .event-card h3 {
    font-size: 2rem;
  }
}
.equalize-heights .event-card .extra-meta {
  margin-top: 0;
  margin-bottom: 2rem;
}
.equalize-heights .event-card .card-bottom-info {
  padding-bottom: 0;
}
.equalize-heights .event-card.replay-card h3 {
  margin-bottom: 1.5rem;
}
@media only screen and ( max-width: 1279px ) {
  .equalize-heights .event-card.replay-card h3 {
    font-size: 2.3rem;
  }
}
@media only screen and ( max-width: 991px ) {
  .equalize-heights .event-card.replay-card h3 {
    font-size: 2rem;
  }
}
@media only screen and ( max-width: 991px ) {
  .equalize-heights .event-card.replay-card h3 {
    text-align: center;
  }
}
.equalize-heights .event-card.replay-card .card-bottom-info {
  background: transparent;
  padding-bottom: 0;
}
@media only screen and ( max-width: 991px ) {
  .equalize-heights .event-card.replay-card .card-bottom-info {
    text-align: center;
  }
}
@media only screen and ( max-width: 991px ) {
  .equalize-heights .event-card.replay-card .card-bottom-info .text-right {
    text-align: center;
    margin-top: 2rem;
  }
}
.equalize-heights .event-card.banner-card .extra-meta {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .equalize-heights .event-card .add-bullet:before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .equalize-heights .event-card .add-bullet {
    display: block;
  }
}
.equalize-heights .past-event-card a {
  font-weight: 600;
  line-height: 1.2;
}
.equalize-heights .past-event-card .show-more-events {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  cursor: pointer;
  width: 19px;
}
.equalize-heights .past-event-card .show-more-events .icon svg {
  width: 13px;
  transform: none;
  left: auto;
  top: auto;
}
.equalize-heights .past-event-card .show-more-events:hover svg path {
  stroke: #c41230;
}
.equalize-heights .past-event-card .speaker-bubbles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.equalize-heights .past-event-card .speaker-bubbles.first-event {
  border-top: 1px solid #dbdbdb;
  padding-top: 2rem;
}
.equalize-heights .past-event-card .speaker-bubbles.multiple-speakers {
  padding-right: 35px;
}
.equalize-heights .past-event-card .speaker-bubbles .presentation-speaker {
  margin-right: 1rem;
  -ms-flex: none;
      flex: none;
}
.equalize-heights .past-event-card .speaker-bubbles .add-arrow {
  padding-right: 2rem;
}
@media (max-width: 1024px) {
  .equalize-heights .past-event-card .speaker-bubbles .add-arrow {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media only screen and ( max-width: 768px ) {
  .equalize-heights .past-event-card .speaker-bubbles .add-arrow {
    overflow: visible;
    white-space: normal;
    text-overflow: inherit;
  }
}
.equalize-heights .past-event-card .multiple-speakers-container {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.equalize-heights .past-event-card .multiple-speakers-container.first-event {
  border-top: 1px solid #dbdbdb;
  padding-top: 2rem;
}
.equalize-heights .past-event-card .presentation-link {
  -ms-flex: 2;
      flex: 2;
  padding-right: 30px;
}
.equalize-heights .past-event-card .card-bottom {
  -ms-flex-pack: initial;
      justify-content: initial;
}
.equalize-heights .past-event-card hr {
  margin: 0 0 2rem 0;
}
.equalize-heights .past-event-card .card-bottom-info {
  padding-bottom: 2rem;
}
.equalize-heights .past-event-card .speaker-company {
  font-weight: 400;
  font-size: 1.4rem;
}
.equalize-heights .speaker-bubbles {
  position: relative;
}
.equalize-heights .speaker-bubbles .link-more {
  margin-left: 2.5rem;
}
.modules-home-about {
  margin-bottom: 7rem;
}
.modules-event-activities .equalize-heights .event-card .extra-meta {
  margin-bottom: 1rem;
}
.modules-event-activities .equalize-heights .event-card .speaker-info {
  margin-left: 1rem;
}
.modules-event-activities .equalize-heights .event-card .presentation-speaker,
.modules-event-activities .equalize-heights .event-card .multiple-speakers {
  padding-bottom: 0;
  margin-top: 2rem;
}
.modules-event-activities .equalize-heights .card-bottom {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.modules-events-series-features,
.modules-home-features {
  margin-bottom: 7rem;
}
.modules-events-series-features .vertically-aligned,
.modules-home-features .vertically-aligned {
  z-index: 2;
}
.modules-events-series-features .post-inner,
.modules-home-features .post-inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modules-events-series-features .post,
.modules-home-features .post {
  color: #fff;
  position: relative;
}
.modules-events-series-features .post.blue::before,
.modules-home-features .post.blue::before {
  background-color: #0171e5;
}
.modules-events-series-features .post.blue .hvr-reveal::before,
.modules-home-features .post.blue .hvr-reveal::before {
  border-color: #0171e5;
}
.modules-events-series-features .post.teal::before,
.modules-home-features .post.teal::before {
  background-color: #3ac7d3;
}
.modules-events-series-features .post.teal .hvr-reveal::before,
.modules-home-features .post.teal .hvr-reveal::before {
  border-color: #3ac7d3;
}
.modules-events-series-features .post.red::before,
.modules-home-features .post.red::before {
  background-color: #c41230;
}
.modules-events-series-features .post.red .hvr-reveal::before,
.modules-home-features .post.red .hvr-reveal::before {
  border-color: #c41230;
}
.modules-events-series-features .post.green::before,
.modules-home-features .post.green::before {
  background-color: #4fb650;
}
.modules-events-series-features .post.green .hvr-reveal::before,
.modules-home-features .post.green .hvr-reveal::before {
  border-color: #4fb650;
}
.modules-events-series-features .post.orange::before,
.modules-home-features .post.orange::before {
  background-color: #f36e14;
}
.modules-events-series-features .post.orange .hvr-reveal::before,
.modules-home-features .post.orange .hvr-reveal::before {
  border-color: #f36e14;
}
.modules-events-series-features .post.yellow::before,
.modules-home-features .post.yellow::before {
  background-color: #e6bc2b;
}
.modules-events-series-features .post.yellow .hvr-reveal::before,
.modules-home-features .post.yellow .hvr-reveal::before {
  border-color: #e6bc2b;
}
.modules-events-series-features .post.grey::before,
.modules-home-features .post.grey::before {
  background-color: #3f3f3f;
}
.modules-events-series-features .post.grey .hvr-reveal::before,
.modules-home-features .post.grey .hvr-reveal::before {
  border-color: #3f3f3f;
}
.modules-events-series-features .post.lightblue::before,
.modules-home-features .post.lightblue::before {
  background-color: #4f87b6;
}
.modules-events-series-features .post.lightblue .hvr-reveal::before,
.modules-home-features .post.lightblue .hvr-reveal::before {
  border-color: #4f87b6;
}
.modules-events-series-features .post::before,
.modules-home-features .post::before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 300ms ease-in-out;
  width: 100%;
  z-index: 1;
}
.modules-events-series-features .post:hover::before,
.modules-home-features .post:hover::before {
  opacity: 0.6;
}
.modules-events-series-features .post a,
.modules-home-features .post a {
  color: #fff;
}
.modules-events-series-features .post::before,
.modules-home-features .post::before {
  padding-top: 80.35714286%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  content: '';
  display: block;
}
.modules-events-series-features .post .post-link,
.modules-home-features .post .post-link {
  -ms-flex-align: end;
      align-items: flex-end;
  background: transparent no-repeat 50% 29% / cover;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
  position: relative;
  width: 100%;
}
@media only screen and ( max-width: 991px ) {
  .modules-events-series-features .post .post-link,
  .modules-home-features .post .post-link {
    padding: 15px;
  }
}
.modules-events-series-features .post .post-title,
.modules-home-features .post .post-title {
  color: #fff;
  font-size: 1.785vw;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 1vw 0;
}
@media only screen and ( max-width: 991px ) {
  .modules-events-series-features .post .post-title,
  .modules-home-features .post .post-title {
    font-size: 2rem;
  }
}
.modules-events-series-features .post .post-content,
.modules-home-features .post .post-content {
  font-size: 1.15vw;
}
@media only screen and ( max-width: 991px ) {
  .modules-events-series-features .post .post-content,
  .modules-home-features .post .post-content {
    font-size: 1.4rem;
  }
}
.modules-events-series-features .post .post-type,
.modules-home-features .post .post-type {
  font-weight: 600;
}
@media only screen and ( max-width: 991px ) {
  .modules-events-series-features .post .post-type,
  .modules-home-features .post .post-type {
    font-size: 1.5rem;
  }
}
.modules-events-series-features .post .post-speaker,
.modules-home-features .post .post-speaker {
  line-height: 1.2;
}
.modules-events-series-features .post .icon,
.modules-home-features .post .icon {
  height: 1.8rem;
  position: absolute;
  top: 30px;
  width: 1.8rem;
}
@media only screen and ( min-width: 769px ) and ( max-width: 991px ) {
  .modules-events-series-features .post .icon,
  .modules-home-features .post .icon {
    display: none;
  }
}
.modules-events-banners,
.modules-events-volunteer {
  margin-bottom: 0;
}
.modules-events-banners .vertically-aligned,
.modules-events-volunteer .vertically-aligned {
  z-index: 2;
}
.modules-events-banners .post-inner,
.modules-events-volunteer .post-inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modules-events-banners .post,
.modules-events-volunteer .post {
  color: #fff;
  position: relative;
}
.modules-events-banners .post::before,
.modules-events-volunteer .post::before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 100ms ease-in-out;
  width: 100%;
  z-index: 1;
}
.modules-events-banners .post:hover::before,
.modules-events-volunteer .post:hover::before {
  opacity: 0.5;
}
.modules-events-banners .post a,
.modules-events-volunteer .post a {
  color: #fff;
}
.modules-events-banners .post::before,
.modules-events-volunteer .post::before {
  padding-top: 38.88888889%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  content: '';
  display: block;
}
.modules-events-banners .post .post-link,
.modules-events-volunteer .post .post-link {
  -ms-flex-align: center;
      align-items: center;
  background: transparent no-repeat 50% 29% / cover;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 8%;
  position: relative;
  width: 100%;
}
.modules-events-banners .post .post-title,
.modules-events-volunteer .post .post-title {
  color: #fff;
  font-size: 1.785vw;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
}
.modules-events-banners .post .post-content,
.modules-events-volunteer .post .post-content {
  font-size: 1.35vw;
}
.modules-events-banners .post .post-location,
.modules-events-volunteer .post .post-location {
  font-weight: 600;
}
.modules-event-banners {
  overflow-x: hidden;
}
.modules-events-volunteer .banner-info,
.modules-event-banners .banner-info {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.modules-events-volunteer .banner-container,
.modules-event-banners .banner-container {
  margin: 2rem;
}
.modules-events-volunteer .post-content,
.modules-event-banners .post-content {
  margin-bottom: 2rem;
}
.modules-home-news,
.modules-news-list,
.modules-news-archive {
  margin-bottom: 7rem;
}
.modules-home-news .post-list,
.modules-news-list .post-list,
.modules-news-archive .post-list {
  margin-left: -15px;
  margin-right: -15px;
}
.modules-home-news .vertically-aligned,
.modules-news-list .vertically-aligned,
.modules-news-archive .vertically-aligned {
  width: 100%;
  z-index: 2;
}
.modules-home-news .post-inner,
.modules-news-list .post-inner,
.modules-news-archive .post-inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modules-home-news .latest-post,
.modules-news-list .latest-post,
.modules-news-archive .latest-post {
  margin-bottom: 40px;
}
.modules-home-news .latest-post header,
.modules-news-list .latest-post header,
.modules-news-archive .latest-post header {
  margin-bottom: 20px;
}
.modules-home-news .latest-post h2,
.modules-news-list .latest-post h2,
.modules-news-archive .latest-post h2 {
  color: #c41230;
  margin-bottom: 0;
}
.modules-home-news .latest-post img,
.modules-news-list .latest-post img,
.modules-news-archive .latest-post img {
  display: inline-block;
  max-width: 100%;
}
.modules-news-article {
  margin-bottom: 7rem;
}
.modules-news-article .news-title {
  color: #c41230;
  font-size: 2.3rem;
  font-weight: 600;
  margin: 0;
}
.modules-news-article .post-meta {
  margin-bottom: 1.5rem;
}
.modules-news-article .post-content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.modules-news-article .post-content blockquote {
  border-left: 5px solid #c41230;
  padding: 1rem 1rem 1rem 3rem;
  margin: 3rem 0rem;
}
@media only screen and ( max-width: 991px ) {
  .modules-news-article .post-content blockquote {
    border-left-width: 4px;
    padding-lefT: 2rem;
    margin: 2rem 0;
  }
}
.modules-news-article .post-content blockquote h2,
.modules-news-article .post-content blockquote p {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and ( max-width: 991px ) {
  .modules-news-article .post-content blockquote h2,
  .modules-news-article .post-content blockquote p {
    font-size: 2.5rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-news-article .post-content blockquote h2,
  .modules-news-article .post-content blockquote p {
    font-size: 1.8rem;
  }
}
.modules-news-article .post-content h3 {
  margin-lefT: 0;
  padding-left: 0;
}
.modules-news-article .post-content h3:before {
  display: none;
}
.modules-events-series-speakers .post-list,
.modules-event-speakers .post-list,
.modules-videos-list .post-list,
.modules-slides-list .post-list,
.modules-event-speakers .post-list,
.modules-event-slides .post-list,
.modules-speakers-list .post-list,
.modules-event-speakers-featured .post-list,
.modules-about-staff .post-list,
.modules-videos-video-search .post-list {
  margin-left: -15px;
  margin-right: -15px;
}
.modules-events-series-speakers .col,
.modules-event-speakers .col,
.modules-videos-list .col,
.modules-slides-list .col,
.modules-event-speakers .col,
.modules-event-slides .col,
.modules-speakers-list .col,
.modules-event-speakers-featured .col,
.modules-about-staff .col,
.modules-videos-video-search .col {
  padding: 0 15px;
}
.modules-events-series-speakers .post-link,
.modules-event-speakers .post-link,
.modules-videos-list .post-link,
.modules-slides-list .post-link,
.modules-event-speakers .post-link,
.modules-event-slides .post-link,
.modules-speakers-list .post-link,
.modules-event-speakers-featured .post-link,
.modules-about-staff .post-link,
.modules-videos-video-search .post-link {
  background: #292929 no-repeat 50% 50% / cover;
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 300ms ease-in-out;
}
.modules-events-series-speakers .post-link:not(.link-more)::before,
.modules-event-speakers .post-link:not(.link-more)::before,
.modules-videos-list .post-link:not(.link-more)::before,
.modules-slides-list .post-link:not(.link-more)::before,
.modules-event-speakers .post-link:not(.link-more)::before,
.modules-event-slides .post-link:not(.link-more)::before,
.modules-speakers-list .post-link:not(.link-more)::before,
.modules-event-speakers-featured .post-link:not(.link-more)::before,
.modules-about-staff .post-link:not(.link-more)::before,
.modules-videos-video-search .post-link:not(.link-more)::before {
  opacity: 0.45;
  transition: all 300ms ease-in-out;
}
.modules-events-series-speakers .post-link:not(.loading)::before,
.modules-event-speakers .post-link:not(.loading)::before,
.modules-videos-list .post-link:not(.loading)::before,
.modules-slides-list .post-link:not(.loading)::before,
.modules-event-speakers .post-link:not(.loading)::before,
.modules-event-slides .post-link:not(.loading)::before,
.modules-speakers-list .post-link:not(.loading)::before,
.modules-event-speakers-featured .post-link:not(.loading)::before,
.modules-about-staff .post-link:not(.loading)::before,
.modules-videos-video-search .post-link:not(.loading)::before {
  background: #fff;
  opacity: 0.45;
  transition: all 300ms ease-in-out;
}
.modules-events-series-speakers .post-link::before,
.modules-event-speakers .post-link::before,
.modules-videos-list .post-link::before,
.modules-slides-list .post-link::before,
.modules-event-speakers .post-link::before,
.modules-event-slides .post-link::before,
.modules-speakers-list .post-link::before,
.modules-event-speakers-featured .post-link::before,
.modules-about-staff .post-link::before,
.modules-videos-video-search .post-link::before {
  content: '';
  display: block;
}
.modules-events-series-speakers .post-link:hover,
.modules-event-speakers .post-link:hover,
.modules-videos-list .post-link:hover,
.modules-slides-list .post-link:hover,
.modules-event-speakers .post-link:hover,
.modules-event-slides .post-link:hover,
.modules-speakers-list .post-link:hover,
.modules-event-speakers-featured .post-link:hover,
.modules-about-staff .post-link:hover,
.modules-videos-video-search .post-link:hover {
  background: #292929 no-repeat 50% 55% / cover;
  box-shadow: none;
}
.modules-events-series-speakers .post-link:hover::before,
.modules-event-speakers .post-link:hover::before,
.modules-videos-list .post-link:hover::before,
.modules-slides-list .post-link:hover::before,
.modules-event-speakers .post-link:hover::before,
.modules-event-slides .post-link:hover::before,
.modules-speakers-list .post-link:hover::before,
.modules-event-speakers-featured .post-link:hover::before,
.modules-about-staff .post-link:hover::before,
.modules-videos-video-search .post-link:hover::before {
  opacity: 0.1;
}
.modules-events-series-speakers .post-link:hover .icon,
.modules-event-speakers .post-link:hover .icon,
.modules-videos-list .post-link:hover .icon,
.modules-slides-list .post-link:hover .icon,
.modules-event-speakers .post-link:hover .icon,
.modules-event-slides .post-link:hover .icon,
.modules-speakers-list .post-link:hover .icon,
.modules-event-speakers-featured .post-link:hover .icon,
.modules-about-staff .post-link:hover .icon,
.modules-videos-video-search .post-link:hover .icon {
  color: #fff;
}
.modules-events-series-speakers .vertically-aligned,
.modules-event-speakers .vertically-aligned,
.modules-videos-list .vertically-aligned,
.modules-slides-list .vertically-aligned,
.modules-event-speakers .vertically-aligned,
.modules-event-slides .vertically-aligned,
.modules-speakers-list .vertically-aligned,
.modules-event-speakers-featured .vertically-aligned,
.modules-about-staff .vertically-aligned,
.modules-videos-video-search .vertically-aligned {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.modules-events-series-speakers .card-bottom a,
.modules-event-speakers .card-bottom a,
.modules-videos-list .card-bottom a,
.modules-slides-list .card-bottom a,
.modules-event-speakers .card-bottom a,
.modules-event-slides .card-bottom a,
.modules-speakers-list .card-bottom a,
.modules-event-speakers-featured .card-bottom a,
.modules-about-staff .card-bottom a,
.modules-videos-video-search .card-bottom a {
  color: transparent;
}
.modules-events-series-speakers .card-bottom .icon .fg,
.modules-event-speakers .card-bottom .icon .fg,
.modules-videos-list .card-bottom .icon .fg,
.modules-slides-list .card-bottom .icon .fg,
.modules-event-speakers .card-bottom .icon .fg,
.modules-event-slides .card-bottom .icon .fg,
.modules-speakers-list .card-bottom .icon .fg,
.modules-event-speakers-featured .card-bottom .icon .fg,
.modules-about-staff .card-bottom .icon .fg,
.modules-videos-video-search .card-bottom .icon .fg,
.modules-events-series-speakers .card-bottom .icon #fg,
.modules-event-speakers .card-bottom .icon #fg,
.modules-videos-list .card-bottom .icon #fg,
.modules-slides-list .card-bottom .icon #fg,
.modules-event-speakers .card-bottom .icon #fg,
.modules-event-slides .card-bottom .icon #fg,
.modules-speakers-list .card-bottom .icon #fg,
.modules-event-speakers-featured .card-bottom .icon #fg,
.modules-about-staff .card-bottom .icon #fg,
.modules-videos-video-search .card-bottom .icon #fg,
.modules-events-series-speakers .card-bottom .icon-book .bg,
.modules-event-speakers .card-bottom .icon-book .bg,
.modules-videos-list .card-bottom .icon-book .bg,
.modules-slides-list .card-bottom .icon-book .bg,
.modules-event-speakers .card-bottom .icon-book .bg,
.modules-event-slides .card-bottom .icon-book .bg,
.modules-speakers-list .card-bottom .icon-book .bg,
.modules-event-speakers-featured .card-bottom .icon-book .bg,
.modules-about-staff .card-bottom .icon-book .bg,
.modules-videos-video-search .card-bottom .icon-book .bg,
.modules-events-series-speakers .card-bottom .icon-github .fg:nth-child(2),
.modules-event-speakers .card-bottom .icon-github .fg:nth-child(2),
.modules-videos-list .card-bottom .icon-github .fg:nth-child(2),
.modules-slides-list .card-bottom .icon-github .fg:nth-child(2),
.modules-event-speakers .card-bottom .icon-github .fg:nth-child(2),
.modules-event-slides .card-bottom .icon-github .fg:nth-child(2),
.modules-speakers-list .card-bottom .icon-github .fg:nth-child(2),
.modules-event-speakers-featured .card-bottom .icon-github .fg:nth-child(2),
.modules-about-staff .card-bottom .icon-github .fg:nth-child(2),
.modules-videos-video-search .card-bottom .icon-github .fg:nth-child(2) {
  fill: #c41230;
}
.modules-events-series-speakers .card-bottom .text-center,
.modules-event-speakers .card-bottom .text-center,
.modules-videos-list .card-bottom .text-center,
.modules-slides-list .card-bottom .text-center,
.modules-event-speakers .card-bottom .text-center,
.modules-event-slides .card-bottom .text-center,
.modules-speakers-list .card-bottom .text-center,
.modules-event-speakers-featured .card-bottom .text-center,
.modules-about-staff .card-bottom .text-center,
.modules-videos-video-search .card-bottom .text-center {
  -ms-flex-align: center;
      align-items: center;
}
.modules-events-series-speakers .speaker-name,
.modules-event-speakers .speaker-name,
.modules-videos-list .speaker-name,
.modules-slides-list .speaker-name,
.modules-event-speakers .speaker-name,
.modules-event-slides .speaker-name,
.modules-speakers-list .speaker-name,
.modules-event-speakers-featured .speaker-name,
.modules-about-staff .speaker-name,
.modules-videos-video-search .speaker-name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}
.modules-events-series-speakers .speaker-title,
.modules-event-speakers .speaker-title,
.modules-videos-list .speaker-title,
.modules-slides-list .speaker-title,
.modules-event-speakers .speaker-title,
.modules-event-slides .speaker-title,
.modules-speakers-list .speaker-title,
.modules-event-speakers-featured .speaker-title,
.modules-about-staff .speaker-title,
.modules-videos-video-search .speaker-title {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modules-events-series-speakers .speaker-location,
.modules-event-speakers .speaker-location,
.modules-videos-list .speaker-location,
.modules-slides-list .speaker-location,
.modules-event-speakers .speaker-location,
.modules-event-slides .speaker-location,
.modules-speakers-list .speaker-location,
.modules-event-speakers-featured .speaker-location,
.modules-about-staff .speaker-location,
.modules-videos-video-search .speaker-location {
  color: #A8A8A8;
  font-size: 1.4rem;
}
@media only screen and ( max-width: 575px ) {
  .modules-events-series-speakers .speaker-location,
  .modules-event-speakers .speaker-location,
  .modules-videos-list .speaker-location,
  .modules-slides-list .speaker-location,
  .modules-event-speakers .speaker-location,
  .modules-event-slides .speaker-location,
  .modules-speakers-list .speaker-location,
  .modules-event-speakers-featured .speaker-location,
  .modules-about-staff .speaker-location,
  .modules-videos-video-search .speaker-location {
    display: none;
  }
}
.modules-events-series-speakers .speaker-company,
.modules-event-speakers .speaker-company,
.modules-videos-list .speaker-company,
.modules-slides-list .speaker-company,
.modules-event-speakers .speaker-company,
.modules-event-slides .speaker-company,
.modules-speakers-list .speaker-company,
.modules-event-speakers-featured .speaker-company,
.modules-about-staff .speaker-company,
.modules-videos-video-search .speaker-company {
  font-size: 1.4rem;
  color: #696969;
  line-height: 1.2;
  margin-top: 0.4rem;
  padding-left: 10px;
  padding-right: 10px;
}
.modules-events-series-speakers .speaker-company a,
.modules-event-speakers .speaker-company a,
.modules-videos-list .speaker-company a,
.modules-slides-list .speaker-company a,
.modules-event-speakers .speaker-company a,
.modules-event-slides .speaker-company a,
.modules-speakers-list .speaker-company a,
.modules-event-speakers-featured .speaker-company a,
.modules-about-staff .speaker-company a,
.modules-videos-video-search .speaker-company a {
  color: #757575;
}
@media only screen and ( max-width: 575px ) {
  .modules-events-series-speakers .speaker-company,
  .modules-event-speakers .speaker-company,
  .modules-videos-list .speaker-company,
  .modules-slides-list .speaker-company,
  .modules-event-speakers .speaker-company,
  .modules-event-slides .speaker-company,
  .modules-speakers-list .speaker-company,
  .modules-event-speakers-featured .speaker-company,
  .modules-about-staff .speaker-company,
  .modules-videos-video-search .speaker-company {
    display: none;
  }
}
.modules-events-series-speakers .speaker-filter-tags,
.modules-event-speakers .speaker-filter-tags,
.modules-videos-list .speaker-filter-tags,
.modules-slides-list .speaker-filter-tags,
.modules-event-speakers .speaker-filter-tags,
.modules-event-slides .speaker-filter-tags,
.modules-speakers-list .speaker-filter-tags,
.modules-event-speakers-featured .speaker-filter-tags,
.modules-about-staff .speaker-filter-tags,
.modules-videos-video-search .speaker-filter-tags {
  margin-bottom: 2.5rem;
}
.modules-events-series-speakers .speaker-filter-tags .tag.selected,
.modules-event-speakers .speaker-filter-tags .tag.selected,
.modules-videos-list .speaker-filter-tags .tag.selected,
.modules-slides-list .speaker-filter-tags .tag.selected,
.modules-event-speakers .speaker-filter-tags .tag.selected,
.modules-event-slides .speaker-filter-tags .tag.selected,
.modules-speakers-list .speaker-filter-tags .tag.selected,
.modules-event-speakers-featured .speaker-filter-tags .tag.selected,
.modules-about-staff .speaker-filter-tags .tag.selected,
.modules-videos-video-search .speaker-filter-tags .tag.selected {
  background: #c41230;
  color: #fff;
  border-color: #c41230;
}
.modules-events-series-speakers .media-list .post-list,
.modules-event-speakers .media-list .post-list,
.modules-videos-list .media-list .post-list,
.modules-slides-list .media-list .post-list,
.modules-event-speakers .media-list .post-list,
.modules-event-slides .media-list .post-list,
.modules-speakers-list .media-list .post-list,
.modules-event-speakers-featured .media-list .post-list,
.modules-about-staff .media-list .post-list,
.modules-videos-video-search .media-list .post-list {
  width: 100%;
}
.modules-events-series-speakers .media-list .post-link:hover,
.modules-event-speakers .media-list .post-link:hover,
.modules-videos-list .media-list .post-link:hover,
.modules-slides-list .media-list .post-link:hover,
.modules-event-speakers .media-list .post-link:hover,
.modules-event-slides .media-list .post-link:hover,
.modules-speakers-list .media-list .post-link:hover,
.modules-event-speakers-featured .media-list .post-link:hover,
.modules-about-staff .media-list .post-link:hover,
.modules-videos-video-search .media-list .post-link:hover {
  background: #292929 no-repeat 50% 50% / cover;
}
.modules-events-series-speakers .media-list .post-link:not(.link-more)::before,
.modules-event-speakers .media-list .post-link:not(.link-more)::before,
.modules-videos-list .media-list .post-link:not(.link-more)::before,
.modules-slides-list .media-list .post-link:not(.link-more)::before,
.modules-event-speakers .media-list .post-link:not(.link-more)::before,
.modules-event-slides .media-list .post-link:not(.link-more)::before,
.modules-speakers-list .media-list .post-link:not(.link-more)::before,
.modules-event-speakers-featured .media-list .post-link:not(.link-more)::before,
.modules-about-staff .media-list .post-link:not(.link-more)::before,
.modules-videos-video-search .media-list .post-link:not(.link-more)::before {
  opacity: 0.5;
}
.modules-events-series-speakers .media-list .media-meta,
.modules-event-speakers .media-list .media-meta,
.modules-videos-list .media-list .media-meta,
.modules-slides-list .media-list .media-meta,
.modules-event-speakers .media-list .media-meta,
.modules-event-slides .media-list .media-meta,
.modules-speakers-list .media-list .media-meta,
.modules-event-speakers-featured .media-list .media-meta,
.modules-about-staff .media-list .media-meta,
.modules-videos-video-search .media-list .media-meta {
  bottom: -0.2rem;
  width: calc(99.8%);
  position: relative;
}
.modules-events-series-speakers .media-list .media-meta a,
.modules-event-speakers .media-list .media-meta a,
.modules-videos-list .media-list .media-meta a,
.modules-slides-list .media-list .media-meta a,
.modules-event-speakers .media-list .media-meta a,
.modules-event-slides .media-list .media-meta a,
.modules-speakers-list .media-list .media-meta a,
.modules-event-speakers-featured .media-list .media-meta a,
.modules-about-staff .media-list .media-meta a,
.modules-videos-video-search .media-list .media-meta a {
  background: #292929 none repeat scroll 0 0;
  border-top: 0px;
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 1rem 0.5rem;
  text-align: center;
}
.modules-events-series-speakers .media-list .media-meta a:hover,
.modules-event-speakers .media-list .media-meta a:hover,
.modules-videos-list .media-list .media-meta a:hover,
.modules-slides-list .media-list .media-meta a:hover,
.modules-event-speakers .media-list .media-meta a:hover,
.modules-event-slides .media-list .media-meta a:hover,
.modules-speakers-list .media-list .media-meta a:hover,
.modules-event-speakers-featured .media-list .media-meta a:hover,
.modules-about-staff .media-list .media-meta a:hover,
.modules-videos-video-search .media-list .media-meta a:hover {
  color: #fff;
}
.modules-event-speakers-featured {
  padding-bottom: 3rem;
}
.modules-event-speakers-featured .card-image {
  margin-bottom: 0;
}
.speakers-rest .card-image img {
  height: 275px;
}
@media only screen and ( max-width: 1279px ) {
  .speakers-rest .card-image img {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .speakers-rest .card-image img {
    height: 340px;
  }
}
@media (max-width: 660px) {
  .speakers-rest .card-image img {
    height: 230px;
  }
}
@media (max-width: 480px) {
  .speakers-rest .card-image img {
    height: 200px;
  }
}
@media (max-width: 375px) {
  .speakers-rest .card-image img {
    height: 160px;
  }
}
.modules-event-speakers {
  margin-bottom: 7rem;
}
.modules-event-speakers + .partials-shared-event-footer {
  margin-top: -5.5rem;
}
.modules-event-volunteer .embedded-doc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.modules-contact-content .connect-address .page-title,
.modules-contact-content .connect-email .page-title,
.modules-contact-content .connect-phone .page-title {
  margin-bottom: 1.5rem;
}
.modules-contact-content .phone-label,
.modules-contact-content .email-label {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.modules-contact-content .email,
.modules-contact-content .phone {
  line-height: 1;
  margin-bottom: 3.5rem;
}
.modules-contact-content .connect-method {
  margin-top: 3rem;
}
@media only screen and ( max-width: 768px ) {
  .modules-contact-content .connect-method {
    padding-top: 3rem;
    border-top: 1px solid #dbdbdb;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-contact-content .email:last-child {
    margin-bottom: 0;
  }
}
.modules-speakers-list .schedule-filter-tags {
  position: relative;
  padding-right: 3rem;
  margin-bottom: 5rem;
}
@media only screen and ( max-width: 991px ) {
  .modules-speakers-list .schedule-filter-tags {
    padding-right: 0;
  }
}
.modules-slides-list .post-list .notice,
.modules-event-speakers .post-list .notice,
.modules-speakers-list .post-list .notice {
  display: none;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.modules-slides-list .post-list.is-searching + .notice,
.modules-event-speakers .post-list.is-searching + .notice,
.modules-speakers-list .post-list.is-searching + .notice {
  display: none;
}
.modules-slides-list .post-list.is-empty .notice,
.modules-event-speakers .post-list.is-empty .notice,
.modules-speakers-list .post-list.is-empty .notice {
  display: block;
  opacity: 1;
}
.modules-slides-list .post-list .schedule-filter-tags,
.modules-event-speakers .post-list .schedule-filter-tags,
.modules-speakers-list .post-list .schedule-filter-tags {
  position: relative;
  padding-right: 3rem;
}
@media only screen and ( max-width: 768px ) {
  .modules-slides-list .partials-sidebar-media-filter,
  .modules-event-speakers .partials-sidebar-media-filter,
  .modules-speakers-list .partials-sidebar-media-filter,
  .modules-slides-list .partials-sidebar-speaker-filter,
  .modules-event-speakers .partials-sidebar-speaker-filter,
  .modules-speakers-list .partials-sidebar-speaker-filter {
    display: none;
  }
}
.partials-shared-hero-event .tag {
  font-size: 1.4rem;
}
.modules-events-volunteer .callout,
.modules-proposals-content .callout {
  margin-left: 2rem;
  margin-top: 2rem;
  margin-right: 1rem;
  padding: 8rem 2rem 2rem 2rem;
  text-align: center;
  width: 35%;
  float: right;
  display: block;
  font-weight: 600;
  background: url(../svg/logo-fitc.svg) no-repeat center 2rem;
  background-size: 50px;
}
.modules-events-volunteer .callout a,
.modules-proposals-content .callout a {
  color: #c41230;
  text-decoration: underline;
}
.modules-events-volunteer .callout a:hover,
.modules-proposals-content .callout a:hover {
  color: #db1436;
}
@media only screen and ( max-width: 575px ) {
  .modules-events-volunteer .callout,
  .modules-proposals-content .callout {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
  }
}
.modules-events-volunteer h3,
.modules-proposals-content h3,
.modules-events-volunteer h4,
.modules-proposals-content h4 {
  margin-bottom: 1.5rem;
}
.modules-events-volunteer ul,
.modules-proposals-content ul {
  padding: 0 0 0 4rem;
  margin: 1em 0;
  display: block;
  line-height: 2rem;
  list-style-type: disc;
}
.modules-events-volunteer ul li,
.modules-proposals-content ul li {
  display: list-item;
}
.modules-event-overview {
  margin-top: 7rem;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-overview {
    margin-top: 4rem;
  }
}
.modules-event-overview .event-summary {
  margin-bottom: 5rem;
}
.modules-event-overview .event-description-title {
  color: #c41230;
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.modules-event-overview .post h2,
.modules-event-overview .post h3 {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
  margin-top: 5.5rem;
  line-height: 1.1;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-overview .post h2,
  .modules-event-overview .post h3 {
    font-size: 2.4rem;
  }
}
.modules-event-overview .post h2:before,
.modules-event-overview .post h3:before {
  display: none;
}
.modules-event-overview .post .header-with-line {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  margin-left: 50px;
  padding-left: 5px;
  position: relative;
}
.modules-event-overview .post .header-with-line:before {
  content: '';
  background: #c41230;
  height: 3px;
  width: 40px;
  left: 0;
  margin-left: -50px;
  display: block;
  margin-top: 13px;
  position: absolute;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-overview .post .header-with-line {
    font-size: 2.4rem;
  }
  .modules-event-overview .post .header-with-line:before {
    margin-top: 10px;
  }
}
@media only screen and ( max-width: 575px ) {
  .modules-event-overview .post .header-with-line {
    padding-left: 15px;
    margin-left: 0;
  }
  .modules-event-overview .post .header-with-line:before {
    height: 40px;
    width: 3px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
}
.modules-event-overview .post table {
  width: 100%;
}
.modules-event-overview .post td {
  padding: 1rem;
}
.modules-event-overview .post img {
  max-width: 100%;
  height: auto;
}
.modules-event-feedback .tab-contents,
.modules-event-event-feedback .tab-contents,
.modules-event-session-feedback .tab-contents {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.modules-event-feedback .tab-contents ul.tabs,
.modules-event-event-feedback .tab-contents ul.tabs,
.modules-event-session-feedback .tab-contents ul.tabs {
  margin: 0px;
  margin-bottom: 4rem;
  padding: 0px;
  list-style: none;
  display: block;
}
.modules-event-feedback .tab-contents ul.tabs li,
.modules-event-event-feedback .tab-contents ul.tabs li,
.modules-event-session-feedback .tab-contents ul.tabs li {
  display: inline-block;
  cursor: pointer;
}
.modules-event-feedback .tab-contents ul.tabs li.current-tab,
.modules-event-event-feedback .tab-contents ul.tabs li.current-tab,
.modules-event-session-feedback .tab-contents ul.tabs li.current-tab {
  background: #c41230;
  color: #fff;
  border: none;
}
.modules-event-feedback .tab-contents .tab-content,
.modules-event-event-feedback .tab-contents .tab-content,
.modules-event-session-feedback .tab-contents .tab-content {
  display: none;
}
.modules-event-feedback .tab-contents .current,
.modules-event-event-feedback .tab-contents .current,
.modules-event-session-feedback .tab-contents .current {
  display: inherit;
}
.modules-event-feedback form,
.modules-event-event-feedback form,
.modules-event-session-feedback form {
  max-width: 480px;
  margin: 0 0 20px 0;
  clear: both;
}
.modules-event-feedback form .xl,
.modules-event-event-feedback form .xl,
.modules-event-session-feedback form .xl {
  width: 460px;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-feedback form .xl,
  .modules-event-event-feedback form .xl,
  .modules-event-session-feedback form .xl {
    width: 280px;
  }
}
.modules-event-feedback form .form-message,
.modules-event-event-feedback form .form-message,
.modules-event-session-feedback form .form-message {
  opacity: 0;
  margin: 4rem 0 0 0;
  padding: 30px 30px 30px 60px ;
  transition: opacity 150ms ease-in-out;
  background-size: 20px;
}
.modules-event-feedback form .form-message .label-fail,
.modules-event-event-feedback form .form-message .label-fail,
.modules-event-session-feedback form .form-message .label-fail,
.modules-event-feedback form .form-message .label-success,
.modules-event-event-feedback form .form-message .label-success,
.modules-event-session-feedback form .form-message .label-success {
  display: none;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
.modules-event-feedback form .form-message p,
.modules-event-event-feedback form .form-message p,
.modules-event-session-feedback form .form-message p {
  margin: 0;
}
.modules-event-feedback form.form-error .label-fail,
.modules-event-event-feedback form.form-error .label-fail,
.modules-event-session-feedback form.form-error .label-fail {
  display: inline-block;
}
.modules-event-feedback form.form-error .form-message,
.modules-event-event-feedback form.form-error .form-message,
.modules-event-session-feedback form.form-error .form-message {
  opacity: 1;
  border: 1px solid #c41230;
  background: url(../svg/icon-notice-red.svg) no-repeat 3rem 32px;
}
.modules-event-feedback form.form-complete .form-message,
.modules-event-event-feedback form.form-complete .form-message,
.modules-event-session-feedback form.form-complete .form-message {
  opacity: 1;
  border: 1px solid #757575;
  background: url(../svg/icon-notice.svg) no-repeat 3rem 32px;
}
.modules-event-feedback form.form-complete .label-success,
.modules-event-event-feedback form.form-complete .label-success,
.modules-event-session-feedback form.form-complete .label-success {
  display: inline-block;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-feedback form,
  .modules-event-event-feedback form,
  .modules-event-session-feedback form {
    font-size: 0.8em;
  }
}
.modules-event-feedback fieldset,
.modules-event-event-feedback fieldset,
.modules-event-session-feedback fieldset {
  border: none;
  border-top: 1px solid #CCCCCC;
  margin: 0 0 36px 0;
  padding: 18px 0 0 0;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-feedback fieldset,
  .modules-event-event-feedback fieldset,
  .modules-event-session-feedback fieldset {
    margin-bottom: 12px;
    padding-top: 8px;
  }
}
.modules-event-feedback legend,
.modules-event-event-feedback legend,
.modules-event-session-feedback legend {
  color: #999999;
  padding: 0 18px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.modules-event-feedback .label-group,
.modules-event-event-feedback .label-group,
.modules-event-session-feedback .label-group,
.modules-event-feedback label,
.modules-event-event-feedback label,
.modules-event-session-feedback label {
  display: block;
  margin-bottom: 12px;
}
.modules-event-feedback .label-group,
.modules-event-event-feedback .label-group,
.modules-event-session-feedback .label-group {
  overflow: hidden;
}
.modules-event-feedback label,
.modules-event-event-feedback label,
.modules-event-session-feedback label {
  cursor: default;
  width: inherit;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-feedback label,
  .modules-event-event-feedback label,
  .modules-event-session-feedback label {
    padding: 0 0 8px 14px;
    line-height: 20px;
    font-size: 1.4rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-feedback label,
  .modules-event-event-feedback label,
  .modules-event-session-feedback label {
    padding: 0 0 0 0;
  }
}
.modules-event-feedback input,
.modules-event-event-feedback input,
.modules-event-session-feedback input,
.modules-event-feedback select,
.modules-event-event-feedback select,
.modules-event-session-feedback select,
.modules-event-feedback textarea,
.modules-event-event-feedback textarea,
.modules-event-session-feedback textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all linear .2s;
  box-sizing: content-box;
  height: 18px;
  padding: 4px;
  margin: 3px 0;
  vertical-align: middle;
}
.modules-event-feedback select,
.modules-event-event-feedback select,
.modules-event-session-feedback select {
  height: 26px;
}
.modules-event-feedback textarea,
.modules-event-event-feedback textarea,
.modules-event-session-feedback textarea {
  height: auto;
  min-height: 60px;
  margin-top: 5px;
}
.modules-event-feedback input[type="radio"],
.modules-event-event-feedback input[type="radio"],
.modules-event-session-feedback input[type="radio"],
.modules-event-feedback input[type="checkbox"],
.modules-event-event-feedback input[type="checkbox"],
.modules-event-session-feedback input[type="checkbox"],
.modules-event-feedback input[type="button"],
.modules-event-event-feedback input[type="button"],
.modules-event-session-feedback input[type="button"] {
  width: auto;
  box-sizing: border-box;
  padding: 0;
  box-shadow: none;
}
.modules-event-feedback input[type="radio"],
.modules-event-event-feedback input[type="radio"],
.modules-event-session-feedback input[type="radio"],
.modules-event-feedback input[type="checkbox"],
.modules-event-event-feedback input[type="checkbox"],
.modules-event-session-feedback input[type="checkbox"] {
  margin: 0 4px 0 6px;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-feedback input[type="radio"],
  .modules-event-event-feedback input[type="radio"],
  .modules-event-session-feedback input[type="radio"],
  .modules-event-feedback input[type="checkbox"],
  .modules-event-event-feedback input[type="checkbox"],
  .modules-event-session-feedback input[type="checkbox"] {
    font-size: 0.6em;
    padding: 0;
    margin: 0 0 0 0;
  }
}
.modules-event-feedback .radio-label,
.modules-event-event-feedback .radio-label,
.modules-event-session-feedback .radio-label {
  display: inline;
  vertical-align: middle;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-feedback .radio-label,
  .modules-event-event-feedback .radio-label,
  .modules-event-session-feedback .radio-label {
    font-size: 0.6em;
    padding: 0;
    margin: 0 1px 0 0;
  }
}
.modules-event-feedback .inline,
.modules-event-event-feedback .inline,
.modules-event-session-feedback .inline {
  display: inline;
  line-height: 36px;
  margin-bottom: 9px;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-feedback .inline,
  .modules-event-event-feedback .inline,
  .modules-event-session-feedback .inline {
    line-height: 18px;
    margin-bottom: 6px;
  }
}
.modules-event-feedback .btn-submit,
.modules-event-event-feedback .btn-submit,
.modules-event-session-feedback .btn-submit {
  color: #c41230;
  display: inline-block;
  background: #ededed;
  border: none;
}
.modules-event-feedback .form-notice,
.modules-event-event-feedback .form-notice,
.modules-event-session-feedback .form-notice {
  margin: 0 0 6px 0;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-feedback .event-subnav,
  .modules-event-event-feedback .event-subnav,
  .modules-event-session-feedback .event-subnav {
    display: none;
  }
  .modules-event-feedback .page-title,
  .modules-event-event-feedback .page-title,
  .modules-event-session-feedback .page-title,
  .modules-event-feedback header.section-header,
  .modules-event-event-feedback header.section-header,
  .modules-event-session-feedback header.section-header {
    margin: 0 0 !important;
  }
}
.partials-sidebar-media .sidebar-list li .btn-default {
  margin-top: 10px;
}
.partials-sidebar-media .sidebar-list li .list-title {
  margin-bottom: 0.5rem;
}
.modules-speakers-speaker .post img {
  max-width: 100%;
  margin-bottom: 2rem;
}
.modules-speakers-speaker .post img[src$=".svg"] {
  width: 25rem;
}
.modules-speakers-speaker .img-container {
  position: relative;
  display: inline-block;
  width: auto;
}
.modules-speakers-speaker .img-container .speaker-remote {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modules-speakers-speaker .post-content {
  font-size: 1.8rem;
}
@media only screen and ( max-width: 991px ) {
  .modules-speakers-speaker .post-content {
    font-size: 1.6rem;
    text-align: left;
  }
}
.modules-speakers-speaker .post .extra-meta {
  padding: 0 25px;
}
.modules-speakers-speaker .post-title {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 0;
}
.modules-speakers-speaker .speaker-meta {
  margin-bottom: 0.5rem;
}
.modules-speakers-speaker .speaker-company-url,
.modules-speakers-speaker .speaker-website {
  display: block;
}
.modules-speakers-speaker .connect-socials {
  margin-top: 3rem;
  /*
        .icon-github {
          height: 3rem;
          width: 3rem;
        }
        */
}
.modules-speakers-speaker .connect-socials a {
  display: inline-block;
  background: transparent;
  color: transparent;
  border: 1px solid #292929;
  margin-left: 5px;
  /*  .icon-github {
            height: 4rem;
            width: 4rem;
          }
          */
}
.modules-speakers-speaker .connect-socials a.btn-outline {
  padding: 0 20px !important;
  margin-left: 5px;
}
.modules-speakers-speaker .connect-socials a.btn-outline .icon {
  width: 15px;
  margin-right: 10px;
}
.modules-speakers-speaker .connect-socials a.btn-outline .icon path {
  stroke: none;
}
.modules-speakers-speaker .connect-socials a.btn-outline .basic-grey {
  color: #292929;
}
.modules-speakers-speaker .connect-socials a.btn-outline:hover {
  background: #c41230;
}
.modules-speakers-speaker .connect-socials a.btn-outline:hover .icon .fg,
.modules-speakers-speaker .connect-socials a.btn-outline:hover .icon #fg {
  fill: #fff;
}
.modules-speakers-speaker .connect-socials a.btn-outline:hover .basic-grey {
  color: #fff;
}
.modules-speakers-speaker .connect-socials a:hover {
  background: rgba(196, 18, 48, 0.24);
  border-color: transparent;
  box-shadow: 0px 6px 14px rgba(41, 41, 41, 0.15);
}
.modules-speakers-speaker .connect-socials a:hover .icon .fg,
.modules-speakers-speaker .connect-socials a:hover .icon #fg {
  fill: #c41230;
}
.modules-speakers-speaker .connect-socials .icon {
  height: 4rem;
  width: 4rem;
}
.modules-speakers-speaker .connect-socials .icon .fg,
.modules-speakers-speaker .connect-socials .icon #fg {
  fill: #292929;
}
.modules-events-series-events,
.modules-events-list-series {
  margin-bottom: 7rem;
}
.modules-events-series-events .vertically-aligned,
.modules-events-list-series .vertically-aligned {
  z-index: 2;
}
.modules-events-series-events .post-inner,
.modules-events-list-series .post-inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modules-events-series-events .post,
.modules-events-list-series .post {
  color: #fff;
  position: relative;
}
.modules-events-series-events .post::before,
.modules-events-list-series .post::before {
  background-color: #292929;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 100ms ease-in-out;
  width: 100%;
  z-index: 1;
}
.modules-events-series-events .post.violet::before,
.modules-events-list-series .post.violet::before {
  background-color: #1a1771;
}
.modules-events-series-events .post.dark-red::before,
.modules-events-list-series .post.dark-red::before {
  background-color: #710618;
}
.modules-events-series-events .post.brown::before,
.modules-events-list-series .post.brown::before {
  background-color: #4b3438;
}
.modules-events-series-events .post.grey::before,
.modules-events-list-series .post.grey::before {
  background-color: #3c3c3c;
}
.modules-events-series-events .post.orange::before,
.modules-events-list-series .post.orange::before {
  background-color: #f58c0c;
}
.modules-events-series-events .post.yellow::before,
.modules-events-list-series .post.yellow::before {
  background-color: #88b543;
}
.modules-events-series-events .post.light-red::before,
.modules-events-list-series .post.light-red::before {
  background-color: #ee223d;
}
.modules-events-series-events .post.blue::before,
.modules-events-list-series .post.blue::before {
  background-color: #4695e7;
}
.modules-events-series-events .post.purple::before,
.modules-events-list-series .post.purple::before {
  background-color: #53051b;
}
.modules-events-series-events .post.green::before,
.modules-events-list-series .post.green::before {
  background-color: #41883e;
}
.modules-events-series-events .post.sky-blue::before,
.modules-events-list-series .post.sky-blue::before {
  background-color: #4bbfee;
}
.modules-events-series-events .post:hover::before,
.modules-events-list-series .post:hover::before {
  opacity: 0.5;
}
.modules-events-series-events .post a,
.modules-events-list-series .post a {
  color: #fff;
}
.modules-events-series-events .post::before,
.modules-events-list-series .post::before {
  padding-top: 80.35714286%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  content: '';
  display: block;
}
.modules-events-series-events .post .post-link,
.modules-events-list-series .post .post-link {
  -ms-flex-align: start;
      align-items: flex-start;
  background: transparent no-repeat 50% 29% / cover;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 8%;
  position: relative;
  width: 100%;
}
.modules-events-series-events .post .post-title,
.modules-events-list-series .post .post-title {
  color: #fff;
  font-size: 3.847vw;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 1vw 0;
}
.modules-events-series-events .post .icon,
.modules-events-list-series .post .icon {
  bottom: 4%;
  height: 2.9rem;
  position: absolute;
  right: 4%;
  width: 2.9rem;
  z-index: 1;
}
.modules-events-series-summary .rotator {
  margin-bottom: 15px;
}
.modules-events-series-summary .no-carousel.rotator-content {
  width: auto;
}
.modules-events-series-summary .no-carousel .event-summary {
  margin-bottom: 0;
  padding-bottom: 5.729166667%;
}
.modules-events-series-summary .sidebar-list {
  margin-bottom: 1rem;
}
.modules-location-venue .post img,
.modules-event-locations-hotels .post img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  margin-bottom: 2rem;
}
.modules-location-venue h2,
.modules-event-locations-hotels h2 {
  font-size: 2rem;
}
.modules-location-venue .location-contact,
.modules-event-locations-hotels .location-contact {
  margin-bottom: 2rem;
}
.modules-location-venue .location,
.modules-event-locations-hotels .location {
  margin-bottom: 2rem;
}
.modules-location-venue .location .address,
.modules-event-locations-hotels .location .address {
  margin-bottom: 1rem;
}
.modules-location-venue .location .btn-outline:hover path,
.modules-event-locations-hotels .location .btn-outline:hover path {
  fill: #fff;
}
.modules-location-venue .location .btn-outline path,
.modules-event-locations-hotels .location .btn-outline path {
  stroke: none;
}
.modules-location-venue .location-container,
.modules-event-locations-hotels .location-container {
  display: -ms-flexbox;
  display: flex;
}
.modules-location-venue .location-container .icon,
.modules-event-locations-hotels .location-container .icon {
  margin-right: 6px;
}
.modules-location-venue .venue,
.modules-event-locations-hotels .venue {
  padding-right: 20px;
}
.modules-location-venue .venue-info .location,
.modules-event-locations-hotels .venue-info .location {
  margin: 0;
}
.modules-location-venue .venue-image,
.modules-event-locations-hotels .venue-image {
  margin-top: 2rem;
  margin-left: 0rem;
}
@media only screen and ( min-width: 1280px ) {
  .modules-location-venue .venue-image,
  .modules-event-locations-hotels .venue-image {
    float: right;
    margin-left: 3rem;
  }
}
.modules-location-venue .venue-title,
.modules-event-locations-hotels .venue-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.modules-location-venue .map-link,
.modules-event-locations-hotels .map-link {
  display: inline-block;
  margin-bottom: 1rem;
  max-width: 30rem;
}
.modules-location-venue .directions .title,
.modules-event-locations-hotels .directions .title {
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
}
.modules-location-venue .location-meta,
.modules-event-locations-hotels .location-meta {
  margin-toP: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.modules-location-venue .location-meta .btn-outline:hover path,
.modules-event-locations-hotels .location-meta .btn-outline:hover path {
  fill: #fff;
}
.modules-location-venue .location-meta .btn-outline path,
.modules-event-locations-hotels .location-meta .btn-outline path {
  stroke: none;
}
.modules-location-venue .location-address,
.modules-event-locations-hotels .location-address {
  margin-bottom: 1rem;
}
.modules-location-venue .partials-media-map .map,
.modules-event-locations-hotels .partials-media-map .map {
  padding-top: 50%;
}
.modules-events-archive .equalize-heights .event-card .extra-meta {
  margin-bottom: 0;
}
.modules-events-archive,
.modules-events-upcoming,
.modules-events-all,
.modules-event-replays,
.themes-fitc-2021-page,
.modules-events-banners,
.modules-jobs,
.modules-news-archive {
  padding-top: 6rem;
}
@media only screen and ( max-width: 768px ) {
  .modules-events-archive,
  .modules-events-upcoming,
  .modules-events-all,
  .modules-event-replays,
  .themes-fitc-2021-page,
  .modules-events-banners,
  .modules-jobs,
  .modules-news-archive {
    padding-top: 4rem;
  }
}
.themes-fitc-2021-page h2 {
  font-size: 2.8rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media only screen and ( max-width: 768px ) {
  .themes-fitc-2021-page h2 {
    font-size: 2.4rem;
  }
}
.themes-fitc-2021-page img {
  max-width: 100%;
  height: auto;
}
.modules-events-upcoming .js-carousel-item + .js-carousel-item,
.modules-events-upcoming .event-summary + .js-carousel-item,
.modules-events-upcoming .js-carousel-item + .event-summary,
.modules-events-upcoming .event-summary + .event-summary {
  margin-top: 3rem;
}
.modules-events-upcoming .js-carousel-item + .js-carousel-item,
.modules-events-upcoming .event-summary + .js-carousel-item {
  overflow: hidden;
}
.error404 .modules-events-upcoming#modules-events-upcoming .section-header {
  display: none;
}
.content-404 {
  padding-top: 8rem;
}
.content-404 h1 {
  font-size: 5rem;
  margin-bottom: 0;
}
.content-404 p svg {
  width: 56px;
}
.modules-event-schedule-old .schedule-types {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 2rem;
}
.modules-event-schedule-old .schedule-type {
  padding: 1.2rem 2rem 1.8rem 2rem;
  width: 25%;
}
.modules-event-schedule-old .schedule-type:nth-of-type(2n+1) {
  background: #f4f4f4;
}
.modules-event-schedule-old .schedule-type:nth-of-type(2n) {
  background: #e8e8e8;
}
.modules-event-schedule-old .schedule-type .link-cta {
  color: #080808;
}
.modules-event-schedule-old .schedule-type-header {
  color: #c41230;
  font-size: 3rem;
  font-weight: 300;
}
.modules-event-schedule-old .schedule-filters {
  margin-bottom: 5rem;
}
.modules-event-schedule-old .schedule-filter-header {
  color: #080808;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.modules-event-schedule-old .schedule-days {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.modules-event-schedule-old .schedule-day {
  color: #fff;
  display: block;
  padding: 2rem 2rem 2.4rem 2rem;
  position: relative;
  width: 25%;
}
.modules-event-schedule-old .schedule-day.selected::before,
.modules-event-schedule-old .schedule-day:hover::before {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100%;
}
.modules-event-schedule-old .schedule-day:nth-of-type(2n+1) {
  background: #c41230;
}
.modules-event-schedule-old .schedule-day:nth-of-type(2n+1).selected::before,
.modules-event-schedule-old .schedule-day:nth-of-type(2n+1):hover::before {
  border: none;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 1.6rem solid transparent;
  border-right: 1.6rem solid transparent;
  border-top: 1.6rem solid #c41230;
}
.modules-event-schedule-old .schedule-day:nth-of-type(2n) {
  background: #292929;
}
.modules-event-schedule-old .schedule-day:nth-of-type(2n).selected::before,
.modules-event-schedule-old .schedule-day:nth-of-type(2n):hover::before {
  border: none;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 1.6rem solid transparent;
  border-right: 1.6rem solid transparent;
  border-top: 1.6rem solid #292929;
}
.modules-event-schedule-old .schedule-day .day {
  font-size: 3rem;
  font-weight: 300;
}
.modules-event-schedule-old .schedule-day .month {
  font-size: 1.7rem;
  font-weight: 600;
}
.modules-event-schedule-old .schedule-filter-tags {
  position: relative;
  padding-right: 3rem;
}
.modules-event-schedule-old .schedule-filter-tags::before {
  background: rgba(255, 255, 255, 0.75);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 100ms ease-in-out;
  visibility: hidden;
  width: 100%;
}
.modules-event-schedule-old .schedule {
  border-collapse: separate;
  border-spacing: 0.5rem;
  font-size: 1.5rem;
  margin-top: 3rem;
  width: 100%;
}
.modules-event-schedule-old .schedule th {
  font-weight: 600;
}
.modules-event-schedule-old .schedule thead th {
  padding-bottom: 3rem;
  text-align: center;
  vertical-align: bottom;
}
.modules-event-schedule-old .schedule tbody th {
  min-width: 12.5rem;
  padding-left: 3rem;
  text-align: left;
  vertical-align: top;
}
.modules-event-schedule-old .schedule tbody td {
  background: #f4f4f4;
  position: relative;
}
.modules-event-schedule-old .schedule .layout-break td,
.modules-event-schedule-old .schedule .layout-custom td {
  background: #dbdbdb;
  color: #fff;
  height: 12rem;
  text-align: center;
}
.modules-event-schedule-old .schedule .layout-break .break-title,
.modules-event-schedule-old .schedule .layout-custom .break-title {
  font-size: 2rem;
  font-weight: 600;
}
.modules-event-schedule-old .schedule .layout-image td {
  border: 0.1rem solid #dbdbdb;
  padding: 1rem 0 1rem 1rem;
}
.modules-event-schedule-old .schedule .layout-image img {
  border: 0.1rem solid #dbdbdb;
  display: inline-block;
  width: calc(100% - 1rem);
}
.modules-event-schedule-old .schedule .layout-image .image-title {
  color: #292929;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}
.modules-event-schedule-old .schedule .layout-presentation td {
  vertical-align: top;
}
.modules-event-schedule-old .schedule .layout-presentation td:not(.no-data) {
  border: 0.1rem solid #dbdbdb;
  padding: 2rem 2rem 11rem 2rem;
}
.modules-event-schedule-old .schedule .layout-presentation .presentation-content {
  transition: all 100ms ease-in-out;
}
.modules-event-schedule-old .schedule .speakers {
  color: #292929;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.modules-event-schedule-old .schedule .speakers span {
  color: #141414;
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}
.modules-event-schedule-old .schedule .presentation-speaker {
  color: #292929;
  display: block;
  line-height: 1;
  margin-bottom: 1.3rem;
}
.modules-event-schedule-old .schedule .presentation-speaker .speaker-name {
  color: #292929;
  font-weight: 600;
}
.modules-event-schedule-old .schedule .presentation-speaker .speaker-title,
.modules-event-schedule-old .schedule .presentation-speaker .speaker-company {
  font-size: 1.4rem;
}
.modules-event-schedule-old .schedule .presentation-speaker .speaker-company {
  color: #757575;
}
.modules-event-schedule-old .schedule .presentation-title {
  color: #292929;
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule-old .schedule .presentation-title {
    font-size: 2.2rem;
  }
}
.modules-event-schedule-old .schedule .presentation-meta {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.modules-event-schedule-old .schedule .tag-list {
  margin: 0 2rem 0.8rem 2rem;
}
.modules-event-schedule-old .schedule .link-schedule-add .label-remove {
  display: none;
}
.modules-event-schedule-old .schedule .link-schedule-add.is-fav {
  background: #fff;
  color: #c41230;
  border: 1px solid #c41230;
}
.modules-event-schedule-old .schedule .link-schedule-add.is-fav path {
  stroke: #c41230;
}
.modules-event-schedule-old .schedule .link-schedule-add.is-fav:hover {
  background: #fff;
  border-color: #c41230;
  color: #c41230;
}
.modules-event-schedule-old .schedule .link-schedule-add.is-fav .label-add {
  display: none;
}
.modules-event-schedule-old .schedule .link-schedule-add.is-fav .label-remove {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.modules-event-schedule-old.is-filtered .schedule-filter-tags .tag:not(.selected) {
  color: #292929;
}
.modules-event-schedule-old.is-filtered .schedule-filter-tags .tag.selected {
  color: #fff;
  background: #c41230;
  border-color: #c41230;
}
.modules-event-schedule-old.is-filtered .presentation-content {
  opacity: 0;
  visibility: hidden;
}
.modules-event-schedule-old.is-filtered .presentation-content.selected {
  opacity: 1;
  visibility: visible;
}
.modules-event-schedule-old.is-my .schedule-filter-tags::before {
  opacity: 1;
  visibility: visible;
}
.modules-event-schedule-old.is-my .presentation-content:not([data-fav]) {
  opacity: 0;
  visibility: hidden;
}
.modules-event-schedule .link-schedule-show {
  float: right;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .link-schedule-show {
    float: none;
  }
}
.modules-event-schedule .schedule-types {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  max-width: 75.2rem;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .schedule-types {
    margin-bottom: 2rem;
    max-width: none;
    width: 100%;
  }
}
.modules-event-schedule .schedule-type {
  padding: 1.2rem 2rem 1.8rem 2rem;
  width: 25%;
}
@media only screen and ( min-width: 769px ) and ( max-width: 991px ) {
  .modules-event-schedule .schedule-type {
    width: 50%;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule-type {
    width: 100%;
  }
}
.modules-event-schedule .schedule-type:nth-of-type(2n+1) {
  background: #f4f4f4;
}
.modules-event-schedule .schedule-type:nth-of-type(2n) {
  background: #e8e8e8;
}
.modules-event-schedule .schedule-type .link-cta {
  color: #080808;
}
.modules-event-schedule .schedule-type-header {
  color: #c41230;
  font-size: 1.8rem;
  font-weight: 300;
}
.modules-event-schedule .schedule-filters {
  margin-bottom: 5rem;
}
.modules-event-schedule .schedule-filter-header {
  color: #080808;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.modules-event-schedule .schedule-days {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule-days {
    display: block;
    margin: 0;
  }
}
.modules-event-schedule .schedule-day {
  margin-right: 1rem;
  text-align: center;
  display: inline-block;
}
.modules-event-schedule .schedule-day.selected {
  background: #c41230;
  color: #fff;
  border: 1px solid #c41230;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .schedule-day {
    margin-bottom: 1.5rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule-day {
    min-width: 210px;
  }
}
.modules-event-schedule .schedule-filter-tags {
  position: relative;
  padding-right: 3rem;
}
.modules-event-schedule .schedule-filter-tags::before {
  background: rgba(255, 255, 255, 0.75);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 100ms ease-in-out;
  visibility: hidden;
  width: 100%;
}
.modules-event-schedule .schedule {
  font-size: 1.5rem;
  margin-top: 3rem;
  width: 100%;
}
.modules-event-schedule .schedule .schedule-grid {
  margin-bottom: 5rem;
}
.modules-event-schedule .schedule .post-title {
  text-align: center;
}
.modules-event-schedule .schedule .th {
  font-weight: 600;
}
.modules-event-schedule .schedule .thead .th {
  color: #c41230;
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.modules-event-schedule .schedule .tbody .tr {
  border-bottom: 0.25rem solid #fff;
  border-top: 0.25rem solid #fff;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.modules-event-schedule .schedule .tbody .tr:first-of-type {
  border-top: none;
}
.modules-event-schedule .schedule .tbody .tr:nth-of-type(2n) .schedule-item-inner {
  background: transparent;
}
.modules-event-schedule .schedule .tbody .tr .last-in-table {
  border: 1px solid #dbdbdb;
}
.modules-event-schedule .schedule .tbody .tr.is-break {
  background: #F9EDEF !important;
}
.modules-event-schedule .schedule .tbody .tr.is-break .th {
  color: #292929;
  background: transparent;
  border: none;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .tbody .tr.is-break .th {
    border-bottom: 2px solid #fff;
    margin-bottom: 2px;
  }
}
.modules-event-schedule .schedule .tbody .tr.is-break .schedule-item-inner {
  background: transparent;
  box-shadow: none;
  min-height: 12rem;
  border-right: 2px solid #fff;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .tbody .tr.is-break .schedule-item-inner:not(.is-tall ) {
    height: auto !important;
    border-bottom: 3px solid white;
    border-right: none;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .tbody .tr.is-break {
    margin-top: 3px;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .tbody .tr {
    border: none;
    margin-top: 5px;
  }
}
.modules-event-schedule .schedule .tbody .th {
  color: #292929;
  text-align: center;
  width: 10%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  transform: rotate(180deg);
  border: 1px solid #dbdbdb;
}
@media only screen and ( max-width: 991px ) {
}
.modules-event-schedule .schedule .tbody .th .schedule-time {
  right: 37%;
  transform: translateX(-50%);
  position: relative;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .schedule .tbody .th .schedule-time {
    right: 33%;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .tbody .th .schedule-time {
    right: 0%;
    transform: none;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .tbody .th {
    transform: none;
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 10px 15px;
    text-align: left;
  }
}
.modules-event-schedule .schedule .tbody .td {
  position: relative;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .tbody .td {
    padding-left: 0;
    margin-top: -1px;
  }
}
.modules-event-schedule .schedule .schedule-item {
  position: relative;
}
@media only screen and ( max-width: 991px ) {
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .schedule-item {
    margin-bottom: 3px;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .schedule-item.layout-text-only {
    margin-bottom: 0;
  }
}
.modules-event-schedule .schedule .schedule-item-inner {
  background: #fff;
  border-left: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
  box-shadow: inset 0 0 0 0.1rem #dbdbdb;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .schedule-item-inner {
    height: 100% !important;
    border: none;
  }
}
.modules-event-schedule .schedule .schedule-item-inner.is-tall {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #F9EDEF !important;
}
.modules-event-schedule .schedule .layout-text-only {
  height: 12rem;
  text-align: center;
}
.modules-event-schedule .schedule .layout-text-only .schedule-item-inner {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .schedule .layout-text-only .schedule-item-inner {
    height: 100% !important;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .layout-text-only .schedule-item-inner {
    text-align: left;
  }
}
.modules-event-schedule .schedule .layout-text-only .item-content {
  padding: 3rem 1.5rem;
}
.modules-event-schedule .schedule .layout-text-only .title {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .layout-text-only {
    height: auto;
  }
  .modules-event-schedule .schedule .layout-text-only .item-content {
    padding: 1.5rem;
    display: block;
    width: 100%;
  }
}
.modules-event-schedule .schedule .layout-text-image .item-content {
  padding: 1.5rem 0 1.5rem 1.5rem;
}
.modules-event-schedule .schedule .layout-text-image img {
  border: 0.1rem solid #dbdbdb;
  display: inline-block;
  width: calc(100% - 1rem);
}
.modules-event-schedule .schedule .layout-text-image .title {
  color: #292929;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .layout-text-image .item-content {
    padding-right: 1.5rem;
  }
  .modules-event-schedule .schedule .layout-text-image img {
    margin-bottom: 1rem;
    width: 100%;
  }
}
.modules-event-schedule .schedule .layout-presentation .schedule-item-inner {
  height: 100%;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .schedule .layout-presentation .schedule-item-inner {
    height: 100% !important;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .layout-presentation .schedule-item-inner {
    height: auto !important;
  }
}
.modules-event-schedule .schedule .layout-presentation .item-content {
  height: 100%;
  padding: 1.5rem 1.5rem 13.5rem 1.5rem;
  position: relative;
  transition: all 100ms ease-in-out;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .schedule .layout-presentation .item-content {
    padding-bottom: 2rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .layout-presentation .item-content {
    padding-bottom: .5rem;
  }
}
.modules-event-schedule .schedule .presentation-description {
  margin-bottom: 1rem;
  min-height: 8rem;
}
.modules-event-schedule .schedule .presentation-description .tag {
  cursor: text;
}
.modules-event-schedule .schedule .speakers {
  color: #292929;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.modules-event-schedule .schedule .speakers span {
  color: #141414;
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}
.modules-event-schedule .schedule .presentation-speaker {
  bottom: 5.7rem;
  color: #141414;
  display: block;
  line-height: 1;
  margin-bottom: 1.3rem;
  margin-top: 5rem;
  overflow: hidden;
  position: absolute;
  width: calc(100% - 4rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.modules-event-schedule .schedule .presentation-speaker.align-to-bottom .card-bottom {
  bottom: 0;
  padding-bottom: 1rem;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .schedule .presentation-speaker {
    position: static;
    width: 100%;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .presentation-speaker {
    bottom: auto;
    margin: 3rem 0 0 0;
    width: auto;
    padding-bottom: 0;
  }
}
.modules-event-schedule .schedule .presentation-speaker .speaker-title,
.modules-event-schedule .schedule .presentation-speaker .speaker-company {
  font-size: 1.4rem;
}
.modules-event-schedule .schedule .presentation-title {
  color: #292929;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.modules-event-schedule .schedule .presentation-meta {
  bottom: 0.1rem;
  left: 0.1rem;
  position: absolute;
  width: calc(100% - 0.2rem);
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .schedule .presentation-meta {
    position: static;
    bottom: 1rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .schedule .presentation-meta {
    bottom: auto;
    left: auto;
    position: relative;
    width: 100%;
  }
}
.modules-event-schedule .schedule .room-times {
  overflow: hidden;
}
.modules-event-schedule .schedule .presentation-rooms {
  float: right;
  font-weight: 600;
  margin: 1rem 0.5rem 0.5rem 0.5rem;
}
.modules-event-schedule .schedule .presentation-rooms span {
  display: inline-block;
  color: #757575;
  font-weight: 600;
  vertical-align: text-top;
}
.modules-event-schedule .schedule .presentation-rooms span .icon-marker {
  margin-top: 0;
}
.modules-event-schedule .schedule .presentation-rooms span + span {
  padding-left: 3px;
}
.modules-event-schedule .schedule .presentation-rooms span + span::before {
  content: ' / ';
  display: inline;
}
.modules-event-schedule .schedule .presentation-times {
  margin: 1.2rem 1rem 0.6rem 0;
  float: left;
}
.modules-event-schedule .schedule .tag-list {
  margin: 0 2rem 0.8rem 2rem;
}
.modules-event-schedule .schedule .link-schedule-add .label-remove {
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
}
.modules-event-schedule .schedule .link-schedule-add.is-fav {
  background: #fff;
  color: #c41230;
  border: 1px solid #c41230;
}
.modules-event-schedule .schedule .link-schedule-add.is-fav path {
  stroke: #c41230;
}
.modules-event-schedule .schedule .link-schedule-add.is-fav:hover {
  background: #fff;
  border-color: #c41230;
  color: #c41230;
}
.modules-event-schedule .schedule .link-schedule-add.is-fav .label-add {
  display: none;
}
.modules-event-schedule .schedule .link-schedule-add.is-fav .label-remove {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.modules-event-schedule.is-filtered .schedule-filter-tags .tag:not(.selected) {
  background: #e8e8e8;
  color: #141414;
}
.modules-event-schedule.is-filtered .schedule-filter-tags .tag.tag-all {
  color: #c41230;
}
.modules-event-schedule.is-filtered .item-content {
  opacity: 0;
  visibility: hidden;
}
.modules-event-schedule.is-filtered .item-content.selected {
  opacity: 1;
  visibility: visible;
}
.modules-event-schedule.is-my .schedule-filter-tags::before {
  opacity: 1;
  visibility: visible;
}
.modules-event-schedule.is-my .item-content:not([data-fav]) {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.modules-event-schedule.is-my .schedule-row:not([data-print]) {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.modules-event-schedule .multi-event-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modules-event-schedule .multi-event-container .item-content {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-align: center;
      align-items: center;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .multi-event-container .item-content {
    border-left: none !important;
    border-top: 3px solid #fff;
  }
}
.modules-event-schedule .multi-event-container .item-content .speaker-info {
  margin-left: 0 !important;
}
.modules-event-schedule .multi-event-container .item-content a {
  color: #292929;
}
.modules-event-schedule .multi-event-container .item-content.fill-50 {
  min-width: 50%;
}
.modules-event-schedule .multi-event-container .item-content.fill-33 {
  min-width: 33.33333%;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .multi-event-container .item-content.fill-33 {
    min-width: 50%;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .multi-event-container .item-content.fill-33 {
    min-width: 100%;
  }
}
.modules-event-schedule .multi-event-container .item-content.fill-50:nth-child(3n) {
  border-left: none !important;
}
.modules-event-schedule .multi-event-container .item-content.fill-33:nth-child(4n) {
  border-left: none !important;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .multi-event-container .item-content.fill-33:nth-child(4n) {
    border-left: 5px solid #fff !important;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .multi-event-container .item-content.fill-33:nth-child(4n) {
    border-left: none !important;
  }
}
.modules-event-schedule .multi-event-container .item-content:first-child {
  border-left: none;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .multi-event-container .item-content:first-child {
    border-left: 5px solid #fff;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-schedule .multi-event-container .item-content:first-child {
    border-left: none !important;
  }
}
.modules-event-schedule .multi-event-container .speaker-info {
  margin-left: 0;
  margin-right: 1rem;
}
.modules-event-schedule .multi-event-container .multi-event-single {
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}
.modules-event-schedule .multi-event-container .multi-event-single .presentation-title {
  margin-bottom: 0;
}
.modules-event-schedule .multi-event-container .speaker-bubbles {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.modules-event-schedule .schedule .width-2 .tbody .schedule-row {
  background: transparent !important;
}
.modules-event-schedule .schedule .width-2 .tbody .schedule-row .schedule-item-iner,
.modules-event-schedule .schedule .width-2 .tbody .schedule-row .is-tall {
  background: transparent !important;
}
.modules-event-schedule .schedule .width-1 .schedule-row .layout-text-only {
  height: auto !important;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .schedule-grid .schedule-item .is-tall {
    height: auto !important;
    position: static !important;
    width: auto !important;
    z-index: auto !important;
  }
  .modules-event-schedule .schedule-grid.width-1 .schedule-item {
    width: 100%;
  }
  .modules-event-schedule .schedule-grid.width-2 .schedule-item {
    width: 50%;
  }
  .modules-event-schedule .schedule-grid.width-3 .schedule-item {
    width: 33.333333333333%;
  }
  .modules-event-schedule .schedule-grid.width-4 .schedule-item {
    width: 25%;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item {
    width: 20%;
  }
}
@media only screen and ( min-width: 992px ) {
  .modules-event-schedule .schedule-grid.width-1 .schedule-item[data-colspan="1"] {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-positive: unset;
        flex-grow: unset;
    height: auto;
  }
  .modules-event-schedule .schedule-grid.width-1 .schedule-item[data-colspan="1"] .schedule-item-inner {
    min-height: none !important;
    height: auto !important;
  }
  .modules-event-schedule .schedule-grid.width-1 .schedule-item[data-colspan="1"] .presentation-description {
    display: none;
  }
  .modules-event-schedule .schedule-grid.width-1 .schedule-item[data-offset="1"] {
    margin-left: 100%;
  }
  .modules-event-schedule .schedule-grid.width-1 .schedule-item[data-push="1"] {
    margin-right: 100%;
  }
  .modules-event-schedule .schedule-grid.width-1 .schedule-row:not(.is-break) .presentation-speaker,
  .modules-event-schedule .schedule-grid.width-1 .schedule-row:not(.is-break) .speakers {
    bottom: 0;
    margin: 0 0 0 -23px;
    position: relative;
    display: block;
    padding: 0;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    overflow: visible;
    border: none;
    margin-left: 2rem;
    border-left: 1px solid #dbdbdb;
    padding-left: 2rem;
  }
  .modules-event-schedule .schedule-grid.width-1 .schedule-row:not(.is-break) .presentation-title {
    margin-bottom: 0;
    text-align: right;
  }
  .modules-event-schedule .schedule-grid.width-1 .schedule-row:not(.is-break) .item-content {
    padding: 5rem 1.5rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .modules-event-schedule .schedule-grid.width-2 .schedule-item[data-colspan="1"] {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-2 .schedule-item[data-offset="1"] {
    margin-left: 50%;
  }
  .modules-event-schedule .schedule-grid.width-2 .schedule-item[data-push="1"] {
    margin-right: 50%;
  }
  .modules-event-schedule .schedule-grid.width-2 .schedule-item[data-colspan="2"] {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-2 .schedule-item[data-offset="2"] {
    margin-left: 100%;
  }
  .modules-event-schedule .schedule-grid.width-2 .schedule-item[data-push="2"] {
    margin-right: 100%;
  }
  .modules-event-schedule .schedule-grid.width-3 .schedule-item[data-colspan="1"] {
    width: 33.333333333333%;
    -ms-flex-preferred-size: 33.333333333333%;
        flex-basis: 33.333333333333%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-3 .schedule-item[data-offset="1"] {
    margin-left: 33.333333333333%;
  }
  .modules-event-schedule .schedule-grid.width-3 .schedule-item[data-push="1"] {
    margin-right: 33.333333333333%;
  }
  .modules-event-schedule .schedule-grid.width-3 .schedule-item[data-colspan="2"] {
    width: 66.666666666667%;
    -ms-flex-preferred-size: 66.666666666667%;
        flex-basis: 66.666666666667%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-3 .schedule-item[data-offset="2"] {
    margin-left: 66.666666666667%;
  }
  .modules-event-schedule .schedule-grid.width-3 .schedule-item[data-push="2"] {
    margin-right: 66.666666666667%;
  }
  .modules-event-schedule .schedule-grid.width-3 .schedule-item[data-colspan="3"] {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-3 .schedule-item[data-offset="3"] {
    margin-left: 100%;
  }
  .modules-event-schedule .schedule-grid.width-3 .schedule-item[data-push="3"] {
    margin-right: 100%;
  }
  .modules-event-schedule .schedule-grid.width-4 .schedule-item[data-colspan="1"] {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-4 .schedule-item[data-offset="1"] {
    margin-left: 25%;
  }
  .modules-event-schedule .schedule-grid.width-4 .schedule-item[data-push="1"] {
    margin-right: 25%;
  }
  .modules-event-schedule .schedule-grid.width-4 .schedule-item[data-colspan="2"] {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-4 .schedule-item[data-offset="2"] {
    margin-left: 50%;
  }
  .modules-event-schedule .schedule-grid.width-4 .schedule-item[data-push="2"] {
    margin-right: 50%;
  }
  .modules-event-schedule .schedule-grid.width-4 .schedule-item[data-colspan="3"] {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-4 .schedule-item[data-offset="3"] {
    margin-left: 75%;
  }
  .modules-event-schedule .schedule-grid.width-4 .schedule-item[data-push="3"] {
    margin-right: 75%;
  }
  .modules-event-schedule .schedule-grid.width-4 .schedule-item[data-colspan="4"] {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-4 .schedule-item[data-offset="4"] {
    margin-left: 100%;
  }
  .modules-event-schedule .schedule-grid.width-4 .schedule-item[data-push="4"] {
    margin-right: 100%;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-colspan="1"] {
    width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-offset="1"] {
    margin-left: 20%;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-push="1"] {
    margin-right: 20%;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-colspan="2"] {
    width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-offset="2"] {
    margin-left: 40%;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-push="2"] {
    margin-right: 40%;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-colspan="3"] {
    width: 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-offset="3"] {
    margin-left: 60%;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-push="3"] {
    margin-right: 60%;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-colspan="4"] {
    width: 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-offset="4"] {
    margin-left: 80%;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-push="4"] {
    margin-right: 80%;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-colspan="5"] {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-positive: unset;
        flex-grow: unset;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-offset="5"] {
    margin-left: 100%;
  }
  .modules-event-schedule .schedule-grid.width-5 .schedule-item[data-push="5"] {
    margin-right: 100%;
  }
}
.modules-event-schedule .schedule .schedule-row .speaker-name {
  margin-top: 0.5rem;
  color: #292929;
  font-weight: 600;
}
.modules-event-schedule .schedule .schedule-row .presentation-speaker {
  width: calc(100% - 3rem) !important;
  bottom: 2.7rem;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .schedule .schedule-row .presentation-speaker {
    width: 100% !important;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
}
.modules-event-schedule .schedule .schedule-row .presentation-speaker.align-to-bottom {
  bottom: 0;
  padding-bottom: 1rem;
}
.modules-event-schedule .schedule .schedule-row .speaker-bubbles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.modules-event-schedule .schedule .schedule-row .speaker-info {
  margin-left: 1rem;
}
.modules-event-schedule .schedule .schedule-row .speaker-combined-title {
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}
.modules-event-schedule .schedule .schedule-row .speaker-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.modules-event-schedule .schedule .schedule-row .link-schedule-add {
  width: 100%;
  text-align: center;
  border: 1px solid #c41230;
  margin-top: 1rem;
}
.modules-event-schedule .schedule .schedule-row .speaker-company {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modules-event-schedule .schedule .schedule-row .presentation-meta {
  bottom: 1rem;
  left: 1.5rem;
  width: calc(100% - 3rem) !important;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-schedule .schedule .schedule-row .presentation-meta {
    width: 100% !important;
    left: 0;
  }
}
.modules-event-slides .card-shadow hr,
.modules-videos-list .card-shadow hr,
.modules-videos-video-search .card-shadow hr,
.modules-slides-list .card-shadow hr {
  margin: 1rem 0;
}
.modules-event-slides .card-shadow .btn-default,
.modules-videos-list .card-shadow .btn-default,
.modules-videos-video-search .card-shadow .btn-default,
.modules-slides-list .card-shadow .btn-default {
  width: 100%;
  display: block;
  margin-top: 1rem;
  text-align: center;
  color: #fff;
}
.modules-event-slides .slides-info,
.modules-videos-list .slides-info,
.modules-videos-video-search .slides-info,
.modules-slides-list .slides-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
}
.modules-event-slides .media-name,
.modules-videos-list .media-name,
.modules-videos-video-search .media-name,
.modules-slides-list .media-name {
  font-weight: 600;
}
.modules-event-slides .media-name,
.modules-videos-list .media-name,
.modules-videos-video-search .media-name,
.modules-slides-list .media-name,
.modules-event-slides .media-company,
.modules-videos-list .media-company,
.modules-videos-video-search .media-company,
.modules-slides-list .media-company {
  font-size: 1.4rem;
}
.modules-event-slides .speaker-name,
.modules-videos-list .speaker-name,
.modules-videos-video-search .speaker-name,
.modules-slides-list .speaker-name {
  min-height: 40px;
}
.modules-event-slides .media-meta,
.modules-videos-list .media-meta,
.modules-videos-video-search .media-meta,
.modules-slides-list .media-meta {
  margin-top: auto;
}
.modules-event-slides .schedule-filters,
.modules-slides-list .schedule-filters,
.modules-videos-list .schedule-filters,
.modules-videos-video-search .schedule-filters,
.modules-event-presentations .schedule-filters,
.modules-event-workshops .schedule-filters,
.modules-event-the-bside .schedule-filters,
.modules-event-the-hub .schedule-filters {
  margin-bottom: 1.5rem;
}
.modules-event-slides .schedule-filter-header,
.modules-slides-list .schedule-filter-header,
.modules-videos-list .schedule-filter-header,
.modules-videos-video-search .schedule-filter-header,
.modules-event-presentations .schedule-filter-header,
.modules-event-workshops .schedule-filter-header,
.modules-event-the-bside .schedule-filter-header,
.modules-event-the-hub .schedule-filter-header {
  color: #080808;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.modules-event-slides .schedule-filter-tags,
.modules-slides-list .schedule-filter-tags,
.modules-videos-list .schedule-filter-tags,
.modules-videos-video-search .schedule-filter-tags,
.modules-event-presentations .schedule-filter-tags,
.modules-event-workshops .schedule-filter-tags,
.modules-event-the-bside .schedule-filter-tags,
.modules-event-the-hub .schedule-filter-tags {
  position: relative;
  padding-right: 3rem;
  margin-bottom: 5rem;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-slides .schedule-filter-tags,
  .modules-slides-list .schedule-filter-tags,
  .modules-videos-list .schedule-filter-tags,
  .modules-videos-video-search .schedule-filter-tags,
  .modules-event-presentations .schedule-filter-tags,
  .modules-event-workshops .schedule-filter-tags,
  .modules-event-the-bside .schedule-filter-tags,
  .modules-event-the-hub .schedule-filter-tags {
    padding-right: 0;
  }
}
.modules-event-slides .schedule-filter-tags::before,
.modules-slides-list .schedule-filter-tags::before,
.modules-videos-list .schedule-filter-tags::before,
.modules-videos-video-search .schedule-filter-tags::before,
.modules-event-presentations .schedule-filter-tags::before,
.modules-event-workshops .schedule-filter-tags::before,
.modules-event-the-bside .schedule-filter-tags::before,
.modules-event-the-hub .schedule-filter-tags::before {
  background: rgba(255, 255, 255, 0.75);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 100ms ease-in-out;
  visibility: hidden;
  width: 100%;
}
.modules-event-slides .post-list.large-up-2 .post,
.modules-slides-list .post-list.large-up-2 .post,
.modules-videos-list .post-list.large-up-2 .post,
.modules-videos-video-search .post-list.large-up-2 .post,
.modules-event-presentations .post-list.large-up-2 .post,
.modules-event-workshops .post-list.large-up-2 .post,
.modules-event-the-bside .post-list.large-up-2 .post,
.modules-event-the-hub .post-list.large-up-2 .post {
  min-width: 50%;
  max-width: 50%;
  width: 50%;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-slides .post-list.large-up-2 .post,
  .modules-slides-list .post-list.large-up-2 .post,
  .modules-videos-list .post-list.large-up-2 .post,
  .modules-videos-video-search .post-list.large-up-2 .post,
  .modules-event-presentations .post-list.large-up-2 .post,
  .modules-event-workshops .post-list.large-up-2 .post,
  .modules-event-the-bside .post-list.large-up-2 .post,
  .modules-event-the-hub .post-list.large-up-2 .post {
    padding-bottom: 0;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and ( min-width: 992px ) and ( max-width: 1279px ) {
  .modules-event-slides .post-list.large-up-2 .post,
  .modules-slides-list .post-list.large-up-2 .post,
  .modules-videos-list .post-list.large-up-2 .post,
  .modules-videos-video-search .post-list.large-up-2 .post,
  .modules-event-presentations .post-list.large-up-2 .post,
  .modules-event-workshops .post-list.large-up-2 .post,
  .modules-event-the-bside .post-list.large-up-2 .post,
  .modules-event-the-hub .post-list.large-up-2 .post {
    padding-bottom: 15.7rem;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
}
.modules-event-slides .post-list.large-up-3 .post,
.modules-slides-list .post-list.large-up-3 .post,
.modules-videos-list .post-list.large-up-3 .post,
.modules-videos-video-search .post-list.large-up-3 .post,
.modules-event-presentations .post-list.large-up-3 .post,
.modules-event-workshops .post-list.large-up-3 .post,
.modules-event-the-bside .post-list.large-up-3 .post,
.modules-event-the-hub .post-list.large-up-3 .post {
  padding-bottom: 15.7rem;
  min-width: 50%;
  max-width: 50%;
  width: 50%;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-slides .post-list.large-up-3 .post,
  .modules-slides-list .post-list.large-up-3 .post,
  .modules-videos-list .post-list.large-up-3 .post,
  .modules-videos-video-search .post-list.large-up-3 .post,
  .modules-event-presentations .post-list.large-up-3 .post,
  .modules-event-workshops .post-list.large-up-3 .post,
  .modules-event-the-bside .post-list.large-up-3 .post,
  .modules-event-the-hub .post-list.large-up-3 .post {
    padding-bottom: 0;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and ( min-width: 769px ) and ( max-width: 991px ) {
  .modules-event-slides .post-list.large-up-3 .post,
  .modules-slides-list .post-list.large-up-3 .post,
  .modules-videos-list .post-list.large-up-3 .post,
  .modules-videos-video-search .post-list.large-up-3 .post,
  .modules-event-presentations .post-list.large-up-3 .post,
  .modules-event-workshops .post-list.large-up-3 .post,
  .modules-event-the-bside .post-list.large-up-3 .post,
  .modules-event-the-hub .post-list.large-up-3 .post {
    padding-bottom: 5.7rem;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media only screen and ( min-width: 992px ) and ( max-width: 1279px ) {
  .modules-event-slides .post-list.large-up-3 .post,
  .modules-slides-list .post-list.large-up-3 .post,
  .modules-videos-list .post-list.large-up-3 .post,
  .modules-videos-video-search .post-list.large-up-3 .post,
  .modules-event-presentations .post-list.large-up-3 .post,
  .modules-event-workshops .post-list.large-up-3 .post,
  .modules-event-the-bside .post-list.large-up-3 .post,
  .modules-event-the-hub .post-list.large-up-3 .post {
    padding-bottom: 15.7rem;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
}
.modules-event-slides .post-list .speaker-name,
.modules-slides-list .post-list .speaker-name,
.modules-videos-list .post-list .speaker-name,
.modules-videos-video-search .post-list .speaker-name,
.modules-event-presentations .post-list .speaker-name,
.modules-event-workshops .post-list .speaker-name,
.modules-event-the-bside .post-list .speaker-name,
.modules-event-the-hub .post-list .speaker-name {
  color: #292929;
}
.modules-event-slides .post-list .speaker-title,
.modules-slides-list .post-list .speaker-title,
.modules-videos-list .post-list .speaker-title,
.modules-videos-video-search .post-list .speaker-title,
.modules-event-presentations .post-list .speaker-title,
.modules-event-workshops .post-list .speaker-title,
.modules-event-the-bside .post-list .speaker-title,
.modules-event-the-hub .post-list .speaker-title,
.modules-event-slides .post-list .speaker-company,
.modules-slides-list .post-list .speaker-company,
.modules-videos-list .post-list .speaker-company,
.modules-videos-video-search .post-list .speaker-company,
.modules-event-presentations .post-list .speaker-company,
.modules-event-workshops .post-list .speaker-company,
.modules-event-the-bside .post-list .speaker-company,
.modules-event-the-hub .post-list .speaker-company {
  font-size: 1.4rem;
}
.modules-event-slides .post-list .presentation-speaker,
.modules-slides-list .post-list .presentation-speaker,
.modules-videos-list .post-list .presentation-speaker,
.modules-videos-video-search .post-list .presentation-speaker,
.modules-event-presentations .post-list .presentation-speaker,
.modules-event-workshops .post-list .presentation-speaker,
.modules-event-the-bside .post-list .presentation-speaker,
.modules-event-the-hub .post-list .presentation-speaker {
  color: #141414;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  bottom: 4rem;
  margin-bottom: 1.3rem;
  margin-top: 5rem;
  width: calc(100% - 4rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-slides .post-list .presentation-speaker,
  .modules-slides-list .post-list .presentation-speaker,
  .modules-videos-list .post-list .presentation-speaker,
  .modules-videos-video-search .post-list .presentation-speaker,
  .modules-event-presentations .post-list .presentation-speaker,
  .modules-event-workshops .post-list .presentation-speaker,
  .modules-event-the-bside .post-list .presentation-speaker,
  .modules-event-the-hub .post-list .presentation-speaker {
    position: static;
    width: 100%;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-slides .post-list .presentation-speaker,
  .modules-slides-list .post-list .presentation-speaker,
  .modules-videos-list .post-list .presentation-speaker,
  .modules-videos-video-search .post-list .presentation-speaker,
  .modules-event-presentations .post-list .presentation-speaker,
  .modules-event-workshops .post-list .presentation-speaker,
  .modules-event-the-bside .post-list .presentation-speaker,
  .modules-event-the-hub .post-list .presentation-speaker {
    bottom: auto;
    margin: 3rem 0 0 0;
    position: relative;
    width: auto;
  }
}
.modules-event-slides .post-list .presentation-speaker .speaker-name,
.modules-slides-list .post-list .presentation-speaker .speaker-name,
.modules-videos-list .post-list .presentation-speaker .speaker-name,
.modules-videos-video-search .post-list .presentation-speaker .speaker-name,
.modules-event-presentations .post-list .presentation-speaker .speaker-name,
.modules-event-workshops .post-list .presentation-speaker .speaker-name,
.modules-event-the-bside .post-list .presentation-speaker .speaker-name,
.modules-event-the-hub .post-list .presentation-speaker .speaker-name {
  margin-top: 0.5rem;
  color: #292929;
  font-weight: 600;
}
.modules-event-slides .post-list .presentation-speaker .speaker-name,
.modules-slides-list .post-list .presentation-speaker .speaker-name,
.modules-videos-list .post-list .presentation-speaker .speaker-name,
.modules-videos-video-search .post-list .presentation-speaker .speaker-name,
.modules-event-presentations .post-list .presentation-speaker .speaker-name,
.modules-event-workshops .post-list .presentation-speaker .speaker-name,
.modules-event-the-bside .post-list .presentation-speaker .speaker-name,
.modules-event-the-hub .post-list .presentation-speaker .speaker-name,
.modules-event-slides .post-list .presentation-speaker .speaker-title,
.modules-slides-list .post-list .presentation-speaker .speaker-title,
.modules-videos-list .post-list .presentation-speaker .speaker-title,
.modules-videos-video-search .post-list .presentation-speaker .speaker-title,
.modules-event-presentations .post-list .presentation-speaker .speaker-title,
.modules-event-workshops .post-list .presentation-speaker .speaker-title,
.modules-event-the-bside .post-list .presentation-speaker .speaker-title,
.modules-event-the-hub .post-list .presentation-speaker .speaker-title {
  display: block;
}
.modules-event-slides .post-list .presentation-speaker .speaker-bubbles,
.modules-slides-list .post-list .presentation-speaker .speaker-bubbles,
.modules-videos-list .post-list .presentation-speaker .speaker-bubbles,
.modules-videos-video-search .post-list .presentation-speaker .speaker-bubbles,
.modules-event-presentations .post-list .presentation-speaker .speaker-bubbles,
.modules-event-workshops .post-list .presentation-speaker .speaker-bubbles,
.modules-event-the-bside .post-list .presentation-speaker .speaker-bubbles,
.modules-event-the-hub .post-list .presentation-speaker .speaker-bubbles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.modules-event-slides .post-list .presentation-speaker .speaker-info,
.modules-slides-list .post-list .presentation-speaker .speaker-info,
.modules-videos-list .post-list .presentation-speaker .speaker-info,
.modules-videos-video-search .post-list .presentation-speaker .speaker-info,
.modules-event-presentations .post-list .presentation-speaker .speaker-info,
.modules-event-workshops .post-list .presentation-speaker .speaker-info,
.modules-event-the-bside .post-list .presentation-speaker .speaker-info,
.modules-event-the-hub .post-list .presentation-speaker .speaker-info {
  margin-left: 1rem;
}
.modules-event-slides .post-list .align-to-bottom .presentation-speaker,
.modules-slides-list .post-list .align-to-bottom .presentation-speaker,
.modules-videos-list .post-list .align-to-bottom .presentation-speaker,
.modules-videos-video-search .post-list .align-to-bottom .presentation-speaker,
.modules-event-presentations .post-list .align-to-bottom .presentation-speaker,
.modules-event-workshops .post-list .align-to-bottom .presentation-speaker,
.modules-event-the-bside .post-list .align-to-bottom .presentation-speaker,
.modules-event-the-hub .post-list .align-to-bottom .presentation-speaker {
  bottom: 0;
  padding-bottom: 1rem;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-slides .post-list .align-to-bottom .presentation-speaker,
  .modules-slides-list .post-list .align-to-bottom .presentation-speaker,
  .modules-videos-list .post-list .align-to-bottom .presentation-speaker,
  .modules-videos-video-search .post-list .align-to-bottom .presentation-speaker,
  .modules-event-presentations .post-list .align-to-bottom .presentation-speaker,
  .modules-event-workshops .post-list .align-to-bottom .presentation-speaker,
  .modules-event-the-bside .post-list .align-to-bottom .presentation-speaker,
  .modules-event-the-hub .post-list .align-to-bottom .presentation-speaker {
    padding-bottom: 2rem;
  }
}
.modules-event-slides .post-list .speakers,
.modules-slides-list .post-list .speakers,
.modules-videos-list .post-list .speakers,
.modules-videos-video-search .post-list .speakers,
.modules-event-presentations .post-list .speakers,
.modules-event-workshops .post-list .speakers,
.modules-event-the-bside .post-list .speakers,
.modules-event-the-hub .post-list .speakers {
  color: #292929;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.modules-event-slides .post-list .speakers .speaker span,
.modules-slides-list .post-list .speakers .speaker span,
.modules-videos-list .post-list .speakers .speaker span,
.modules-videos-video-search .post-list .speakers .speaker span,
.modules-event-presentations .post-list .speakers .speaker span,
.modules-event-workshops .post-list .speakers .speaker span,
.modules-event-the-bside .post-list .speakers .speaker span,
.modules-event-the-hub .post-list .speakers .speaker span {
  color: #080808;
  display: inline;
  font-size: 1.2rem;
  font-weight: 300;
}
.modules-event-slides .post-list .speakers .speaker .speaker-name,
.modules-slides-list .post-list .speakers .speaker .speaker-name,
.modules-videos-list .post-list .speakers .speaker .speaker-name,
.modules-videos-video-search .post-list .speakers .speaker .speaker-name,
.modules-event-presentations .post-list .speakers .speaker .speaker-name,
.modules-event-workshops .post-list .speakers .speaker .speaker-name,
.modules-event-the-bside .post-list .speakers .speaker .speaker-name,
.modules-event-the-hub .post-list .speakers .speaker .speaker-name {
  display: block;
  margin-top: 1rem;
}
@media only screen and ( min-width: 769px ) and ( max-width: 991px ) {
  .modules-event-slides .post-list .speakers,
  .modules-slides-list .post-list .speakers,
  .modules-videos-list .post-list .speakers,
  .modules-videos-video-search .post-list .speakers,
  .modules-event-presentations .post-list .speakers,
  .modules-event-workshops .post-list .speakers,
  .modules-event-the-bside .post-list .speakers,
  .modules-event-the-hub .post-list .speakers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modules-event-slides .post-list .speakers .speaker,
  .modules-slides-list .post-list .speakers .speaker,
  .modules-videos-list .post-list .speakers .speaker,
  .modules-videos-video-search .post-list .speakers .speaker,
  .modules-event-presentations .post-list .speakers .speaker,
  .modules-event-workshops .post-list .speakers .speaker,
  .modules-event-the-bside .post-list .speakers .speaker,
  .modules-event-the-hub .post-list .speakers .speaker {
    width: 50%;
  }
}
.modules-event-slides .post-list .presentation-title,
.modules-slides-list .post-list .presentation-title,
.modules-videos-list .post-list .presentation-title,
.modules-videos-video-search .post-list .presentation-title,
.modules-event-presentations .post-list .presentation-title,
.modules-event-workshops .post-list .presentation-title,
.modules-event-the-bside .post-list .presentation-title,
.modules-event-the-hub .post-list .presentation-title {
  color: #292929;
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-slides .post-list .presentation-title,
  .modules-slides-list .post-list .presentation-title,
  .modules-videos-list .post-list .presentation-title,
  .modules-videos-video-search .post-list .presentation-title,
  .modules-event-presentations .post-list .presentation-title,
  .modules-event-workshops .post-list .presentation-title,
  .modules-event-the-bside .post-list .presentation-title,
  .modules-event-the-hub .post-list .presentation-title {
    font-size: 2.2rem;
  }
}
.modules-event-slides .post-list .presentation-description,
.modules-slides-list .post-list .presentation-description,
.modules-videos-list .post-list .presentation-description,
.modules-videos-video-search .post-list .presentation-description,
.modules-event-presentations .post-list .presentation-description,
.modules-event-workshops .post-list .presentation-description,
.modules-event-the-bside .post-list .presentation-description,
.modules-event-the-hub .post-list .presentation-description {
  margin-bottom: 1.5rem;
  min-height: 8rem;
}
.modules-event-slides .post-list .presentation-description .tag,
.modules-slides-list .post-list .presentation-description .tag,
.modules-videos-list .post-list .presentation-description .tag,
.modules-videos-video-search .post-list .presentation-description .tag,
.modules-event-presentations .post-list .presentation-description .tag,
.modules-event-workshops .post-list .presentation-description .tag,
.modules-event-the-bside .post-list .presentation-description .tag,
.modules-event-the-hub .post-list .presentation-description .tag {
  cursor: text !important;
}
.modules-event-slides .post-list .presentation-description ul,
.modules-slides-list .post-list .presentation-description ul,
.modules-videos-list .post-list .presentation-description ul,
.modules-videos-video-search .post-list .presentation-description ul,
.modules-event-presentations .post-list .presentation-description ul,
.modules-event-workshops .post-list .presentation-description ul,
.modules-event-the-bside .post-list .presentation-description ul,
.modules-event-the-hub .post-list .presentation-description ul {
  margin: 0;
  padding: 0;
}
.modules-event-slides .post-list .presentation-description li,
.modules-slides-list .post-list .presentation-description li,
.modules-videos-list .post-list .presentation-description li,
.modules-videos-video-search .post-list .presentation-description li,
.modules-event-presentations .post-list .presentation-description li,
.modules-event-workshops .post-list .presentation-description li,
.modules-event-the-bside .post-list .presentation-description li,
.modules-event-the-hub .post-list .presentation-description li {
  list-style-type: none;
  margin-top: 1em;
}
.modules-event-slides .post-list .presentation-description .link-more,
.modules-slides-list .post-list .presentation-description .link-more,
.modules-videos-list .post-list .presentation-description .link-more,
.modules-videos-video-search .post-list .presentation-description .link-more,
.modules-event-presentations .post-list .presentation-description .link-more,
.modules-event-workshops .post-list .presentation-description .link-more,
.modules-event-the-bside .post-list .presentation-description .link-more,
.modules-event-the-hub .post-list .presentation-description .link-more {
  color: #c41230;
}
.modules-event-slides .post-list .presentation-meta,
.modules-slides-list .post-list .presentation-meta,
.modules-videos-list .post-list .presentation-meta,
.modules-videos-video-search .post-list .presentation-meta,
.modules-event-presentations .post-list .presentation-meta,
.modules-event-workshops .post-list .presentation-meta,
.modules-event-the-bside .post-list .presentation-meta,
.modules-event-the-hub .post-list .presentation-meta {
  bottom: 2rem;
  left: 2rem;
  position: absolute;
  width: calc(100% - 4rem);
}
@media only screen and ( max-width: 768px ) {
  .modules-event-slides .post-list .presentation-meta,
  .modules-slides-list .post-list .presentation-meta,
  .modules-videos-list .post-list .presentation-meta,
  .modules-videos-video-search .post-list .presentation-meta,
  .modules-event-presentations .post-list .presentation-meta,
  .modules-event-workshops .post-list .presentation-meta,
  .modules-event-the-bside .post-list .presentation-meta,
  .modules-event-the-hub .post-list .presentation-meta {
    bottom: auto;
    left: auto;
    position: relative;
    width: 100%;
  }
}
.modules-event-slides .post-list .multiple-speakers,
.modules-slides-list .post-list .multiple-speakers,
.modules-videos-list .post-list .multiple-speakers,
.modules-videos-video-search .post-list .multiple-speakers,
.modules-event-presentations .post-list .multiple-speakers,
.modules-event-workshops .post-list .multiple-speakers,
.modules-event-the-bside .post-list .multiple-speakers,
.modules-event-the-hub .post-list .multiple-speakers {
  width: calc(100% - 4rem);
  bottom: 4rem;
  margin-bottom: 1.3rem;
  margin-top: 5rem;
  position: absolute;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-slides .post-list .multiple-speakers,
  .modules-slides-list .post-list .multiple-speakers,
  .modules-videos-list .post-list .multiple-speakers,
  .modules-videos-video-search .post-list .multiple-speakers,
  .modules-event-presentations .post-list .multiple-speakers,
  .modules-event-workshops .post-list .multiple-speakers,
  .modules-event-the-bside .post-list .multiple-speakers,
  .modules-event-the-hub .post-list .multiple-speakers {
    position: static;
    width: 100%;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-slides .post-list .multiple-speakers,
  .modules-slides-list .post-list .multiple-speakers,
  .modules-videos-list .post-list .multiple-speakers,
  .modules-videos-video-search .post-list .multiple-speakers,
  .modules-event-presentations .post-list .multiple-speakers,
  .modules-event-workshops .post-list .multiple-speakers,
  .modules-event-the-bside .post-list .multiple-speakers,
  .modules-event-the-hub .post-list .multiple-speakers {
    bottom: auto;
    left: auto;
    position: relative;
    margin: 3rem 0 0 0;
  }
}
.modules-event-slides .post-list .multiple-speakers.align-to-bottom,
.modules-slides-list .post-list .multiple-speakers.align-to-bottom,
.modules-videos-list .post-list .multiple-speakers.align-to-bottom,
.modules-videos-video-search .post-list .multiple-speakers.align-to-bottom,
.modules-event-presentations .post-list .multiple-speakers.align-to-bottom,
.modules-event-workshops .post-list .multiple-speakers.align-to-bottom,
.modules-event-the-bside .post-list .multiple-speakers.align-to-bottom,
.modules-event-the-hub .post-list .multiple-speakers.align-to-bottom {
  bottom: 0;
  padding-bottom: 1rem;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-slides .post-list .multiple-speakers.align-to-bottom,
  .modules-slides-list .post-list .multiple-speakers.align-to-bottom,
  .modules-videos-list .post-list .multiple-speakers.align-to-bottom,
  .modules-videos-video-search .post-list .multiple-speakers.align-to-bottom,
  .modules-event-presentations .post-list .multiple-speakers.align-to-bottom,
  .modules-event-workshops .post-list .multiple-speakers.align-to-bottom,
  .modules-event-the-bside .post-list .multiple-speakers.align-to-bottom,
  .modules-event-the-hub .post-list .multiple-speakers.align-to-bottom {
    padding-bottom: 2rem;
  }
}
.modules-event-slides .post-list .tag-list,
.modules-slides-list .post-list .tag-list,
.modules-videos-list .post-list .tag-list,
.modules-videos-video-search .post-list .tag-list,
.modules-event-presentations .post-list .tag-list,
.modules-event-workshops .post-list .tag-list,
.modules-event-the-bside .post-list .tag-list,
.modules-event-the-hub .post-list .tag-list {
  margin-bottom: 1.5rem;
}
.modules-event-slides .link-schedule-add,
.modules-slides-list .link-schedule-add,
.modules-videos-list .link-schedule-add,
.modules-videos-video-search .link-schedule-add,
.modules-event-presentations .link-schedule-add,
.modules-event-workshops .link-schedule-add,
.modules-event-the-bside .link-schedule-add,
.modules-event-the-hub .link-schedule-add {
  width: 100%;
  text-align: center;
}
.modules-event-slides .link-schedule-add .label-remove,
.modules-slides-list .link-schedule-add .label-remove,
.modules-videos-list .link-schedule-add .label-remove,
.modules-videos-video-search .link-schedule-add .label-remove,
.modules-event-presentations .link-schedule-add .label-remove,
.modules-event-workshops .link-schedule-add .label-remove,
.modules-event-the-bside .link-schedule-add .label-remove,
.modules-event-the-hub .link-schedule-add .label-remove {
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
}
.modules-event-slides .link-schedule-add.is-fav,
.modules-slides-list .link-schedule-add.is-fav,
.modules-videos-list .link-schedule-add.is-fav,
.modules-videos-video-search .link-schedule-add.is-fav,
.modules-event-presentations .link-schedule-add.is-fav,
.modules-event-workshops .link-schedule-add.is-fav,
.modules-event-the-bside .link-schedule-add.is-fav,
.modules-event-the-hub .link-schedule-add.is-fav {
  background: #fff;
  color: #c41230;
  border: 1px solid #c41230;
}
.modules-event-slides .link-schedule-add.is-fav path,
.modules-slides-list .link-schedule-add.is-fav path,
.modules-videos-list .link-schedule-add.is-fav path,
.modules-videos-video-search .link-schedule-add.is-fav path,
.modules-event-presentations .link-schedule-add.is-fav path,
.modules-event-workshops .link-schedule-add.is-fav path,
.modules-event-the-bside .link-schedule-add.is-fav path,
.modules-event-the-hub .link-schedule-add.is-fav path {
  stroke: #c41230;
}
.modules-event-slides .link-schedule-add.is-fav:hover,
.modules-slides-list .link-schedule-add.is-fav:hover,
.modules-videos-list .link-schedule-add.is-fav:hover,
.modules-videos-video-search .link-schedule-add.is-fav:hover,
.modules-event-presentations .link-schedule-add.is-fav:hover,
.modules-event-workshops .link-schedule-add.is-fav:hover,
.modules-event-the-bside .link-schedule-add.is-fav:hover,
.modules-event-the-hub .link-schedule-add.is-fav:hover {
  background: #fff;
  border-color: #c41230;
  color: #c41230;
}
.modules-event-slides .link-schedule-add.is-fav .label-add,
.modules-slides-list .link-schedule-add.is-fav .label-add,
.modules-videos-list .link-schedule-add.is-fav .label-add,
.modules-videos-video-search .link-schedule-add.is-fav .label-add,
.modules-event-presentations .link-schedule-add.is-fav .label-add,
.modules-event-workshops .link-schedule-add.is-fav .label-add,
.modules-event-the-bside .link-schedule-add.is-fav .label-add,
.modules-event-the-hub .link-schedule-add.is-fav .label-add {
  display: none;
}
.modules-event-slides .link-schedule-add.is-fav .label-remove,
.modules-slides-list .link-schedule-add.is-fav .label-remove,
.modules-videos-list .link-schedule-add.is-fav .label-remove,
.modules-videos-video-search .link-schedule-add.is-fav .label-remove,
.modules-event-presentations .link-schedule-add.is-fav .label-remove,
.modules-event-workshops .link-schedule-add.is-fav .label-remove,
.modules-event-the-bside .link-schedule-add.is-fav .label-remove,
.modules-event-the-hub .link-schedule-add.is-fav .label-remove {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.modules-event-slides.is-filtered .presentation-content,
.modules-slides-list.is-filtered .presentation-content,
.modules-videos-list.is-filtered .presentation-content,
.modules-videos-video-search.is-filtered .presentation-content,
.modules-event-presentations.is-filtered .presentation-content,
.modules-event-workshops.is-filtered .presentation-content,
.modules-event-the-bside.is-filtered .presentation-content,
.modules-event-the-hub.is-filtered .presentation-content {
  display: none;
}
.modules-event-slides.is-filtered .presentation-content.selected,
.modules-slides-list.is-filtered .presentation-content.selected,
.modules-videos-list.is-filtered .presentation-content.selected,
.modules-videos-video-search.is-filtered .presentation-content.selected,
.modules-event-presentations.is-filtered .presentation-content.selected,
.modules-event-workshops.is-filtered .presentation-content.selected,
.modules-event-the-bside.is-filtered .presentation-content.selected,
.modules-event-the-hub.is-filtered .presentation-content.selected {
  display: block;
}
.modules-event-slides.is-my .schedule-filter-tags::before,
.modules-slides-list.is-my .schedule-filter-tags::before,
.modules-videos-list.is-my .schedule-filter-tags::before,
.modules-videos-video-search.is-my .schedule-filter-tags::before,
.modules-event-presentations.is-my .schedule-filter-tags::before,
.modules-event-workshops.is-my .schedule-filter-tags::before,
.modules-event-the-bside.is-my .schedule-filter-tags::before,
.modules-event-the-hub.is-my .schedule-filter-tags::before {
  display: block;
}
.modules-event-slides.is-my .presentation-content:not([data-fav]),
.modules-slides-list.is-my .presentation-content:not([data-fav]),
.modules-videos-list.is-my .presentation-content:not([data-fav]),
.modules-videos-video-search.is-my .presentation-content:not([data-fav]),
.modules-event-presentations.is-my .presentation-content:not([data-fav]),
.modules-event-workshops.is-my .presentation-content:not([data-fav]),
.modules-event-the-bside.is-my .presentation-content:not([data-fav]),
.modules-event-the-hub.is-my .presentation-content:not([data-fav]) {
  display: none;
}
.modules-event-presentations .card-shadow,
.modules-event-workshops .card-shadow,
.modules-event-the-bside .card-shadow,
.modules-event-the-hub .card-shadow {
  padding: 2rem 2rem 18rem 2rem;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-presentations .card-shadow,
  .modules-event-workshops .card-shadow,
  .modules-event-the-bside .card-shadow,
  .modules-event-the-hub .card-shadow {
    padding-bottom: 5rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-presentations .card-shadow,
  .modules-event-workshops .card-shadow,
  .modules-event-the-bside .card-shadow,
  .modules-event-the-hub .card-shadow {
    padding-bottom: 2rem;
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: auto;
    margin-bottom: 1rem;
  }
}
@media only screen and ( max-width: 991px ) {
  .modules-event-presentations .card-shadow.align-to-bottom,
  .modules-event-workshops .card-shadow.align-to-bottom,
  .modules-event-the-bside .card-shadow.align-to-bottom,
  .modules-event-the-hub .card-shadow.align-to-bottom {
    padding-bottom: 0;
  }
}
@media only screen and ( max-width: 575px ) {
  .modules-event-presentations .notice {
    margin-top: 0;
  }
}
.modules-presentation-presentation .post .description,
.modules-event-overview .post .description {
  margin-top: 2rem;
}
.modules-presentation-presentation .post .description h1,
.modules-event-overview .post .description h1,
.modules-presentation-presentation .post .description h2,
.modules-event-overview .post .description h2,
.modules-presentation-presentation .post .description h3,
.modules-event-overview .post .description h3 {
  font-weight: 600;
  margin: 4rem 0 2rem 0;
}
.modules-presentation-presentation .post .description h1:first-child,
.modules-event-overview .post .description h1:first-child,
.modules-presentation-presentation .post .description h2:first-child,
.modules-event-overview .post .description h2:first-child,
.modules-presentation-presentation .post .description h3:first-child,
.modules-event-overview .post .description h3:first-child {
  margin-top: 0;
}
.modules-presentation-presentation .post .description h1,
.modules-event-overview .post .description h1 {
  font-size: 3.5rem;
}
.modules-presentation-presentation .post .description h2,
.modules-event-overview .post .description h2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  position: relative;
}
@media only screen and ( max-width: 768px ) {
  .modules-presentation-presentation .post .description h2,
  .modules-event-overview .post .description h2 {
    font-size: 2.4rem;
  }
}
.modules-presentation-presentation .post .description h3,
.modules-event-overview .post .description h3 {
  font-size: 2.2rem;
  padding-left: 0;
}
.modules-presentation-presentation .post .description h3:before,
.modules-event-overview .post .description h3:before {
  display: none;
  padding-left: 0;
}
.modules-presentation-presentation .post .description img,
.modules-event-overview .post .description img {
  max-width: 100%;
  height: auto;
}
.modules-presentation-presentation .link-schedule-add .label-remove,
.modules-event-overview .link-schedule-add .label-remove {
  display: none;
}
.modules-presentation-presentation .link-schedule-add.is-fav,
.modules-event-overview .link-schedule-add.is-fav {
  background: #fff;
  border: 1px solid #c41230;
  color: #c41230;
}
.modules-presentation-presentation .link-schedule-add.is-fav path,
.modules-event-overview .link-schedule-add.is-fav path {
  stroke: #c41230;
}
.modules-presentation-presentation .link-schedule-add.is-fav:hover,
.modules-event-overview .link-schedule-add.is-fav:hover {
  background: #fff;
  border-color: #c41230;
  color: #c41230;
}
.modules-presentation-presentation .link-schedule-add.is-fav .label-add,
.modules-event-overview .link-schedule-add.is-fav .label-add {
  display: none;
}
.modules-presentation-presentation .link-schedule-add.is-fav .label-remove,
.modules-event-overview .link-schedule-add.is-fav .label-remove {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.modules-presentation-presentation .post-meta,
.modules-event-overview .post-meta {
  color: #292929;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}
.modules-presentation-presentation .post-meta .tag-list,
.modules-event-overview .post-meta .tag-list {
  margin: 2rem 0 1rem 0;
}
.modules-presentation-presentation .extra-meta,
.modules-event-overview .extra-meta {
  margin-top: .5rem;
  margin-bottom: 2.5rem;
}
.modules-presentation-presentation .extra-meta .icon-marker + span,
.modules-event-overview .extra-meta .icon-marker + span {
  margin-left: .5rem;
}
.modules-presentation-presentation .presentation-info,
.modules-event-overview .presentation-info {
  margin-bottom: 2rem;
}
@media only screen and ( max-width: 575px ) {
  .modules-presentation-presentation .presentation-info .add-bullet,
  .modules-event-overview .presentation-info .add-bullet {
    display: block;
  }
  .modules-presentation-presentation .presentation-info .add-bullet:before,
  .modules-event-overview .presentation-info .add-bullet:before {
    display: none;
  }
}
.modules-presentation-presentation .presentation-title,
.modules-event-overview .presentation-title {
  font-size: 4rem;
  font-weight: 600;
  margin-top: -1.5rem;
}
@media only screen and ( max-width: 991px ) {
  .modules-presentation-presentation .presentation-title,
  .modules-event-overview .presentation-title {
    font-size: 3.5rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-presentation-presentation .presentation-title,
  .modules-event-overview .presentation-title {
    font-size: 3rem;
  }
}
.modules-presentation-presentation .tag-list,
.modules-event-overview .tag-list {
  margin-top: 0.5rem;
}
.modules-presentation-presentation .tag-list .tag,
.modules-event-overview .tag-list .tag {
  pointer-events: none;
}
.modules-presentation-presentation .presentation-tools,
.modules-event-overview .presentation-tools {
  text-align: right;
}
@media only screen and ( max-width: 991px ) {
  .modules-presentation-presentation .presentation-tools,
  .modules-event-overview .presentation-tools {
    text-align: left;
    margin-bottom: 3rem;
  }
}
.modules-presentation-presentation .presentation-tools .btn-outline .icon-label,
.modules-event-overview .presentation-tools .btn-outline .icon-label {
  display: inline-block;
}
.modules-presentation-presentation .presentation-tools .btn-outline.is-fav .label-remove,
.modules-event-overview .presentation-tools .btn-outline.is-fav .label-remove {
  display: inline-block;
}
.modules-presentation-presentation .presentation-tools .btn-outline.is-fav .label-remove .icon-remove,
.modules-event-overview .presentation-tools .btn-outline.is-fav .label-remove .icon-remove {
  margin-top: -2px;
}
.modules-presentation-presentation .presentation-image,
.modules-event-overview .presentation-image {
  display: block;
  margin-bottom: 2rem;
  width: 100%;
}
.modules-presentation-presentation .event-speakers,
.modules-event-overview .event-speakers {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: minmax(24%, 1fr) minmax(24%, 1fr) minmax(24%, 1fr) minmax(24%, 1fr);
      grid-template-columns: minmax(24%, 1fr) minmax(24%, 1fr) minmax(24%, 1fr) minmax(24%, 1fr);
  grid-column-gap: 15px;
}
@media only screen and ( max-width: 1279px ) {
  .modules-presentation-presentation .event-speakers,
  .modules-event-overview .event-speakers {
    -ms-grid-columns: minmax(33.3333%, 1fr) minmax(33.3333%, 1fr) minmax(33.3333%, 1fr);
        grid-template-columns: minmax(33.3333%, 1fr) minmax(33.3333%, 1fr) minmax(33.3333%, 1fr);
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-presentation-presentation .event-speakers,
  .modules-event-overview .event-speakers {
    -ms-grid-columns: minmax(50%, 1fr) minmax(50%, 1fr);
        grid-template-columns: minmax(50%, 1fr) minmax(50%, 1fr);
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-presentation-presentation .event-speakers,
  .modules-event-overview .event-speakers {
    grid-auto-flow: column;
    -ms-grid-rows: auto auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto;
  }
}
.modules-presentation-presentation .event-speakers > div,
.modules-event-overview .event-speakers > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: top;
      align-items: top;
  border-left: 1px solid #ccc;
  padding-left: 2rem;
  margin-bottom: 10px;
}
@media only screen and ( max-width: 768px ) {
  .modules-presentation-presentation .event-speakers > div,
  .modules-event-overview .event-speakers > div {
    -ms-flex-align: center;
        align-items: center;
  }
}
.modules-presentation-presentation .event-speakers > div:first-child,
.modules-event-overview .event-speakers > div:first-child {
  border: none;
  padding-left: 0;
}
@media only screen and ( max-width: 768px ) {
  .modules-presentation-presentation .event-speakers > div,
  .modules-event-overview .event-speakers > div {
    border-left: none;
    padding-left: 0;
    margin-top: 0;
  }
}
.modules-presentation-presentation .event-speakers > div:nth-child(5),
.modules-event-overview .event-speakers > div:nth-child(5) {
  border: none;
  padding: 0;
  margin-top: 2rem;
}
@media only screen and ( max-width: 1279px ) {
  .modules-presentation-presentation .event-speakers > div:nth-child(5),
  .modules-event-overview .event-speakers > div:nth-child(5) {
    border-left: 1px solid #ccc;
    padding-left: 2rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-presentation-presentation .event-speakers > div:nth-child(5),
  .modules-event-overview .event-speakers > div:nth-child(5) {
    border-left: none;
    padding-left: 0;
    margin-top: 0;
  }
}
@media only screen and ( max-width: 1279px ) {
  .modules-presentation-presentation .event-speakers > div:nth-child(4),
  .modules-event-overview .event-speakers > div:nth-child(4) {
    border: none;
    padding: 0;
    margin-top: 2rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-presentation-presentation .event-speakers > div:nth-child(4),
  .modules-event-overview .event-speakers > div:nth-child(4) {
    border-left: none;
    padding-left: 0;
    margin-top: 0;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-presentation-presentation .event-speakers > div:nth-child(3),
  .modules-event-overview .event-speakers > div:nth-child(3) {
    border-left: none;
    padding-left: 0;
    margin-top: 0;
  }
}
@media only screen and ( max-width: 575px ) {
  .modules-presentation-presentation .event-speakers > div:nth-child(3),
  .modules-event-overview .event-speakers > div:nth-child(3) {
    border-left: none;
    padding-left: 0;
    margin-top: 0;
  }
}
.modules-presentation-presentation .event-speakers img,
.modules-event-overview .event-speakers img {
  margin-right: 1rem;
}
.modules-presentation-presentation .event-speakers .event-speaker,
.modules-event-overview .event-speakers .event-speaker {
  display: inline-block;
}
.modules-presentation-presentation .event-speakers .speaker-name,
.modules-event-overview .event-speakers .speaker-name {
  color: #292929;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  padding-right: 17px;
}
.modules-presentation-presentation .event-speakers .speaker-company,
.modules-event-overview .event-speakers .speaker-company {
  font-size: 1.4rem;
  color: #696969;
  padding-right: 17px;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .ticket-info-row {
    border: 1px solid #dbdbdb;
  }
}
.modules-event-tickets .post-title {
  text-align: center;
}
.modules-event-tickets .notice {
  margin-bottom: 5rem;
}
.modules-event-tickets .ticket-table-footer {
  width: 100%;
  margin-bottom: 4rem;
  margin-top: 1rem;
  text-align: center;
}
.modules-event-tickets .ticket-table-footer .icon-label {
  font-size: 2rem;
}
.modules-event-tickets .ticket-table-footer .icon-arrow {
  height: 2rem;
  width: 2rem;
}
.modules-event-tickets .tickets {
  margin: 0 -15px;
}
.modules-event-tickets .tickets .tickets-grid {
  margin-bottom: 8rem;
}
.modules-event-tickets .tickets .bottom-sm div {
  color: #c41230;
  font-weight: 600;
}
.modules-event-tickets .tickets .bottom-sm .has-icon {
  display: inline-block;
}
.modules-event-tickets .tickets .thead .th {
  text-align: center;
}
.modules-event-tickets .tickets .thead .th small {
  color: #292929;
  display: block;
  font-size: 1.5rem;
}
@media only screen and ( min-width: 769px ) and ( max-width: 991px ) {
  .modules-event-tickets .tickets .thead .th small {
    font-size: 1.2rem;
  }
}
.modules-event-tickets .tickets .tbody .tr {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.modules-event-tickets .tickets .tbody .th {
  border-right: 2px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-tickets .tickets .tbody .th {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets .tbody .th {
    border-bottom: 0.5rem solid #fff;
    border-right: none;
  }
}
.modules-event-tickets .tickets .tbody .th {
  min-height: 13.5rem;
  text-align: left;
  font-size: 2.8rem;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets .tbody .th {
    min-height: 9rem;
    border-bottom: 1px solid #dbdbdb;
  }
}
.modules-event-tickets .tickets .tbody .th small {
  font-size: 1.6rem;
  color: #292929;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-tickets .tickets .tbody .th small {
    font-size: 1.4rem;
  }
}
.modules-event-tickets .tickets .tbody .td .row {
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}
.modules-event-tickets .tickets .tbody .ticket-item {
  color: #292929;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 2px;
  height: 100%;
  text-align: center;
  position: relative;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets .tbody .ticket-item {
    height: auto;
    margin: 0;
    border-top: none;
  }
}
.modules-event-tickets .tickets .tbody .ticket-item.disabled {
  background: #f3f3f3;
  color: #999 !important;
}
.modules-event-tickets .tickets .tbody .ticket-item.disabled .ticket-price {
  color: #999 !important;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-tickets .tickets .tbody .ticket-item.selected,
  .modules-event-tickets .tickets .tbody .ticket-item.selected-next {
    display: block;
  }
}
.modules-event-tickets .tickets .tbody .ticket-item.selected::before,
.modules-event-tickets .tickets .tbody .ticket-item.selected-next::before {
  content: '';
  display: block;
  height: 100rem;
  left: 0;
  position: absolute;
  top: -50rem;
  width: 100%;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets .tbody .ticket-item.selected::before,
  .modules-event-tickets .tickets .tbody .ticket-item.selected-next::before {
    top: 0;
    height: 100%;
  }
}
.modules-event-tickets .tickets .tbody .ticket-item .note {
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.modules-event-tickets .tickets .tbody .ticket-item.selected:hover .note {
  opacity: 1;
  bottom: 0;
}
.modules-event-tickets .tickets .tbody .ticket-item.selected-next::before {
  background: #ffffff;
}
.modules-event-tickets .tickets .tbody .buy-ticket-item {
  text-align: center;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-tickets .tickets .tbody .buy-ticket-item {
    display: none;
  }
}
@media only screen and ( max-width: 991px ) {
  .modules-event-tickets .tickets .tbody .buy-ticket-item.selected,
  .modules-event-tickets .tickets .tbody .buy-ticket-item.selected-next {
    display: block;
  }
}
.modules-event-tickets .tickets .tbody .ticket-row {
  border-bottom: 0.5rem solid #fff;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets .tbody .ticket-row {
    margin-bottom: 1rem;
  }
}
.modules-event-tickets .tickets .tbody .ticket-row .link-cta {
  display: none;
}
.modules-event-tickets .tickets .tbody .ticket-row:nth-of-type(2n) .th,
.modules-event-tickets .tickets .tbody .ticket-row:nth-of-type(2n) .selected::before {
  background: #F3F3F3;
}
.modules-event-tickets .tickets .tbody .ticket-row:nth-of-type(2n) .selected .link-cta {
  color: #c41230;
  display: inline-block;
}
.modules-event-tickets .tickets .tbody .ticket-row:nth-of-type(2n+1) .th,
.modules-event-tickets .tickets .tbody .ticket-row:nth-of-type(2n+1) .selected::before {
  background: #F9EDEF;
  color: #c41230;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets .tbody .ticket-row:nth-of-type(2n+1) .th,
  .modules-event-tickets .tickets .tbody .ticket-row:nth-of-type(2n+1) .selected::before {
    border-bottom: 1px solid #dbdbdb;
  }
}
.modules-event-tickets .tickets .tbody .ticket-row:nth-of-type(2n+1) .ticket-price {
  color: #c41230;
}
.modules-event-tickets .tickets .tbody .ticket-row:nth-of-type(2n+1) .selected .link-cta {
  color: #c41230;
  display: inline-block;
}
.modules-event-tickets .tickets .tbody .buy-ticket-row {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.modules-event-tickets .tickets .tbody .ticket-item-inner {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #dbdbdb;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-tickets .tickets .tbody .ticket-item-inner {
    padding: 25px 15px;
  }
}
@media only screen and ( max-width: 768px ) {
  .modules-event-tickets .tickets .tbody .ticket-item-inner {
    border: none;
  }
}
.modules-event-tickets .tickets .ticket-title,
.modules-event-tickets .tickets .ticket-price {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
}
.modules-event-tickets .tickets .ticket-price {
  font-size: 2.8rem;
  line-height: 1;
}
.modules-event-tickets .tickets .ticket-price span {
  font-size: 1.6rem;
  font-weight: normal;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-tickets .tickets .ticket-price {
    font-size: 2.2rem;
  }
}
.modules-event-tickets .tickets .ticket-timeframe {
  -ms-flex-align: baseline;
      align-items: baseline;
  bottom: -1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
  width: 100%;
}
.modules-event-tickets .tickets .ticket-timeframe small {
  margin-left: auto;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-tickets .tickets .ticket-timeframe {
    display: inline-block;
    position: relative;
    bottom: auto;
  }
}
.modules-sponsor-stats {
  margin-bottom: 4rem;
  margin-top: 5rem;
}
.modules-sponsor-stats .sponsor-stat {
  color: #c41230;
  position: relative;
  font-weight: 600;
  margin-bottom: 4rem;
}
.modules-sponsor-stats .number {
  font-size: 100px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 2rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and ( max-width: 768px ) {
  .modules-sponsor-stats .number {
    font-size: 50px;
  }
}
.modules-sponsor-stats .description {
  font-size: 2rem;
  color: #292929;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.modules-sponsor-event-sponsors,
.modules-sponsor-partners {
  margin-bottom: 7rem;
}
.modules-sponsor-event-sponsors .icon-heart,
.modules-sponsor-partners .icon-heart {
  color: #c41230;
}
.modules-sponsor-event-sponsors .notice,
.modules-sponsor-partners .notice {
  font-size: 3.8rem;
  margin-bottom: 5rem;
  line-height: 1.3;
  margin-top: 5rem;
}
@media only screen and ( max-width: 768px ) {
  .modules-sponsor-event-sponsors .notice,
  .modules-sponsor-partners .notice {
    font-size: 2.2rem;
  }
}
.modules-sponsor-event-sponsors .notice p,
.modules-sponsor-partners .notice p {
  margin: 0.5rem 0;
}
@media only screen and ( max-width: 768px ) {
  .modules-sponsor-event-sponsors .notice p,
  .modules-sponsor-partners .notice p {
    margin: 1.5rem 0;
  }
}
.modules-sponsor-event-sponsors .sponsor a,
.modules-sponsor-partners .sponsor a {
  display: inline-block;
  margin: 1rem;
}
.modules-sponsor-event-sponsors .sponsor img,
.modules-sponsor-partners .sponsor img,
.modules-sponsor-event-sponsors .sponsor svg,
.modules-sponsor-partners .sponsor svg {
  display: inline-block;
  max-height: 10rem;
  max-width: 15rem;
  min-width: 10rem;
  width: auto;
}
.modules-sponsor-event-sponsors .sponsor,
.modules-sponsor-partners .sponsor {
  text-align: center;
}
.modules-sponsor-event-sponsors .sponsor-header {
  font-size: 2rem;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1;
  margin: 2rem 0;
  padding: 0 0 2rem 0;
}
.modules-sponsor-event-sponsors .middle-xs {
  min-height: 100px;
}
.modules-participate-content {
  margin-bottom: 4rem;
}
.modules-participate-content .post-content h2,
.modules-participate-content .post-content h3 {
  color: #dbdbdb;
  font-size: 3rem;
  font-weight: 300;
  margin: 0 0 0.85em 0;
}
.modules-participate-content .participation-method .post {
  color: #fff;
  position: relative;
  margin-bottom: 0;
}
.modules-participate-content .participation-method .post::before {
  padding-top: 80.35714286%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 55%;
  background: #c41230;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.7;
  pointer-events: none;
  top: 0;
  transition: all 100ms ease-in-out;
  width: 100%;
  z-index: 1;
}
.modules-participate-content .participation-method .post:hover::before {
  opacity: 0.65;
}
.modules-participate-content .participation-method:nth-of-type(2n+1) .post::before {
  background: #292929;
}
.modules-participate-content .participation-method:nth-of-type(2n) .post::before {
  background: #292929;
}
.modules-participate-content .participation-method .vertically-aligned {
  z-index: 2;
}
.modules-participate-content .participation-method .post-inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modules-participate-content .participation-method a {
  color: #fff;
}
.modules-participate-content .participation-method .post-link {
  -ms-flex-align: end;
      align-items: flex-end;
  background: transparent no-repeat 50% 29% / cover;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.modules-participate-content .participation-method .post-title {
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 1vw 0;
}
.modules-participate-content .participation-method .post-meta {
  margin-bottom: 1vw;
  font-size: 1.6rem;
}
.modules-participate-content .participation-method .post-meta p {
  font-weight: 400;
  line-height: 1.2;
}
.modules-event-sponsors {
  margin-bottom: 7rem;
}
.modules-event-sponsors .sponsor-header {
  background: #c41230;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin: 2rem 0;
  padding: 0.5rem 3rem;
}
.modules-event-sponsors .sponsor {
  border-bottom: 0.1rem solid #dbdbdb;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.modules-event-sponsors .sponsor:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.modules-event-sponsors .btn-outline {
  margin-top: 2rem;
}
.modules-event-sponsors .sponsor-description p:first-of-type {
  margin-top: 0;
}
.modules-event-sponsors .sponsor-image {
  text-align: center;
}
.modules-event-sponsors .sponsor-image img,
.modules-event-sponsors .sponsor-image svg {
  width: 130px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  margin-bottom: 2rem;
  transition: opacity .2s ease;
}
.modules-event-sponsors .sponsor-image a {
  display: inline-block;
  margin: 0 1rem 1rem 1rem;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-sponsors .sponsor-image a {
    margin: 0 0 1rem 0;
  }
}
.modules-event-sponsors .sponsor-image a:hover img,
.modules-event-sponsors .sponsor-image a:hover svg {
  opacity: .7;
}
@media only screen and ( max-width: 768px ) {
  .modules-event-sponsors .supporters-list {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}
.modules-event-sponsors .supporters-list .sponsor-image {
  min-width: 20%;
}
@media only screen and ( max-width: 991px ) {
  .modules-event-sponsors .supporters-list .sponsor-image {
    min-width: 25%;
  }
}
.modules-newsletter-content .partials-shared-newsletter-form .form-newsletter {
  margin: auto;
  max-width: 880rem;
  width: 80%;
}
.page-newsletter .modules-newsletter-content .partials-shared-newsletter-form .form-newsletter {
  width: 100%;
}
.modules-about-content {
  margin-bottom: 5rem;
}
.modules-about-content .post-content h4 {
  color: #292929;
  font-size: 2.3rem;
  margin-bottom: 0;
}
.modules-about-content .post-content h4:first-of-type {
  margin-top: 0;
}
.modules-about-staff .post-list {
  margin: 0 -30px;
}
.modules-about-staff .post-item {
  margin-bottom: 5rem;
}
.modules-about-staff .card-shadow {
  padding-bottom: 6rem;
}
.modules-about-staff .card-shadow .post-content {
  margin-top: 2rem;
  border-top: 1px solid #dbdbdb;
  padding-top: 2rem;
}
.modules-about-staff .card-shadow .btn-default {
  width: 150px;
  margin-left: 2rem;
  position: absolute;
  bottom: 2rem;
}
.modules-about-staff .staff-image {
  color: #fff;
  position: relative;
  text-align: center;
}
.modules-about-staff .staff-image a {
  color: #fff;
}
.modules-about-staff .staff-image .post-link {
  background: #292929 no-repeat 50% 50% / cover;
  color: #fff;
  display: block;
  max-height: 18.5rem;
  overflow: hidden;
  position: relative;
}
.modules-about-staff .staff-image .post-link:not(.link-more)::before {
  opacity: 0.5;
  transition: all 300ms ease-in-out;
}
.modules-about-staff .staff-image .post-link:not(.loading)::before {
  background: transparent;
  opacity: 0.45;
  transition: all 300ms ease-in-out;
}
.modules-about-staff .staff-image .post-link::before {
  padding-top: 58.33333333%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  content: '';
  display: block;
}
.modules-about-staff .staff-image .post-link:hover::before {
  opacity: 0.1;
}
.modules-about-staff .staff-image .post-link:hover .icon {
  color: #fff;
}
.modules-about-staff .staff-image .post-link:hover .staff-name {
  opacity: 0;
  transform: translateY(-50px);
}
.modules-about-staff .staff-image .post-link:hover .staff-title {
  opacity: 0;
  transform: translateY(50px);
}
.modules-about-staff .staff-image .vertically-aligned {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.modules-about-staff .staff-image .staff-name,
.modules-about-staff .staff-image .staff-title {
  transition: all 350ms cubic-bezier(0.86, 0, 0.07, 1);
}
.modules-about-staff .staff-image .staff-name {
  font-size: 1.786vw;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and ( max-width: 991px ) {
  .modules-about-staff .staff-image .staff-name {
    font-size: 2.2rem;
  }
}
.modules-about-staff .staff-image .staff-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.5rem;
}
.modules-about-staff .staff-name,
.modules-about-staff .staff-company {
  transition: all 350ms cubic-bezier(0.86, 0, 0.07, 1);
}
.modules-about-staff .staff-name {
  font-size: 1.786vw;
  font-weight: 300;
  line-height: 1.2;
}
.modules-about-staff .staff-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.4rem;
}
.modules-about-staff .connect-socials a {
  color: #F9EDEF;
}
.modules-about-staff .connect-socials a:hover {
  color: #c41230;
}
.modules-event-volunteer {
  margin-bottom: 7rem;
}
.map {
  padding-top: 30%;
  position: relative;
}
.map-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.map-container {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.modal {
  -ms-flex-align: center;
      align-items: center;
  background: rgba(41, 41, 41, 0);
  display: -ms-flexbox;
  display: flex;
  height: 0;
  -ms-flex-pack: center;
      justify-content: center;
  left: -100%;
  overflow: hidden;
  position: fixed;
  top: -100%;
  transition: background 150ms ease-in-out;
  width: 0;
  z-index: 100;
}
.modal.modal-shown {
  background-color: rgba(255, 255, 255, 0.85);
  height: 100%;
  left: 0;
  overflow: auto;
  top: 0;
  width: 100%;
}
.modal.modal-shown .selected {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.modal .link-modal-close {
  color: #757575;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 1;
}
.modal .link-modal-close:hover {
  color: #c41230;
}
.modal-content-wrapper {
  max-width: 88rem;
  min-height: 10rem;
  min-width: 36rem;
  position: relative;
  width: 80%;
  background: #fff;
  padding: 3rem;
  box-shadow: 0px 10px 40px rgba(41, 41, 41, 0.08);
}
@media only screen and ( max-width: 768px ) {
  .modal-content-wrapper {
    min-width: inherit;
    width: 98%;
  }
}
.page-newsletter .modal-content-wrapper {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.speaker-slider {
  margin-bottom: 6.5rem;
}
.speaker-slider .slick-slide {
  height: 450px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .speaker-slider .slick-slide {
    height: 380px;
  }
}
@media only screen and ( max-width: 768px ) {
  .speaker-slider .slick-slide {
    height: 280px;
  }
}
@media (max-width: 400px) {
  .speaker-slider .slick-slide {
    height: 200px;
  }
}
.speaker-slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.photo-placeholder {
  max-width: 340px !important;
}
/*------------------------------------------------------------------------
    EXAMPLE Media Queries for Responsive Design.
    Theses examples override the primary ('mobile first') styles.
    Modify as content requires.
    ------------------------------------------------------------------------ */
@media only screen and (min-width: 80rem) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for viewports that meet the condition */
}
.b-lazy {
  transition: box-shadow 0.3s, opacity 0.3s;
  max-width: 100%;
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity: 1;
}
#cookie-law-info-bar {
  right: 25px;
  max-width: 785px !important;
  left: auto !important;
  bottom: 25px !important;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 6px 14px rgba(41, 41, 41, 0.08) !important;
  text-align: left !important;
  padding: 2rem 4rem !important;
}
@media only screen and ( max-width: 991px ) {
  #cookie-law-info-bar {
    max-width: none !important;
    width: calc(100% - 30px) !important;
    bottom: 15px !important;
    left: 0 !important;
    right: 0 !important;
    padding: 2rem !important;
    font-size: 1.4rem !important;
  }
}
#cookie-law-info-bar span {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  font-size: 1.6rem !important;
}
@media only screen and ( max-width: 991px ) {
  #cookie-law-info-bar span {
    display: block !important;
  }
}
#cookie-law-info-bar a {
  background-color: #c41230 !important;
  border-radius: 50px;
  background: #c41230;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: .9rem 2rem;
  border: none;
  line-height: 1 !important;
  margin: 0 0 15px 0 !important;
}
#cookie-law-info-bar a:hover {
  background: #db1436;
  color: #fff;
}
#cookie-law-info-bar a.btn-small {
  font-size: 1.4rem;
  padding: 8px 20px;
}
#cookie-law-info-bar a .icon svg {
  width: auto;
  position: relative;
  padding-left: 10px;
}
#cookie-law-info-bar a .icon-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#cookie-law-info-bar a.btn-speaker .icon-label {
  display: inline-block;
}
#cookie-law-info-bar a.btn-speaker .icon svg {
  height: auto;
  width: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#cookie-law-info-bar a:hover {
  background-color: #db1436 !important;
}
@media only screen and ( max-width: 991px ) {
  #cookie-law-info-bar a {
    margin: 0 !important;
  }
}
#cookie-law-info-bar .small.cli-plugin-button,
#cookie-law-info-bar .small.cli-plugin-button:visited {
  font-size: 1.6rem !important;
}
@media only screen and ( max-width: 991px ) {
  #cookie-law-info-bar .small.cli-plugin-button,
  #cookie-law-info-bar .small.cli-plugin-button:visited {
    font-size: 1.4rem !important;
  }
}
#cookie-law-info-bar .cli-plugin-main-link {
  background-color: transparent !important;
  text-decoration: none !important;
  border-radius: 50px;
  background: #c41230;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: .9rem 2rem;
  border: none;
  border: 1px solid #292929;
  background: #fff;
  color: #292929;
}
#cookie-law-info-bar .cli-plugin-main-link:hover {
  background: #db1436;
  color: #fff;
}
#cookie-law-info-bar .cli-plugin-main-link.btn-small {
  font-size: 1.4rem;
  padding: 8px 20px;
}
#cookie-law-info-bar .cli-plugin-main-link .icon svg {
  width: auto;
  position: relative;
  padding-left: 10px;
}
#cookie-law-info-bar .cli-plugin-main-link .icon-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#cookie-law-info-bar .cli-plugin-main-link.btn-speaker .icon-label {
  display: inline-block;
}
#cookie-law-info-bar .cli-plugin-main-link.btn-speaker .icon svg {
  height: auto;
  width: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#cookie-law-info-bar .cli-plugin-main-link.btn-small {
  font-size: 1.4rem;
  padding: 6px 15px;
}
#cookie-law-info-bar .cli-plugin-main-link:hover {
  color: #fff;
  background: #c41230;
  border-color: #c41230;
}
#cookie-law-info-bar .cli-plugin-main-link:hover path {
  stroke: #fff;
}
#cookie-law-info-bar .cli-plugin-main-link .icon + .icon-label,
#cookie-law-info-bar .cli-plugin-main-link .icon-label + .icon {
  margin-left: 0.5rem;
  width: auto;
  margin: 0;
}
#cookie-law-info-bar .cli-plugin-main-link path {
  stroke: #292929;
  transition: stroke .2s ease;
}
#cookie-law-info-bar .cli-plugin-main-link .icon-add {
  height: 15px;
}
#cookie-law-info-bar .cli-plugin-main-link .icon-add svg {
  transform: none;
  top: auto;
  left: auto;
}
#cookie-law-info-bar .cli-plugin-main-link svg {
  width: auto;
  position: relative;
  padding-left: 5px;
}
#cookie-law-info-bar .cli-plugin-main-link:hover {
  color: #fff !important;
  background: #c41230 !important;
  border-color: #c41230 !important;
}
@media only screen and ( max-width: 991px ) {
  #cookie-law-info-bar .cli-plugin-main-link {
    font-size: 1.4rem !important;
  }
}
#cookie-law-info-bar img {
  margin-right: 3rem;
}
@media only screen and ( max-width: 991px ) {
  #cookie-law-info-bar img {
    margin-right: 2.5rem;
    margin-left: 5px;
  }
}
#cookie-law-info-bar .cookies-notice {
  max-width: 57%;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and ( max-width: 991px ) {
  #cookie-law-info-bar .cookies-notice {
    max-width: 100% !important;
    margin-bottom: 1.5rem !important;
  }
}
/*SINGLE EVENT BLOCK EDITOR */
.are-vertically-aligned-center:before {
  content: "";
  display: block;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
@media only screen and ( max-width: 991px ) {
  .wp-block-column,
  .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}
.banner-promo-copy h3 {
  padding-left: 0;
  margin-left: 0;
}
.banner-promo-copy h3:nth-of-type(1) {
  font-size: 2.2rem;
}
.banner-promo-copy h3:before {
  display: none;
}
/*2021 FAQs */
.partials-post-speaker {
  margin-top: -25px;
}
.partials-post-speaker .short-divider {
  margin: 2rem auto;
}
.partials-shared-hero-speaker::before,
.partials-post-speaker-featured::before,
.partials-post-news-feature.hero::before,
.partials-shared-hero-video.hero::before,
.partials-post-news-header.hero::before {
  padding-top: 450px;
  display: block !important;
  content: '' !important;
}
@media (max-width: 1440px) {
  .partials-shared-hero-speaker::before,
  .partials-post-speaker-featured::before,
  .partials-post-news-feature.hero::before,
  .partials-shared-hero-video.hero::before,
  .partials-post-news-header.hero::before {
    padding-top: 380px;
  }
}
@media only screen and ( max-width: 768px ) {
  .partials-shared-hero-speaker::before,
  .partials-post-speaker-featured::before,
  .partials-post-news-feature.hero::before,
  .partials-shared-hero-video.hero::before,
  .partials-post-news-header.hero::before {
    padding-top: 280px;
  }
}
@media (max-width: 400px) {
  .partials-shared-hero-speaker::before,
  .partials-post-speaker-featured::before,
  .partials-post-news-feature.hero::before,
  .partials-shared-hero-video.hero::before,
  .partials-post-news-header.hero::before {
    padding-top: 200px;
  }
}
.partials-shared-hero-speaker.no-photo {
  height: 0;
  background-size: contain;
  background-color: #F3F3F3;
}
.partials-shared-hero-speaker.no-photo:before {
  padding-top: 100px !important;
}
.faqs h4 {
  margin: 0;
  cursor: pointer;
  background: #fff;
  padding: 25px 55px 25px 25px;
  position: relative;
  border-top: 1px solid #e8e8e8;
}
.faqs h4:first-child {
  border-top-color: transparent;
}
.faqs .faq-answer {
  display: none;
  background: #fff;
  padding: 0px 25px 0 25px;
}
.faqs .faq-answer p {
  margin: 0;
  padding: 0 0 20px 0;
}
.faqs .closed .vertical {
  transform: rotate(-90deg);
}
.faqs .closed .horizontal {
  transform: rotate(-90deg);
  opacity: 1;
}
.faqs .opened {
  opacity: 1;
}
.faqs .accordion-toggle {
  right: 25px;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 28px;
}
.faqs .opened .vertical {
  transform: rotate(90deg);
}
.faqs .opened .horizontal {
  transform: rotate(90deg);
  opacity: 0;
}
.faqs .accordion-toggle .horizontal,
.faqs .accordion-toggle .vertical {
  background: #c41230;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease-in-out;
}
.faqs .accordion-toggle .horizontal {
  position: absolute;
  width: 24px;
  height: 4px;
  margin-left: -12px;
  top: 10px;
}
.faqs .accordion-toggle .vertical {
  width: 4px;
  height: 24px;
  left: 10px;
  top: 0px;
}
/*2021 new styles */
.page-about .hero .hero-title h1 {
  font-size: 3.5rem;
  margin-bottom: 0;
}
@media only screen and ( max-width: 991px ) {
  .page-about .hero .hero-title h1 {
    font-size: 2.5rem;
  }
}
/*2021 feedback updates*/
.red {
  color: #c41230;
}
.form-feedback {
  max-width: none !important;
  margin-top: 4rem !important;
}
.form-feedback input,
.form-feedback textarea,
.form-feedback select {
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  box-shadow: none;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 1.5rem;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-feedback input:focus,
.form-feedback textarea:focus,
.form-feedback select:focus {
  border-color: #c41230;
  box-shadow: 0 0 0 2px rgba(196, 18, 48, 0.5);
  outline: none;
}
.form-feedback select {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg class='icon-arrow'%3E%3Cpath d='M50,55.271c-1.349,0-2.697-0.515-3.727-1.544L1.544,8.998c-2.059-2.059-2.059-5.395,0-7.454  s5.395-2.059,7.454,0L50,42.546L91.002,1.544c2.059-2.059,5.395-2.059,7.454,0c2.059,2.059,2.059,5.395,0,7.454L53.727,53.727  C52.697,54.757,51.349,55.271,50,55.271z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px top 17px, 0 0;
  background-size: 12px;
  padding-right: 35px;
  padding-left: 15px;
}
.form-feedback input[type="radio"] {
  height: auto;
  margin: 1rem 4px 1rem 6px;
}
.form-feedback .multiple-lines {
  display: -ms-flexbox;
  display: flex;
}
.form-feedback textarea {
  resize: none;
  min-height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
}
.form-feedback label {
  font-weight: 600;
  color: #292929;
  line-height: 1.3;
  margin-bottom: 2rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-feedback input[type="range"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.form-feedback .radio-label {
  font-weight: 400;
  width: 10%;
  margin-lefT: 5px;
}
.form-feedback .radio-scale {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-toP: 1rem;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
.form-feedback .label-group {
  position: relative;
}
.form-feedback .radios-to-slider.medium .slider-level {
  opacity: 0;
}
.form-feedback input[type="radio"] {
  display: inline-block !important;
  opacity: 0;
}
.form-feedback .rangeslider {
  position: relative;
  height: 10px;
  border-radius: 5px;
  width: 100%;
  background-color: #F3F3F3;
  border: 1px solid #dbdbdb;
  box-shadow: none;
  margin-top: 2rem;
  cursor: pointer;
  top: 30px;
}
.form-feedback .radio-scale {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-toP: 1rem;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
.form-feedback .rangeslider-wrap {
  height: 50px;
  padding-right: 2px;
  padding-left: 2px;
  position: relative;
}
.form-feedback .label-group {
  position: relative;
}
.form-feedback .rangeslider__fill {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: #c41230;
  border-radius: 5px;
  box-shadow: none;
}
.form-feedback .rangeslider__handle {
  transition: background-color 0.2s;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #fff;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: -8px;
  box-shadow: none;
  background-image: none;
}
.form-feedback input[type="range"]:focus + .rangeslider .rangeslider__handle {
  border-color: #c41230;
  box-shadow: 0 0 0 2px rgba(196, 18, 48, 0.5);
  outline: none;
}
.form-feedback .rangeslider__handle__value {
  box-sizing: border-box;
  width: 30px;
  text-align: center;
  padding: 0;
  background-color: transparent;
  border-radius: none;
  color: white;
  left: -4px;
  top: -26px;
  position: absolute;
  white-space: nowrap;
  border: none;
  box-shadow: none;
  opacity: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #666;
  display: none;
}
.form-feedback .rangeslider__handle:after {
  background-color: #c41230;
  background-image: none;
  width: 16px;
  height: 16px;
}
.form-feedback .rangeslider__labels {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: -50px;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.form-feedback .rangeslider__labels__label {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  padding: 15px 0 0 10px;
  color: #666;
}
.form-feedback .range-value {
  position: absolute;
  top: 0;
  opacity: 0;
  height: 0 !important;
}
/*2021 gallery update*/
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery figcaption {
  margin-top: 1rem;
  text-align: center;
}
img.aligncenter,
div.aligncenter,
figure.aligncenter,
img.wp-post-image {
  display: block;
  margin: 1em auto;
}
img.alignright,
div.alignright,
figure.alignright {
  float: right;
  margin: 1em 0 1em 2em;
}
img.alignleft,
div.alignleft,
figure.alignleft,
img.wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0;
}
figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
p img.alignright,
p img.alignleft {
  margin-top: 0;
}
.gallery figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}
.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}
.gallery.gallery-columns-3 figure {
  width: 32%;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left;
}
.gallery.gallery-columns-2 figure {
  width: 49%;
}
.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}
.gallery.gallery-columns-4 figure {
  width: 23.25%;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left;
}
.gallery.gallery-columns-5 figure {
  width: 18%;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left;
}
.gallery.gallery-columns-6 figure {
  width: 14.2%;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left;
}
.gallery.gallery-columns-7 figure {
  width: 12%;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left;
}
.gallery.gallery-columns-8 figure {
  width: 10.2%;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left;
}
.gallery.gallery-columns-9 figure {
  width: 8.85%;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left;
}
@media (max-width: 1024px) {
  img.alignright,
  div.alignright,
  figure.alignright,
  img.alignleft,
  div.alignleft,
  figure.alignleft,
  img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none;
  }
  .gallery.gallery-columns-4 figure,
  .gallery.gallery-columns-5 figure,
  .gallery.gallery-columns-6 figure,
  .gallery.gallery-columns-7 figure,
  .gallery.gallery-columns-8 figure,
  .gallery.gallery-columns-9 figure {
    width: 31.3333%;
  }
}
@media (max-width: 768px) {
  img.alignright,
  div.alignright,
  figure.alignright,
  img.alignleft,
  div.alignleft,
  figure.alignleft,
  img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none;
  }
  .gallery.gallery-columns-4 figure,
  .gallery.gallery-columns-5 figure,
  .gallery.gallery-columns-6 figure,
  .gallery.gallery-columns-7 figure,
  .gallery.gallery-columns-8 figure,
  .gallery.gallery-columns-9 figure {
    width: 48%;
  }
}
@media (max-width: 575px) {
  img.alignright,
  div.alignright,
  figure.alignright,
  img.alignleft,
  div.alignleft,
  figure.alignleft,
  img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none;
  }
  .gallery.gallery-columns-4 figure,
  .gallery.gallery-columns-5 figure,
  .gallery.gallery-columns-6 figure,
  .gallery.gallery-columns-7 figure,
  .gallery.gallery-columns-8 figure,
  .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 2rem 0;
    float: none;
  }
}
/*MC FORM STYLING */
#mce-error-response {
  display: none !important;
}
#mc_embed_signup div.mce_inline_error {
  background-color: transparent !important;
  color: #c41230 !important;
  font-size: smaller!important;
  font-weight: 400 !important;
}
#mc_embed_signup input.mce_inline_error {
  border-color: #c41230 !important;
}
html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .to22-overview .site-header .nav-main a,
  .event-to22 .site-header .nav-main a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1365px) {
  .to22-overview .site-header .nav-main a,
  .event-to22 .site-header .nav-main a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.event-to22 .site-header .nav-main a {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1365px) {
  .event-to22 .site-header .nav-main a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1280px) {
  .event-to22 .site-header .nav-main a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.5rem;
  }
}
.to22-overview {
  background: #4175a9;
  color: #fff;
}
.to22-overview main {
  margin: 0 !important;
}
.to22-overview .nav-main .extra-event-nav ul li a,
.to22-overview .nav-secondary .extra-event-nav ul li a {
  color: #292929 !important;
}
.to22-overview .nav-main .extra-nav-toggler span,
.to22-overview .nav-secondary .extra-nav-toggler span {
  background: #fff;
}
.to22-overview .nav-main .extra-nav-toggler:hover span,
.to22-overview .nav-secondary .extra-nav-toggler:hover span {
  background: #fff;
  opacity: .8;
}
.to22-overview .nav-main li.current_page_item a,
.to22-overview .nav-secondary li.current_page_item a,
.to22-overview .nav-main li.selected a,
.to22-overview .nav-secondary li.selected a {
  border-bottom-color: #fff;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .nav-main li.current_page_item a,
  .to22-overview .nav-secondary li.current_page_item a,
  .to22-overview .nav-main li.selected a,
  .to22-overview .nav-secondary li.selected a {
    border-bottom-color: #005f9c;
  }
}
.to22-overview .gradient-bg {
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(180deg, #4175a9 0%, #4175a9 3%, #1b3f71 19%, #173369 42%, #3176ae 66%, #296499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f76ac", endColorstr="#18336a", GradientType=1);
  z-index: -1;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .gradient-bg {
    background: linear-gradient(180deg, #3176AE 0%, #4175a9 3%, #1b3f71 19%, #173369 42%, #3176ae 66%, #296499 100%);
  }
}
.to22-overview .parallax-me {
  opacity: 0;
  transition: opacity .8s ease;
}
.to22-overview .parallax-me.is-inview {
  opacity: 1;
}
.to22-overview .scroller {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}
.to22-overview .text {
  color: #fff;
}
.to22-overview section.black {
  position: relative;
  height: 393vh;
}
.to22-overview section.black .adventure-pill {
  position: absolute;
  bottom: 20%;
  right: 0;
}
.to22-overview .relative {
  position: relative;
}
@media (max-width: 991px) {
  .to22-overview .gutter {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .to22-overview .gutter {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1280px) {
  .to22-overview .col-md-offset-0 {
    margin-left: 0;
  }
}
.to22-overview h1,
.to22-overview h2,
.to22-overview h3,
.to22-overview h4,
.to22-overview h5 {
  color: #fff;
}
.to22-overview p {
  font-size: 14px;
  line-height: 23px;
}
.to22-overview p a {
  color: #fff;
}
.to22-overview h2 {
  font-size: 6rem;
  margin-bottom: 2rem;
}
.to22-overview h2:after {
  display: none;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview h2 {
    font-size: 5rem;
  }
}
.to22-overview .trigger {
  padding-bottom: 8rem;
}
.to22-overview .pb-0 {
  padding-bottom: 0 !important;
}
.to22-overview h3.add-square {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .to22-overview h3.add-square {
    padding-left: 0;
  }
}
.to22-overview h3.add-square:before {
  width: 12px;
  height: 12px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
@media only screen and ( max-width: 575px ) {
  .to22-overview h3.add-square:before {
    top: auto;
    transform: none;
  }
}
.to22-overview h3.add-square.square-orange:before {
  background: #FE631C;
}
.to22-overview h3.add-square.square-yellow:before {
  background: #FFFF15;
}
.to22-overview h3.add-square.square-green:before {
  background: #11EEAB;
}
.to22-overview h3.add-square.no-square:before {
  display: none;
}
.to22-overview .site-header .outline-social .icon .fg,
.to22-overview .site-header.nav-light .outline-social .icon .fg,
.to22-overview .site-header .outline-social #fg,
.to22-overview .site-header.nav-light .outline-social #fg {
  fill: #fff;
}
.to22-overview .site-header {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(270deg, #1B3F71 0%, #2F76AC 100%);
}
.to22-overview .site-header a {
  color: #fff !important;
}
.to22-overview .site-header .icon-menu svg {
  fill: #ffffff;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .to22-overview .site-header {
    background: rgba(255, 255, 255, 0.2) !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}
.to22-overview section {
  padding: 25rem 0 15rem 0;
}
.to22-overview section.border-light-grey {
  padding-top: 1.6rem;
  padding-bottom: 0;
}
.to22-overview .gradient-helper {
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(0deg, #4175a9 5%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .gradient-helper {
    height: 350px;
  }
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .gradient-helper {
    display: none;
  }
}
.to22-overview .container {
  max-width: 1300px;
  z-index: 999;
}
.to22-overview .text-large {
  font-size: 1.8rem;
  line-height: 2;
}
.to22-overview .vertically-aligned {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.to22-overview .to22-info {
  padding: 0 20px 0 40px;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .to22-info {
    padding: 0;
  }
}
.to22-overview .to22-hr {
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  margin-bottom: 3rem;
  opacity: 0;
}
.to22-overview .bold {
  font-weight: 700;
}
.to22-overview .btn-default.btn-inverse {
  display: inline-block;
  background: #ffffff;
  color: #1B3F71;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 25px;
  font-size: 14px;
  transition: all .2s ease;
  box-shadow: 0px 10px 40px rgba(27, 63, 113, 0.5);
}
.to22-overview .btn-default.btn-inverse:hover {
  box-shadow: 0px 10px 40px rgba(27, 63, 113, 0.8);
}
.to22-overview .to22-title,
.to22-overview .to22-toronto,
.to22-overview .to22-subtitle,
.to22-overview .to22-dates,
.to22-overview .btn-inverse {
  opacity: 0;
}
.to22-overview .offset-top {
  margin-top: 15rem;
}
.to22-overview .event-overview {
  position: relative;
  overflow: hidden;
  z-index: 999;
  padding: 10rem 0;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .event-overview {
    padding-top: 25rem;
    padding-bottom: 15rem;
  }
}
.to22-overview .event-overview h3 {
  margin-bottom: 6rem;
}
@media (max-width: 575px) {
  .to22-overview .event-overview h3 {
    margin-bottom: 5rem;
  }
}
.to22-overview .event-overview p {
  font-size: 3.6rem;
  line-height: 1.3em;
  font-weight: 300;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .event-overview p {
    font-size: 2.6rem;
  }
}
@media only screen and ( max-width: 575px ) {
  .to22-overview .event-overview p {
    font-size: 2rem;
  }
}
.to22-overview .event-overview .event-lead-sponsors {
  background: transparent;
  margin: 8rem 0 0 0;
  padding: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: 100%;
}
@media (max-width: 575px) {
  .to22-overview .event-overview .event-lead-sponsors {
    margin-top: 5rem;
  }
}
.to22-overview .event-overview .event-lead-sponsors .event-partners {
  -ms-flex-pack: center;
      justify-content: center;
}
.to22-overview .event-overview .event-lead-sponsors .event-partners svg,
.to22-overview .event-overview .event-lead-sponsors .event-partners img {
  width: auto !important;
  -webkit-filter: none;
}
.to22-overview .event-overview .event-lead-sponsors .event-partners a:hover img,
.to22-overview .event-overview .event-lead-sponsors .event-partners a:hover svg {
  opacity: 1;
}
@media only screen and ( max-width: 768px ) {
  .to22-overview .event-overview .event-lead-sponsors .event-partners a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 2rem 0;
    text-align: center;
  }
}
.to22-overview .event-overview .event-lead-sponsors h4 {
  font-size: 14px;
  opacity: .6;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .event-overview .event-lead-sponsors h4 {
    border-right: 1px solid rgba(255, 255, 255, 0.4) !important;
    padding: 2rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .to22-overview .event-overview .event-lead-sponsors h4 {
    border: none !important;
    padding: 0;
  }
}
.to22-overview .event-overview .overview-right {
  right: -100px;
  z-index: 0;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .event-overview .overview-right {
    right: 0;
    width: 250px;
  }
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .event-overview .overview-right {
    right: 0;
    top: 120px;
  }
}
@media (max-width: 575px) {
  .to22-overview .event-overview .overview-right {
    top: 60px;
    width: 200px;
    right: -80px;
  }
}
.to22-overview .event-intro {
  overflow: hidden;
  height: 100vh;
  padding: 0;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  background: #3176AE;
}
.to22-overview .event-intro .artwork-credit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: linear-gradient(60.62deg, rgba(255, 255, 255, 0.3) 0.3%, rgba(255, 255, 255, 0.1) 97.63%);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  padding: 1rem;
  text-align: center;
  opacity: 0;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .event-intro .artwork-credit {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent !important;
    padding: 0;
    right: 15px;
    bottom: 30px;
  }
}
.to22-overview .event-intro .artwork-credit img {
  margin: 0 auto;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .event-intro .artwork-credit img {
    display: none;
  }
}
.to22-overview .event-intro .artwork-credit p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 1rem;
  font-size: 10px;
}
.to22-overview .event-intro .artwork-credit p a {
  display: none;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .event-intro .artwork-credit p a {
    display: inline-block;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .event-intro .artwork-credit p {
    border: none;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
  }
}
.to22-overview .event-intro .scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.to22-overview .event-intro .scroll svg {
  width: 15px;
}
.to22-overview .event-intro .scroll path {
  stroke: #fff;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .event-intro .scroll {
    position: relative;
    bottom: 0;
  }
}
.to22-overview .event-intro .bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .event-intro {
    display: block;
    overflow: initial;
  }
}
.to22-overview .event-intro .video-holder {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .event-intro .video-holder {
    height: auto;
  }
}
.to22-overview .event-intro .to22-title {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  -ms-flex-align: end;
      align-items: flex-end;
}
.to22-overview .event-intro .to22-title #to22-logo {
  margin-left: -1rem;
  width: 216px;
}
@media only screen and ( max-width: 575px ) {
  .to22-overview .event-intro .to22-title #to22-logo {
    width: 170px;
  }
}
.to22-overview .event-intro .to22-title .to22-toronto {
  margin-left: 1rem;
}
@media only screen and ( max-width: 575px ) {
  .to22-overview .event-intro .to22-title .to22-toronto {
    width: 130px;
  }
}
@media only screen and ( max-width: 575px ) {
  .to22-overview .event-intro .to22-title .to22-dates {
    width: 170px;
  }
}
.to22-overview .event-intro .container {
  position: absolute;
  right: 0;
  margin: 0 auto;
  left: 0;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .event-intro .container {
    position: relative;
    margin-top: -200px;
  }
}
@media only screen and ( max-width: 768px ) {
  .to22-overview .event-intro .container {
    position: relative;
    margin-top: -120px;
  }
}
.to22-overview .event-intro .main-shell {
  position: absolute;
  top: -3%;
  width: 115%;
  left: -15%;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .event-intro .main-shell {
    position: relative;
    width: 150%;
    left: -4%;
  }
}
@media only screen and ( max-width: 768px ) {
  .to22-overview .event-intro .main-shell {
    position: relative;
    width: 175%;
    left: -9%;
  }
}
.to22-overview .event-intro h2 {
  margin-bottom: 3rem;
}
.to22-overview .event-intro h2:after {
  content: '';
  margin: 3rem auto 4rem auto;
  height: 3px;
  width: 80px;
  display: block;
  background: #fff;
}
.to22-overview .intro-overlay {
  background: linear-gradient(206.29deg, #18336A 13.06%, rgba(24, 51, 106, 0) 46.5%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 120vh;
  z-index: 1;
  background-repeat: no-repeat;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .intro-overlay {
    height: 100vh;
  }
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .intro-overlay {
    height: 50vh;
  }
}
.to22-overview .img-absolute {
  position: absolute;
  z-index: 999;
}
.to22-overview .event-images {
  padding-top: 10rem;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .event-images {
    padding-top: 0;
  }
}
.to22-overview .event-images .intro-left {
  left: -13%;
  z-index: -1;
  top: -120px;
  transform: rotate(90deg);
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .event-images .intro-left {
    width: 180px;
    top: -100px;
  }
}
.to22-overview .event-images .intro-image-1,
.to22-overview .event-images .intro-image-2 {
  position: relative;
}
.to22-overview .event-images .intro-right {
  right: 0;
  z-index: -1;
  top: 80%;
  transform: rotate(-45deg);
}
@media (max-width: 575px) {
  .to22-overview .event-images .intro-right,
  .to22-overview .event-images .intro-left {
    width: 120px;
  }
}
.to22-overview .event-images .intro-pill {
  left: 60%;
  bottom: 120px;
  z-index: -1;
}
@media only screen and ( max-width: 575px ) {
  .to22-overview .event-images .intro-pill {
    display: none;
  }
}
.to22-overview .event-images .offset-top {
  margin-top: 15rem;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .event-images .offset-top {
    margin-top: 0;
  }
}
.to22-overview .speakers-pill-left {
  position: absolute;
  bottom: 150px;
  left: 0;
}
@media (max-width: 575px) {
  .to22-overview .speakers-pill-left {
    width: 100px;
  }
}
.to22-overview .mobile-speakers {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}
@media (max-width: 990px) {
  .to22-overview .mobile-speakers {
    display: block;
  }
}
.to22-overview .mobile-speakers h3 {
  margin-bottom: 15rem;
}
@media (max-width: 575px) {
  .to22-overview .mobile-speakers h3 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .to22-overview .mobile-speakers h2 {
    margin-bottom: 0;
    font-size: 3rem;
  }
}
.to22-overview .mobile-speakers .single-speaker {
  margin-bottom: 10rem;
}
@media (max-width: 575px) {
  .to22-overview .mobile-speakers .single-speaker {
    margin-bottom: 5rem;
  }
}
.to22-overview .mobile-speakers .speaker-photo img {
  -webkit-filter: grayscale(1) brightness(1.1);
          filter: grayscale(1) brightness(1.1);
}
@media (max-width: 575px) {
  .to22-overview .mobile-speakers .speaker-photo {
    margin-bottom: 3rem;
  }
}
.to22-overview .mobile-speakers .speaker-info {
  width: 100%;
}
.to22-overview .mobile-speakers .speaker-info .text-right {
  text-align: left;
}
.to22-overview .mobile-speakers .speaker-info hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.to22-overview .mobile-speakers h2 {
  font-size: 4rem;
}
.to22-overview .mobile-speakers .more-speakers {
  margin-top: 0 !important;
  z-index: 999;
}
.to22-overview .mobile-speakers .more-speakers a {
  color: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.to22-overview .mobile-speakers .more-speakers .icon {
  margin-left: 7px;
  margin-top: 1px;
}
.to22-overview .mobile-speakers .more-speakers svg {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 12px;
}
@media only screen and ( max-width: 768px ) {
  .to22-overview .mobile-speakers .adventure-pill {
    top: 80%;
    left: -100px;
  }
}
@media (max-width: 575px) {
  .to22-overview .mobile-speakers .adventure-pill {
    left: -50px;
    width: 150px;
  }
}
@media (max-width: 575px) {
  .to22-overview .mobile-speakers .col-xs-6,
  .to22-overview .mobile-speakers .col-xs-10 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .to22-overview .to22-speakers.pinned-layers {
    display: none;
  }
}
.to22-overview .to22-speakers .more-speakers {
  margin-top: -100px;
  z-index: 9999;
}
.to22-overview .to22-speakers .more-speakers a {
  color: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.to22-overview .to22-speakers .more-speakers .icon {
  margin-left: 7px;
  margin-top: 1px;
}
.to22-overview .to22-speakers .more-speakers svg {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 12px;
}
.to22-overview .to22-speakers .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .to22-speakers .container {
    transform: none;
    top: auto;
  }
}
.to22-overview .to22-speakers .social-links a {
  color: transparent;
}
.to22-overview .to22-speakers .social-links a .icon {
  width: 25px;
  height: 25px;
}
.to22-overview .to22-speakers .icon.icon-book g {
  fill: #fff;
}
.to22-overview .speakers-bubble-left {
  top: 10%;
  left: -80px;
  z-index: 9999;
  opacity: .7;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .speakers-bubble-left {
    width: 180px;
    left: -40px;
  }
}
@media only screen and ( max-width: 575px ) {
  .to22-overview .speakers-bubble-left {
    width: 160px;
    left: -60px;
  }
}
.to22-overview .speakers-orange-pill {
  top: 45%;
  left: 0;
  z-index: 9999;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .speakers-orange-pill {
    width: 110px;
  }
}
@media only screen and ( max-width: 768px ) {
  .to22-overview .speakers-orange-pill {
    width: 80px;
    left: auto;
    right: 30px;
  }
}
.to22-overview .speakers-bg-pill {
  top: 60%;
  left: 700px;
  opacity: .1;
}
.to22-overview .text {
  color: white;
}
.to22-overview .text-wrap {
  position: relative;
  overflow: hidden;
  height: 400vh;
}
.to22-overview .text-wrapper {
  position: relative;
  /*---*/
  height: 100%;
}
.to22-overview .panel-text {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  /*---*/
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.to22-overview .panel-text .speaker-info {
  width: 100%;
}
.to22-overview .panel-text .speaker-info hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.to22-overview .panel-text .speaker-info h2 a {
  color: #fff;
}
.to22-overview .p-wrap {
  position: relative;
  width: 400px;
  height: 400px;
}
.to22-overview .panel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(1.1);
          filter: grayscale(1) brightness(1.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.to22-overview .choose-adventure {
  padding-top: 20rem;
  position: relative;
}
@media only screen and ( max-width: 768px ) {
  .to22-overview .choose-adventure {
    padding-bottom: 25rem;
  }
}
@media (max-width: 575px) {
  .to22-overview .choose-adventure {
    padding-top: 15rem;
  }
}
.to22-overview .choose-adventure .container {
  position: relative;
  z-index: 999;
}
.to22-overview .choose-adventure .adventure-intro {
  padding-bottom: 20rem;
}
.to22-overview .choose-adventure .adventure-intro p {
  font-size: 18px;
  max-width: 60%;
  margin: 0 auto;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .choose-adventure .offset-top {
    margin-top: 0;
  }
}
.to22-overview .choose-adventure .adventure-bubble {
  position: absolute;
  left: 100px;
  top: 25%;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .choose-adventure .adventure-bubble {
    width: 190px;
  }
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .choose-adventure .adventure-bubble {
    width: 160px;
    left: 40px;
  }
}
@media only screen and ( max-width: 768px ) {
  .to22-overview .choose-adventure .adventure-bubble {
    width: 140px;
    left: -20px;
  }
}
@media (max-width: 575px) {
  .to22-overview .choose-adventure .adventure-bubble {
    top: -100px;
    width: 120px;
  }
}
.to22-overview .choose-adventure .adventure-bg-pill {
  position: absolute;
  left: 50%;
  top: 60%;
  opacity: .2;
  width: 150px;
  z-index: 0;
  transition: all .2s ease;
  will-change: transform;
}
@media (max-width: 575px) {
  .to22-overview .choose-adventure .adventure-bg-pill {
    left: 35%;
    width: 100px;
    top: 60%;
  }
}
.to22-overview .choose-adventure .why-buy-orange {
  right: 180px;
  top: 70%;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .choose-adventure .why-buy-orange {
    right: 100px;
    width: 120px;
  }
}
@media only screen and ( max-width: 768px ) {
  .to22-overview .choose-adventure .why-buy-orange {
    right: 20px;
  }
}
@media only screen and ( max-width: 575px ) {
  .to22-overview .choose-adventure .why-buy-orange {
    right: -20px;
  }
}
.to22-overview .choose-adventure .glass-card-container {
  padding: 0 70px;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .choose-adventure .glass-card-container {
    padding: 0 15px;
  }
}
.to22-overview .choose-adventure .glass-card {
  background: rgba(255, 255, 255, 0.2) !important;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 7rem 5rem;
  min-height: 320px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transform-style: preserve-3d;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .choose-adventure .glass-card {
    padding: 5rem 3rem;
  }
}
@media only screen and ( max-width: 575px ) {
  .to22-overview .choose-adventure .glass-card {
    min-height: 0;
  }
}
@media (max-width: 575px) {
  .to22-overview .choose-adventure .glass-card {
    padding: 4rem 2rem;
  }
}
.to22-overview .choose-adventure .glass-card .btn-default {
  display: inline-block;
  background: #1936A2;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 35px;
  font-size: 14px;
  box-shadow: 0px 10px 40px rgba(26, 58, 163, 0.5);
}
.to22-overview .choose-adventure .glass-card p {
  font-size: 18px;
  padding: 0 80px;
  line-height: 1.8;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .choose-adventure .glass-card p {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .to22-overview .choose-adventure .glass-card p {
    font-size: 16px;
  }
}
.to22-overview .choose-adventure .glass-card p.larger {
  margin: 1rem 0 2.5rem 0;
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .choose-adventure .glass-card p br {
    display: none;
  }
}
.to22-overview .choose-adventure .glass-card p .larger {
  margin: 2rem 0;
}
.to22-overview .choose-adventure .glass-card h3 {
  font-size: 4.8rem;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.to22-overview .choose-adventure .glass-card h3:before {
  display: none;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .choose-adventure .glass-card h3 {
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .to22-overview .choose-adventure .glass-card h3 {
    font-size: 3rem;
  }
}
.to22-overview .choose-adventure .adventure-wave {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25%;
  height: 800px;
  z-index: 99;
  width: 100%;
}
@media (max-width: 1440px) {
  .to22-overview .choose-adventure .adventure-wave {
    height: auto;
  }
}
@media only screen and ( max-width: 768px ) {
  .to22-overview .choose-adventure .adventure-wave {
    top: 40%;
  }
}
@media (max-width: 575px) {
  .to22-overview .choose-adventure .adventure-wave {
    top: 55%;
  }
}
.to22-overview .choose-adventure .green-glow {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 15%;
  background-position: -200px 100px;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  background-repeat: no-repeat;
  animation: pulse 2s ease-in-out infinite alternate;
}
@media only screen and ( max-width: 768px ) {
  .to22-overview .choose-adventure .green-glow {
    top: 5%;
  }
}
@keyframes pulse {
  from {
    background-image: radial-gradient(rgba(41, 245, 183, 0.8) 0%, rgba(41, 245, 183, 0.2) 30%, rgba(255, 255, 255, 0) 55%);
    opacity: 1;
  }
  to {
    background-image: radial-gradient(rgba(41, 245, 183, 0.8) 0%, rgba(41, 245, 183, 0.2) 30%, rgba(255, 255, 255, 0) 55%);
    opacity: 0.3;
  }
}
.to22-overview .why-attend-new {
  position: relative;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .why-attend-new {
    padding-top: 10rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .to22-overview .why-attend-new {
    padding-top: 15rem;
  }
}
.to22-overview .why-attend-new h4 {
  font-size: 1.8rem;
}
.to22-overview .why-attend-new .why-buy-point {
  margin: 3rem 0;
}
.to22-overview .why-attend-new .why-buy-point p {
  padding-right: 80px;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .why-attend-new .why-buy-point p {
    padding-right: 30px;
  }
}
@media only screen and ( max-width: 575px ) {
  .to22-overview .why-attend-new .why-buy-point p {
    padding-right: 0;
  }
}
@media only screen and ( max-width: 991px ) {
  .to22-overview .why-attend-new .d-sm-none {
    display: none;
  }
}
.to22-overview .why-attend-new .why-buy-bubble {
  left: 10vw;
  top: 25vh;
  opacity: 0.2;
}
@media only screen and ( max-width: 575px ) {
  .to22-overview .why-attend-new .why-buy-bubble {
    left: 70%;
  }
}
.to22-overview .why-attend-new .why-buy-right {
  right: 0;
  bottom: -100px;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .why-attend-new .why-buy-right {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .to22-overview .why-attend-new .why-buy-right {
    width: 120px;
    bottom: 0;
  }
}
.to22-overview .to22-closing {
  margin-top: -1px;
  padding-bottom: 0;
  padding-top: 0;
  background: #18336a;
}
.to22-overview .to22-closing img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.to22-overview .faqs {
  padding: 5rem 0 15rem 0;
  background: #18336a;
  background: linear-gradient(0deg, #18336a 12%, rgba(24, 51, 106, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#18336a", endColorstr="#18336a", GradientType=1);
}
@media (max-width: 575px) {
  .to22-overview .faqs {
    padding-bottom: 5rem;
  }
}
.to22-overview .faqs h4 {
  background: transparent;
  padding: 20px 55px 20px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 400;
  margin-bottom: -1px;
  font-size: 1.8rem;
}
@media (max-width: 575px) {
  .to22-overview .faqs h4 {
    padding-left: 0;
  }
}
.to22-overview .faqs .faq-answer {
  display: none;
  background: transparent;
  padding: 0px 15px 25px 15px;
}
@media (max-width: 575px) {
  .to22-overview .faqs .faq-answer {
    padding-left: 0;
  }
}
.to22-overview .faqs .faq-answer p {
  margin: 0;
  padding: 0 0 20px 0;
}
.to22-overview .faqs .faq-answer p:last-child {
  padding-bottom: 0;
}
.to22-overview .faqs .accordion {
  margin-top: 10rem;
}
@media (max-width: 575px) {
  .to22-overview .faqs .accordion {
    margin-top: 0;
  }
}
.to22-overview .faqs .accordion-toggle {
  right: 15px;
  height: 16px;
  width: 16px;
  top: 25px;
}
.to22-overview .faqs .accordion-toggle .horizontal,
.to22-overview .faqs .accordion-toggle .vertical {
  background: #fff;
}
.to22-overview .faqs .accordion-toggle .horizontal {
  position: absolute;
  width: 16px;
  height: 1px;
  margin-left: -6px;
  top: 8px;
}
.to22-overview .faqs .accordion-toggle .vertical {
  width: 1px;
  height: 16px;
  left: 10px;
  top: 0px;
}
.to22-overview .faqs .faq-pill {
  right: 10%;
  top: 30%;
  opacity: 0.2;
}
@media (max-width: 575px) {
  .to22-overview .faqs .faq-pill {
    width: 120px;
    top: 40%;
  }
}
.to22-overview .faqs .faq-bubble {
  left: 20px;
  top: 60%;
  opacity: 0.6;
}
@media only screen and ( max-width: 1279px ) {
  .to22-overview .faqs .faq-bubble {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .to22-overview .faqs .faq-bubble {
    display: none;
  }
}
.to22-overview .faqs .faq-left {
  left: -30px;
  top: -30px;
}
@media (max-width: 575px) {
  .to22-overview .faqs .faq-left {
    width: 150px;
  }
}
@media (max-width: 1440px) {
  .webu22-overview .site-header .nav-main a,
  .event-webu22 .site-header .nav-main a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1365px) {
  .webu22-overview .site-header .nav-main a,
  .event-webu22 .site-header .nav-main a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.event-webu22 .site-header .nav-main a {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1365px) {
  .event-webu22 .site-header .nav-main a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1280px) {
  .event-webu22 .site-header .nav-main a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.5rem;
  }
}
.webu22-overview {
  background: #292929;
  color: #fff;
}
.webu22-overview .icon-github {
  color: #fff !important;
}
.webu22-overview main {
  margin: 0 !important;
}
.webu22-overview .nav-main .extra-event-nav ul li a,
.webu22-overview .nav-secondary .extra-event-nav ul li a {
  color: #292929 !important;
}
.webu22-overview .nav-main .extra-nav-toggler span,
.webu22-overview .nav-secondary .extra-nav-toggler span {
  background: #fff;
}
.webu22-overview .nav-main .extra-nav-toggler:hover span,
.webu22-overview .nav-secondary .extra-nav-toggler:hover span {
  background: #fff;
  opacity: .8;
}
.webu22-overview .nav-main li.current_page_item a,
.webu22-overview .nav-secondary li.current_page_item a,
.webu22-overview .nav-main li.selected a,
.webu22-overview .nav-secondary li.selected a {
  border-bottom-color: #fff;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .nav-main li.current_page_item a,
  .webu22-overview .nav-secondary li.current_page_item a,
  .webu22-overview .nav-main li.selected a,
  .webu22-overview .nav-secondary li.selected a {
    border-bottom-color: #005f9c;
  }
}
.webu22-overview .gradient-bg {
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background: #111f3c;
  background: linear-gradient(0deg, #111f3c 0%, #141420 52%, #127a60 77%, #141420 100%);
  z-index: -1;
}
.webu22-overview .parallax-me {
  opacity: 0;
  transition: opacity .8s ease;
}
.webu22-overview .parallax-me.is-inview {
  opacity: 1;
}
.webu22-overview .scroller {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}
.webu22-overview .text {
  color: #fff;
}
.webu22-overview section.black {
  position: relative;
  height: 393vh;
}
.webu22-overview section.black .adventure-pill {
  position: absolute;
  bottom: 20%;
  right: 0;
}
.webu22-overview .relative {
  position: relative;
}
@media (max-width: 991px) {
  .webu22-overview .gutter {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .webu22-overview .gutter {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1280px) {
  .webu22-overview .col-md-offset-0 {
    margin-left: 0;
  }
}
.webu22-overview h1,
.webu22-overview h2,
.webu22-overview h3,
.webu22-overview h4,
.webu22-overview h5 {
  color: #fff;
}
.webu22-overview p {
  font-size: 14px;
  line-height: 23px;
}
.webu22-overview p a {
  color: #fff;
}
.webu22-overview h2 {
  font-size: 6rem;
  margin-bottom: 2rem;
}
.webu22-overview h2:after {
  display: none;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview h2 {
    font-size: 5rem;
  }
}
.webu22-overview .trigger {
  padding-bottom: 8rem;
}
.webu22-overview .pb-0 {
  padding-bottom: 0 !important;
}
.webu22-overview h3.add-square {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .webu22-overview h3.add-square {
    padding-left: 0;
  }
}
.webu22-overview h3.add-square:before {
  width: 7px;
  height: 7px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  border-width: 3px;
  top: 1px;
  border-style: solid;
  background: transparent;
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview h3.add-square:before {
    top: auto;
    transform: none;
  }
}
.webu22-overview h3.add-square.square-red:before {
  border-color: #DE2128;
  -webkit-filter: drop-shadow(-2px -2px 7px #E86026) drop-shadow(4px 1px 13px #FF0000);
          filter: drop-shadow(-2px -2px 7px #E86026) drop-shadow(4px 1px 13px #FF0000);
}
.webu22-overview h3.add-square.square-aquamarine:before {
  border-color: #52DAE6;
  -webkit-filter: drop-shadow(1px -2px 9px #0ECADB) drop-shadow(1px 1px 13px #114FEE);
          filter: drop-shadow(1px -2px 9px #0ECADB) drop-shadow(1px 1px 13px #114FEE);
}
.webu22-overview h3.add-square.square-blue:before {
  border-color: #318CFF;
  -webkit-filter: drop-shadow(-2px -2px 6px rgba(36, 0, 255, 0.25)) drop-shadow(4px 1px 13px #9A11EE);
          filter: drop-shadow(-2px -2px 6px rgba(36, 0, 255, 0.25)) drop-shadow(4px 1px 13px #9A11EE);
}
.webu22-overview h3.add-square.square-green:before {
  border-color: #11EEAB;
  -webkit-filter: drop-shadow(-2px -2px 6px rgba(0, 255, 25, 0.25)) drop-shadow(4px 1px 13px #11EEAB);
          filter: drop-shadow(-2px -2px 6px rgba(0, 255, 25, 0.25)) drop-shadow(4px 1px 13px #11EEAB);
}
.webu22-overview h3.add-square.no-square:before {
  display: none;
}
.webu22-overview .site-header .outline-social .icon .fg,
.webu22-overview .site-header.nav-light .outline-social .icon .fg,
.webu22-overview .site-header .outline-social #fg,
.webu22-overview .site-header.nav-light .outline-social #fg {
  fill: #fff;
}
.webu22-overview .site-header {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(270deg, #1B3F71 0%, #2F76AC 100%);
}
.webu22-overview .site-header a {
  color: #fff !important;
}
.webu22-overview .site-header .icon-menu svg {
  fill: #ffffff;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .webu22-overview .site-header {
    background: rgba(255, 255, 255, 0.2) !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}
.webu22-overview section {
  padding: 25rem 0 15rem 0;
}
.webu22-overview section.border-light-grey {
  padding-top: 1.6rem;
  padding-bottom: 0;
}
.webu22-overview .gradient-helper {
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(0deg, #141420 5%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .gradient-helper {
    height: 350px;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .gradient-helper {
    display: none;
  }
}
.webu22-overview .container {
  max-width: 1300px;
  z-index: 999;
}
.webu22-overview .text-large {
  font-size: 1.8rem;
  line-height: 2;
}
.webu22-overview .vertically-aligned {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.webu22-overview .webu22-info {
  padding: 0 20px 0 40px;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .webu22-info {
    padding: 0;
  }
}
.webu22-overview .webu22-hr {
  margin-top: 3rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  height: 1px;
  margin-bottom: 3rem;
  opacity: 0;
}
.webu22-overview .bold {
  font-weight: 700;
}
.webu22-overview .btn-default {
  display: inline-block;
  background: #DE2128;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 25px;
  font-size: 14px;
  transition: all .2s ease;
  box-shadow: 0px 10px 40px rgba(255, 2, 2, 0.3);
}
.webu22-overview .btn-default:hover {
  box-shadow: 0px 15px 50px rgba(255, 2, 2, 0.5);
}
.webu22-overview .webu22-info,
.webu22-overview .video-holder img {
  opacity: 0;
}
.webu22-overview .offset-top {
  margin-top: 15rem;
}
.webu22-overview .event-overview {
  position: relative;
  z-index: 999;
  padding: 10rem 0;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .event-overview {
    padding-top: 25rem;
    padding-bottom: 15rem;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .event-overview {
    padding-bottom: 8rem;
  }
}
.webu22-overview .event-overview h3 {
  margin-bottom: 6rem;
}
@media (max-width: 575px) {
  .webu22-overview .event-overview h3 {
    margin-bottom: 5rem;
  }
}
.webu22-overview .event-overview p {
  font-size: 3.6rem;
  line-height: 1.3em;
  font-weight: 300;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .event-overview p {
    font-size: 2.6rem;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .event-overview p {
    font-size: 2rem;
  }
}
.webu22-overview .event-overview .event-lead-sponsors {
  background: transparent;
  margin: 8rem 0 0 0;
  padding: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: 100%;
}
@media (max-width: 575px) {
  .webu22-overview .event-overview .event-lead-sponsors {
    margin-top: 5rem;
  }
}
.webu22-overview .event-overview .event-lead-sponsors .event-partners {
  -ms-flex-pack: center;
      justify-content: center;
}
.webu22-overview .event-overview .event-lead-sponsors .event-partners svg,
.webu22-overview .event-overview .event-lead-sponsors .event-partners img {
  max-width: 100%;
  height: 100%;
  width: auto;
  -webkit-filter: none;
}
.webu22-overview .event-overview .event-lead-sponsors .event-partners a {
  max-width: 125px;
  height: 45px;
  margin: 2rem 0 2rem 3rem;
}
.webu22-overview .event-overview .event-lead-sponsors .event-partners a:hover img,
.webu22-overview .event-overview .event-lead-sponsors .event-partners a:hover svg {
  opacity: 1;
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .event-overview .event-lead-sponsors .event-partners a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 2rem 0;
    text-align: center;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .event-overview .event-lead-sponsors .event-partners {
    margin-top: 3rem;
  }
}
.webu22-overview .event-overview .event-lead-sponsors h4 {
  font-size: 14px;
  opacity: .6;
  background-image: linear-gradient(rgba(255, 255, 255, 0.75) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  border-color: transparent !important;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .event-overview .event-lead-sponsors h4 {
    border-right: 1px solid rgba(255, 255, 255, 0.4) !important;
    padding: 2rem;
    background: none !important;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .event-overview .event-lead-sponsors h4 {
    border: none !important;
    background: none !important;
    padding: 0;
  }
}
.webu22-overview .event-overview .overview-right {
  right: -300px;
  z-index: 0;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .event-overview .overview-right {
    width: 520px;
    right: -200px;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .event-overview .overview-right {
    right: -250px;
    top: -20px;
  }
}
@media (max-width: 575px) {
  .webu22-overview .event-overview .overview-right {
    top: -80px;
  }
}
.webu22-overview .event-intro {
  overflow: hidden;
  height: 100vh;
  padding: 0;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  background: #141420;
}
.webu22-overview .event-intro .artwork-credit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: linear-gradient(60.62deg, rgba(255, 255, 255, 0.3) 0.3%, rgba(255, 255, 255, 0.1) 97.63%);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  padding: 1rem;
  text-align: center;
  opacity: 0;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .event-intro .artwork-credit {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent !important;
    padding: 0;
    right: 15px;
    bottom: 20px;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .event-intro .artwork-credit {
    text-align: right;
  }
}
.webu22-overview .event-intro .artwork-credit img {
  margin: 0 auto;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .event-intro .artwork-credit img {
    display: none;
  }
}
.webu22-overview .event-intro .artwork-credit p {
  padding: 0 1rem;
  font-size: 10px;
}
.webu22-overview .event-intro .artwork-credit p:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .event-intro .artwork-credit p:first-child {
    border: none;
    padding: 0;
    margin: 0;
  }
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .event-intro .artwork-credit p {
    border: none;
    padding: 0;
    margin: 0;
  }
}
.webu22-overview .event-intro .artwork-credit p a {
  display: none;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .event-intro .artwork-credit p a {
    display: inline-block;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .event-intro .artwork-credit p {
    border: none;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .event-intro .artwork-credit p {
    display: inline-block;
  }
}
.webu22-overview .event-intro .scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.webu22-overview .event-intro .scroll svg {
  width: 15px;
}
.webu22-overview .event-intro .scroll path {
  stroke: #fff;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .event-intro .scroll {
    position: relative;
    bottom: 0;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .event-intro .scroll {
    bottom: -30px;
  }
}
.webu22-overview .event-intro .bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .event-intro {
    display: block;
    overflow: initial;
  }
}
.webu22-overview .event-intro .video-holder {
  width: 100%;
  height: 100%;
  position: relative;
}
.webu22-overview .event-intro .video-holder img {
  max-width: 100%;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .event-intro .video-holder img {
    max-width: 130%;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .event-intro .video-holder img {
    max-width: 150%;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .event-intro .video-holder img {
    max-width: 180%;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .event-intro .video-holder {
    height: auto;
  }
}
.webu22-overview .event-intro .webu22-title {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  -ms-flex-align: end;
      align-items: flex-end;
}
.webu22-overview .event-intro .webu22-title #webu22-logo {
  margin-left: -1rem;
  width: 216px;
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .event-intro .webu22-title #webu22-logo {
    width: 170px;
  }
}
.webu22-overview .event-intro .webu22-title img {
  max-width: 100%;
}
.webu22-overview .event-intro .webu22-title .webu22-toronto {
  margin-left: 1rem;
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .event-intro .webu22-title .webu22-toronto {
    width: 130px;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .event-intro .webu22-title .webu22-dates {
    width: 170px;
  }
}
.webu22-overview .event-intro .container {
  position: absolute;
  right: 0;
  margin: 0 auto;
  left: 0;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .event-intro .container {
    position: relative;
    margin-top: -200px;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .event-intro .container {
    position: relative;
    margin-top: -120px;
  }
}
.webu22-overview .event-intro .main-shell {
  position: absolute;
  top: -3%;
  width: 115%;
  left: -15%;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .event-intro .main-shell {
    position: relative;
    width: 150%;
    left: -4%;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .event-intro .main-shell {
    position: relative;
    width: 175%;
    left: -9%;
  }
}
.webu22-overview .event-intro h2 {
  margin-bottom: 3rem;
}
.webu22-overview .event-intro h2:after {
  content: '';
  margin: 3rem auto 4rem auto;
  height: 3px;
  width: 80px;
  display: block;
  background: #fff;
}
.webu22-overview .intro-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 120vh;
  z-index: 1;
  background-repeat: no-repeat;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .intro-overlay {
    height: 100vh;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .intro-overlay {
    height: 50vh;
  }
}
.webu22-overview .img-absolute {
  position: absolute;
  z-index: 999;
}
.webu22-overview .event-images {
  padding-top: 10rem;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .event-images {
    padding-top: 0;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .event-images {
    padding-bottom: 7rem;
  }
}
.webu22-overview .event-images .intro-left {
  left: -30%;
  z-index: -1;
  top: -120px;
}
@media only screen and ( max-width: 1279px ) {
}
.webu22-overview .event-images .intro-image-1,
.webu22-overview .event-images .intro-image-2 {
  position: relative;
}
.webu22-overview .event-images .intro-right {
  right: -120px;
  z-index: -1;
  top: 40%;
}
@media (max-width: 575px) {
  .webu22-overview .event-images .intro-right {
    width: 500px;
    top: 50%;
  }
}
@media (max-width: 575px) {
  .webu22-overview .event-images .intro-left {
    width: 500px;
  }
}
.webu22-overview .event-images .intro-pill {
  left: 60%;
  bottom: 120px;
  z-index: -1;
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .event-images .intro-pill {
    display: none;
  }
}
.webu22-overview .event-images .offset-top {
  margin-top: 15rem;
}
@media (max-width: 1280px) {
  .webu22-overview .event-images .offset-top {
    margin-top: 0;
  }
}
.webu22-overview .speakers-pill-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .speakers-pill-left {
    left: -70px;
  }
}
@media (max-width: 575px) {
  .webu22-overview .speakers-pill-left {
    width: 200px;
    left: 0;
  }
}
.webu22-overview .mobile-speakers {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}
@media (max-width: 990px) {
  .webu22-overview .mobile-speakers {
    display: block;
  }
}
.webu22-overview .mobile-speakers h3 {
  margin-bottom: 15rem;
}
@media (max-width: 575px) {
  .webu22-overview .mobile-speakers h3 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .webu22-overview .mobile-speakers h2 {
    margin-bottom: 0;
    font-size: 3rem;
  }
}
.webu22-overview .mobile-speakers .single-speaker {
  margin-bottom: 10rem;
}
@media (max-width: 575px) {
  .webu22-overview .mobile-speakers .single-speaker {
    margin-bottom: 5rem;
  }
}
.webu22-overview .mobile-speakers .speaker-photo img {
  -webkit-filter: grayscale(1) brightness(1.1);
          filter: grayscale(1) brightness(1.1);
}
@media (max-width: 575px) {
  .webu22-overview .mobile-speakers .speaker-photo {
    margin-bottom: 3rem;
  }
}
.webu22-overview .mobile-speakers .speaker-info {
  width: 100%;
}
.webu22-overview .mobile-speakers .speaker-info .text-right {
  text-align: left;
}
.webu22-overview .mobile-speakers .speaker-info hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  border: none;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  height: 1px;
}
.webu22-overview .mobile-speakers h2 {
  font-size: 4rem;
}
.webu22-overview .mobile-speakers .more-speakers {
  margin-top: 0 !important;
  z-index: 999;
}
.webu22-overview .mobile-speakers .more-speakers a {
  color: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.webu22-overview .mobile-speakers .more-speakers .icon {
  margin-left: 7px;
  margin-top: 1px;
}
.webu22-overview .mobile-speakers .more-speakers svg {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 12px;
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .mobile-speakers .adventure-pill {
    top: 80%;
    left: -70px;
    width: 180px;
  }
}
@media (max-width: 575px) {
  .webu22-overview .mobile-speakers .col-xs-6,
  .webu22-overview .mobile-speakers .col-xs-10 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .webu22-overview .webu22-speakers.pinned-layers {
    display: none;
  }
}
.webu22-overview .webu22-speakers .more-speakers {
  margin-top: -100px;
  z-index: 9999;
}
.webu22-overview .webu22-speakers .more-speakers a {
  color: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.webu22-overview .webu22-speakers .more-speakers .icon {
  margin-left: 7px;
  margin-top: 1px;
}
.webu22-overview .webu22-speakers .more-speakers svg {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 12px;
}
.webu22-overview .webu22-speakers .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .webu22-speakers .container {
    transform: none;
    top: auto;
  }
}
.webu22-overview .webu22-speakers .social-links a {
  color: transparent;
}
.webu22-overview .webu22-speakers .social-links a .icon {
  width: 25px;
  height: 25px;
}
.webu22-overview .webu22-speakers .icon.icon-book g {
  fill: #fff;
}
.webu22-overview .speakers-bubble-left {
  top: 10%;
  left: -40px;
  z-index: 9999;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .speakers-bubble-left {
    width: 200px;
    left: -40px;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .speakers-bubble-left {
    width: 160px;
  }
}
.webu22-overview .speakers-orange-pill {
  top: 40%;
  left: 0;
  z-index: 9999;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .speakers-orange-pill {
    width: 200px;
    left: -5%;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .speakers-orange-pill {
    width: 140px;
    left: auto;
    right: 30px;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .speakers-orange-pill {
    width: 200px;
    left: auto;
    right: -80px;
  }
}
.webu22-overview .text {
  color: white;
}
.webu22-overview .text-wrap {
  position: relative;
  overflow: hidden;
  height: 400vh;
}
.webu22-overview .text-wrapper {
  position: relative;
  /*---*/
  height: 100%;
}
.webu22-overview .panel-text {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  /*---*/
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.webu22-overview .panel-text .speaker-info {
  width: 100%;
}
.webu22-overview .panel-text .speaker-info hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none !important;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  height: 1px;
}
.webu22-overview .panel-text .speaker-info h2 a {
  color: #fff;
}
.webu22-overview .p-wrap {
  position: relative;
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .webu22-overview .p-wrap {
    width: 360px;
    height: 360px;
  }
}
.webu22-overview .panel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(1.1);
          filter: grayscale(1) brightness(1.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.webu22-overview .choose-adventure {
  padding-top: 20rem;
  position: relative;
}
.webu22-overview .choose-adventure .container {
  position: relative;
  z-index: 999;
}
.webu22-overview .choose-adventure .adventure-intro {
  padding-bottom: 20rem;
}
.webu22-overview .choose-adventure .adventure-intro p {
  font-size: 18px;
  max-width: 60%;
  margin: 0 auto;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .choose-adventure .offset-top {
    margin-top: 0;
  }
}
.webu22-overview .choose-adventure .adventure-bubble {
  position: absolute;
  left: 30px;
  top: 35%;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .choose-adventure .adventure-bubble {
    lefT: -15%;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .choose-adventure .adventure-bubble {
    width: 350px;
    left: -130px;
  }
}
@media (max-width: 575px) {
  .webu22-overview .choose-adventure .adventure-bubble {
    top: -200px;
  }
}
.webu22-overview .choose-adventure .adventure-bg-pill {
  position: absolute;
  left: 50%;
  top: 60%;
  opacity: .2;
  width: 150px;
  z-index: 0;
  transition: all .2s ease;
  will-change: transform;
}
@media (max-width: 575px) {
  .webu22-overview .choose-adventure .adventure-bg-pill {
    left: 35%;
    width: 100px;
    top: 60%;
  }
}
.webu22-overview .choose-adventure .why-buy-orange {
  right: 180px;
  top: 70%;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .choose-adventure .why-buy-orange {
    right: 100px;
    width: 120px;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .choose-adventure .why-buy-orange {
    right: 20px;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .choose-adventure .why-buy-orange {
    right: -20px;
  }
}
.webu22-overview .choose-adventure .glass-card-container {
  padding: 0 70px;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .choose-adventure .glass-card-container {
    padding: 0 15px;
  }
}
.webu22-overview .choose-adventure .glass-card {
  background: rgba(255, 255, 255, 0.2) !important;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 7rem 5rem;
  min-height: 320px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transform-style: preserve-3d;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .choose-adventure .glass-card {
    padding: 5rem 3rem;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .choose-adventure .glass-card {
    min-height: 0;
  }
}
@media (max-width: 575px) {
  .webu22-overview .choose-adventure .glass-card {
    padding: 4rem 2rem;
  }
}
.webu22-overview .choose-adventure .glass-card p {
  font-size: 18px;
  padding: 0 80px;
  line-height: 1.8;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .choose-adventure .glass-card p {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .webu22-overview .choose-adventure .glass-card p {
    font-size: 16px;
  }
}
.webu22-overview .choose-adventure .glass-card p.larger {
  margin: 1rem 0 2.5rem 0;
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .choose-adventure .glass-card p br {
    display: none;
  }
}
.webu22-overview .choose-adventure .glass-card p .larger {
  margin: 2rem 0;
}
.webu22-overview .choose-adventure .glass-card h3 {
  font-size: 4.8rem;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.webu22-overview .choose-adventure .glass-card h3:before {
  display: none;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .choose-adventure .glass-card h3 {
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .webu22-overview .choose-adventure .glass-card h3 {
    font-size: 3rem;
  }
}
.webu22-overview .choose-adventure .adventure-wave {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  height: 400px;
  z-index: 99;
  width: 100%;
}
@media (max-width: 1440px) {
  .webu22-overview .choose-adventure .adventure-wave {
    height: auto;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .choose-adventure .adventure-wave {
    top: 40%;
  }
}
@media (max-width: 575px) {
  .webu22-overview .choose-adventure .adventure-wave {
    top: 55%;
  }
}
.webu22-overview .choose-adventure .green-glow {
  height: 1200px;
  position: absolute;
  width: 100%;
  left: 10%;
  top: -15%;
  background-position: -200px 100px;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  background-repeat: no-repeat;
  animation: pulse 2s ease-in-out infinite alternate;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .choose-adventure .green-glow {
    left: 0;
    top: -50%;
  }
}
@keyframes pulse {
  from {
    background-image: radial-gradient(rgba(17, 238, 171, 0.4) 0%, rgba(17, 238, 171, 0.2) 30%, rgba(255, 255, 255, 0) 55%);
    opacity: .8;
  }
  to {
    background-image: radial-gradient(rgba(17, 238, 171, 0.4) 0%, rgba(17, 238, 171, 0.2) 30%, rgba(255, 255, 255, 0) 55%);
    opacity: 0.3;
  }
}
.webu22-overview .why-attend-new {
  position: relative;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .why-attend-new {
    padding-top: 10rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .why-attend-new {
    padding-top: 0;
  }
}
.webu22-overview .why-attend-new h4 {
  font-size: 1.8rem;
}
.webu22-overview .why-attend-new .why-buy-point {
  margin: 3rem 0;
}
.webu22-overview .why-attend-new .why-buy-point p {
  padding-right: 80px;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .why-attend-new .why-buy-point p {
    padding-right: 30px;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .why-attend-new .why-buy-point p {
    padding-right: 0;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu22-overview .why-attend-new .d-sm-none {
    display: none;
  }
}
.webu22-overview .why-attend-new .why-buy-bubble {
  left: 0;
  top: 15vh;
  opacity: 0.35;
}
@media only screen and ( max-width: 575px ) {
  .webu22-overview .why-attend-new .why-buy-bubble {
    top: 50vh;
  }
}
.webu22-overview .why-attend-new .why-buy-right {
  right: 0;
  bottom: -100px;
}
@media only screen and ( max-width: 1279px ) {
  .webu22-overview .why-attend-new .why-buy-right {
    bottom: -200px;
  }
}
@media (max-width: 575px) {
  .webu22-overview .why-attend-new .why-buy-right {
    width: 200px;
    bottom: -100px;
  }
}
.webu22-overview .webu22-closing {
  margin-top: -100px;
  padding-bottom: 0;
  padding-top: 0;
}
.webu22-overview .webu22-closing img {
  margin: 0 auto;
  max-width: 864px;
  display: block;
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .webu22-closing img {
    max-width: 100%;
  }
}
.webu22-overview .faqs {
  padding: 5rem 0 15rem 0;
}
@media (max-width: 575px) {
  .webu22-overview .faqs {
    padding-bottom: 5rem;
  }
}
.webu22-overview .faqs h4 {
  background: transparent;
  padding: 20px 55px 20px 15px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  border: none !important;
  font-weight: 400;
  margin-bottom: -1px;
  font-size: 1.8rem;
}
@media (max-width: 575px) {
  .webu22-overview .faqs h4 {
    padding-left: 0;
  }
}
.webu22-overview .faqs .faq-answer {
  display: none;
  background: transparent;
  padding: 15px;
}
@media (max-width: 575px) {
  .webu22-overview .faqs .faq-answer {
    padding-left: 0;
  }
}
.webu22-overview .faqs .faq-answer p {
  margin: 0;
  padding: 0 0 20px 0;
}
.webu22-overview .faqs .faq-answer p:last-child {
  padding-bottom: 0;
}
.webu22-overview .faqs .accordion {
  margin-top: 10rem;
}
@media (max-width: 575px) {
  .webu22-overview .faqs .accordion {
    margin-top: 0;
  }
}
.webu22-overview .faqs .accordion-toggle {
  right: 15px;
  height: 16px;
  width: 16px;
  top: 25px;
}
.webu22-overview .faqs .accordion-toggle .horizontal,
.webu22-overview .faqs .accordion-toggle .vertical {
  background: #fff;
}
.webu22-overview .faqs .accordion-toggle .horizontal {
  position: absolute;
  width: 16px;
  height: 1px;
  margin-left: -6px;
  top: 8px;
}
.webu22-overview .faqs .accordion-toggle .vertical {
  width: 1px;
  height: 16px;
  left: 10px;
  top: 0px;
}
.webu22-overview .faqs .faq-pill {
  right: 10%;
  top: 30%;
  opacity: 0.2;
}
@media (max-width: 575px) {
  .webu22-overview .faqs .faq-pill {
    width: 120px;
    top: 40%;
  }
}
.webu22-overview .faqs .faq-bubble {
  right: 0;
  top: 35%;
  opacity: 0.35;
  z-index: -1;
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .faqs .faq-bubble {
    top: 50%;
  }
}
.webu22-overview .faqs .faq-left {
  left: 15px;
  top: 30%;
}
@media only screen and ( max-width: 768px ) {
  .webu22-overview .faqs .faq-left {
    left: -100px;
  }
}
@media (max-width: 575px) {
  .webu22-overview .faqs .faq-left {
    width: 150px;
    right: 0;
    opacity: 1;
    z-index: -1;
    left: auto;
  }
}
@media (max-width: 1440px) {
  .to23-overview .site-header .nav-main a,
  .event-to23 .site-header .nav-main a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1365px) {
  .to23-overview .site-header .nav-main a,
  .event-to23 .site-header .nav-main a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.event-to23 .site-header .nav-main a {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1365px) {
  .event-to23 .site-header .nav-main a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1280px) {
  .event-to23 .site-header .nav-main a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.5rem;
  }
}
.to23-overview {
  background: #080809;
  color: #fff;
  /*  .intro-overlay {
    background: linear-gradient(
      206.29deg, #18336A 13.06%, rgba(24, 51, 106, 0) 46.5%);
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 120vh;
      z-index:1;
      background-repeat: no-repeat;
      @media @query-lt-lg {
        height: 100vh;
      }
      @media @query-lt-md {
        height: 50vh;
      }
    } */
  /*Particles*/
}
.to23-overview .footer-content {
  background: #000;
  position: relative;
  z-index: 2;
}
.to23-overview main {
  margin: 0 !important;
}
.to23-overview .c-scrollbar_thumb {
  background-color: #fff;
}
.to23-overview .larger-text {
  font-size: 18px;
}
.to23-overview .nav-main .extra-event-nav ul li a,
.to23-overview .nav-secondary .extra-event-nav ul li a {
  color: #292929 !important;
}
.to23-overview .nav-main .extra-nav-toggler span,
.to23-overview .nav-secondary .extra-nav-toggler span {
  background: #fff;
}
.to23-overview .nav-main .extra-nav-toggler:hover span,
.to23-overview .nav-secondary .extra-nav-toggler:hover span {
  background: #fff;
  opacity: .8;
}
.to23-overview .nav-main li.current_page_item a,
.to23-overview .nav-secondary li.current_page_item a,
.to23-overview .nav-main li.selected a,
.to23-overview .nav-secondary li.selected a {
  border-bottom-color: #fff;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .nav-main li.current_page_item a,
  .to23-overview .nav-secondary li.current_page_item a,
  .to23-overview .nav-main li.selected a,
  .to23-overview .nav-secondary li.selected a {
    border-bottom-color: #005f9c;
  }
}
.to23-overview .fog-container {
  position: relative;
}
.to23-overview .fog-image {
  width: 100%;
  height: auto;
  top: 95%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
@media only screen and ( max-width: 768px ) {
  .to23-overview .fog-image {
    width: 150%;
  }
}
.to23-overview .fog-up {
  top: 175vh;
  width: 100%;
  z-index: -2 !important;
  opacity: .7;
}
.to23-overview .grey-fog {
  top: 400%;
  left: 43vh;
  z-index: 98 !important;
  mix-blend-mode: exclusion;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .grey-fog {
    top: 300%;
    left: 0vh;
    width: 100%;
  }
}
.to23-overview .building-very-back {
  left: 0;
  top: 200%;
  max-width: 500px;
  z-index: 0 !important;
}
@media (max-width: 1600px) {
  .to23-overview .building-very-back {
    left: -250px;
    top: 180%;
  }
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .building-very-back {
    display: none;
  }
}
.to23-overview .gradient-test {
  background: linear-gradient(180deg, transparent 0%, #808b91 35%, #000000 70%, #070809 100%);
  position: relative;
}
@media only screen and ( max-width: 575px ) {
  .to23-overview .gradient-test {
    background: linear-gradient(180deg, transparent 0%, #808b91 20%, #000000 70%, #070809 100%);
  }
}
.to23-overview .buildings-cluster {
  right: 0;
  z-index: 1 !important;
  top: 170%;
}
@media (max-width: 1920px) {
  .to23-overview .buildings-cluster {
    width: 1920px;
  }
}
@media (max-width: 1600px) {
  .to23-overview .buildings-cluster {
    width: 1620px;
  }
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .buildings-cluster {
    width: 1180px;
  }
}
@media only screen and ( max-width: 575px ) {
  .to23-overview .buildings-cluster {
    top: 120%;
  }
}
.to23-overview .building-right-between {
  right: 0;
  top: 320%;
  max-width: 800px;
  z-index: 1 !important;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .building-right-between {
    right: 150px;
    max-width: 50%;
  }
}
.to23-overview .building-right {
  z-index: 99 !important;
  right: -15%;
  top: 430%;
  max-width: 1100px;
}
@media (max-width: 1199px) {
  .to23-overview .building-right {
    max-width: 800px;
    top: 460%;
  }
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .building-right {
    max-width: 50%;
    right: -5%;
    top: 365%;
  }
}
.to23-overview .building-front {
  left: -16%;
  top: 565%;
  width: 50%;
  z-index: 98 !important;
  max-width: 1100px;
}
@media (max-width: 1199px) {
  .to23-overview .building-front {
    top: 595%;
  }
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .building-front {
    max-width: 50%;
    left: -5%;
    top: 425%;
  }
}
.to23-overview .photo-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  -webkit-filter: grayscale(1) brightness(1.1);
          filter: grayscale(1) brightness(1.1);
}
.to23-overview .glitch-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 103%;
  position: absolute;
  left: 0%;
  animation: glitch-anim-flash 3s infinite linear;
  -webkit-filter: sepia(1) brightness(1) contrast(4) hue-rotate(308deg);
          filter: sepia(1) brightness(1) contrast(4) hue-rotate(308deg);
}
@keyframes glitch-anim-flash {
  0% {
    opacity: .2;
  }
  20%,
  100% {
    opacity: 0;
  }
}
.to23-overview .wires-top-container,
.to23-overview .wires-middle-container {
  position: absolute;
}
.to23-overview .wire-2 {
  top: 40%;
  width: 100%;
  z-index: 98 !important;
  position: relative;
  margin-top: 0;
}
.to23-overview .wires-middle-container,
.to23-overview .wires-top-container {
  top: 100%;
  width: 100%;
  height: 100%;
}
.to23-overview .wires-top-container {
  top: 200px;
}
.to23-overview .wires-middle-container {
  top: 0;
}
.to23-overview .wire-3 {
  width: 100%;
  z-index: 98 !important;
  position: absolute;
  left: 0;
  top: 20%;
}
.to23-overview .parallax-me {
  opacity: 0;
  transition: opacity 1s ease;
}
.to23-overview .parallax-me.is-inview {
  opacity: 1;
}
.to23-overview .scroller {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}
.to23-overview .text {
  color: #fff;
}
.to23-overview section.black {
  position: relative;
  height: 393vh;
}
.to23-overview .relative {
  position: relative;
}
@media (max-width: 991px) {
  .to23-overview .gutter {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .to23-overview .gutter {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1280px) {
  .to23-overview .col-md-offset-0 {
    margin-left: 0;
  }
}
.to23-overview h1,
.to23-overview h2,
.to23-overview h3,
.to23-overview h4,
.to23-overview h5 {
  color: #fff;
}
.to23-overview p {
  font-size: 14px;
  line-height: 1.7;
}
.to23-overview p a {
  color: #fff;
}
.to23-overview h2 {
  font-size: 6rem;
  margin-bottom: 2rem;
}
.to23-overview h2:after {
  display: none;
}
@media only screen and ( max-width: 1279px ) {
  .to23-overview h2 {
    font-size: 5rem;
  }
}
.to23-overview .trigger {
  padding-bottom: 8rem;
}
.to23-overview .pb-0 {
  padding-bottom: 0 !important;
}
.to23-overview h3.add-square {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .to23-overview h3.add-square {
    padding-left: 0;
  }
}
.to23-overview h3.add-square:before {
  width: 12px;
  height: 12px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
@media only screen and ( max-width: 575px ) {
  .to23-overview h3.add-square:before {
    top: auto;
    transform: none;
  }
}
.to23-overview h3.add-square.square-red:before {
  background: ##DF1E1E;
}
.to23-overview h3.add-square.square-yellow:before {
  background: #E2FF75;
}
.to23-overview h3.add-square.square-green:before {
  background: #11EEAB;
}
.to23-overview h3.add-square.square-blue:before {
  background: #38BFDC;
}
.to23-overview h3.add-square.no-square:before {
  display: none;
}
.to23-overview .site-header .outline-social .icon .fg,
.to23-overview .site-header.nav-light .outline-social .icon .fg,
.to23-overview .site-header .outline-social #fg,
.to23-overview .site-header.nav-light .outline-social #fg {
  fill: #fff;
}
.to23-overview .site-header {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(270deg, #101115 0%, #232426 100%);
}
.to23-overview .site-header a {
  color: #fff !important;
}
.to23-overview .site-header .icon-menu svg {
  fill: #ffffff;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .to23-overview .site-header {
    background: rgba(255, 255, 255, 0.1) !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}
.to23-overview section {
  padding: 25rem 0 15rem 0;
}
.to23-overview section.border-light-grey {
  padding-top: 1.6rem;
  padding-bottom: 0;
}
.to23-overview .container {
  max-width: 1200px;
  z-index: 999;
}
.to23-overview .event-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 2rem 2rem 1rem 2rem;
}
.to23-overview .text-large {
  font-size: 1.8rem;
  line-height: 2;
}
.to23-overview .vertically-aligned {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.to23-overview .to23-info {
  padding: 0 20px 0 40px;
  text-transform: uppercase;
  font-size: 14px;
  color: #C4BEA5;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and ( max-width: 1279px ) {
  .to23-overview .to23-info {
    padding: 0;
  }
}
.to23-overview .bold {
  font-weight: 700;
}
.to23-overview .btn-default.btn-inverse {
  display: inline-block;
  background: #ffffff;
  color: #1B3F71;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 25px;
  font-size: 14px;
  transition: all .2s ease;
  box-shadow: 0px 10px 40px rgba(27, 63, 113, 0.5);
}
.to23-overview .btn-default.btn-inverse:hover {
  box-shadow: 0px 10px 40px rgba(27, 63, 113, 0.8);
}
.to23-overview .to23-title,
.to23-overview .to23-toronto,
.to23-overview .to23-subtitle,
.to23-overview .to23-dates,
.to23-overview .btn-inverse,
.to23-overview .to23-locations,
.to23-overview .video-holder img {
  opacity: 0;
}
.to23-overview .offset-top {
  margin-top: 15rem;
}
.to23-overview .to23-subtitle {
  background: #E2FF75;
  color: #000;
  padding: 2rem 6rem 4rem 2rem;
}
@media only screen and ( max-width: 1279px ) {
  .to23-overview .to23-subtitle {
    padding-right: 4rem;
  }
}
.to23-overview .event-overview {
  position: relative;
  padding: 10rem 0;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .event-overview {
    padding-top: 20rem;
    padding-bottom: 10rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .to23-overview .event-overview {
    padding-top: 18rem;
  }
}
.to23-overview .event-overview .container {
  position: relative;
  z-index: 9999;
}
.to23-overview .event-overview h3 {
  margin-bottom: 6rem;
}
@media (max-width: 575px) {
  .to23-overview .event-overview h3 {
    margin-bottom: 5rem;
  }
}
.to23-overview .event-overview p {
  font-size: 3.6rem;
  line-height: 1.3em;
  font-weight: 300;
}
@media only screen and ( max-width: 1279px ) {
  .to23-overview .event-overview p {
    font-size: 2.6rem;
  }
}
@media only screen and ( max-width: 575px ) {
  .to23-overview .event-overview p {
    font-size: 2rem;
  }
}
.to23-overview .event-overview .event-lead-sponsors {
  background: transparent;
  margin: 8rem 0 0 0;
  padding: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: 100%;
}
@media (max-width: 575px) {
  .to23-overview .event-overview .event-lead-sponsors {
    margin-top: 5rem;
  }
}
.to23-overview .event-overview .event-lead-sponsors .event-partners {
  -ms-flex-pack: center;
      justify-content: center;
}
.to23-overview .event-overview .event-lead-sponsors .event-partners svg,
.to23-overview .event-overview .event-lead-sponsors .event-partners img {
  width: auto !important;
  -webkit-filter: none;
}
.to23-overview .event-overview .event-lead-sponsors .event-partners a:hover img,
.to23-overview .event-overview .event-lead-sponsors .event-partners a:hover svg {
  opacity: 1;
}
@media only screen and ( max-width: 768px ) {
  .to23-overview .event-overview .event-lead-sponsors .event-partners a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 2rem 0;
    text-align: center;
  }
}
.to23-overview .event-overview .event-lead-sponsors h4 {
  font-size: 14px;
  opacity: .6;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
@media only screen and ( max-width: 1279px ) {
  .to23-overview .event-overview .event-lead-sponsors h4 {
    border-right: 1px solid rgba(255, 255, 255, 0.4) !important;
    padding: 2rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .to23-overview .event-overview .event-lead-sponsors h4 {
    border: none !important;
    padding: 0;
  }
}
.to23-overview .event-intro {
  height: 100vh;
  padding: 0;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}
.to23-overview .event-intro .artwork-credit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: linear-gradient(60.62deg, rgba(255, 255, 255, 0.3) 0.3%, rgba(255, 255, 255, 0.1) 97.63%);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  padding: 3rem 1.5rem;
  text-align: center;
  opacity: 0;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .event-intro .artwork-credit {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent !important;
    padding: 0;
    right: 15px;
    bottom: 30px;
  }
}
.to23-overview .event-intro .artwork-credit img {
  margin: 0 auto;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .event-intro .artwork-credit img {
    display: none;
  }
}
.to23-overview .event-intro .artwork-credit p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 1rem;
  font-size: 10px;
  margin-bottom: 0;
}
.to23-overview .event-intro .artwork-credit p a {
  display: none;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .event-intro .artwork-credit p a {
    display: inline-block;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .event-intro .artwork-credit p {
    border: none;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
  }
}
.to23-overview .event-intro .scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.to23-overview .event-intro .scroll svg {
  width: 15px;
}
.to23-overview .event-intro .scroll path {
  stroke: #fff;
}
.to23-overview .event-intro .bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .event-intro {
    display: block;
    overflow: initial;
  }
}
.to23-overview .event-intro .video-holder {
  width: 100%;
  height: 100%;
  position: relative;
}
.to23-overview .event-intro .video-holder .main-banner {
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: 100%;
  position: relative;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .event-intro .video-holder .main-banner {
    width: 200%;
  }
}
.to23-overview .event-intro #to23-logo {
  width: 374px;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .event-intro #to23-logo {
    width: 80%;
    margin: -100px auto 30px auto;
  }
}
@media only screen and ( max-width: 1279px ) {
  .to23-overview .event-intro .to23-toronto br {
    display: none;
  }
}
@media only screen and ( max-width: 575px ) {
  .to23-overview .event-intro .to23-dates {
    display: none;
  }
}
.to23-overview .event-intro .to23-add-toronto {
  display: none;
}
@media only screen and ( max-width: 575px ) {
  .to23-overview .event-intro .to23-add-toronto {
    display: inline;
  }
}
.to23-overview .event-intro .container {
  position: absolute;
  right: 0;
  margin: 0 auto;
  left: 0;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .event-intro .container {
    top: 60%;
    transform: translateY(-50%);
  }
}
.to23-overview .event-intro .main-shell {
  position: absolute;
  top: -3%;
  width: 115%;
  left: -15%;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .event-intro .main-shell {
    position: relative;
    width: 150%;
    left: -4%;
  }
}
@media only screen and ( max-width: 768px ) {
  .to23-overview .event-intro .main-shell {
    position: relative;
    width: 175%;
    left: -9%;
  }
}
.to23-overview .event-intro h2 {
  margin-bottom: 3rem;
}
.to23-overview .event-intro h2:after {
  content: '';
  margin: 3rem auto 4rem auto;
  height: 3px;
  width: 80px;
  display: block;
  background: #fff;
}
.to23-overview .gradient-helper {
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(0deg, #080809 5%, rgba(255, 255, 255, 0) 100%);
}
.to23-overview .img-absolute {
  position: absolute;
  z-index: 999;
}
.to23-overview .event-images {
  padding-top: 10rem;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .event-images {
    padding-top: 0;
  }
}
.to23-overview .event-images video {
  -webkit-filter: grayscale(1) contrast(1.2);
          filter: grayscale(1) contrast(1.2);
}
.to23-overview .event-images .intro-image-1,
.to23-overview .event-images .intro-image-2 {
  position: relative;
}
.to23-overview .event-images .offset-top {
  margin-top: 15rem;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .event-images .offset-top {
    margin-top: 0;
  }
}
.to23-overview .mobile-speakers {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}
@media (max-width: 990px) {
  .to23-overview .mobile-speakers {
    display: block;
  }
}
.to23-overview .mobile-speakers h3 {
  margin-bottom: 15rem;
}
@media (max-width: 575px) {
  .to23-overview .mobile-speakers h3 {
    margin-bottom: 5rem;
  }
}
.to23-overview .mobile-speakers h2 a {
  color: #fff;
}
@media (max-width: 575px) {
  .to23-overview .mobile-speakers h2 {
    margin-bottom: 0;
    font-size: 3rem;
  }
}
.to23-overview .mobile-speakers .single-speaker {
  margin-bottom: 10rem;
}
@media (max-width: 575px) {
  .to23-overview .mobile-speakers .single-speaker {
    margin-bottom: 5rem;
  }
}
.to23-overview .mobile-speakers .speaker-photo img {
  -webkit-filter: grayscale(1) brightness(1.1);
          filter: grayscale(1) brightness(1.1);
}
@media (max-width: 575px) {
  .to23-overview .mobile-speakers .speaker-photo {
    margin-bottom: 3rem;
  }
}
.to23-overview .mobile-speakers .speaker-info {
  width: 100%;
}
.to23-overview .mobile-speakers .speaker-info .text-right {
  text-align: left;
}
.to23-overview .mobile-speakers .speaker-info hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.to23-overview .mobile-speakers h2 {
  font-size: 4rem;
}
.to23-overview .mobile-speakers .more-speakers.mobile-more {
  margin-top: 0;
  z-index: 999;
}
@media (max-width: 991px) {
  .to23-overview .mobile-speakers .more-speakers.mobile-more {
    margin-top: 0 !important;
  }
}
.to23-overview .mobile-speakers .more-speakers.mobile-more a {
  color: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.to23-overview .mobile-speakers .more-speakers.mobile-more .icon {
  margin-left: 7px;
  margin-top: 1px;
}
.to23-overview .mobile-speakers .more-speakers.mobile-more svg {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 12px;
}
@media (max-width: 575px) {
  .to23-overview .mobile-speakers .col-xs-6,
  .to23-overview .mobile-speakers .col-xs-10 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.to23-overview .to23-speakers:after {
  height: 400px;
  content: "";
  position: absolute;
  bottom: -10rem;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, #000000 100%);
  z-index: 0;
}
@media (max-width: 991px) {
  .to23-overview .to23-speakers.pinned-layers {
    display: none;
  }
}
.to23-overview .to23-speakers .more-speakers {
  margin-top: -50px !important;
  z-index: 9999;
}
.to23-overview .to23-speakers .more-speakers a {
  color: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.to23-overview .to23-speakers .more-speakers .icon {
  margin-left: 7px;
  margin-top: 1px;
}
.to23-overview .to23-speakers .more-speakers svg {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 12px;
}
.to23-overview .to23-speakers .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .to23-speakers .container {
    transform: none;
    top: auto;
  }
}
.to23-overview .to23-speakers .social-links a {
  color: transparent;
}
.to23-overview .to23-speakers .social-links a .icon {
  width: 25px;
  height: 25px;
}
.to23-overview .to23-speakers .icon.icon-book g {
  fill: #fff;
}
.to23-overview .speakers-bubble-left {
  top: 10%;
  left: -80px;
  z-index: 9999;
  opacity: .7;
}
@media only screen and ( max-width: 1279px ) {
  .to23-overview .speakers-bubble-left {
    width: 180px;
    left: -40px;
  }
}
@media only screen and ( max-width: 575px ) {
  .to23-overview .speakers-bubble-left {
    width: 160px;
    left: -60px;
  }
}
.to23-overview .speakers-orange-pill {
  top: 45%;
  left: 0;
  z-index: 9999;
}
@media only screen and ( max-width: 1279px ) {
  .to23-overview .speakers-orange-pill {
    width: 110px;
  }
}
@media only screen and ( max-width: 768px ) {
  .to23-overview .speakers-orange-pill {
    width: 80px;
    left: auto;
    right: 30px;
  }
}
.to23-overview .speakers-bg-pill {
  top: 60%;
  left: 700px;
  opacity: .1;
}
.to23-overview .text {
  color: white;
}
.to23-overview .text-wrap {
  position: relative;
  overflow: hidden;
  height: 400vh;
}
.to23-overview .text-wrapper {
  position: relative;
  /*---*/
  height: 100%;
}
.to23-overview .panel-text {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  /*---*/
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.to23-overview .panel-text .speaker-info {
  width: 100%;
}
.to23-overview .panel-text .speaker-info hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.to23-overview .panel-text .speaker-info h2 a {
  color: #fff;
}
.to23-overview .p-wrap {
  position: relative;
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .to23-overview .p-wrap {
    width: 350px;
    height: 350px;
  }
}
.to23-overview .panel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.to23-overview .choose-adventure {
  margin-top: 5rem;
  position: relative;
  background-image: url(../img/to23/tickets-bg.jpg);
  background-color: #080809;
  z-index: 100;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 60%;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .choose-adventure {
    background-color: transparent;
  }
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .choose-adventure br {
    display: none;
  }
}
.to23-overview .choose-adventure:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -100px;
  width: 100%;
  height: 500px;
  background: linear-gradient(180deg, transparent 0%, #000000 20%, transparent 100%);
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .choose-adventure:before {
    background: linear-gradient(180deg, transparent 0%, black 39%);
  }
}
.to23-overview .choose-adventure:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0rem;
  width: 100%;
  height: 300px;
  background: linear-gradient(0deg, #080809 0%, #080809 40%, transparent 100%);
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .choose-adventure:after {
    background: linear-gradient(0deg, transparent 0, #080809 50%);
  }
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .choose-adventure {
    padding-top: 15rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .to23-overview .choose-adventure {
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .to23-overview .choose-adventure {
    padding-top: 15rem;
  }
}
.to23-overview .choose-adventure .red-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(224, 30, 30, 0.4);
  mix-blend-mode: overlay;
  z-index: 0;
  opacity: 0;
  top: 0;
  transition: opacity .5s ease;
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, #080809 57%, transparent 100%);
}
.to23-overview .choose-adventure .yellow-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(226, 255, 117, 0.4);
  mix-blend-mode: overlay;
  z-index: 0;
  opacity: 0;
  top: 0;
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, #080809 57%, transparent 100%);
  transition: opacity .5s ease;
}
.to23-overview .choose-adventure .show {
  opacity: 1;
}
.to23-overview .choose-adventure h2:after {
  content: "";
  width: 106px;
  height: 0;
  margin: 3rem auto;
  display: block;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}
.to23-overview .choose-adventure .container {
  position: relative;
  z-index: 999;
}
.to23-overview .choose-adventure .adventure-intro {
  padding-bottom: 15rem;
}
@media only screen and ( max-width: 768px ) {
  .to23-overview .choose-adventure .adventure-intro {
    padding-bottom: 10rem;
  }
}
.to23-overview .choose-adventure .adventure-intro p {
  font-size: 18px;
  max-width: 60%;
  margin: 0 auto;
}
@media only screen and ( max-width: 768px ) {
  .to23-overview .choose-adventure .adventure-intro p {
    max-width: 80%;
  }
}
@media only screen and ( max-width: 1279px ) {
  .to23-overview .choose-adventure .offset-top {
    margin-top: 0;
  }
}
.to23-overview .choose-adventure .glass-card-container {
  padding: 0 70px;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .choose-adventure .glass-card-container {
    padding: 0 15px;
  }
}
.to23-overview .choose-adventure .glass-card {
  background: rgba(255, 255, 255, 0.2) !important;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 7rem 5rem;
  min-height: 320px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transform-style: preserve-3d;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .choose-adventure .glass-card {
    padding: 5rem 3rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .to23-overview .choose-adventure .glass-card {
    min-height: 0;
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 2rem auto;
  }
}
@media only screen and ( max-width: 575px ) {
  .to23-overview .choose-adventure .glass-card {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 575px) {
  .to23-overview .choose-adventure .glass-card {
    padding: 4rem 2rem;
  }
}
.to23-overview .choose-adventure .glass-card .btn-default {
  display: inline-block;
  background: #DF1E1E;
  width: 165px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 35px;
  font-size: 14px;
  text-align: center;
}
@media only screen and ( max-width: 768px ) {
  .to23-overview .choose-adventure .glass-card .btn-default {
    -ms-flex-item-align: self-start;
        -ms-grid-row-align: self-start;
        align-self: self-start;
  }
}
@media only screen and ( max-width: 575px ) {
  .to23-overview .choose-adventure .glass-card .btn-default {
    margin-top: 1rem;
  }
}
.to23-overview .choose-adventure .glass-card .btn-yellow {
  background-color: #E2FF75;
  color: #000;
}
.to23-overview .choose-adventure .glass-card p {
  font-size: 18px;
  margin: 1rem 0;
  line-height: 1.8;
}
@media only screen and ( max-width: 1279px ) {
  .to23-overview .choose-adventure .glass-card p {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .to23-overview .choose-adventure .glass-card p {
    font-size: 16px;
  }
}
.to23-overview .choose-adventure .glass-card p.larger {
  margin: 1rem 0 2.5rem 0;
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .choose-adventure .glass-card p br {
    display: none;
  }
}
.to23-overview .choose-adventure .glass-card p .larger {
  margin: 2rem 0;
}
.to23-overview .choose-adventure .glass-card h3 {
  font-size: 4rem;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.to23-overview .choose-adventure .glass-card h3:before {
  display: none;
}
@media only screen and ( max-width: 1279px ) {
  .to23-overview .choose-adventure .glass-card h3 {
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .to23-overview .choose-adventure .glass-card h3 {
    font-size: 3rem;
  }
}
.to23-overview .antenna-holder {
  position: absolute;
  left: 0%;
  top: 35%;
  z-index: 99;
}
.to23-overview .antenna-holder:before,
.to23-overview .antenna-holder:after {
  width: 100%;
  content: "";
  position: absolute;
  z-index: 1;
}
.to23-overview .antenna-holder img {
  -webkit-mask-image: radial-gradient(83% 80% at 28% 50%, #181a1d 11%, transparent 73%);
}
.to23-overview .why-attend-new {
  position: relative;
  padding-top: 15rem;
}
@media only screen and ( max-width: 1279px ) {
  .to23-overview .why-attend-new {
    padding-top: 10rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .to23-overview .why-attend-new {
    padding-top: 15rem;
  }
}
@media only screen and ( max-width: 575px ) {
  .to23-overview .why-attend-new {
    padding-top: 5rem;
  }
}
.to23-overview .why-attend-new h4 {
  font-size: 1.8rem;
}
.to23-overview .why-attend-new .why-buy-point {
  margin: 3rem 0;
}
.to23-overview .why-attend-new .why-buy-point p {
  padding-right: 80px;
}
@media only screen and ( max-width: 1279px ) {
  .to23-overview .why-attend-new .why-buy-point p {
    padding-right: 30px;
  }
}
@media only screen and ( max-width: 575px ) {
  .to23-overview .why-attend-new .why-buy-point p {
    padding-right: 0;
  }
}
@media only screen and ( max-width: 991px ) {
  .to23-overview .why-attend-new .d-sm-none {
    display: none;
  }
}
.to23-overview .to23-closing {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -3px;
  lefT: 0;
  right: 0;
}
@media only screen and ( max-width: 575px ) {
  .to23-overview .to23-closing {
    width: 150%;
    left: -45%;
  }
}
.to23-overview .particles {
  position: absolute;
  left: 0;
  width: 100%;
  height: 99%;
  top: 0;
  top: -100vh;
  z-index: 99;
}
.to23-overview .square {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #38BFDC;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.to23-overview .square.red {
  width: 2px;
  height: 2px;
}
.to23-overview .square.border {
  background: transparent;
  border: 1px solid #888;
  width: 12px;
  height: 12px;
}
.to23-overview .square.border:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: transparent;
  content: "";
  border: 1px solid white;
}
.to23-overview .cross {
  width: 30px;
  height: 30px;
  position: absolute;
  opacity: .4;
}
.to23-overview .cross:before,
.to23-overview .cross:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 1px;
  background-color: #999;
}
.to23-overview .cross:before {
  transform: rotate(0deg);
}
.to23-overview .cross:after {
  transform: rotate(-90deg);
}
@keyframes twinkle {
  0% {
    transform: scale(1, 1);
    background: rgba(56, 191, 220, 0);
  }
  60% {
    transform: scale(0.8, 0.8);
    background: #38bfdc;
  }
  80% {
    background: rgba(56, 191, 220, 0);
    transform: scale(1, 1);
  }
  100% {
    background: rgba(56, 191, 220, 0);
    transform: scale(1, 1);
  }
}
@keyframes twinkle-red {
  0% {
    transform: scale(1, 1);
    background: rgba(223, 30, 30, 0);
  }
  60% {
    transform: scale(0.8, 0.8);
    background: #df1e1e;
  }
  80% {
    background: rgba(223, 30, 30, 0);
    transform: scale(1, 1);
  }
  100% {
    background: rgba(223, 30, 30, 0);
    transform: scale(1, 1);
  }
}
@keyframes twinkle-yellow {
  0% {
    transform: scale(1, 1);
    background: rgba(226, 255, 117, 0);
  }
  60% {
    transform: scale(0.8, 0.8);
    background: #e2ff75;
  }
  80% {
    background: rgba(226, 255, 117, 0);
    transform: scale(1, 1);
  }
  100% {
    background: rgba(226, 255, 117, 0);
    transform: scale(1.1, 1.1);
  }
}
@keyframes twinkle-white {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    transform: scale(0.8, 0.8);
    opacity: .7;
  }
  80% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: .9;
    transform: scale(1.1, 1.1);
  }
}
@keyframes twinkle-cross {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    transform: scale(0.8, 0.8);
    opacity: .7;
  }
  80% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: .9;
    transform: scale(1.1, 1.1);
  }
}
.to23-overview .faqs {
  padding: 150px 0 20% 0;
  position: relative;
}
@media only screen and ( max-width: 575px ) {
  .to23-overview .faqs {
    padding-bottom: 300px;
  }
}
.to23-overview .faqs:before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.to23-overview .faqs h4 {
  background: transparent;
  padding: 20px 55px 20px 15px;
  border-top: none;
  font-weight: 400;
  margin-bottom: -1px;
  font-size: 1.8rem;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 5px, transparent 5px, transparent 10px, rgba(255, 255, 255, 0.8) 10px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 5px, transparent 5px, transparent 10px, rgba(255, 255, 255, 0.8) 10px), repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 5px, transparent 5px, transparent 10px, rgba(255, 255, 255, 0.8) 10px), repeating-linear-gradient(270deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 5px, transparent 5px, transparent 10px, rgba(255, 255, 255, 0.8) 10px);
  background-size: 0px 100%, 100% 1px, 0px 100% , 100% 0px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .to23-overview .faqs h4 {
    padding-left: 0;
  }
}
.to23-overview .faqs .faq-answer {
  display: none;
  background: transparent;
  padding: 0px 15px 25px 15px;
}
@media (max-width: 575px) {
  .to23-overview .faqs .faq-answer {
    padding-left: 0;
  }
}
.to23-overview .faqs .faq-answer p {
  margin: 0;
  padding: 0 0 20px 0;
}
.to23-overview .faqs .faq-answer p:last-child {
  padding-bottom: 0;
}
.to23-overview .faqs .accordion {
  margin-top: 10rem;
}
@media (max-width: 575px) {
  .to23-overview .faqs .accordion {
    margin-top: 0;
  }
}
.to23-overview .faqs .accordion-toggle {
  right: 15px;
  height: 16px;
  width: 16px;
  top: 25px;
}
.to23-overview .faqs .accordion-toggle .horizontal,
.to23-overview .faqs .accordion-toggle .vertical {
  background: #fff;
}
.to23-overview .faqs .accordion-toggle .horizontal {
  position: absolute;
  width: 16px;
  height: 1px;
  margin-left: -6px;
  top: 8px;
}
.to23-overview .faqs .accordion-toggle .vertical {
  width: 1px;
  height: 16px;
  left: 10px;
  top: 0px;
}
html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .webu23-overview .site-header .nav-main a,
  .event-webu23 .site-header .nav-main a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1365px) {
  .webu23-overview .site-header .nav-main a,
  .event-webu23 .site-header .nav-main a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.event-webu23 .site-header .nav-main a {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1365px) {
  .event-webu23 .site-header .nav-main a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1280px) {
  .event-webu23 .site-header .nav-main a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.5rem;
  }
}
.webu23-overview {
  background: #3131B0;
  color: #fff;
}
.webu23-overview .icon-github {
  color: #fff !important;
}
.webu23-overview main {
  margin: 0 !important;
}
.webu23-overview .nav-main .extra-event-nav ul li a,
.webu23-overview .nav-secondary .extra-event-nav ul li a {
  color: #292929 !important;
}
.webu23-overview .nav-main .extra-nav-toggler span,
.webu23-overview .nav-secondary .extra-nav-toggler span {
  background: #fff;
}
.webu23-overview .nav-main .extra-nav-toggler:hover span,
.webu23-overview .nav-secondary .extra-nav-toggler:hover span {
  background: #fff;
  opacity: .8;
}
.webu23-overview .nav-main li.current_page_item a,
.webu23-overview .nav-secondary li.current_page_item a,
.webu23-overview .nav-main li.selected a,
.webu23-overview .nav-secondary li.selected a {
  border-bottom-color: #fff;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .nav-main li.current_page_item a,
  .webu23-overview .nav-secondary li.current_page_item a,
  .webu23-overview .nav-main li.selected a,
  .webu23-overview .nav-secondary li.selected a {
    border-bottom-color: #005f9c;
  }
}
.webu23-overview .gradient-bg {
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(180deg, #3131B0 11.49%, #27278C 27.6%, #11113C 41.15%, #27278C 50.19%, #3131B0 58.85%, #9B9BE3 69.04%, #7373D8 78.13%, #27278C 87.16%);
  z-index: -1;
}
.webu23-overview .parallax-me {
  opacity: 0;
  transition: opacity .8s ease;
}
.webu23-overview .parallax-me.is-inview {
  opacity: 1;
}
.webu23-overview .scroller {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}
.webu23-overview .text {
  color: #fff;
}
.webu23-overview section.black {
  position: relative;
  height: 393vh;
}
.webu23-overview section.black .lights-right {
  position: absolute;
  bottom: 20%;
  right: 0;
}
.webu23-overview section.black .lights-left {
  position: absolute;
  bottom: 0%;
  left: -240px;
}
.webu23-overview .relative {
  position: relative;
}
@media (max-width: 991px) {
  .webu23-overview .gutter {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .webu23-overview .gutter {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1280px) {
  .webu23-overview .col-md-offset-0 {
    margin-left: 0;
  }
}
.webu23-overview h1,
.webu23-overview h2,
.webu23-overview h3,
.webu23-overview h4,
.webu23-overview h5 {
  color: #fff;
}
.webu23-overview p a {
  color: #fff;
}
.webu23-overview h2 {
  font-size: 6rem;
  margin-bottom: 2rem;
}
.webu23-overview h2:after {
  display: none;
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview h2 {
    font-size: 5rem;
  }
}
.webu23-overview .trigger {
  padding-bottom: 8rem;
}
.webu23-overview .pb-0 {
  padding-bottom: 0 !important;
}
.webu23-overview h3.add-circles {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .webu23-overview h3.add-circles {
    padding-left: 0;
  }
}
.webu23-overview h3.add-circles:before,
.webu23-overview h3.add-circles:after {
  width: 8px;
  height: 8px;
  margin-top: 0;
  vertical-align: middle;
  top: -1px;
  content: "";
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background: #ffffff;
}
.webu23-overview h3.add-circles:before {
  margin-right: 10px;
}
@media only screen and ( max-width: 575px ) {
  .webu23-overview h3.add-circles:before {
    top: auto;
    transform: none;
  }
}
.webu23-overview h3.add-circles:after {
  margin-left: 5px;
}
@media only screen and ( max-width: 575px ) {
  .webu23-overview h3.add-circles:after {
    top: auto;
    transform: none;
  }
}
.webu23-overview h3.add-circles.no-circles:before {
  display: none;
}
.webu23-overview .site-header .outline-social .icon .fg,
.webu23-overview .site-header.nav-light .outline-social .icon .fg,
.webu23-overview .site-header .outline-social #fg,
.webu23-overview .site-header.nav-light .outline-social #fg {
  fill: #fff;
}
.webu23-overview .site-header {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(270deg, #1B3F71 0%, #2F76AC 100%);
}
.webu23-overview .site-header a {
  color: #fff !important;
}
.webu23-overview .site-header .icon-menu svg {
  fill: #ffffff;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .webu23-overview .site-header {
    background: rgba(49, 49, 176, 0.1) !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}
.webu23-overview section {
  padding: 25rem 0 15rem 0;
}
.webu23-overview section.border-light-grey {
  padding-top: 1.6rem;
  padding-bottom: 0;
}
.webu23-overview .gradient-helper {
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(0deg, #3131b0 5%, rgba(49, 49, 176, 0) 100%);
}
.webu23-overview .container {
  max-width: 1300px;
  z-index: 999;
}
.webu23-overview .text-large {
  font-size: 1.8rem;
  line-height: 2;
}
.webu23-overview .vertically-aligned {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.webu23-overview .webu23-info {
  padding: 0 20px 0 40px;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .webu23-info {
    padding: 0;
  }
}
.webu23-overview .webu23-hr {
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  margin-bottom: 3rem;
  opacity: 0;
}
.webu23-overview .bold {
  font-weight: 700;
}
.webu23-overview .btn-default.btn-inverse {
  display: inline-block;
  background: #ffffff;
  color: #1B3F71;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 25px;
  font-size: 14px;
  transition: all .2s ease;
}
.webu23-overview .btn-default.btn-inverse:hover {
  background-color: #7373D8;
  color: #ffffff;
}
.webu23-overview .webu23-title,
.webu23-overview .webu23-toronto,
.webu23-overview .dates-info,
.webu23-overview .btn-inverse {
  opacity: 0;
}
.webu23-overview .dates-info {
  transition: opacity .3s ease;
  margin-bottom: 2rem;
}
.webu23-overview .offset-top {
  margin-top: 15rem;
}
.webu23-overview .event-overview {
  position: relative;
  overflow: hidden;
  z-index: 999;
  padding: 10rem 0;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .event-overview {
    padding-top: 20rem;
    padding-bottom: 15rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .event-overview {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.webu23-overview .event-overview h3 {
  margin-bottom: 6rem;
}
@media (max-width: 575px) {
  .webu23-overview .event-overview h3 {
    margin-bottom: 5rem;
  }
}
.webu23-overview .event-overview p {
  font-size: 3.6rem;
  line-height: 1.3em;
  font-weight: 300;
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .event-overview p {
    font-size: 2.6rem;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu23-overview .event-overview p {
    font-size: 2rem;
  }
}
.webu23-overview .event-overview .event-lead-sponsors {
  background: transparent;
  margin: 8rem 0 0 0;
  padding: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: 100%;
}
@media (max-width: 575px) {
  .webu23-overview .event-overview .event-lead-sponsors {
    margin-top: 5rem;
  }
}
.webu23-overview .event-overview .event-lead-sponsors .event-partners {
  -ms-flex-pack: center;
      justify-content: center;
}
.webu23-overview .event-overview .event-lead-sponsors .event-partners svg,
.webu23-overview .event-overview .event-lead-sponsors .event-partners img {
  max-width: 100%;
  height: 100%;
  width: auto;
  -webkit-filter: none;
}
.webu23-overview .event-overview .event-lead-sponsors .event-partners a {
  max-width: 125px;
  height: 45px;
}
.webu23-overview .event-overview .event-lead-sponsors .event-partners a:hover img,
.webu23-overview .event-overview .event-lead-sponsors .event-partners a:hover svg {
  opacity: 1;
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .event-overview .event-lead-sponsors .event-partners a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 2rem 0;
    text-align: center;
  }
}
.webu23-overview .event-overview .event-lead-sponsors h4 {
  font-size: 14px;
  opacity: .8;
  border-right-style: dotted;
  border-width: 4px;
  border-color: #fff !important;
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .event-overview .event-lead-sponsors h4 {
    padding: 2rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .event-overview .event-lead-sponsors h4 {
    border: none !important;
    padding: 0;
  }
}
.webu23-overview .event-overview .overview-right {
  right: -100px;
  z-index: 0;
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .event-overview .overview-right {
    right: 0;
    width: 250px;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .event-overview .overview-right {
    right: 0;
    top: 120px;
  }
}
@media (max-width: 575px) {
  .webu23-overview .event-overview .overview-right {
    top: 60px;
    width: 200px;
    right: -80px;
  }
}
.webu23-overview .event-intro {
  overflow: hidden;
  height: 100vh;
  padding: 0;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .event-intro {
    display: block;
  }
}
.webu23-overview .event-intro .artwork-credit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: linear-gradient(60.62deg, rgba(255, 255, 255, 0.3) 0.3%, rgba(255, 255, 255, 0.1) 97.63%);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  padding: 1rem;
  text-align: center;
  opacity: 0;
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .event-intro .artwork-credit {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent !important;
    padding: 0;
    right: 15px;
    bottom: -15px;
  }
}
.webu23-overview .event-intro .artwork-credit img {
  margin: 0 auto;
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .event-intro .artwork-credit img {
    display: none;
  }
}
.webu23-overview .event-intro .artwork-credit p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 1rem 4px 1rem;
  font-size: 10px;
}
.webu23-overview .event-intro .artwork-credit p a {
  display: none;
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .event-intro .artwork-credit p a {
    display: inline-block;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .event-intro .artwork-credit p {
    border: none;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
  }
}
.webu23-overview .event-intro .scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.webu23-overview .event-intro .scroll svg {
  width: 15px;
}
.webu23-overview .event-intro .scroll path {
  stroke: #fff;
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .event-intro .scroll {
    position: relative;
    bottom: -30px;
  }
}
.webu23-overview .event-intro .bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .event-intro {
    display: block;
    overflow: initial;
  }
}
.webu23-overview .event-intro .video-holder {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .event-intro .video-holder {
    height: auto;
  }
}
.webu23-overview .event-intro .webu23-title #webu23-logo {
  margin: 0 auto;
  width: 380px;
}
@media only screen and ( max-width: 575px ) {
  .webu23-overview .event-intro .webu23-title #webu23-logo {
    width: 170px;
  }
}
.webu23-overview .event-intro .webu23-dates {
  margin: 20px 0 30px 0;
  max-width: 100%;
}
.webu23-overview .event-intro .webu23-subtitle {
  max-width: 350px;
  line-height: 1.4;
  font-size: 16px;
  margin: 0 auto;
}
.webu23-overview .event-intro .container {
  position: absolute;
  right: 0;
  margin: 0 auto;
  left: 0;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .event-intro .container {
    position: relative;
    margin-top: -30px;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu23-overview .event-intro .container {
    margin-top: 0;
  }
}
.webu23-overview .event-intro .main-shell {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .event-intro .main-shell {
    position: absolute;
    width: 125%;
    left: -15%;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .event-intro .main-shell {
    width: auto;
    position: relative;
    height: 63vh;
    lefT: -10vw;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu23-overview .event-intro .main-shell {
    height: 55vh;
    lefT: -22vw;
  }
}
.webu23-overview .event-intro h2 {
  margin-bottom: 3rem;
}
.webu23-overview .event-intro h2:after {
  content: '';
  margin: 3rem auto 4rem auto;
  height: 3px;
  width: 80px;
  display: block;
  background: #fff;
}
.webu23-overview .intro-overlay {
  background: linear-gradient(206.29deg, #18336A 13.06%, rgba(24, 51, 106, 0) 46.5%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 120vh;
  z-index: 1;
  background-repeat: no-repeat;
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .intro-overlay {
    height: 100vh;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .intro-overlay {
    height: 50vh;
  }
}
.webu23-overview .img-absolute {
  position: absolute;
  z-index: 999;
}
.webu23-overview .event-images {
  padding-top: 0;
}
.webu23-overview .event-images .intro-image-1,
.webu23-overview .event-images .intro-image-2 {
  position: relative;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .webu23-overview .event-images .intro-right,
  .webu23-overview .event-images .intro-left {
    width: 120px;
  }
}
.webu23-overview .event-images .web-left {
  left: -750px;
  top: -20vh;
  z-index: -1;
  transform: rotate(11deg);
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .event-images .web-left {
    left: -500px;
    width: 600px;
    top: -10vh;
  }
}
.webu23-overview .event-images .web-right {
  right: -450px;
  top: 20vh;
  z-index: -1;
  transform: rotate(-34deg);
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .event-images .web-right {
    width: 800px;
    right: -300px;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .event-images .web-right {
    width: 600px;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu23-overview .event-images .web-right {
    top: 10vh;
  }
}
.webu23-overview .event-images .offset-top {
  margin-top: 15rem;
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .event-images .offset-top {
    margin-top: -50px;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .event-images .offset-top {
    margin-top: 10rem;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu23-overview .event-images .offset-top {
    margin-top: 7rem;
  }
}
.webu23-overview .speakers-pill-left {
  position: absolute;
  bottom: 150px;
  left: 0;
}
@media (max-width: 575px) {
  .webu23-overview .speakers-pill-left {
    width: 100px;
  }
}
.webu23-overview .mobile-speakers {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}
@media (max-width: 990px) {
  .webu23-overview .mobile-speakers {
    display: block;
  }
}
.webu23-overview .mobile-speakers h3 {
  margin-bottom: 15rem;
}
@media (max-width: 575px) {
  .webu23-overview .mobile-speakers h3 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .webu23-overview .mobile-speakers h2 {
    margin-bottom: 0;
    font-size: 3rem;
  }
}
.webu23-overview .mobile-speakers .single-speaker {
  margin-bottom: 10rem;
}
@media (max-width: 575px) {
  .webu23-overview .mobile-speakers .single-speaker {
    margin-bottom: 5rem;
  }
}
.webu23-overview .mobile-speakers .speaker-photo img {
  -webkit-filter: grayscale(1) brightness(1.1);
          filter: grayscale(1) brightness(1.1);
}
.webu23-overview .mobile-speakers .speaker-photo a {
  position: relative;
}
.webu23-overview .mobile-speakers .speaker-photo a:before {
  content: "";
  background: linear-gradient(180deg, rgba(76, 76, 205, 0.4) 0%, rgba(119, 119, 217, 0.25) 100%);
  mix-blend-mode: overlay;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 575px) {
  .webu23-overview .mobile-speakers .speaker-photo {
    margin-bottom: 3rem;
  }
}
.webu23-overview .mobile-speakers .speaker-info {
  width: 100%;
}
.webu23-overview .mobile-speakers .speaker-info .text-right {
  text-align: left;
}
.webu23-overview .mobile-speakers .speaker-info hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.webu23-overview .mobile-speakers h2 {
  font-size: 4rem;
}
.webu23-overview .mobile-speakers .more-speakers {
  margin-top: 0 !important;
  z-index: 999;
}
.webu23-overview .mobile-speakers .more-speakers a {
  color: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.webu23-overview .mobile-speakers .more-speakers .icon {
  margin-left: 7px;
  margin-top: 1px;
}
.webu23-overview .mobile-speakers .more-speakers svg {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 12px;
}
.webu23-overview .mobile-speakers .lights-right {
  position: absolute;
  top: 20%;
  right: -10%;
  z-index: -1;
}
@media only screen and ( max-width: 575px ) {
  .webu23-overview .mobile-speakers .lights-right {
    top: 46vh;
  }
}
.webu23-overview .mobile-speakers .lights-left {
  position: absolute;
  bottom: 0%;
  left: -35%;
  z-index: -1;
}
@media only screen and ( max-width: 575px ) {
  .webu23-overview .mobile-speakers .lights-left {
    left: auto;
    bottom: 0;
    right: -60px;
    width: 300px;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .mobile-speakers .adventure-pill {
    top: 80%;
    left: -100px;
  }
}
@media (max-width: 575px) {
  .webu23-overview .mobile-speakers .adventure-pill {
    left: -50px;
    width: 150px;
  }
}
@media (max-width: 575px) {
  .webu23-overview .mobile-speakers .col-xs-6,
  .webu23-overview .mobile-speakers .col-xs-10 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .webu23-overview .webu23-speakers.pinned-layers {
    display: none;
  }
}
.webu23-overview .webu23-speakers .more-speakers {
  margin-top: -100px;
  z-index: 9999;
}
.webu23-overview .webu23-speakers .more-speakers a {
  color: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.webu23-overview .webu23-speakers .more-speakers .icon {
  margin-left: 7px;
  margin-top: 1px;
}
.webu23-overview .webu23-speakers .more-speakers svg {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 12px;
}
.webu23-overview .webu23-speakers .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .webu23-speakers .container {
    transform: none;
    top: auto;
  }
}
.webu23-overview .webu23-speakers .social-links a {
  color: transparent;
}
.webu23-overview .webu23-speakers .social-links a .icon {
  width: 25px;
  height: 25px;
}
.webu23-overview .webu23-speakers .icon.icon-book g {
  fill: #fff;
}
.webu23-overview .speakers-web-left {
  top: 30%;
  left: -10vw;
  z-index: -1;
  position: fixed;
}
.webu23-overview .text {
  color: white;
}
.webu23-overview .text-wrap {
  position: relative;
  overflow: hidden;
  height: 400vh;
}
.webu23-overview .text-wrapper {
  position: relative;
  /*---*/
  height: 100%;
}
.webu23-overview .panel-text {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  /*---*/
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.webu23-overview .panel-text .speaker-info {
  width: 100%;
}
.webu23-overview .panel-text .speaker-info hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.webu23-overview .panel-text .speaker-info h2 a {
  color: #fff;
}
.webu23-overview .p-wrap {
  position: relative;
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .webu23-overview .p-wrap {
    width: 360px;
    height: 360px;
  }
}
.webu23-overview .p-wrap:before {
  content: "";
  background: linear-gradient(180deg, rgba(76, 76, 205, 0.4) 0%, rgba(119, 119, 217, 0.25) 100%);
  mix-blend-mode: overlay;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.webu23-overview .panel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(1.1);
          filter: grayscale(1) brightness(1.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.webu23-overview .spotlight-left,
.webu23-overview .spotlight-right {
  position: absolute;
  width: 2000px;
  height: 2000px;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .spotlight-left,
  .webu23-overview .spotlight-right {
    width: 1000px;
    height: 1000px;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .choose-adventure {
    padding-top: 10rem;
  }
}
.webu23-overview .choose-adventure .spotlight-left {
  background: radial-gradient(circle, rgba(115, 115, 216, 0.5) 0%, rgba(115, 115, 216, 0.5) 10%, rgba(115, 115, 216, 0) 50%);
  left: -1000px;
  top: -400px;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .choose-adventure .spotlight-left {
    left: -500px;
    top: 300px;
  }
}
.webu23-overview .choose-adventure .spotlight-right {
  background: radial-gradient(circle, #24247f 0%, #24247f 10%, rgba(36, 36, 127, 0) 50%);
  right: -1000px;
  top: -400px;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .choose-adventure .spotlight-right {
    right: -500px;
    top: 500px;
  }
}
.webu23-overview .choose-adventure .dots-divider {
  margin-bottom: 2rem;
}
.webu23-overview .choose-adventure .adventure-web {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10%;
  height: 700px;
  z-index: 0;
  width: 100%;
}
@media (max-width: 1920px) {
  .webu23-overview .choose-adventure .adventure-web {
    top: 30%;
    height: 500px;
  }
}
@media (max-width: 1440px) {
  .webu23-overview .choose-adventure .adventure-web {
    height: auto;
    top: 20%;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .choose-adventure .adventure-web {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .choose-adventure .adventure-web {
    top: 15%;
    height: 300px;
    width: auto;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu23-overview .choose-adventure .adventure-web {
    top: -5%;
    height: 300px;
  }
}
.webu23-overview .choose-adventure .adventure-intro {
  margin-bottom: 100px;
}
.webu23-overview .choose-adventure .glass-card {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 7rem 5rem;
  min-height: 320px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transform-style: preserve-3d;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .choose-adventure .glass-card {
    padding: 5rem 3rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .choose-adventure .glass-card {
    min-height: 0;
    margin: 2rem auto;
  }
}
@media (max-width: 575px) {
  .webu23-overview .choose-adventure .glass-card {
    padding: 4rem 2rem;
  }
}
.webu23-overview .choose-adventure .glass-card .btn-default {
  display: inline-block;
  background: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 35px;
  font-size: 14px;
  text-align: center;
  color: #242480;
  margin: 0 auto;
  margin-top: 1rem;
}
.webu23-overview .choose-adventure .glass-card p {
  font-size: 18px;
  margin: 1rem 0;
  line-height: 1.8;
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .choose-adventure .glass-card p {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .webu23-overview .choose-adventure .glass-card p {
    font-size: 16px;
  }
}
.webu23-overview .choose-adventure .glass-card p.larger {
  margin: 1rem 0 2.5rem 0;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .choose-adventure .glass-card p br {
    display: none;
  }
}
.webu23-overview .choose-adventure .glass-card p .larger {
  margin: 2rem 0;
}
.webu23-overview .choose-adventure .glass-card h3 {
  font-size: 4rem;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.webu23-overview .choose-adventure .glass-card h3:before {
  display: none;
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .choose-adventure .glass-card h3 {
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .webu23-overview .choose-adventure .glass-card h3 {
    font-size: 3rem;
  }
}
.webu23-overview .choose-adventure .glass-card.in-person-event {
  background: linear-gradient(47.18deg, rgba(76, 97, 205, 0.5) 8.19%, rgba(47, 39, 140, 0.8) 52.9%);
}
.webu23-overview .choose-adventure .glass-card.online-event {
  margin-top: 160px;
  background: linear-gradient(47.18deg, rgba(76, 76, 205, 0.8) 0.24%, rgba(119, 119, 217, 0.5) 52.9%);
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .choose-adventure .glass-card.online-event {
    margin-top: 40px;
  }
}
.webu23-overview .why-attend-new {
  position: relative;
  padding-top: 30rem;
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .why-attend-new {
    padding-top: 10rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .why-attend-new {
    padding-top: 0;
    padding-bottom: 10rem;
  }
}
.webu23-overview .why-attend-new .spotlight-left {
  background: radial-gradient(circle, rgba(115, 115, 216, 0.5) 0%, rgba(115, 115, 216, 0.5) 10%, rgba(115, 115, 216, 0) 50%);
  left: -1000px;
  top: -400px;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .why-attend-new .spotlight-left {
    left: -500px;
    top: 0;
  }
}
.webu23-overview .why-attend-new .spotlight-right {
  background: radial-gradient(circle, rgba(76, 76, 205, 0.5) 0%, rgba(76, 76, 205, 0.5) 10%, rgba(76, 76, 205, 0) 50%);
  right: -1000px;
  top: -600px;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .why-attend-new .spotlight-right {
    right: -500px;
    top: 100px;
  }
}
.webu23-overview .why-attend-new h4 {
  font-size: 1.8rem;
}
.webu23-overview .why-attend-new .why-buy-point {
  margin: 3rem 0;
}
.webu23-overview .why-attend-new .why-buy-point p {
  padding-right: 80px;
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .why-attend-new .why-buy-point p {
    padding-right: 30px;
  }
}
@media only screen and ( max-width: 575px ) {
  .webu23-overview .why-attend-new .why-buy-point p {
    padding-right: 0;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .why-attend-new .d-sm-none {
    display: none;
  }
}
.webu23-overview .why-attend-new .why-web {
  left: -30px;
  top: 25vh;
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .why-attend-new .why-web {
    lefT: 30px;
    width: 300px;
  }
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .why-attend-new .why-web {
    display: none;
  }
}
.webu23-overview .webu23-closing {
  margin-top: -1px;
  padding-bottom: 0;
  padding-top: 0;
}
.webu23-overview .webu23-closing img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 300px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
  top: 100px;
  transition: all .2s ease;
}
@media only screen and ( max-width: 991px ) {
  .webu23-overview .webu23-closing img {
    height: 200px;
  }
}
.webu23-overview .faqs {
  padding: 5rem 0;
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .faqs {
    padding-bottom: 0;
  }
}
.webu23-overview .faqs h4 {
  background: transparent;
  padding: 20px 55px 20px 15px;
  border-top: 2px dotted rgba(255, 255, 255, 0.7);
  font-weight: 400;
  margin-bottom: -1px;
  font-size: 1.8rem;
}
@media (max-width: 575px) {
  .webu23-overview .faqs h4 {
    padding-left: 0;
  }
}
.webu23-overview .faqs .faq-answer {
  display: none;
  background: transparent;
  padding: 0px 15px 25px 15px;
}
@media (max-width: 575px) {
  .webu23-overview .faqs .faq-answer {
    padding-left: 0;
  }
}
.webu23-overview .faqs .faq-answer p {
  margin: 0;
  padding: 0 0 20px 0;
}
.webu23-overview .faqs .faq-answer p:last-child {
  padding-bottom: 0;
}
.webu23-overview .faqs .accordion {
  margin-top: 10rem;
}
@media only screen and ( max-width: 768px ) {
  .webu23-overview .faqs .accordion {
    margin-top: 0;
  }
}
.webu23-overview .faqs .accordion-toggle {
  right: 15px;
  height: 16px;
  width: 16px;
  top: 25px;
}
.webu23-overview .faqs .accordion-toggle .horizontal,
.webu23-overview .faqs .accordion-toggle .vertical {
  background: #fff;
}
.webu23-overview .faqs .accordion-toggle .horizontal {
  position: absolute;
  width: 16px;
  height: 1px;
  margin-left: -6px;
  top: 8px;
}
.webu23-overview .faqs .accordion-toggle .vertical {
  width: 1px;
  height: 16px;
  left: 10px;
  top: 0px;
}
.webu23-overview .faqs .faq-pill {
  right: 10%;
  top: 30%;
  opacity: 0.2;
}
@media (max-width: 575px) {
  .webu23-overview .faqs .faq-pill {
    width: 120px;
    top: 40%;
  }
}
.webu23-overview .faqs .faq-bubble {
  left: 20px;
  top: 60%;
  opacity: 0.6;
}
@media only screen and ( max-width: 1279px ) {
  .webu23-overview .faqs .faq-bubble {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .webu23-overview .faqs .faq-bubble {
    display: none;
  }
}
.webu23-overview .faqs .faq-left {
  left: -30px;
  top: -30px;
}
@media (max-width: 575px) {
  .webu23-overview .faqs .faq-left {
    width: 150px;
  }
}
.particles-parent {
  position: fixed;
  opacity: 0;
}
#particles {
  mix-blend-mode: color-dodge;
  height: 100vh;
}
.site-footer {
  position: relative;
  z-index: 90;
}
html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .to24-overview .site-header .nav-main a,
  .event-to24 .site-header .nav-main a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1365px) {
  .to24-overview .site-header .nav-main a,
  .event-to24 .site-header .nav-main a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.event-to24 .site-header .nav-main a {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1365px) {
  .event-to24 .site-header .nav-main a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1280px) {
  .event-to24 .site-header .nav-main a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.5rem;
  }
}
.to24-overview {
  background: #010101;
  color: #fff;
}
.to24-overview .logo-fitc circle {
  fill: white !important;
}
.to24-overview .logo-fitc path {
  fill: black !important;
}
.to24-overview .icon-github {
  color: #fff !important;
}
.to24-overview main {
  margin: 0 !important;
}
.to24-overview .nav-main .extra-event-nav ul li a,
.to24-overview .nav-secondary .extra-event-nav ul li a {
  color: #292929 !important;
}
.to24-overview .nav-main .extra-nav-toggler span,
.to24-overview .nav-secondary .extra-nav-toggler span {
  background: #fff;
}
.to24-overview .nav-main .extra-nav-toggler:hover span,
.to24-overview .nav-secondary .extra-nav-toggler:hover span {
  background: #fff;
  opacity: .8;
}
.to24-overview .nav-main li.current_page_item a,
.to24-overview .nav-secondary li.current_page_item a,
.to24-overview .nav-main li.selected a,
.to24-overview .nav-secondary li.selected a {
  border-bottom-color: #fff;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .nav-main li.current_page_item a,
  .to24-overview .nav-secondary li.current_page_item a,
  .to24-overview .nav-main li.selected a,
  .to24-overview .nav-secondary li.selected a {
    border-bottom-color: #005f9c;
  }
}
.to24-overview .gradient-bg {
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(180deg, #000 0%, #060607 15%, #232128 25%, #000 48.33%, #281E00 54%, #060500 72%, #000 100%);
}
.to24-overview .parallax-me {
  opacity: 0;
  transition: opacity .8s ease;
}
.to24-overview .parallax-me.is-inview {
  opacity: 1;
}
.to24-overview .scroller {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}
.to24-overview .text {
  color: #fff;
}
.to24-overview section.black {
  position: relative;
  height: 393vh;
}
.to24-overview section.black .lights-right {
  position: absolute;
  top: 45%;
  right: 60px;
  opacity: .8;
}
.to24-overview section.black .lights-left {
  position: absolute;
  bottom: 0%;
  left: -240px;
}
.to24-overview section.black .speaker-gem-bottom {
  top: 75%;
  left: -100px;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview section.black .speaker-gem-bottom {
    wdith: 250px;
  }
}
.to24-overview .relative {
  position: relative;
}
@media (max-width: 991px) {
  .to24-overview .gutter {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .gutter {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1280px) {
  .to24-overview .col-md-offset-0 {
    margin-left: 0;
  }
}
.to24-overview h1,
.to24-overview h2,
.to24-overview h3,
.to24-overview h4,
.to24-overview h5 {
  color: #fff;
}
.to24-overview p a {
  color: #fff;
}
.to24-overview h2 {
  font-size: 6rem;
  margin-bottom: 2rem;
}
.to24-overview h2:after {
  display: none;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview h2 {
    font-size: 5rem;
  }
}
.to24-overview .trigger {
  padding-bottom: 8rem;
}
.to24-overview .pb-0 {
  padding-bottom: 0 !important;
}
.to24-overview h3.add-circles {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview h3.add-circles {
    padding-left: 0;
  }
}
.to24-overview h3.add-circles:before,
.to24-overview h3.add-circles:after {
  width: 12px;
  height: 13px;
  margin-top: 0;
  vertical-align: middle;
  top: -4px;
  content: url('../img/to24/star.svg');
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background: transparent;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview h3.add-circles:before,
  .to24-overview h3.add-circles:after {
    top: -4px;
    transform: none;
  }
}
.to24-overview h3.add-circles:before {
  margin-right: 20px;
}
.to24-overview h3.add-circles:after {
  margin-left: 20px;
}
.to24-overview h3.add-circles.no-circles:before {
  display: none;
}
.to24-overview .site-header .outline-social .icon .fg,
.to24-overview .site-header.nav-light .outline-social .icon .fg,
.to24-overview .site-header .outline-social #fg,
.to24-overview .site-header.nav-light .outline-social #fg {
  fill: #fff;
}
.to24-overview .site-header {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(270deg, #050201 0%, #050201 100%);
}
.to24-overview .site-header a {
  color: #fff !important;
}
.to24-overview .site-header .icon-menu svg {
  fill: #ffffff;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .to24-overview .site-header {
    background: rgba(5, 2, 1, 0.1) !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}
.to24-overview section {
  padding: 30rem 0 20rem 0;
}
.to24-overview section.border-light-grey {
  padding-top: 1.6rem;
  padding-bottom: 0;
}
.to24-overview .gradient-helper {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .gradient-helper {
    background: linear-gradient(0deg, #000000 10%, rgba(0, 0, 0, 0) 100%);
  }
}
.to24-overview .container {
  max-width: 1200px;
  z-index: 999;
}
.to24-overview .text-large {
  font-size: 1.8rem;
  line-height: 2;
}
.to24-overview .vertically-aligned {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.to24-overview .to24-info {
  padding: 0 20px 0 40px;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .to24-info {
    padding: 0;
  }
}
.to24-overview .to24-hr {
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  margin-bottom: 3rem;
  opacity: 0;
}
.to24-overview .bold {
  font-weight: 700;
}
.to24-overview .btn-default.btn-inverse {
  display: inline-block;
  background: #ffffff;
  color: #010101;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 25px;
  font-size: 14px;
  transition: all .2s ease;
}
.to24-overview .btn-default.btn-inverse:hover {
  background-color: #333;
  color: #ffffff;
}
.to24-overview .to24-title,
.to24-overview .to24-dates,
.to24-overview .dates-info,
.to24-overview .btn-inverse {
  opacity: 0;
}
.to24-overview .to24-toronto {
  margin: 4rem 0;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .to24-toronto {
    width: 70%;
    margin: 2rem 0;
  }
}
@media (max-width: 376px) {
  .to24-overview .to24-toronto {
    width: 60%;
  }
}
.to24-overview .dates-info {
  transition: opacity .3s ease;
  margin-bottom: 2rem;
}
.to24-overview .offset-top {
  margin-top: 15rem;
}
.to24-overview .event-overview {
  position: relative;
  z-index: 999;
  padding: 25rem 0 16rem 0;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .event-overview {
    padding-top: 20rem;
    padding-bottom: 15rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-overview {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.to24-overview .event-overview h3 {
  margin-bottom: 6rem;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .event-overview h3 {
    margin-bottom: 5rem;
  }
}
.to24-overview .event-overview p {
  font-size: 3.6rem;
  line-height: 1.3em;
  font-weight: 300;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .event-overview p {
    font-size: 2.6rem;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .event-overview p {
    font-size: 2rem;
  }
}
.to24-overview .event-overview .event-lead-sponsors {
  background: transparent;
  margin: 8rem 0 0 0;
  padding: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: 100%;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .event-overview .event-lead-sponsors {
    margin-top: 5rem;
  }
}
.to24-overview .event-overview .event-lead-sponsors .event-partners {
  -ms-flex-pack: center;
      justify-content: center;
}
.to24-overview .event-overview .event-lead-sponsors .event-partners svg,
.to24-overview .event-overview .event-lead-sponsors .event-partners img {
  max-width: 100%;
  height: 100%;
  width: auto;
  -webkit-filter: none;
}
.to24-overview .event-overview .event-lead-sponsors .event-partners a {
  max-width: 125px;
  height: 45px;
}
.to24-overview .event-overview .event-lead-sponsors .event-partners a:hover img,
.to24-overview .event-overview .event-lead-sponsors .event-partners a:hover svg {
  opacity: 1;
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-overview .event-lead-sponsors .event-partners a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 2rem 0;
    text-align: center;
  }
}
.to24-overview .event-overview .event-lead-sponsors h4 {
  font-size: 14px;
  opacity: .8;
  border-right-style: solid;
  border-width: 1px;
  border-color: #fff !important;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .event-overview .event-lead-sponsors h4 {
    padding: 2rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-overview .event-lead-sponsors h4 {
    border: none !important;
    padding: 0;
  }
}
.to24-overview .event-overview .text-center {
  position: relative;
}
.to24-overview .event-overview .overview-right {
  right: -150px;
  top: -150px;
  opacity: .5;
  z-index: 0;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .event-overview .overview-right {
    display: none;
  }
}
.to24-overview .event-intro {
  overflow: hidden;
  height: 100vh;
  padding: 0;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .event-intro {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-intro {
    height: auto;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .event-intro {
    overflow: visible;
  }
}
.to24-overview .event-intro .artwork-credit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: linear-gradient(60.62deg, rgba(255, 255, 255, 0.3) 0.3%, rgba(255, 255, 255, 0.1) 97.63%);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  padding: 1rem;
  text-align: center;
  opacity: 0;
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-intro .artwork-credit {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent !important;
    padding: 0;
    right: 15px;
    bottom: -15px;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .event-intro .artwork-credit {
    bottom: -30px;
  }
}
.to24-overview .event-intro .artwork-credit img {
  margin: 0 auto;
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-intro .artwork-credit img {
    display: none;
  }
}
.to24-overview .event-intro .artwork-credit p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 1rem 4px 1rem;
  font-size: 10px;
}
.to24-overview .event-intro .artwork-credit p a {
  display: none;
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-intro .artwork-credit p a {
    display: inline-block;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-intro .artwork-credit p {
    border: none;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
  }
}
.to24-overview .event-intro .scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.to24-overview .event-intro .scroll svg {
  width: 15px;
}
.to24-overview .event-intro .scroll path {
  stroke: #fff;
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-intro .scroll {
    position: relative;
    bottom: -30px;
  }
}
.to24-overview .event-intro .bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.to24-overview .event-intro .video-holder {
  width: 50%;
  height: 100%;
  position: relative;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .event-intro .video-holder {
    width: 100%;
  }
}
.to24-overview .event-intro .to24-dates {
  margin: 0;
  max-width: 100%;
}
.to24-overview .event-intro .to24-subtitle {
  max-width: 350px;
  line-height: 1.4;
  font-size: 18px;
  margin: 0 auto 3rem auto;
}
.to24-overview .event-intro .container {
  position: absolute;
  right: 0;
  margin: 0 auto;
  left: 0;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .event-intro .container {
    top: 120px;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-intro .container {
    position: relative;
    top: 0;
    margin-top: 110px;
  }
}
.to24-overview .event-intro .main-crystal {
  position: relative;
  left: 2vw;
  width: 120%;
  height: 85vh;
  top: 5vh;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .event-intro .main-crystal {
    width: 100%;
    top: auto;
    bottom: -21vh;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-intro .main-crystal {
    bottom: 0;
    height: auto;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .event-intro .main-crystal {
    width: 120%;
    left: -5vw;
  }
}
.to24-overview .event-intro h2 {
  margin-bottom: 3rem;
}
.to24-overview .event-intro h2:after {
  content: '';
  margin: 3rem auto 4rem auto;
  height: 3px;
  width: 80px;
  display: block;
  background: #fff;
}
.to24-overview .intro-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 120vh;
  z-index: 1;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .intro-overlay {
    height: 100vh;
  }
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .intro-overlay {
    height: 50vh;
  }
}
.to24-overview .img-absolute {
  position: absolute;
  z-index: 999;
}
.to24-overview .event-images {
  padding-top: 0;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .event-images {
    padding-top: 10rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-images {
    padding-top: 0;
  }
}
.to24-overview .event-images .intro-image-1,
.to24-overview .event-images .intro-image-2 {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
}
.to24-overview .event-images .speakers-flower-top {
  position: absolute;
  right: 200px;
  bottom: -25vh;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .event-images .speakers-flower-top {
    right: 0;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-images .speakers-flower-top {
    width: 200px;
    bottom: 100px;
    left: 0;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .event-images .speakers-flower-top {
    bottom: 0;
    left: -40px;
    width: 180px;
    opacity: .4;
  }
}
.to24-overview .event-images .to19-highlights,
.to24-overview .event-images .to19-photo {
  -webkit-filter: grayscale(1) contrast(0.85);
          filter: grayscale(1) contrast(0.85);
  border-radius: 12px;
  will-change: transform;
}
.to24-overview .event-images .blue-overlay,
.to24-overview .event-images .yellow-overlay {
  position: relative;
}
.to24-overview .event-images .blue-overlay:before,
.to24-overview .event-images .yellow-overlay:before {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: 1;
  opacity: .3;
  mix-blend-mode: color;
  will-change: transform;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .event-images .blue-overlay:before,
  .to24-overview .event-images .yellow-overlay:before {
    mix-blend-mode: hard-light;
  }
}
.to24-overview .event-images .blue-overlay:before {
  background: #8080a3;
}
.to24-overview .event-images .yellow-overlay:before {
  background: #AB9172;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .event-images .intro-right,
  .to24-overview .event-images .intro-left {
    width: 120px;
  }
}
.to24-overview .event-images .web-left {
  left: -450px;
  top: 0vh;
  z-index: -1;
  transform: rotate(30deg);
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .event-images .web-left {
    left: -350px;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-images .web-left {
    width: 350px;
    left: -200px;
    top: 5vh;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .event-images .web-left {
    top: -20vh;
    width: 300px;
    left: -100px;
  }
}
.to24-overview .event-images .web-right {
  right: -400px;
  top: -20vh;
  z-index: 10;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .event-images .web-right {
    right: -300px;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-images .web-right {
    width: 400px;
    top: 50vh;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .event-images .web-right {
    top: 38vh;
    right: -320px;
  }
}
.to24-overview .event-images .offset-top {
  margin-top: 15rem;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .event-images .offset-top {
    margin-top: -50px;
  }
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .event-images .offset-top {
    margin-top: 10rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .event-images .offset-top {
    margin-top: 0;
  }
}
.to24-overview .speakers-pill-left {
  position: absolute;
  bottom: 150px;
  left: 0;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .speakers-pill-left {
    width: 100px;
  }
}
.to24-overview .mobile-speakers {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}
@media (max-width: 990px) {
  .to24-overview .mobile-speakers {
    display: block;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .mobile-speakers {
    margin-top: 7rem;
  }
}
.to24-overview .mobile-speakers h3 {
  margin-bottom: 15rem;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .mobile-speakers h3 {
    margin-bottom: 5rem;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .mobile-speakers h2 {
    margin-bottom: 0;
    font-size: 3rem;
  }
}
.to24-overview .mobile-speakers .single-speaker {
  margin-bottom: 10rem;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .mobile-speakers .single-speaker {
    margin-bottom: 5rem;
  }
}
.to24-overview .mobile-speakers .speaker-photo img {
  -webkit-filter: grayscale(1) brightness(1.1);
          filter: grayscale(1) brightness(1.1);
  border-radius: 12px;
}
.to24-overview .mobile-speakers .speaker-photo a {
  position: relative;
  display: block;
}
.to24-overview .mobile-speakers .speaker-photo a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: 999;
  opacity: .3;
  mix-blend-mode: color;
  background-color: #8080a3;
  will-change: transform;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .mobile-speakers .speaker-photo a::before {
    mix-blend-mode: hard-light;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .mobile-speakers .speaker-photo {
    margin-bottom: 3rem;
  }
}
.to24-overview .mobile-speakers .speaker-info {
  width: 100%;
}
.to24-overview .mobile-speakers .speaker-info .text-right {
  text-align: left;
}
.to24-overview .mobile-speakers .speaker-info hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.to24-overview .mobile-speakers h2 {
  font-size: 4rem;
}
.to24-overview .mobile-speakers .more-speakers {
  margin-top: 0 !important;
  z-index: 999;
}
.to24-overview .mobile-speakers .more-speakers a {
  color: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.to24-overview .mobile-speakers .more-speakers .icon {
  margin-left: 7px;
  margin-top: 1px;
}
.to24-overview .mobile-speakers .more-speakers svg {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 12px;
}
.to24-overview .mobile-speakers .lights-right {
  position: absolute;
  top: 20%;
  right: -10%;
  z-index: -1;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .mobile-speakers .lights-right {
    bottom: 55%;
    z-index: 1;
    top: auto;
    width: 150px;
  }
}
.to24-overview .mobile-speakers .lights-left {
  position: absolute;
  bottom: 0%;
  left: -35%;
  z-index: -1;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .mobile-speakers .lights-left {
    left: auto;
    bottom: 0;
    right: -60px;
    width: 160px;
    z-index: 1;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .mobile-speakers .adventure-pill {
    top: 80%;
    left: -100px;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .mobile-speakers .adventure-pill {
    left: -50px;
    width: 150px;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .mobile-speakers .col-xs-6,
  .to24-overview .mobile-speakers .col-xs-10 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .to24-overview .to24-speakers.pinned-layers {
    display: none;
  }
}
.to24-overview .to24-speakers .more-speakers {
  margin-top: -100px;
  z-index: 9999;
}
.to24-overview .to24-speakers .more-speakers a {
  color: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.to24-overview .to24-speakers .more-speakers .icon {
  margin-left: 7px;
  margin-top: 1px;
}
.to24-overview .to24-speakers .more-speakers svg {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 12px;
}
.to24-overview .to24-speakers .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .to24-speakers .container {
    transform: none;
    top: auto;
  }
}
.to24-overview .to24-speakers .social-links a {
  color: transparent;
}
.to24-overview .to24-speakers .social-links a .icon {
  width: 25px;
  height: 25px;
}
.to24-overview .to24-speakers .icon.icon-book g {
  fill: #fff;
}
.to24-overview .speakers-web-left {
  top: 14%;
  left: -5vw;
  position: fixed;
  opacity: .7;
}
.to24-overview .text {
  color: white;
}
.to24-overview .text-wrap {
  position: relative;
  overflow: hidden;
  height: 400vh;
}
.to24-overview .text-wrapper {
  position: relative;
  /*---*/
  height: 100%;
}
.to24-overview .panel-text {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  /*---*/
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.to24-overview .panel-text .speaker-info {
  width: 100%;
}
.to24-overview .panel-text .speaker-info hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.to24-overview .panel-text .speaker-info h2 a {
  color: #fff;
}
.to24-overview .p-wrap {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .to24-overview .p-wrap {
    width: 360px;
    height: 360px;
  }
}
.to24-overview .p-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: 10;
  opacity: .3;
  mix-blend-mode: color;
  background: #8080a3;
}
.to24-overview .panel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(1.1) contrast(1.15);
          filter: grayscale(1) brightness(1.1) contrast(1.15);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 12px;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .choose-adventure {
    padding-top: 10rem;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .choose-adventure {
    padding-bottom: 10rem;
  }
}
.to24-overview .choose-adventure .dots-divider {
  margin-bottom: 2rem;
}
.to24-overview .choose-adventure .adventure-snake {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0%;
  z-index: 0;
  max-width: 1600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .choose-adventure .adventure-snake {
    max-width: 100%;
    top: 10%;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .choose-adventure .adventure-snake {
    width: 150%;
    max-width: none;
  }
}
.to24-overview .choose-adventure .adventure-intro {
  margin-bottom: 100px;
}
.to24-overview .choose-adventure .adventure-gem {
  top: 100%;
  left: 0;
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .choose-adventure .adventure-gem {
    display: none;
  }
}
.to24-overview .choose-adventure .glass-card {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 6rem 5rem;
  min-height: 320px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transform-style: preserve-3d;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .choose-adventure .glass-card {
    padding: 5rem 3rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .choose-adventure .glass-card {
    min-height: 0;
    margin: 2rem auto;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .choose-adventure .glass-card {
    padding: 4rem 2rem;
  }
}
.to24-overview .choose-adventure .glass-card .btn-default {
  display: inline-block;
  background: #ffffff;
  width: 165px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 35px;
  font-size: 14px;
  text-align: center;
  color: #010101;
  margin-top: 1rem;
}
.to24-overview .choose-adventure .glass-card p {
  font-size: 14px;
  margin: 1rem 0;
  line-height: 1.8;
  font-weight: 600;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .choose-adventure .glass-card p {
    padding: 0;
  }
}
.to24-overview .choose-adventure .glass-card p.larger {
  margin: 1rem 0 2.5rem 0;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .choose-adventure .glass-card p br {
    display: none;
  }
}
.to24-overview .choose-adventure .glass-card p .larger {
  margin: 2rem 0;
}
.to24-overview .choose-adventure .glass-card h3 {
  font-size: 4rem;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.to24-overview .choose-adventure .glass-card h3:before {
  display: none;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .choose-adventure .glass-card h3 {
    font-size: 4rem;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .choose-adventure .glass-card h3 {
    font-size: 3rem;
  }
}
.to24-overview .choose-adventure .glass-card.in-person-event {
  background: rgba(171, 145, 114, 0.4);
}
.to24-overview .choose-adventure .glass-card.online-event {
  margin-top: 160px;
  background: rgba(121, 121, 158, 0.4);
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .choose-adventure .glass-card.online-event {
    margin-top: 40px;
  }
}
.to24-overview .why-attend-new {
  position: relative;
  padding-top: 20rem;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .why-attend-new {
    padding-top: 10rem;
  }
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .why-attend-new {
    padding-bottom: 15rem;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .why-attend-new {
    padding-top: 0;
    padding-bottom: 10rem;
  }
}
.to24-overview .why-attend-new .spotlight-left {
  background: radial-gradient(circle, rgba(115, 115, 216, 0.5) 0%, rgba(115, 115, 216, 0.5) 10%, rgba(115, 115, 216, 0) 50%);
  left: -1000px;
  top: -400px;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .why-attend-new .spotlight-left {
    left: -500px;
    top: 0;
  }
}
.to24-overview .why-attend-new .spotlight-right {
  background: radial-gradient(circle, rgba(76, 76, 205, 0.5) 0%, rgba(76, 76, 205, 0.5) 10%, rgba(76, 76, 205, 0) 50%);
  right: -1000px;
  top: -600px;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .why-attend-new .spotlight-right {
    right: -500px;
    top: 100px;
  }
}
.to24-overview .why-attend-new h4 {
  font-size: 1.8rem;
}
.to24-overview .why-attend-new .why-buy-point {
  margin: 3rem 0;
}
.to24-overview .why-attend-new .why-buy-point p {
  padding-right: 30px;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .why-attend-new .why-buy-point p {
    padding-right: 0;
  }
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .why-attend-new .d-sm-none {
    display: none;
  }
}
.to24-overview .why-attend-new .why-web {
  left: -480px;
  top: 25vh;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .why-attend-new .why-web {
    lefT: 30px;
    width: 300px;
  }
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .why-attend-new .why-web {
    display: none;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .why-attend-new .why-web {
    top: -30vh;
    right: -30px;
    left: auto;
    width: 200px;
    display: block;
    z-index: -1;
  }
}
.to24-overview .to24-closing {
  margin-top: -1px;
  padding-bottom: 0;
  padding-top: 0;
}
.to24-overview .to24-closing img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 400px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
  top: 100px;
  transition: all .2s ease;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .to24-closing img {
    height: 200px;
  }
}
.to24-overview .faqs {
  padding: 10rem 0 5rem 0;
  position: relative;
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .faqs {
    padding-top: 0;
  }
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .faqs {
    padding-bottom: 0;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .faqs {
    padding-top: 10rem;
  }
}
.to24-overview .faqs h4 {
  background: transparent;
  padding: 20px 55px 20px 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  font-weight: 400;
  margin-bottom: -1px;
  font-size: 1.8rem;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .faqs h4 {
    padding-left: 0;
  }
}
.to24-overview .faqs .faq-answer {
  display: none;
  background: transparent;
  padding: 0px 15px 25px 15px;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .faqs .faq-answer {
    padding-left: 0;
  }
}
.to24-overview .faqs .faq-answer p {
  margin: 0;
  padding: 0 0 20px 0;
}
.to24-overview .faqs .faq-answer p:last-child {
  padding-bottom: 0;
}
.to24-overview .faqs .accordion {
  margin-top: 10rem;
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .faqs .accordion {
    margin-top: 0;
  }
}
.to24-overview .faqs .accordion-toggle {
  right: 15px;
  height: 16px;
  width: 16px;
  top: 25px;
}
.to24-overview .faqs .accordion-toggle .horizontal,
.to24-overview .faqs .accordion-toggle .vertical {
  background: #fff;
}
.to24-overview .faqs .accordion-toggle .horizontal {
  position: absolute;
  width: 16px;
  height: 1px;
  margin-left: -6px;
  top: 8px;
}
.to24-overview .faqs .accordion-toggle .vertical {
  width: 1px;
  height: 16px;
  left: 10px;
  top: 0px;
}
.to24-overview .faqs .faq-gem-right {
  right: 10%;
  top: 45%;
  opacity: 0.2;
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .faqs .faq-gem-right {
    width: 120px;
    top: 40%;
  }
}
.to24-overview .faqs .faq-gem-left {
  left: 0px;
  top: 12%;
}
@media only screen and ( max-width: 1279px ) {
  .to24-overview .faqs .faq-gem-left {
    width: 150px;
  }
}
@media only screen and ( max-width: 991px ) {
  .to24-overview .faqs .faq-gem-left {
    left: -10%;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .faqs .faq-gem-left {
    display: none;
  }
}
.to24-overview .faqs .faq-roses-right {
  right: -50px;
  top: -10rem;
}
@media only screen and ( max-width: 768px ) {
  .to24-overview .faqs .faq-roses-right {
    width: 150px;
  }
}
@media only screen and ( max-width: 575px ) {
  .to24-overview .faqs .faq-roses-right {
    width: 150px;
    right: auto;
    left: -50px;
    transform: rotate(180deg);
  }
}
.site-footer {
  position: relative;
  z-index: 90;
}
.star-beams {
  max-width: 3500px;
  position: absolute;
  opacity: .1;
  right: -1750px;
  top: -160%;
  mix-blend-mode: exclusion;
  animation: flickerAnimation 3s infinite, rotateAnimation 3s infinite;
}
@media only screen and ( max-width: 575px ) {
  .star-beams {
    max-width: 2000px;
    left: -1000px;
    top: 200%;
    right: auto;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: .15;
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: .15;
  }
}
@keyframes rotateAnimation {
  0% {
    rotate: 0deg;
  }
  50% {
    rotate: 3deg;
  }
  100% {
    rotate: 0deg;
  }
}
.light-beams {
  max-width: 1500px;
  position: absolute;
  left: -200px;
  top: 25%;
  -webkit-mask-image: linear-gradient(to bottom, transparent 5%, black 15%);
  mask-image: linear-gradient(to bottom, transparent 5%, black 15%);
  animation: flickerAnimation 3s infinite, rotateAnimation 3s infinite;
}
@media only screen and ( max-width: 575px ) {
  .light-beams {
    max-width: 800px;
    left: -80px;
  }
}
