/******************************************************************
Site Name: SESAME WORKSHOP
Author: Radar / Pat Brumfield

******************************************************************/
@import url("https://use.typekit.net/ksr5udu.css");
html, body, div, span, applet, object, iframe,
h1, h2, #countdown-wrap #countdown h3, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*********************
TOOLS
*********************/
.group {
  zoom: 1; }
  .group:before, .group:after {
    content: "";
    display: table; }
  .group:after {
    clear: both; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*********************
COLORS
*********************/
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*********************
TYPOGRAPHY & ICONS
*********************/
h1 {
  font: 400 1.5rem/130% "vag-rundschrift-d", "Helvetica", Arial, sans-serif;
  letter-spacing: 0.1rem;
  text-transform: uppercase; }

h2, #countdown-wrap #countdown h3 {
  font: 400 1.25rem/130% "vag-rundschrift-d", "Helvetica", Arial, sans-serif;
  letter-spacing: 0.08rem;
  text-transform: uppercase; }

h3 {
  font: 400 1.1rem/130% "vag-rundschrift-d", "Helvetica", Arial, sans-serif;
  letter-spacing: 0.05rem;
  text-transform: uppercase; }

b, strong {
  font-weight: 400; }

/*********************
SPACING
*********************/
.text-align-c, #email-sign-up {
  text-align: center !important; }

.text-align-l {
  text-align: left; }

.text-align-r {
  text-align: right; }

.padding, .header, #sponsors, .footer {
  padding: 20px !important; }
  @media (min-width: 1000px) {
    .padding, .header, #sponsors, .footer {
      padding: 40px !important; } }

.padding-t {
  padding-top: 20px !important; }
  @media (min-width: 1000px) {
    .padding-t {
      padding-top: 40px !important; } }

.padding-b {
  padding-bottom: 20px !important; }
  @media (min-width: 1000px) {
    .padding-b {
      padding-bottom: 40px !important; } }

.padding-r {
  padding-right: 20px !important; }
  @media (min-width: 1000px) {
    .padding-r {
      padding-right: 40px !important; } }

.padding-l {
  padding-left: 20px !important; }
  @media (min-width: 1000px) {
    .padding-l {
      padding-left: 40px !important; } }

.margin {
  margin: 20px !important; }
  @media (min-width: 1000px) {
    .margin {
      margin: 40px !important; } }

.margin-t {
  margin-top: 20px !important; }
  @media (min-width: 1000px) {
    .margin-t {
      margin-top: 40px !important; } }

.margin-b {
  margin-bottom: 20px !important; }
  @media (min-width: 1000px) {
    .margin-b {
      margin-bottom: 40px !important; } }

.margin-r {
  margin-right: 20px !important; }
  @media (min-width: 1000px) {
    .margin-r {
      margin-right: 40px !important; } }

.margin-l {
  margin-left: 20px !important; }
  @media (min-width: 1000px) {
    .margin-l {
      margin-left: 40px !important; } }

.cols {
  display: flex;
  flex-flow: row wrap;
  align-items: flext-start;
  justify-content: center; }
  .cols.cols-4 .col {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 750px) {
      .cols.cols-4 .col {
        width: 50%;
        padding-right: 2.5%;
        padding-left: 2.5%;
        margin-bottom: 20px; } }
    @media (min-width: 1000px) {
      .cols.cols-4 .col {
        width: 25%;
        padding-right: 2.5%;
        padding-left: 2.5%;
        margin-bottom: 0; } }

a.btn {
  border: 2px solid white;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  display: inline-block;
  line-height: 1;
  height: auto; }
  a.btn:hover {
    background: white;
    color: black; }

hr.mobile,
hr.tablet,
hr.desktop {
  width: 100%;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0; }

hr.mobile {
  display: block; }
  @media (min-width: 750px) {
    hr.mobile {
      display: none; } }

hr.tablet {
  display: none; }
  @media (min-width: 750px) {
    hr.tablet {
      display: block; } }
  @media (min-width: 1000px) {
    hr.tablet {
      display: none; } }

hr.desktop {
  display: none; }
  @media (min-width: 1000px) {
    hr.desktop {
      display: block; } }

html {
  background: black;
  -webkit-text-size-adjust: 100%; }

body {
  background: transparent;
  color: white;
  font: 300 18px/130% "vag-rundschrift-d", "Helvetica", Arial, sans-serif;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
  body.on {
    opacity: 1; }

.header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end; }
  @media (min-width: 1000px) {
    .header {
      flex-flow: row nowrap; } }
  .header .left,
  .header .center,
  .header .right {
    width: 33.333%; }
    @media (max-width: 500px) {
      .header .left,
      .header .center,
      .header .right {
        width: 50%; } }
  .header .left {
    text-align: left; }
    @media (max-width: 500px) {
      .header .left {
        display: none; } }
  .header .center {
    text-align: center; }
  .header .right {
    text-align: right; }
  .header h1 {
    font-size: 1rem; }
    .header h1 span {
      color: grey; }
  .header .logo {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto; }
    @media (max-width: 500px) {
      .header .logo {
        max-width: 100%; } }
  .header ul.social {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center; }
    .header ul.social li {
      margin-left: 20px; }
      @media (max-width: 500px) {
        .header ul.social li:not(.text) {
          display: none; } }
    .header ul.social a:not(.btn) {
      height: 16px;
      display: block;
      position: relative;
      color: white;
      text-decoration: none;
      opacity: 1; }
      .header ul.social a:not(.btn):hover {
        opacity: 0.5; }
      .header ul.social a:not(.btn) svg {
        height: 100%;
        width: auto; }

.banner {
  position: relative; }
  .banner .main-img {
    display: block;
    width: 100%;
    height: auto; }

.full {
  padding-top: 0; }

.title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center; }
  .title-wrap h3 {
    color: #ddd; }

.row {
  display: flex;
  flex-flow: row wrap; }
  .row.align-stretch {
    align-items: stretch; }

#video-holder {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  background: rgba(255, 255, 255, 0.15); }
  #video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#placeholder-video {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  #placeholder-video img.video {
    width: 100%;
    height: auto;
    display: block; }
    @media (min-width: 1000px) {
      #placeholder-video img.video {
        width: 73.55%; } }
  #placeholder-video img.chat {
    width: 100%;
    height: auto;
    display: block; }
    @media (min-width: 1000px) {
      #placeholder-video img.chat {
        width: 26.45%; } }

#chat {
  background: white;
  width: 100%;
  min-height: 50vh;
  position: relative;
  border-bottom: 1px solid #ddd; }
  @media (min-width: 1000px) {
    #chat {
      width: 30%;
      min-height: auto; } }

#countdown-wrap {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0; }
  @media (max-width: 500px) {
    #countdown-wrap {
      position: relative;
      top: auto;
      left: auto;
      padding-top: 20px; } }
  #countdown-wrap h3.title {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 7px; }
  #countdown-wrap .event-info {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px; }
    @media (min-width: 1000px) {
      #countdown-wrap .event-info {
        margin-bottom: 80px; } }
    #countdown-wrap .event-info h2, #countdown-wrap .event-info #countdown h3, #countdown-wrap #countdown .event-info h3 {
      margin-bottom: 10px; }
    #countdown-wrap .event-info p {
      color: grey; }
  #countdown-wrap #countdown {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 20px; }
    @media (min-width: 1000px) {
      #countdown-wrap #countdown {
        flex-flow: row nowrap;
        margin-bottom: 0; } }
    #countdown-wrap #countdown h3 {
      display: inline;
      margin-right: 10px; }
      #countdown-wrap #countdown h3 span {
        opacity: 0.8;
        padding-left: 0.125em; }
      #countdown-wrap #countdown h3:last-child {
        margin-right: 0; }

#email-sign-up {
  width: 100%;
  max-width: 600px;
  margin: 40px auto; }
  @media (min-width: 1000px) {
    #email-sign-up {
      margin: 80px auto; } }
  #email-sign-up h3, #email-sign-up p {
    margin-bottom: 10px; }
  #email-sign-up p {
    color: grey; }
  #email-sign-up input[type="text"] {
    width: auto;
    border: 0; }
  #email-sign-up input[type="submit"] {
    background: white;
    color: black; }

.full.live-video-embed {
  background: white;
  position: relative;
  display: block;
  width: 100%; }
  @media (min-width: 1000px) {
    .full.live-video-embed {
      height: 0;
      overflow: hidden;
      padding-bottom: 56.25%; } }
  .full.live-video-embed iframe {
    width: 100%;
    height: 100%; }
    @media (min-width: 1000px) {
      .full.live-video-embed iframe {
        position: absolute;
        top: 0;
        left: 0; } }

.full.video-split-layout {
  background: white;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch; }
  .full.video-split-layout .main {
    width: 100%; }
    @media (min-width: 1000px) {
      .full.video-split-layout .main {
        width: 70%; } }
    .full.video-split-layout .main .vid {
      width: 100%;
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-bottom: 56.25%; }
      .full.video-split-layout .main .vid iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .full.video-split-layout .main .captions {
      width: 100%;
      padding: 40px 40px 0;
      background: white;
      color: #666;
      position: relative; }
      .full.video-split-layout .main .captions .show-hide-btn,
      .full.video-split-layout .main .captions .screenshare-btn {
        font-size: 0.75em;
        font-weight: bold;
        background: #aaa;
        padding: 5px;
        color: white;
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0; }
      .full.video-split-layout .main .captions .screenshare-btn {
        left: auto;
        right: 0; }
      .full.video-split-layout .main .captions #live-asr-message {
        font-size: 18px !important; }
      .full.video-split-layout .main .captions .tpm-live-asr-embed {
        opacity: 0;
        transition: opacity 0.2s ease-in; }
        .full.video-split-layout .main .captions .tpm-live-asr-embed.on {
          opacity: 1; }
  .full.video-split-layout .chat {
    width: 100%;
    position: relative; }
    @media (min-width: 1000px) {
      .full.video-split-layout .chat {
        width: 30%; } }
    .full.video-split-layout .chat iframe {
      width: 100%; }
      @media (min-width: 1000px) {
        .full.video-split-layout .chat iframe {
          height: 39.5vw; } }

#sponsors {
  background: white;
  color: black; }
  #sponsors ul {
    color: #999;
    text-align: center; }
    @media (min-width: 1000px) {
      #sponsors ul {
        text-align: left; } }
    #sponsors ul li, #sponsors ul li h4 {
      font-weight: 300; }
    #sponsors ul li h4 {
      font-size: 1.25rem;
      color: #454545;
      margin-bottom: 10px; }
  #sponsors .carousel-wrap {
    width: 100%;
    height: auto;
    position: relative;
    background: white;
    padding: 40px 0;
    margin: 20px 0;
    display: block; }
    @media (min-width: 1000px) {
      #sponsors .carousel-wrap {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        margin: 0 auto; } }
    #sponsors .carousel-wrap .carousel {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: relative;
      z-index: 10; }
    #sponsors .carousel-wrap .item {
      width: 100%;
      height: auto;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center;
      background: white;
      position: relative; }
      @media (min-width: 1000px) {
        #sponsors .carousel-wrap .item {
          width: 20%; } }
    #sponsors .carousel-wrap #carousel-title {
      position: absolute;
      top: 0;
      left: 0;
      color: #aaa;
      display: block;
      z-index: 11;
      width: 100%;
      padding: 20px;
      text-align: center;
      text-transform: uppercase; }
    #sponsors .carousel-wrap img {
      max-width: 100%;
      height: auto; }

.footer h3 {
  margin-bottom: 20px; }
.footer p {
  text-align: center;
  color: #999; }
.footer a {
  color: #999;
  text-decoration: underline; }
  .footer a:hover {
    color: white;
    text-decoration: none; }

form h3 {
  margin-bottom: 1rem; }
form input[type="text"] {
  width: 100%;
  padding: 0.5rem;
  margin: 0 0 0.5rem; }
form input[type="submit"] {
  background: black;
  color: white;
  padding: 0.5rem;
  border: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold; }
