@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4em;
  font-family: sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.modalInnerEl p a {
  color: #FF8C18;
}

/*
 * Gridism
 * A simple, responsive, and handy CSS grid by @cobyism
 * https://github.com/cobyism/gridism
 * @modified by richard@archive.org
 */
/* Preserve some sanity */
.grid,
.unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Set up some rules to govern the grid */
.grid {
  display: block;
  clear: both;
}

.grid .unit {
  float: left;
  width: 100%;
  padding-right: 18px;
}

/* This ensures the outer gutters are equal to the (doubled) inner gutters. */
/*.grid .unit:first-child { padding-left: 20px; }
.grid .unit:last-child { padding-right: 20px; }*/
/* Nested grids already have padding though, so let’s nuke it */
.unit .unit:first-child {
  padding-left: 0;
}

.unit .unit:last-child {
  padding-right: 0;
}

.unit .grid:first-child > .unit {
  padding-top: 0;
}

.unit .grid:last-child > .unit {
  padding-bottom: 0;
}

/* Let people nuke the gutters/padding completely in a couple of ways */
.no-gutters .unit,
.unit.no-gutters {
  padding: 0;
}

/* Wrapping at a maximum width is optional */
.wrap .grid,
.grid.wrap {
  max-width: 978px;
  margin: 0 auto;
}

/* Width classes also have shorthand versions numbered as fractions
 * For example: for a grid unit 1/3 (one third) of the parent width,
 * simply apply class="w-1-3" to the element. */
.grid .whole, .grid .w-1-1 {
  width: 100%;
}

.grid .half, .grid .w-1-2 {
  width: 50%;
}

.grid .one-third, .grid .w-1-3 {
  width: 33.3332%;
}

.grid .two-thirds, .grid .w-2-3 {
  width: 66.6665%;
}

.grid .one-quarter,
.grid .one-fourth, .grid .w-1-4 {
  width: 25%;
}

.grid .three-quarters,
.grid .three-fourths, .grid .w-3-4 {
  width: 75%;
}

.grid .one-fifth, .grid .w-1-5 {
  width: 20%;
}

.grid .two-fifths, .grid .w-2-5 {
  width: 40%;
}

.grid .three-fifths, .grid .w-3-5 {
  width: 60%;
}

.grid .four-fifths, .grid .w-4-5 {
  width: 80%;
}

.grid .golden-small, .grid .w-g-s {
  width: 38.2716%;
} /* Golden section: smaller piece */
.grid .golden-large, .grid .w-g-l {
  width: 61.7283%;
} /* Golden section: larger piece */
/* Clearfix after every .grid */
.grid {
  *zoom: 1;
}

.grid:before, .grid:after {
  display: table;
  content: "";
  line-height: 0;
}

.grid:after {
  clear: both;
}

/* Utility classes */
.align-center {
  text-align: center;
}

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

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

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* A property for a better rendering of images in units: in
   this way bigger pictures are just resized if the unit
   becomes smaller */
.unit img {
  max-width: 100%;
}

/* Hide elements using this class by default */
.only-on-mobiles {
  display: none !important;
}

/* Responsive Stuff */
@media screen and (max-width: 768px) {
  /* Stack anything that isn’t full-width on smaller screens
     and doesn't provide the no-stacking-on-mobiles class */
  .grid:not(.no-stacking-on-mobiles) > .unit {
    width: 100% !important;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
  }
  .unit .grid .unit {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* Sometimes, you just want to be different on small screens */
  .center-on-mobiles {
    text-align: center !important;
  }
  .hide-on-mobiles {
    display: none !important;
  }
  .only-on-mobiles {
    display: block !important;
  }
}
/* Expand the wrap a bit further on larger screens */
@media screen and (min-width: 1180px) {
  .wider .grid,
  .grid.wider {
    max-width: 1180px;
    margin: 0 auto;
  }
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(iconfont/MaterialIcons-Regular.woff2) format("woff2"), url(iconfont/MaterialIcons-Regular.woff) format("woff"), url(iconfont/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* header */
.header {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  height: 18rem;
  width: 100%;
  z-index: 3;
  background-color: #FF8C18;
  color: black;
  display: flex;
}
.header .logo {
  text-decoration: none;
  height: 100%;
  flex: 0 0 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.header a {
  color: black;
}
.header a:hover {
  text-decoration: underline;
  color: black;
}
.header .logo-container {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-content: center;
  display: flex;
}
.header .logo-container .site-name {
  display: none;
}
.header .image-container {
  display: flex;
  flex-grow: 1;
  background-image: url("https://dwebcamp.org/static/img/DWebCamp-website-header-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.header .image-cover {
  width: 100%;
}
.header .logo-image {
  height: 100%;
  padding: 0.3em;
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.header .site-name {
  display: none;
}
.header .header-content {
  font-size: 2em;
  margin: 0 3rem;
}
.header ul.featured-nav {
  text-align: right;
  margin-right: 5rem;
  padding: 1.5rem 0;
  margin-bottom: 0;
}
.header ul.featured-nav li {
  display: inline-block;
  padding: 0 1rem 0.3rem;
}

@keyframes rotate {
  0% {
    transform: rotate(-10deg);
  }
  25% {
    transform: rotate(110deg);
  }
  32% {
    transform: rotate(75deg);
  }
  45% {
    transform: rotate(200deg);
  }
  53% {
    transform: rotate(160deg);
  }
  70% {
    transform: rotate(290deg);
  }
  78% {
    transform: rotate(260deg);
  }
  90% {
    transform: rotate(380deg);
  }
  100% {
    transform: rotate(350deg);
  }
}
/* menu */
ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  z-index: 10;
  max-height: 0;
  transition: all 0.5s ease-out, background 0.5s ease-out;
  background-color: #FF8C18;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
ul.menu li {
  max-width: 130rem;
  margin: 0 auto;
}
ul.menu, ul.menu a {
  color: black;
}
ul.menu li a {
  font-size: 4rem;
  line-height: 4.8rem;
  margin-bottom: 2rem;
  display: block;
  padding: 0 2rem;
  text-decoration: none;
}
ul.menu li a:hover {
  color: black;
}

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 28px 20px;
  user-select: none;
  z-index: 15;
}

.header .menu-icon .navicon {
  background: #000;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 2500px;
  padding: 2rem 0;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
  color: black;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
  background: black;
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
  background: black;
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.page-Home .header {
  background-color: transparent;
  height: 25rem;
  box-shadow: initial;
}
.page-Home .header .menu-icon .navicon, .page-Home .header .menu-icon .navicon:before, .page-Home .header .menu-icon .navicon:after {
  background: black;
}
.page-Home .header .image-container {
  background-image: url("/static/img/DWebCamp-website-header-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.page-Home .header .image-cover {
  background-color: rgba(255, 255, 255, 0);
}
.page-Home .header .header-content {
  font-size: 60px;
}
.page-Home .header .logo {
  flex: 0 0 25rem;
  border-right: 2px solid black;
}

.buy-ticket {
  border: 1px solid black;
  background: white;
  padding: 0 2rem 1rem;
}

/* Mobile-only styles */
@media (max-width: 768px) {
  .page-Home .header .logo {
    flex-grow: 1;
  }
  .header .logo {
    flex-grow: 1;
  }
  .header .image-container {
    display: none;
  }
}
/* desktop-only */
.slider {
  position: relative;
}

.frame {
  /**
   * (optional) wrapper width, specifies width of the slider frame.
   */
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
}

.slides {
  display: inline-block;
  width: 100%;
}

.Wallop-item {
  position: relative;
  display: inline-block;
  height: 230px;
  text-align: center;
  overflow-y: hidden;
  margin-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.prev, .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  cursor: pointer;
}

.next {
  right: 0;
}

.prev {
  left: 0;
}

.next svg, .prev svg {
  width: 50px;
}

@media only screen and (min-width: 768px) {
  .Wallop-item {
    height: 400px;
    text-align: center;
    overflow-y: hidden;
    margin-bottom: 0;
    background-size: contain;
  }
}
@media only screen and (min-width: 1000px) {
  .next {
    right: -50px;
  }
  .prev {
    left: -50px;
  }
  .Wallop-item {
    height: 500px;
    text-align: center;
    overflow-y: hidden;
    margin-bottom: 0;
  }
}
/**
 * wallop.css
 *
 * @fileoverview Default styles for wallop – recommended
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
/*
  This is the top-level selector

  It should be relative positioned
  to allow the children to be positioned absolutely
  relative to this
 */
.Wallop {
  position: relative;
}

/*
  This element groups all the items, but not the buttons

  It's a recommendation but it's very likely
  you'll want to hide any overflow from the items
  Especially when doing animations such as scale
 */
.Wallop-list {
  position: relative;
  overflow: hidden;
}

/*
  This is the item element

  By default, they are all hidden and
  positioned absolute
  I recommend always having .Wallop-item--current
  in your markup by default (probably on the first element)
 */
.Wallop-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*
  This is the current item element

  All we do here, is make it visible again reset
  the position to static. Could also be relative
 */
.Wallop-item--current {
  visibility: visible;
  position: relative;
}

/**
 * wallop--slide.css
 *
 * @fileoverview Slide animation for wallop
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
/* the 10ms animation-delay fixed some weird rendering issues with iPhone */
.Wallop--slide .Wallop-item--showPrevious {
  -webkit-animation: slideFromLeft 350ms 10ms linear both;
  -moz-animation: slideFromLeft 350ms 10ms linear both;
  -ms-animation: slideFromLeft 350ms 10ms linear both;
  animation: slideFromLeft 350ms 10ms linear both;
}

.Wallop--slide .Wallop-item--showNext {
  -webkit-animation: slideFromRight 350ms 10ms linear both;
  -moz-animation: slideFromRight 350ms 10ms linear both;
  -ms-animation: slideFromRight 350ms 10ms linear both;
  animation: slideFromRight 350ms 10ms linear both;
}

.Wallop--slide .Wallop-item--hidePrevious,
.Wallop--slide .Wallop-item--hideNext {
  visibility: visible;
}

.Wallop--slide .Wallop-item--hidePrevious {
  -webkit-animation: slideToLeft 350ms 10ms linear both;
  -moz-animation: slideToLeft 350ms 10ms linear both;
  -ms-animation: slideToLeft 350ms 10ms linear both;
  animation: slideToLeft 350ms 10ms linear both;
}

.Wallop--slide .Wallop-item--hideNext {
  -webkit-animation: slideToRight 350ms 10ms linear both;
  -moz-animation: slideToRight 350ms 10ms linear both;
  -ms-animation: slideToRight 350ms 10ms linear both;
  animation: slideToRight 350ms 10ms linear both;
}

@-webkit-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-ms-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-ms-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-ms-keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-ms-keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* modal */
#modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
}

.modalInnerEl {
  background-color: white;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
}

.modalInnerEl a {
  word-wrap: break-word;
  color: black;
}

.modal .modal-contents {
  flex: 1;
}

.modal .close-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal .modal-image {
  text-align: center;
  margin-bottom: 2rem;
  backface-visibility: hidden;
}

.modal .modal-image img {
  max-width: 100%;
  backface-visibility: hidden;
  border-radius: 50%;
}

.modal .modal-name {
  text-align: center;
}

.modal .modal-subtitle {
  font-size: 1em;
  margin-bottom: 2rem;
}

.modal .modal-link {
  text-align: center;
}

.modal-bio {
  margin-top: 3rem;
}

.close-button {
  background: transparent;
  border: none;
  color: black;
  outline: none;
  cursor: pointer;
}

body.open-modal .main-body, body.open-modal footer, body.open-modal header {
  display: none;
}

@media (max-width: 768px) {
  .modalInnerEl a {
    word-wrap: break-word;
    word-break: break-all;
  }
}
@media (min-width: 768px) {
  #modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .modalInnerEl {
    margin: 2rem;
    padding: 4rem;
    overflow-y: auto;
    max-width: 700px;
    min-height: 400px;
  }
  .modal .modal-image img {
    max-width: 300px;
  }
  body.open-modal .main-body, body.open-modal footer, body.open-modal header {
    display: initial;
  }
}
@font-face {
  font-family: "Stabil Grotesk";
  src: url("/static/fonts/StabilGrotesk-Regular.woff2") format("woff2"), url("/static/fonts/StabilGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: 'Lab Mono Web';
  src: url( '/static/fonts/labmono-regular-web.woff2' ) format( 'woff2' ),
       url( '/static/fonts/labmono-regular-web.woff' ) format( 'woff' );
  font-weight: normal;
  font-style: normal;
}
*/
html {
  font-family: "Stabil Grotesk", sans-serif;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 2rem;
  line-height: 1.3;
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h5 {
  font-weight: normal;
}

h1,
h2 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 4rem;
  line-height: 4.8rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 2rem;
}

h3 {
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 2.6rem;
}

td {
  vertical-align: top;
  padding-right: 5px;
  box-sizing: border-box;
}

td img {
  box-sizing: border-box;
}

code,
pre {
  background-color: #eee;
  padding: 2px 3px;
  display: inline-block;
  font-size: 1.3rem;
  word-break: break-all;
}
code a,
pre a {
  color: #999;
}

a {
  color: #FF8C18;
  text-decoration: none;
}
a:hover {
  color: #b9750e;
}

.a-style::before, section#join-the-conversation td a::before, p a::before {
  content: "→";
}

p {
  margin-bottom: 0;
}
p + p {
  margin-top: 1.75rem;
}
/* utility classes */
.no-bottom-margin {
  margin-bottom: 0;
}

.no-top-margin {
  margin-top: 0;
}

.one-line-top-margin {
  margin-top: 2rem;
}

.pb-light {
  padding-bottom: 3rem;
}

.pb-heavy {
  padding-bottom: 8rem;
}

.pt-light {
  padding-top: 3rem;
}

.pt-heavy {
  padding-top: 8rem;
}

.mt-light {
  margin-top: 3rem;
}

.mt-heavy {
  margin-top: 8rem;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

.pr1 {
  padding-right: 1rem;
}

.pl1 {
  padding-right: 1rem;
}

.pr05 {
  padding-right: 0.5rem;
}

.pl05 {
  padding-right: 0.5rem;
}

.pr0 {
  padding-right: 0;
}

.pl0 {
  padding-left: 0;
}

.orange {
  color: #FF8C18;
}

.red {
  color: #c0392b;
}

.green {
  color: #3fc380;
}

.blue {
  color: #4a90e2;
}

.grey {
  color: #ccc;
}

.bg-grey {
  background-color: #eee;
}

.white {
  color: white;
}

.muted {
  color: #666;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.narrower {
  max-width: 100rem;
  margin: 0 auto;
}

.db {
  display: block;
}

.i {
  font-style: italic;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

img.render-pixel {
  image-rendering: crisp-edges;
}

img.responsive {
  width: 100%;
  height: auto;
}

img.img-grey {
  filter: grayscale(100%);
}
img.img-grey:hover {
  filter: initial;
}

img.js-dither {
  filter: grayscale(100%);
}

/* banner */
#banner {
  display: none;
  min-height: 300px;
  width: 100%;
  background: black url("/static/img/meditation-circle-at-sunrise.jpg") no-repeat bottom;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
}

#banner .section {
  z-index: 100;
  color: white;
  position: inherit;
  height: 100%;
  width: 100%;
  transition: opacity 1500ms linear;
}

#banner .section .grid {
  width: 100%;
}

.register-now {
  color: yellow;
}

section,
.section {
  max-width: 130rem;
  margin: 0 auto;
  padding: 3rem 2rem;
}
section.full,
.section.full {
  max-width: 100%;
}

section a {
  word-wrap: break-word;
}
section ul {
  margin: 0;
  padding: 0 0 0 2rem;
}

.smaller-container {
  max-width: 80rem;
}

.grey-row,
.white-row {
  color: black;
  padding-bottom: 2rem;
}
.grey-row a,
.white-row a {
  color: black;
}
.grey-row a:hover,
.white-row a:hover {
  text-decoration: underline;
}

.bottom-pad {
  padding-bottom: 2rem;
  margin-bottom: 6rem;
}

.grey-row {
  background-color: #eee;
}

.white-row {
  background-color: white;
}

.location-address {
  margin-bottom: 3rem;
}
.location-address i.material-icons {
  font-size: 0.8em;
  position: relative;
  top: 2px;
}

.location-email {
  margin-top: 3rem;
}
.location-email i {
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.logistics-location h3 {
  margin-bottom: 1rem;
}
.logistics-location .location-address {
  margin-bottom: 1rem;
}
.logistics-location .location-address h4 {
  margin-bottom: 0;
  font-size: 2.222rem;
}

section#join-the-conversation .col-container > div {
  display: inline-block;
  vertical-align: top;
}
section#join-the-conversation .col-container > div:first-child {
  margin-right: 20px;
}
section#join-the-conversation td {
  padding-bottom: 2rem;
  vertical-align: top;
}
section#join-the-conversation td:first {
  padding-right: 3rem;
}
section#join-the-conversation td i.material-icons {
  font-size: 4rem;
}
footer {
  background-color: black;
  color: white;
  border-top: 1px solid #ccc;
  min-height: 18rem;
  cursor: default;
  text-align: left;
  padding: 0;
}
footer .footer-nav {
  padding: 2rem;
}
footer .footer-nav a {
  display: block;
  text-decoration: none;
}
footer a {
  color: white;
  font-weight: lighter;
}

.p2p-wrapper {
  line-height: 2rem;
  padding: 1.5rem;
  font-size: 0.7em;
}
.p2p-wrapper a {
  color: white;
  word-break: break-all;
}

.p2p-access-label {
  display: inline;
  color: white;
  margin-bottom: 0.5rem;
}

.p2p-row {
  margin-top: 0.5rem;
}

.placeholder {
  background-color: #ccc;
  width: 100%;
  height: 300px;
}

i.info-icon {
  position: relative;
  top: 2px;
  padding-right: 10px;
}

.page-Learn-More .schedule-toc {
  margin-bottom: 30px;
}

.main-body {
  flex: 1;
  background-color: black;
  color: white;
}

.bio-image {
  margin-bottom: 2rem;
  border-radius: 50%;
}

.bio-name {
  text-align: center;
  /*font-style:italic;*/
}

.hide-desktop {
  display: initial;
}

/* people */
.grid.people {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
}
.left .grid.people {
  justify-content: flex-start;
}
.grid.people.left {
  justify-content: flex-start;
}

.people img {
  box-sizing: border-box;
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.people .unit {
  margin-bottom: 3rem;
  cursor: pointer;
}
.people .name {
  text-align: center;
  font-size: 1em;
  line-height: 1.25em;
  margin-top: 0.75rem;
}
.people .short_bio {
  text-align: center;
  font-style: italic;
  color: #aaa;
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 1em;
}

.people-small,
.people-large {
  margin: 2rem auto;
}

.people-small .person {
  margin: 0 0.5rem 1rem 0.5rem;
  flex-basis: 12rem;
  overflow-x: hidden;
  flex-grow: 0;
  flex-shrink: 0;
}

.people-large .person {
  margin: 0 0.5rem 1rem 0.5rem;
  flex-basis: 18rem;
  overflow-x: hidden;
  flex-grow: 0;
  flex-shrink: 0;
}

.people .subtitle,
.modal .modal-subtitle {
  text-align: center;
  font-style: italic;
  color: #aaa;
  font-size: 0.8em;
  line-height: 1.4em;
  margin-top: 0.2em;
}

.modal-video-list {
  padding: 0 0 0 20px;
  margin: 0;
}
.modal-video-list a {
  text-decoration: underline;
}

.video-embed {
  max-width: 1280px;
  margin: 0 auto 4rem auto;
}
.video-embed .iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.video-embed .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.caption {
  margin-top: 0.5rem;
  font-size: 0.75em;
  line-height: 1.25em;
  color: #aaa;
}

.hidden-bio {
  display: none;
}

.people-list.people .row {
  display: flex;
  flex-direction: row;
}
.people-list.people .row .person-text {
  flex: 1;
}
.people-list.people .row .person {
  flex-basis: 12rem;
  overflow-x: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 2rem;
}

.person .name,
.person .subtitle {
  font-size: 12px !important;
}

.schedule .grid.workshops .person {
  width: 100px;
}

.conversation-type {
  min-height: 5rem;
  margin-bottom: 2rem;
}
.conversation-type i.material-icons,
.conversation-type .twitter-icon {
  font-size: 2em;
  width: 8rem;
  display: inline-block;
  text-align: left;
}

#coming-table {
  table-layout: fixed;
  width: 100% !important;
}
#coming-table td {
  border: 1px solid #444;
  padding: 2rem;
}

.matrix-logo {
  height: 30px;
}

.matrix-text {
  color: grey;
}

.lightning-talks {
  padding: 10px;
  border: solid #ccc 2px;
  border-radius: 10px;
  margin-top: 10px;
}

.lightning-talks .grid {
  margin-bottom: 0;
}

.lightning-talks .unit {
  font-size: 1.5rem;
  line-height: 1.5em;
}

.lightning-talks img {
  height: 80px;
  width: auto;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.js-bio-unit {
  cursor: pointer;
}

.unit.workshop {
  padding: 10px;
  margin-top: 10px;
}

.workshop-description {
  margin-bottom: 15px;
}

div.science-fair {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}

.science-fair-row {
  margin-bottom: 2rem;
  padding: 2rem;
  flex: 30%;
  border: 1px solid #FF8C18;
}

.science-fair-title {
  font-size: 1.45em;
  margin-bottom: 20px;
}

.science-fair-short-description {
  font-style: italic;
  margin-bottom: 20px;
}

.science-fair-full-description {
  margin-bottom: 30px;
}

.science-fair-read-more {
  text-decoration: underline;
  color: #4a90e2;
}

.twitter-row {
  margin-top: 8px;
}

.twitter-row img {
  margin-right: 8px;
}

#livestream-iframe {
  width: 100%;
  height: 200px;
}

.page-intro {
  margin-top: 30px;
  text-align: center;
}

#slideshow {
  position: relative;
  text-align: left;
  line-height: 1.5em;
  max-width: 90%;
}
#slideshow .Wallop {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
#slideshow .slideshow-footer {
  font-size: 1.75rem;
  line-height: 2.5rem;
  padding: 10px 0;
  display: block;
  margin-bottom: 0;
}

.nowrap {
  white-space: nowrap;
}

.img-2016-wrapper {
  text-align: center;
}

img.img-2016 {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0rem;
  margin-bottom: 2rem;
}

/* what to expect page */
.event-outline-table {
  width: 100%;
}
.event-outline-table td,
.event-outline-table th {
  padding: 1.5rem;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 25%;
}
.event-outline-table tr + tr {
  border-top: 1px solid #999;
}
.event-outline-table td:nth-child(2n) {
  background-color: #fafafa;
}
.event-outline-table th {
  color: white;
  background-color: black;
  font-weight: normal;
}

.event-outline-day-mobile ul {
  list-style-type: none;
  padding-left: 0;
}
.event-outline-day-mobile + .event-outline-day-mobile {
  margin-top: 4rem;
}
.event-outline-day-mobile li,
.event-outline-day-mobile h3 {
  padding: 0.5rem 1rem 0.75rem 1rem;
  font-size: 1.4rem;
  line-height: 1.75;
}
.event-outline-day-mobile h3 {
  color: white;
  background-color: black;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}
.event-outline-day-mobile li {
  background-color: #fff;
}
.event-outline-day-mobile li + li {
  margin-top: 0.75rem;
}
.event-outline-day-mobile li:nth-child(2n) {
  background-color: #eee;
}

/* the editor preview in the admin */
.cke_editable.cke_editable_themed {
  padding: 1rem;
}
.cke_editable.cke_editable_themed img {
  max-width: 400px;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

/* text-page styles */
.text-page h1 {
  padding: 5rem 2rem 5rem 0;
}

.text-page > section > h1:first-of-type {
  text-align: center;
  font-size: 5rem;
}

.banner-image {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 5rem;
}

.page-body-contents {
  max-width: 80rem;
  margin: 0 auto;
}
.page-body-contents > p {
  position: relative;
  text-align: left;
}
.page-body-contents p + p {
  margin-top: 4rem;
}
.page-body-contents img {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 0rem;
  max-width: 100%;
  height: auto !important;
}
.page-About .page-body-contents {
  max-width: 110rem;
}
.page-body-contents td {
  padding: 1rem;
}

section#related .related-page,
.related-grid .related-page {
  display: inline-block;
  vertical-align: top;
  width: 407px;
}
section#related .related-grid-image,
.related-grid .related-grid-image {
  background-size: cover;
  background-size: fit;
  background-repeat: no-repeat;
  background-blend-mode: screen;
  background-color: rgba(255, 255, 0, 0);
  /* for ie */
  width: 407px;
  height: 275px;
}
section#related .related-grid-image:hover,
.related-grid .related-grid-image:hover {
  background-color: rgba(255, 255, 0, 0.5);
}

.video-page {
  text-align: center;
}

@supports (grid-area: auto) {
  section#related,
  .related-grid {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  section#related .related-page,
  .related-grid .related-page {
    display: block;
    width: initial;
  }
  section#related .related-grid-image,
  .related-grid .related-grid-image {
    width: initial;
    overflow: hidden;
    height: 0;
    /* height / width keeps the aspect ratio */
    padding-top: 67.5675675676%;
  }
  section#sponsors,
  .sponsor-grid {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
  }
  section#sponsors .sponsor-grid-image,
  .sponsor-grid .sponsor-grid-image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: initial;
    overflow: hidden;
    height: 0;
    /* height / width keeps the aspect ratio aka magic constant */
    padding-top: 67.5675675676%;
  }
  .lead-sponsor a {
    width: 125%;
  }
  .sponsor-medium {
    margin-top: 2%;
  }
  .sponsor-medium a {
    width: 66%;
  }
  .sponsor-small {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 2vw;
  }
}
.arrow-link::before {
  content: "→";
}

.related-page-title {
  margin-top: 1rem;
}

section#page-nav {
  display: flex;
  flex-direction: columns;
  justify-content: space-between;
  align-items: center;
}

/* Mobile-only styles */
@media (max-width: 768px) {
  .mb2-mobile {
    margin-bottom: 2rem;
  }
  .db-mobile {
    display: block;
  }
  .hide-mobile {
    display: none !important;
  }
  .home-col + .home-col {
    margin-top: 3rem;
  }
  /* for when grid collapses */
  .unit + .unit {
    margin-top: 2rem;
  }
  .grid .unit {
    padding-right: 0;
  }
  section#join-the-conversation .email {
    font-size: 0.8em;
  }
}
/* desktop styles */
@media (min-width: 768px) {
  .db-desktop {
    display: block;
  }
  .hide-desktop {
    display: none;
  }
  .w90-desktop {
    width: 90%;
  }
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #banner {
    margin-bottom: 1rem;
    min-height: 494px;
  }
  #signup {
    border-radius: 10px;
    text-align: left;
  }
  #slideshow {
    text-align: center;
  }
  footer {
    margin-top: 0;
    text-align: center;
  }
  footer .footer-nav {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
  .p2p-row {
    margin-top: 0;
  }
  .hide-desktop {
    display: none !important;
  }
  div.hide-mobile {
    display: block !important;
  }
  span.hide-mobile {
    display: inline !important;
  }
  .schedule .grid {
    margin-bottom: 15px;
  }
  .schedule-toc div {
    display: inline-block;
    margin-right: 10px;
  }
  .unit.workshop {
    padding: 10px;
    margin-top: 10px;
  }
  .page-Learn-More .schedule-toc {
    margin-bottom: 30px;
  }
  .save-the-date {
    margin-bottom: 2.2rem;
    line-height: 1.6em;
  }
  .email-group {
    display: block;
  }
  .email-submit {
    display: inline-block;
    width: auto;
    margin-top: 1rem;
  }
  .conversation-type {
    margin-bottom: 0;
  }
  .save-info {
    font-size: 1.2em;
    text-align: center;
  }
  img.img-2016 {
    max-width: 60rem;
    margin: 0 auto;
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
  .sponsors .grid {
    padding-left: 5px;
  }
  .sponsors section .sponsors-grid .box {
    padding: 0 1rem;
    display: inline-block;
  }
  .sponsors section .sponsors-grid .sponsor-img {
    height: 10rem;
  }
  .sponsors section.lead .sponsor-img {
    height: 25rem;
  }
  section#related, .related-grid {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

/*# sourceMappingURL=main.css.map */
