/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../scss/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, ../scss/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../scss/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../scss/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 50, ../scss/_reset.scss */
* {
  box-sizing: border-box;
}

/* line 12, ../scss/_vars.scss */
body {
  font-family: 'Lato', sans-serif;
}

/* line 1, ../scss/_icons.scss */
.icon {
  position: absolute;
}
/* line 4, ../scss/_icons.scss */
.icon-sponsor-bolt {
  top: 20px;
  left: 40%;
}

/* line 1, ../scss/_header.scss */
.ticket-btn {
  position: relative;
  text-decoration: none;
}
/* line 4, ../scss/_header.scss */
.ticket-btn span {
  display: block;
  background: #FAB92F;
  color: #240742;
  font-size: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 900;
  padding: 1rem 1rem;
  width: 350px;
  text-transform: uppercase;
  border-radius: 1em;
  border-bottom: 5px solid #EC5F27;
  transition: 0.2s;
  position: relative;
  z-index: 2;
}
/* line 23, ../scss/_header.scss */
.ticket-btn::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 200px;
  background-image: url(/images/events/2017/button-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  top: -30px;
  left: -30px;
}
/* line 35, ../scss/_header.scss */
.ticket-btn:hover {
  -moz-transform: translatey(5px);
  -ms-transform: translatey(5px);
  -webkit-transform: translatey(5px);
  transform: translatey(5px);
  cursor: pointer;
}
/* line 38, ../scss/_header.scss */
.ticket-btn:hover span {
  border-bottom: 5px solid transparent;
}
/* line 42, ../scss/_header.scss */
.ticket-btn:hover:before {
  -moz-animation: shake 0.5s infinite;
  -webkit-animation: shake 0.5s infinite;
  animation: shake 0.5s infinite;
}

/* line 47, ../scss/_header.scss */
.wdc-header {
  background-color: #240742;
  position: relative;
  padding: 100px 0;
}
/* line 51, ../scss/_header.scss */
.wdc-header__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
/* line 56, ../scss/_header.scss */
.wdc-header .ticket-btn {
  margin: 0 175px;
}
/* line 59, ../scss/_header.scss */
.wdc-header__things {
  position: absolute;
  z-index: 1;
  width: 600px;
  height: auto;
  right: -100px;
  top: -100px;
}
@media screen and (max-width: 1400px) {
  /* line 59, ../scss/_header.scss */
  .wdc-header__things {
    right: 0;
  }
}
/* line 70, ../scss/_header.scss */
.wdc-header__thing {
  position: absolute;
  z-index: 1;
  width: 80px;
  height: auto;
}
/* line 76, ../scss/_header.scss */
.wdc-header__thing__gromit {
  right: 330px;
  top: 40px;
  -moz-animation: upAndDown 4s infinite;
  -webkit-animation: upAndDown 4s infinite;
  animation: upAndDown 4s infinite;
}
@media screen and (max-width: 1400px) {
  /* line 76, ../scss/_header.scss */
  .wdc-header__thing__gromit {
    right: 430px;
  }
}
/* line 85, ../scss/_header.scss */
.wdc-header__thing__trex {
  width: 100px;
  right: 130px;
  top: 430px;
  -moz-animation: upAndDown 2.5s infinite;
  -webkit-animation: upAndDown 2.5s infinite;
  animation: upAndDown 2.5s infinite;
}
@media screen and (max-width: 1400px) {
  /* line 85, ../scss/_header.scss */
  .wdc-header__thing__trex {
    right: 230px;
  }
}
/* line 94, ../scss/_header.scss */
.wdc-header__thing__pants {
  right: -70px;
  top: 300px;
  -moz-animation: upAndDown 3.5s infinite;
  -webkit-animation: upAndDown 3.5s infinite;
  animation: upAndDown 3.5s infinite;
}
@media screen and (max-width: 1400px) {
  /* line 94, ../scss/_header.scss */
  .wdc-header__thing__pants {
    right: 30px;
  }
}

/* line 105, ../scss/_header.scss */
.logo {
  display: block;
  width: 260px;
  height: auto;
  position: absolute;
  top: 20px;
  right: 20px;
  -moz-animation: upAndDown 3s infinite;
  -webkit-animation: upAndDown 3s infinite;
  animation: upAndDown 3s infinite;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  /* line 105, ../scss/_header.scss */
  .logo {
    right: 120px;
  }
}

/* line 119, ../scss/_header.scss */
.logo-container {
  display: block;
}

@-moz-keyframes upAndDown {
  0%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes upAndDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes upAndDown {
  0%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
/* line 132, ../scss/_header.scss */
.wdc-title {
  margin: 0 50px 100px;
  max-width: 750px;
  display: block;
}
/* line 136, ../scss/_header.scss */
.wdc-title h2 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: url("/images/events/2017/top-header-splodge.svg");
  background-size: cover;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1064px) {
  /* line 136, ../scss/_header.scss */
  .wdc-title h2 {
    font-size: 2rem;
    max-width: 500px;
  }
}
/* line 152, ../scss/_header.scss */
.wdc-title:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/images/events/2017/wdc-title-background.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 300px;
  z-index: 1;
  margin-top: -20px;
}

/* line 166, ../scss/_header.scss */
.ticket-btn {
  display: block;
}
/* line 169, ../scss/_header.scss */
.ticket-btn img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 176, ../scss/_header.scss */
.wdc-header-details {
  position: relative;
  max-width: 1000px;
  padding: 20px 50px 20px 50px;
  margin: 50px;
  box-sizing: border-box;
}
/* line 183, ../scss/_header.scss */
.wdc-header-details .title {
  top: -50px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1500px) {
  /* line 183, ../scss/_header.scss */
  .wdc-header-details .title {
    font-size: initial;
    text-align: left;
    width: initial;
  }
}

/* line 195, ../scss/_header.scss */
.wdc-header-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  z-index: 2;
}
/* line 203, ../scss/_header.scss */
.wdc-header-list li {
  text-transform: uppercase;
  margin-right: 20px;
  font-weight: 900;
  color: #FAB92F;
  font-size: 2.5rem;
}
/* line 209, ../scss/_header.scss */
.wdc-header-list li:nth-of-type(2n) {
  color: #EB008B;
}
/* line 212, ../scss/_header.scss */
.wdc-header-list li:nth-of-type(3n) {
  color: #6060AB;
}
/* line 215, ../scss/_header.scss */
.wdc-header-list li:nth-of-type(4n) {
  color: #EC5F27;
}
/* line 222, ../scss/_header.scss */
.wdc-header-list__speakers li {
  font-size: 2.75rem;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1465px) {
  /* line 222, ../scss/_header.scss */
  .wdc-header-list__speakers li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 222, ../scss/_header.scss */
  .wdc-header-list__speakers li {
    margin-right: 5px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 321px) {
  /* line 222, ../scss/_header.scss */
  .wdc-header-list__speakers li {
    margin-right: 5px;
    font-size: 4rem;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
/* line 242, ../scss/_header.scss */
.wdc-header-list__workshops li {
  font-size: 2.5rem;
  color: #EC5F27;
}
/* line 248, ../scss/_header.scss */
.wdc-header-list__other {
  margin-top: -20px;
}
/* line 250, ../scss/_header.scss */
.wdc-header-list__other li {
  font-size: 2rem;
}

@-moz-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0) scale(1.1);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0) scale(1.1);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0) scale(1.1);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0) scale(1.1);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0) scale(1.1);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0) scale(1.1);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0) scale(1.1);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0) scale(1.1);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0) scale(1.1);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0) scale(1.1);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0) scale(1.1);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0) scale(1.1);
  }
}
/* line 1, ../scss/_sections.scss */
.wdc-intro {
  background-color: #6060AB;
  color: #fff;
  position: relative;
  padding: 150px 0 0;
}
/* line 7, ../scss/_sections.scss */
.wdc-intro:before {
  content: '';
  display: block;
  width: 100%;
  background: url("/images/events/2017/divider-1.svg") repeat-x top left;
  background-size: auto 100%;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 19, ../scss/_sections.scss */
.wdc-intro__title {
  font-size: 2rem;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
/* line 27, ../scss/_sections.scss */
.wdc-intro .buildings {
  padding: 50px 250px 250px;
  margin-top: 50px;
  position: relative;
  height: 500px;
  box-sizing: border-box;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
/* line 38, ../scss/_sections.scss */
.wdc-intro .buildings:after {
  content: '';
  background-color: #EC5F27;
  height: 150px;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: 1;
}
/* line 49, ../scss/_sections.scss */
.wdc-intro .buildings img {
  position: absolute;
  float: left;
  width: 35%;
  display: block;
  z-index: 5;
}
/* line 56, ../scss/_sections.scss */
.wdc-intro .buildings img:first-child {
  left: -10px;
  bottom: 0;
  z-index: 4;
}
/* line 62, ../scss/_sections.scss */
.wdc-intro .buildings img:nth-child(2) {
  left: 27.5%;
  bottom: 0;
  z-index: 3;
}
/* line 68, ../scss/_sections.scss */
.wdc-intro .buildings img:nth-child(3) {
  right: 5%;
  bottom: 0;
  z-index: 4;
}
/* line 75, ../scss/_sections.scss */
.wdc-intro .buildings img:nth-child(4) {
  right: 0;
  bottom: -25px;
  height: 600px;
  width: auto;
  z-index: 5;
}
/* line 83, ../scss/_sections.scss */
.wdc-intro .buildings img:nth-child(5) {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-30%, 0);
  width: auto;
  height: 400px;
}
/* line 91, ../scss/_sections.scss */
.wdc-intro .buildings img:last-child {
  z-index: 2;
  height: 100px;
  width: auto;
  position: absolute;
  left: 20px;
  bottom: 150px;
  -moz-animation: scott-appear 8s infinite;
  -webkit-animation: scott-appear 8s infinite;
  animation: scott-appear 8s infinite;
}

@-moz-keyframes scott-appear {
  0%, 30%, 60%, 100% {
    -moz-transform: rotate(-30deg) translate(20px, 35px);
    transform: rotate(-30deg) translate(20px, 35px);
  }
  50% {
    -moz-transform: rotate(-30deg) translate(0px, 0px);
    transform: rotate(-30deg) translate(0px, 0px);
  }
}
@-webkit-keyframes scott-appear {
  0%, 30%, 60%, 100% {
    -webkit-transform: rotate(-30deg) translate(20px, 35px);
    transform: rotate(-30deg) translate(20px, 35px);
  }
  50% {
    -webkit-transform: rotate(-30deg) translate(0px, 0px);
    transform: rotate(-30deg) translate(0px, 0px);
  }
}
@keyframes scott-appear {
  0%, 30%, 60%, 100% {
    -moz-transform: rotate(-30deg) translate(20px, 35px);
    -ms-transform: rotate(-30deg) translate(20px, 35px);
    -webkit-transform: rotate(-30deg) translate(20px, 35px);
    transform: rotate(-30deg) translate(20px, 35px);
  }
  50% {
    -moz-transform: rotate(-30deg) translate(0px, 0px);
    -ms-transform: rotate(-30deg) translate(0px, 0px);
    -webkit-transform: rotate(-30deg) translate(0px, 0px);
    transform: rotate(-30deg) translate(0px, 0px);
  }
}
/* line 113, ../scss/_sections.scss */
.title {
  background-color: #EB008B;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 80px;
  width: 25%;
  box-sizing: border-box;
  padding: 20px;
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media screen and (min-width: 1500px) {
  /* line 113, ../scss/_sections.scss */
  .title {
    font-size: 4rem;
    width: 40%;
    text-align: right;
    padding-right: 1em;
  }
}

/* line 1, ../scss/_speakers.scss */
.wdc-speakers {
  position: relative;
  background: #ec5f27;
  background: -moz-linear-gradient(top, #ec5f27 0%, #00978d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ec5f27), color-stop(100%, #00978d));
  background: -webkit-linear-gradient(top, #ec5f27 0%, #00978d 100%);
  background: -o-linear-gradient(top, #ec5f27 0%, #00978d 100%);
  background: -ms-linear-gradient(top, #ec5f27 0%, #00978d 100%);
  background: linear-gradient(to bottom, #ec5f27 0%, #00978d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5f27', endColorstr='#00978d', GradientType=0 );
  padding: 300px 0;
  z-index: 2;
  margin-top: -100px;
}
/* line 15, ../scss/_speakers.scss */
.wdc-speakers:after {
  content: '';
  display: block;
  width: 100%;
  background: url("/images/events/2017/divider-3.svg") no-repeat right -20px center;
  background-size: auto 100%;
  height: 200px;
  position: absolute;
  bottom: -99px;
  left: 0;
}
/* line 27, ../scss/_speakers.scss */
.wdc-speakers .title {
  top: 160px;
  position: absolute;
}
/* line 30, ../scss/_speakers.scss */
.wdc-speakers .title:after {
  content: "";
  display: block;
  width: 250px;
  height: 200px;
  background-image: url(/images/events/2017/bolt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -150px;
  top: -50px;
}

/* line 45, ../scss/_speakers.scss */
.speaker {
  position: relative;
  padding: 50px 0;
}
/* line 49, ../scss/_speakers.scss */
.speaker:after {
  content: '';
  display: block;
  background: url("/images/events/2017/divider-speaker.svg") no-repeat right -2px center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 94px;
  background-size: 100% auto;
}
/* line 62, ../scss/_speakers.scss */
.speaker:nth-child(even):after {
  right: auto;
  left: 0;
}
/* line 67, ../scss/_speakers.scss */
.speaker:nth-child(even) .speaker-cont {
  flex-direction: row-reverse;
}
/* line 72, ../scss/_speakers.scss */
.speaker:nth-child(even) .speaker-1 img {
  box-shadow: 30px 30px 0 #40E680;
}
/* line 77, ../scss/_speakers.scss */
.speaker:nth-child(even) .speaker-2 {
  position: relative;
}
/* line 79, ../scss/_speakers.scss */
.speaker:nth-child(even) .speaker-2 h3 {
  text-align: right;
  left: auto;
  right: -50px;
}
/* line 85, ../scss/_speakers.scss */
.speaker:nth-child(even) .speaker-2 h4 {
  text-align: right;
  margin-right: 30px;
}
/* line 92, ../scss/_speakers.scss */
.speaker .speaker-cont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
/* line 102, ../scss/_speakers.scss */
.speaker-1 {
  position: relative;
}
/* line 104, ../scss/_speakers.scss */
.speaker-1 img {
  display: block;
  border: 10px solid #FAB92F;
  width: 300px;
  height: auto;
  box-shadow: -30px 30px 0 #FA92BD;
}
@media screen and (max-width: 820px) {
  /* line 104, ../scss/_speakers.scss */
  .speaker-1 img {
    width: 250px;
  }
}
/* line 114, ../scss/_speakers.scss */
.speaker-1:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: url(/images/events/2017/pink-splat.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right -100px;
  opacity: 0.2;
}
@media screen and (max-width: 820px) {
  /* line 114, ../scss/_speakers.scss */
  .speaker-1:after {
    width: 250px;
  }
}
/* line 133, ../scss/_speakers.scss */
.speaker-2 {
  position: relative;
}
/* line 135, ../scss/_speakers.scss */
.speaker-2 .glasses {
  position: absolute;
  width: 140px;
  height: auto;
  right: 200px;
}
/* line 142, ../scss/_speakers.scss */
.speaker-2 .lightbulb {
  position: absolute;
  width: 80px;
  height: auto;
  left: 200px;
}
/* line 149, ../scss/_speakers.scss */
.speaker-2 h3 {
  font-size: 4rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  left: -50px;
  margin-top: 20px;
  text-shadow: 5px 5px 0 #EB008B;
}
/* line 160, ../scss/_speakers.scss */
.speaker-2 h4 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 1rem;
}

/* line 1, ../scss/_workshops.scss */
.wdc-workshops {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
  background-color: #240742;
}
/* line 5, ../scss/_workshops.scss */
.wdc-workshops:after {
  content: '';
  display: block;
  width: 100%;
  background: url("/images/events/2017/divider-1.svg") repeat-x top left;
  background-size: auto 100%;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 18, ../scss/_workshops.scss */
.workshop {
    position: relative;
    padding: 200px 50px 0;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    z-index: 2;
    color: #fff;
    text-align: center;
    background: url("/images/events/2017/bg-sponsors.svg") no-repeat center 50px;
    background-size: 100% auto;
}

.workshop h3{
    font-size: 4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 10px;
}

.workshop h4{
    font-style: italic;
    font-size: 1.25rem;
}

.workshop > img{
    align-self: center;
    width: 300px;
    height: 300px;
    border: 10px solid #FAB92F;
    box-shadow: -30px -30px 0 #40E680, 30px 30px 0 #FA92BD;
    margin-bottom: 50px;
}

.workshop__overview{
    display: flex;
    flex-direction: row;
    text-align: left;
    margin-top: 50px;
    min-height: 400px;
}

    .workshop__overview div{
        flex-basis: 50%;
    }

    .workshop__overview div:first-child{
        font-weight: bold;
        line-height: 1.5rem;
    }

    .workshop__overview p{
        margin-bottom: 1em;
    }

    .workshop__overview div:last-child{
        display: flex;
        justify-content: center;
        position: relative;
    }

        .workshop__overview .workshop__arrow{
            position: absolute;
            width: 160px;
        }

            .workshop__overview .workshop__arrow:first-child{
                top: 0%;
                right: 15%;
                transform: rotate(160deg);
                width: 100px;
            }

            .workshop__overview .workshop__arrow:last-child{
                bottom: 0;
                right: 10%;
            }

        .workshop__overview div:last-child .ticket-btn{
            align-self: center;
        }

/* line 1, ../scss/_stuff.scss */
.wdc-stuff {
  position: relative;
  background-color: #6060AB;
  padding: 150px 0 0;
  z-index: 1;
}
/* line 7, ../scss/_stuff.scss */
.wdc-stuff:before {
  content: "";
  width: 100%;
  position: absolute;
  top: -30px;
  right: 0;
  background-image: url(/images/events/2017/stuff-things.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  height: 600px;
  z-index: 0;
}
@media screen and (min-width: 1500px) {
  /* line 7, ../scss/_stuff.scss */
  .wdc-stuff:before {
    height: 800px;
  }
}
/* line 24, ../scss/_stuff.scss */
.wdc-stuff .thing {
  position: relative;
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  z-index: 2;
}
/* line 34, ../scss/_stuff.scss */
.wdc-stuff .thing:after {
  content: "";
  width: 200px;
  height: 100px;
  background-image: url(/images/events/2017/stars1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 46, ../scss/_stuff.scss */
.wdc-stuff .thing.alt {
  flex-direction: row-reverse;
}
/* line 48, ../scss/_stuff.scss */
.wdc-stuff .thing.alt:after {
  left: 0;
  background-image: url(/images/events/2017/stars2.svg);
}
/* line 54, ../scss/_stuff.scss */
.wdc-stuff .thing.alt .thing-2 h3 {
  left: auto;
  right: -100px;
  text-align: right;
}
/* line 62, ../scss/_stuff.scss */
.wdc-stuff .thing .thing-1 {
  flex-basis: 25%;
}
/* line 65, ../scss/_stuff.scss */
.wdc-stuff .thing .thing-1 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/* line 70, ../scss/_stuff.scss */
.wdc-stuff .thing .thing-1 .btn-other-stuff {
  background: #240742;
  color: #FAB92F;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 2rem;
  border-bottom: 5px solid #EC5F27;
  transition: 0.2s;
  margin-top: 2em;
}
/* line 85, ../scss/_stuff.scss */
.wdc-stuff .thing .thing-1 .btn-other-stuff:hover {
  border-bottom: 5px solid transparent;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
/* line 92, ../scss/_stuff.scss */
.wdc-stuff .thing .thing-2 {
  flex-basis: 75%;
  box-sizing: border-box;
}
/* line 96, ../scss/_stuff.scss */
.wdc-stuff .thing .thing-2 h3 {
  position: relative;
  left: -100px;
}
/* line 102, ../scss/_stuff.scss */
.wdc-stuff .thing h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: bold;
  text-shadow: -4px 4px 0 #EB008B;
}
/* line 110, ../scss/_stuff.scss */
.wdc-stuff .thing p {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.25em;
  padding: 30px;
}

/* line 120, ../scss/_stuff.scss */
.making-ships-sail {
  height: 500px;
  max-width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1800px) {
  /* line 120, ../scss/_stuff.scss */
  .making-ships-sail {
    height: 700px;
  }
}
/* line 129, ../scss/_stuff.scss */
.making-ships-sail:before {
  content: "";
  display: block;
  background: #EC5F27;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
}
/* line 138, ../scss/_stuff.scss */
.making-ships-sail .wave1, .making-ships-sail .wave2, .making-ships-sail .wave3 {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: -10%;
}
/* line 144, ../scss/_stuff.scss */
.making-ships-sail .wave3 {
  bottom: 0px;
  z-index: 4;
  -moz-animation: waves 6s infinite linear;
  -webkit-animation: waves 6s infinite linear;
  animation: waves 6s infinite linear;
}
@media screen and (min-width: 1500px) {
  /* line 144, ../scss/_stuff.scss */
  .making-ships-sail .wave3 {
    bottom: -40px;
  }
}
@media screen and (min-width: 2000px) {
  /* line 144, ../scss/_stuff.scss */
  .making-ships-sail .wave3 {
    bottom: -140px;
  }
}
@media screen and (min-width: 2500px) {
  /* line 144, ../scss/_stuff.scss */
  .making-ships-sail .wave3 {
    bottom: -300px;
  }
}
@media screen and (min-width: 3000px) {
  /* line 144, ../scss/_stuff.scss */
  .making-ships-sail .wave3 {
    bottom: -450px;
  }
}
/* line 161, ../scss/_stuff.scss */
.making-ships-sail .wave2 {
  bottom: 140px;
  z-index: 2;
  -moz-animation: waves 4s infinite linear;
  -webkit-animation: waves 4s infinite linear;
  animation: waves 4s infinite linear;
}
/* line 166, ../scss/_stuff.scss */
.making-ships-sail .wave1 {
  bottom: 170px;
  z-index: 1;
  -moz-animation: waves 5s infinite linear;
  -webkit-animation: waves 5s infinite linear;
  animation: waves 5s infinite linear;
}
/* line 171, ../scss/_stuff.scss */
.making-ships-sail .ship {
  width: 400px;
  height: auto;
  position: absolute;
  z-index: 3;
  bottom: 145px;
  right: 100px;
  -moz-animation: waves 3s infinite linear;
  -webkit-animation: waves 3s infinite linear;
  animation: waves 3s infinite linear;
}
@media screen and (min-width: 1500px) {
  /* line 171, ../scss/_stuff.scss */
  .making-ships-sail .ship {
    width: 500px;
    bottom: 145px;
  }
}
@media screen and (min-width: 1800px) {
  /* line 171, ../scss/_stuff.scss */
  .making-ships-sail .ship {
    width: 600px;
    bottom: 175px;
  }
}
/* line 188, ../scss/_stuff.scss */
.making-ships-sail .balloon1 {
  width: 100px;
  height: auto;
  position: absolute;
  left: 140px;
  top: 40px;
  -moz-animation: upAndDown 5s infinite;
  -webkit-animation: upAndDown 5s infinite;
  animation: upAndDown 5s infinite;
}
/* line 196, ../scss/_stuff.scss */
.making-ships-sail .balloon2 {
  width: 150px;
  height: auto;
  position: absolute;
  left: 270px;
  -moz-animation: upAndDown 4s infinite;
  -webkit-animation: upAndDown 4s infinite;
  animation: upAndDown 4s infinite;
}

@-moz-keyframes waves {
  from {
    transform: rotate(0deg) translate(-5px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-5px) rotate(-360deg);
  }
}
@-webkit-keyframes waves {
  from {
    transform: rotate(0deg) translate(-5px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-5px) rotate(-360deg);
  }
}
@keyframes waves {
  from {
    transform: rotate(0deg) translate(-5px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-5px) rotate(-360deg);
  }
}
/* line 1, ../scss/_venue.scss */
.wdc-venue {
  position: relative;
  background: #ec5f27;
  background: -moz-linear-gradient(top, #ec5f27 0%, #00978d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ec5f27), color-stop(100%, #00978d));
  background: -webkit-linear-gradient(top, #ec5f27 0%, #00978d 100%);
  background: -o-linear-gradient(top, #ec5f27 0%, #00978d 100%);
  background: -ms-linear-gradient(top, #ec5f27 0%, #00978d 100%);
  background: linear-gradient(to bottom, #ec5f27 0%, #00978d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5f27', endColorstr='#00978d', GradientType=0 );
  padding: 50px;
}
/* line 12, ../scss/_venue.scss */
.wdc-venue:after {
  content: "";
  background-image: url(/images/events/2017/venue_things.svg);
  background-repeat: no-repeat;
  top: -50px;
  width: 90%;
  height: 600px;
  background-size: contain;
  background-position: top center;
  position: absolute;
}
/* line 24, ../scss/_venue.scss */
.wdc-venue h3 {
  padding-top: 150px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 4rem;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  /* line 24, ../scss/_venue.scss */
  .wdc-venue h3 {
    font-size: 2rem;
  }
}
/* line 37, ../scss/_venue.scss */
.wdc-venue .water-styled {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  /* line 37, ../scss/_venue.scss */
  .wdc-venue .water-styled {
    width: 100%;
  }
}
/* line 46, ../scss/_venue.scss */
.wdc-venue h4 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  text-transform: uppercase;
  opacity: 0.8;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

/* line 1, ../scss/_sponsors.scss */
.wdc-sponsors {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
  background: #6060AB url("/images/events/2017/bg-sponsors.svg") no-repeat center center;
  background-size: auto;
}
/* line 8, ../scss/_sponsors.scss */
.wdc-sponsors .sponsors {
  display: -webkit-flex;
  display: flex;
  padding: 200px 0 20px;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-direction: row;
  flex-direction: row;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1138px) {
  /* line 8, ../scss/_sponsors.scss */
  .wdc-sponsors .sponsors {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/* line 21, ../scss/_sponsors.scss */
.wdc-sponsors .sponsors .sponsor {
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  padding: 40px;
}
/* line 25, ../scss/_sponsors.scss */
.wdc-sponsors .sponsors .sponsor a {
  background-color: #fff;
  text-align: center;
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  border: 20px solid #EB008B;
  box-shadow: 40px 40px 0 #40E680;
  background: #240742;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: -4px 4px 0 #EB008B;
  font-weight: 900;
  font-size: 3rem;
}

/* line 1, ../scss/_footer.scss */
.wdc-footer {
  background-color: #240742;
  color: #fff;
  text-align: center;
  padding: 250px 0 100px;
  position: relative;
  z-index: 1;
}
/* line 11, ../scss/_footer.scss */
.wdc-footer:before {
  content: '';
  display: block;
  width: 100%;
  background: url("/images/events/2017/divider-2.svg") repeat-x top left;
  background-size: auto 100%;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 23, ../scss/_footer.scss */
.wdc-footer h3 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 4em;
}
/* line 29, ../scss/_footer.scss */
.wdc-footer a {
  color: #FAB92F;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  text-shadow: 1px 3px 0 #EB008B;
}
/* line 37, ../scss/_footer.scss */
.wdc-footer .ticket-btn {
  text-shadow: none;
  margin: 0 auto;
  width: 370px;
}
/* line 43, ../scss/_footer.scss */
.wdc-footer .footer-links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 250px 0 50px;
  max-width: 50%;
  margin: 0 auto;
}
/* line 52, ../scss/_footer.scss */
.wdc-footer h4, .wdc-footer h5 {
  font-size: 1.25rem;
  font-weight: bold;
}
/* line 57, ../scss/_footer.scss */
.wdc-footer h4 {
  margin-bottom: 20px;
}
/* line 61, ../scss/_footer.scss */
.wdc-footer .ticket-btn {
  margin: 50px auto 0;
}