@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  -ms-transform: translate3d(0, 0, 0);
  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;
}

.slick-prev,
.slick-next {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 18px;
  position: absolute;
  outline: none;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 18px;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  width: 18px;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
  cursor: auto;
}

.slick-prev {
  left: 2%;
  top: 50%;
}

.slick-prev:before {
  background-image: url("../images/icon-arrow-left.svg");
  left: 0;
  top: 0;
}

.slick-next {
  right: 2%;
  top: 50%;
}

.slick-next:before {
  background-image: url("../images/icon-arrow-right.svg");
  right: 0;
  top: 0;
}

.slick-dots {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 12px;
  outline: none;
  width: 12px;
}

.slick-dots li button:before {
  background-color: #ccc;
  border-radius: 6px;
  content: '';
  display: inline-block;
  height: 6px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 6px;
}

.slick-dots li.slick-active button:before {
  background-color: #111;
}

header {
  left: 0;
  padding-top: 20px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  header {
    padding-top: 40px;
  }
}

.logo {
  background: url("../images/logo.svg") center center no-repeat;
  background-size: 128px 16px;
  display: inline-block;
  height: 16px;
  width: 128px;
}

footer {
  bottom: 0;
  left: 0;
  padding-bottom: 20px;
  position: fixed;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 992px) {
  footer {
    padding-bottom: 40px;
  }
}

.twenty {
  background: url("../images/twenty.svg") center center no-repeat;
  background-size: 90px 12px;
  display: inline-block;
  height: 12px;
  width: 90px;
}

.slideshow {
  margin: 40px auto;
  max-width: 320px;
  width: 100%;
}

.slideshow div {
  height: 0;
  padding-bottom: 66.666666%;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.slideshow img {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%) scale(0.15);
      transform: translate(-50%, -50%) scale(0.15);
}

@media screen and (min-width: 767px) {
  .slideshow {
    margin: 80px auto;
    max-width: 760px;
  }
  .slideshow img {
    -ms-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
  }
}

@media screen and (min-width: 992px) {
  .slideshow {
    max-width: 960px;
  }
  .slideshow img {
    -ms-transform: translate(-50%, -50%) scale(0.75);
        transform: translate(-50%, -50%) scale(0.75);
  }
}

@media screen and (min-width: 1200px) {
  .slideshow {
    max-width: 1200px;
  }
  .slideshow img {
    -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
  }
}

html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
}

.slides {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.slides.slick-initialized {
  display: block;
}

.slick-list, .slick-track, .slick-slide {
  width: 100%;
  height: 100%;
  outline: none;
}

.slick-slide {
  text-align: center;
}

.slide-content {
  display: inline-block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 75%;
}

@media screen and (min-width: 767px) {
  .slide-content {
    width: 60%;
  }
}

.slide-default h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
}

@media screen and (min-width: 480px) {
  .slide-default h3 {
    font-size: 36px;
    line-height: 1.4em;
  }
}

@media screen and (min-width: 992px) {
  .slide-default h3 {
    font-size: 52px;
  }
}

.slide-first h3 {
  position: relative;
}

.slide-first h3:after {
  bottom: -40px;
  color: #ccc;
  content: 'Swipe →';
  display: block;
  position: absolute;
  font-size: 12px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .slide-first h3:after {
    display: none;
  }
}

.slide-slideshow {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .slide-slideshow {
    width: 60%;
  }
}

.slide-final h3 {
  margin-bottom: 36px;
}

.slide-final .buttons {
  margin-bottom: 38px;
}

@media screen and (min-width: 992px) {
  .slide-final .buttons {
    margin-bottom: 28px;
  }
}

.slide-final .buttons li {
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .slide-final .buttons li {
    display: inline-block;
    margin: 0 10px 20px 10px;
    width: auto;
  }
}

.slide-final .button {
  background: #111;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 1.4em 2em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .slide-final .button {
    font-size: 14px;
  }
}

.share li {
  display: inline-block;
  margin: 0 4px;
}

.share a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  display: block;
  height: 20px;
  width: 24px;
}

.share .facebook {
  background-image: url("../images/icon-facebook.svg");
}

.share .twitter {
  background-image: url("../images/icon-twitter.svg");
}

.share .pinterest {
  background-image: url("../images/icon-pinterest.svg");
}

.share .tumblr {
  background-image: url("../images/icon-tumblr.svg");
}
/*# sourceMappingURL=styles.css.map */