@font-face {
  font-family: 'GT-Walsheim-Regular';
  src: url("../fonts/GT-Walsheim-Regular.eot");
  src: url("../fonts/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Regular.woff2") format("woff2"), url("../fonts/GT-Walsheim-Regular.woff") format("woff"), url("../fonts/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT-Walsheim-Regular-Oblique';
  src: url("../fonts/GT-Walsheim-Regular-Oblique.eot");
  src: url("../fonts/GT-Walsheim-Regular-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Regular-Oblique.woff2") format("woff2"), url("../fonts/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("../fonts/GT-Walsheim-Regular-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT-Walsheim-Medium';
  src: url("../fonts/GT-Walsheim-Medium.eot");
  src: url("../fonts/GT-Walsheim-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Medium.woff2") format("woff2"), url("../fonts/GT-Walsheim-Medium.woff") format("woff"), url("../fonts/GT-Walsheim-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT-Walsheim-Medium-Oblique';
  src: url("../fonts/GT-Walsheim-Medium-Oblique.eot");
  src: url("../fonts/GT-Walsheim-Medium-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Medium-Oblique.woff2") format("woff2"), url("../fonts/GT-Walsheim-Medium-Oblique.woff") format("woff"), url("../fonts/GT-Walsheim-Medium-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT-Walsheim-Bold';
  src: url("../fonts/GT-Walsheim-Bold.eot");
  src: url("../fonts/GT-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Bold.woff2") format("woff2"), url("../fonts/GT-Walsheim-Bold.woff") format("woff"), url("../fonts/GT-Walsheim-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT-Walsheim-Bold-Oblique';
  src: url("../fonts/GT-Walsheim-Bold-Oblique.eot");
  src: url("../fonts/GT-Walsheim-Bold-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Bold-Oblique.woff2") format("woff2"), url("../fonts/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("../fonts/GT-Walsheim-Bold-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem; }
  @media (min-width: 800px) {
    .row {
      margin-right: -.65rem;
      margin-left: -.65rem; } }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

[class^="col-"] {
  position: relative;
  padding-right: .5rem;
  padding-left: .5rem; }
  @media (min-width: 800px) {
    [class^="col-"] {
      padding-right: .65rem;
      padding-left: .65rem; } }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -webkit-flex-basis: 8.333%;
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -webkit-flex-basis: 16.666%;
  -ms-flex-preferred-size: 16.666%;
  flex-basis: 16.666%;
  max-width: 16.666%; }

.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-flex-basis: 83.333%;
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -webkit-flex-basis: 91.667%;
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.666%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 800px) {
  .container {
    margin: 0 auto;
    width: 80%; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.666%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 980px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.666%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 1280px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.666%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

.show-xlg {
  display: none; }
  @media (min-width: 1280px) {
    .show-xlg {
      display: block; } }

.mb0 {
  margin-bottom: 0; }

.mt0 {
  margin-top: 0; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1rem, 0);
            transform: translate3d(0, 1rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1rem, 0);
            transform: translate3d(0, 1rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes dropDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes dropDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes dropLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4rem, 0, 0);
            transform: translate3d(-4rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes dropLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4rem, 0, 0);
            transform: translate3d(-4rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes dropRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4rem, 0, 0);
            transform: translate3d(4rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes dropRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4rem, 0, 0);
            transform: translate3d(4rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes square-spin {
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes square-spin {
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes flipUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(0, -0.25em, 0);
            transform: translate3d(0, -0.25em, 0);
    opacity: 0; }
  40% {
    -webkit-transform: translate3d(0, 0.25em, 0);
            transform: translate3d(0, 0.25em, 0);
    opacity: 0; }
  60%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes flipUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(0, -0.25em, 0);
            transform: translate3d(0, -0.25em, 0);
    opacity: 0; }
  40% {
    -webkit-transform: translate3d(0, 0.25em, 0);
            transform: translate3d(0, 0.25em, 0);
    opacity: 0; }
  60%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes razorUp {
  0% {
    -webkit-transform: skewY(10deg);
            transform: skewY(10deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes razorUp {
  0% {
    -webkit-transform: skewY(10deg);
            transform: skewY(10deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@-webkit-keyframes pulseIn {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes pulseIn {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  to {
    -webkit-transform: none;
            transform: none; } }

.spotify-embed {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .spotify-embed iframe,
  .spotify-embed object,
  .spotify-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

html,
body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.nav-open body {
  overflow: hidden !important; }
  @media (min-width: 800px) {
    .nav-open body {
      overflow: visible !important; } }

.overlay-open body {
  overflow: hidden !important; }

img {
  max-width: none; }

#page {
  padding-top: 5em;
  min-height: 100%; }

.wrapper {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 70rem;
  z-index: 1; }
  @media (min-width: 520px) {
    .wrapper {
      padding: 0 2rem; } }
  @media (min-width: 800px) {
    .wrapper {
      padding: 0 6rem; } }

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritance in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

body {
  font-family: "GT-Walsheim-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  background: #ffffff;
  color: #181A1C; }
  @media (min-width: 800px) {
    body {
      font-size: 14px; } }
  @media (min-width: 980px) {
    body {
      font-size: 16px; } }
  @media (min-width: 1280px) {
    body {
      font-size: 18px; } }

p {
  margin: 0 0 1.5em;
  font-size: .9375em;
  line-height: 1.65;
  letter-spacing: .025em; }

strong {
  font-family: "GT-Walsheim-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

em, i {
  font-family: "GT-Walsheim-Regular-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

ul {
  list-style: none;
  margin: 0; }

h1,
h2 {
  margin: 0 0 .85em;
  padding-bottom: .65em;
  font-family: "GT-Walsheim-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.65em;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 1px solid #A7A9AC; }
  h1.is-center,
  h2.is-center {
    text-align: center; }
  h1.is-clean,
  h2.is-clean {
    padding-bottom: 0;
    border: none; }

h2 {
  margin: 1em 0 .85em;
  padding-bottom: .85em;
  text-transform: none;
  font-family: "GT-Walsheim-Medium-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: .9375em; }
  h2.is-hero {
    margin: 0 0 .15em;
    padding: 0;
    font-family: "GT-Walsheim-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1;
    border: none; }
    @media (min-width: 800px) {
      h2.is-hero {
        font-size: 3.5em; } }

h3 {
  margin: 0;
  font-family: "GT-Walsheim-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: .9375em;
  line-height: 1.65;
  letter-spacing: .025em;
  text-transform: uppercase; }

h4, h5, h6 {
  margin: 0;
  font-family: "GT-Walsheim-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

a {
  color: #181A1C;
  text-decoration: none; }

blockquote {
  margin: 2rem 1rem; }
  @media (min-width: 800px) {
    blockquote {
      margin: 3rem auto;
      max-width: 35em; } }
  blockquote p {
    font-family: "GT-Walsheim-Regular-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.2; }

hr {
  margin: 3rem 0;
  border: none;
  height: 1px;
  background: #A7A9AC; }

::-moz-selection {
  color: #ffffff;
  background: #000000; }

::selection {
  color: #ffffff;
  background: #000000; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }
  .icon--link {
    display: inline-block;
    background: #181A1C;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #ffffff; }

.btn-group {
  position: relative;
  line-height: 0; }
  .btn-group.is-vertical {
    margin-right: 1rem;
    -webkit-transform: translate3d(100%, 0, 0) rotate(90deg);
            transform: translate3d(100%, 0, 0) rotate(90deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0; }
  .btn-group.is-split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -.5rem; }
    .btn-group.is-split .btn {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      max-width: 100%;
      margin: 0 .5rem; }

.btn {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none !important;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  padding: 1.5em 2.5em;
  font-family: "GT-Walsheim-Medium-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: .65em;
  line-height: 1.2;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-align: center;
  background: #000000;
  color: #ffffff; }
  @media (min-width: 800px) {
    .btn {
      font-size: .85em; } }
  .btn.is-white {
    background: #ffffff;
    color: #000000; }
  .btn--highlight {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0; }
    .is-white .btn--highlight {
      background: rgba(0, 0, 0, 0.1); }
  .btn.is-loading {
    cursor: default; }
    .btn.is-loading::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffffff;
      z-index: 1; }
    .btn.is-loading::after {
      content: '';
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -.75rem;
      margin-left: -.75rem;
      border-radius: 50%;
      border: 2px solid rgba(0, 0, 0, 0.4);
      border-top-color: #000000;
      z-index: 2;
      -webkit-animation: spin .6s linear infinite;
              animation: spin .6s linear infinite; }
  .btn.is-secondary {
    background: transparent;
    color: #ffffff; }
    .btn.is-secondary:hover {
      background: #ffffff;
      color: #000000; }
  .btn.is-outlined {
    border: 1px solid #A7A9AC;
    text-transform: none; }
  .btn.is-small {
    font-size: .75em; }
  .btn.is-large {
    padding: 2em 2.5em; }
  .btn.is-block {
    display: block;
    width: 100%; }

.is-aspect {
  position: relative;
  overflow: hidden;
  background: #F1F2F2; }
  .is-aspect--square {
    position: relative; }
    .is-aspect--square::before {
      content: '';
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }
  .is-aspect--portrait {
    position: relative; }
    .is-aspect--portrait::before {
      content: '';
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 104%; }
  .is-aspect--landscape {
    position: relative; }
    .is-aspect--landscape::before {
      content: '';
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
  .is-aspect--feature {
    position: relative; }
    .is-aspect--feature::before {
      content: '';
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 75%; }
  .is-aspect--map {
    position: relative; }
    .is-aspect--map::before {
      content: '';
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 66.6666666667%; }
  @media (max-width: 799px) {
    .is-aspect--landscape-mobile {
      position: relative; }
      .is-aspect--landscape-mobile::before {
        content: '';
        display: block;
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; } }
  .is-aspect.has-error::after {
    content: '!';
    width: 1.5em;
    height: 1.5em;
    margin: 0;
    border: none;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.5em;
    line-height: 1.5;
    text-align: center;
    background: rgba(167, 169, 172, 0.15);
    border-radius: 50%; }
  .is-aspect.has-error img {
    display: none; }
  .is-aspect.is-empty::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background: transparent url("/assets/img/Captured_Tracks-slash.svg") center center no-repeat;
    background-size: auto 80%;
    -webkit-animation: none;
            animation: none;
    opacity: .1; }
  .is-aspect::after {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
    background: transparent url("/assets/img/Captured_Tracks-logo-icon.svg") center center no-repeat;
    -webkit-animation: square-spin 2s 0s cubic-bezier(0.77, 0, 0.175, 1) infinite;
            animation: square-spin 2s 0s cubic-bezier(0.77, 0, 0.175, 1) infinite; }
  .is-aspect img {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear; }
    .is-aspect img.is-loaded {
      opacity: 1; }
  .is-aspect iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    z-index: 2; }

img.photo {
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity .45s linear;
  transition: opacity .45s linear; }
  img.photo.is-loaded {
    opacity: 1; }

.carousel-container {
  position: relative;
  margin: 4rem 1.5rem 0; }
  @media (min-width: 800px) {
    .carousel-container {
      margin: 4rem 0 0; } }

.carousel {
  position: relative;
  overflow: hidden;
  margin: 0 -.25rem;
  /* Fix of Webkit flickering */
  z-index: 1; }
  .carousel.is-inline {
    margin: 4rem auto 0; }
  .carousel.is-fullscreen {
    margin: 0;
    cursor: none; }
    .carousel.is-fullscreen[data-static="yes"] {
      cursor: auto; }
  .carousel--mask {
    overflow: hidden; }
  .carousel--wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
  .carousel--cursor, .carousel--btn {
    margin: 0;
    padding: 0;
    background: none;
    -webkit-appearance: none !important;
    border: none;
    border-radius: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    z-index: 3;
    font-size: .65em;
    overflow: hidden; }
    .carousel--cursor[data-direction='left'], .carousel--btn[data-direction='left'] {
      border-top: 1.25em solid transparent;
      border-bottom: 1.25em solid transparent;
      border-right: 2em solid #A7A9AC; }
    .carousel--cursor[data-direction='right'], .carousel--btn[data-direction='right'] {
      border-top: 1.25em solid transparent;
      border-bottom: 1.25em solid transparent;
      border-left: 2em solid #A7A9AC; }
  .carousel--counter {
    position: absolute;
    bottom: 1rem;
    right: .75rem;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .carousel--counter span {
      min-width: 1.25em;
      display: block;
      font-family: "GT-Walsheim-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: .85em;
      color: #ffffff; }
      .carousel--counter span.current {
        text-align: right; }
      .carousel--counter span.divider {
        height: 1.5em;
        background: #ffffff;
        -webkit-box-flex: 0;
        -webkit-flex: 0;
            -ms-flex: 0;
                flex: 0;
        min-width: 2px;
        -webkit-transform: skew(-15deg);
                transform: skew(-15deg);
        margin: 0 .5em; }
  .carousel--slide {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    overflow: hidden; }
    .swiper-container-no-flexbox .carousel--slide {
      float: left; }
    .is-fullscreen .carousel--slide {
      background: #F1F2F2;
      color: #ffffff; }
  .carousel--nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2; }
  .carousel--btn {
    font-size: .35em;
    margin-top: calc(-.5rem + -.5em);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: auto;
    -webkit-transition: all .15s linear;
    transition: all .15s linear; }
    .carousel--btn[data-direction='left'] {
      right: 100%;
      margin-right: 1rem; }
      .carousel--btn[data-direction='left']:hover {
        border-right-color: #181A1C; }
        .is-black .carousel--btn[data-direction='left']:hover {
          border-right-color: #F1F2F2; }
    .carousel--btn[data-direction='right'] {
      left: 100%;
      margin-left: 1rem; }
      .carousel--btn[data-direction='right']:hover {
        border-left-color: #181A1C; }
        .is-black .carousel--btn[data-direction='right']:hover {
          border-left-color: #F1F2F2; }
  .carousel--link {
    display: block;
    color: #181A1C;
    padding: .25rem; }
    .is-black .carousel--link {
      color: #F1F2F2; }
  .carousel--thumb {
    margin: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .carousel--caption {
    margin-top: 1rem;
    text-align: center;
    font-size: .9375em;
    line-height: 1.2;
    letter-spacing: .025em;
    text-transform: uppercase; }

.overlay {
  cursor: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden; }
  .is-loaded .overlay {
    -webkit-transition: all .2s 1s linear;
    transition: all .2s 1s linear; }
  .overlay-open .overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .overlay--bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    pointer-events: none; }
    .is-loaded .overlay--bg {
      -webkit-transition: opacity 0.1s 0.9s linear, visibility 0.1s 0.9s linear, -webkit-transform 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.1s 0.9s linear, visibility 0.1s 0.9s linear, -webkit-transform 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.1s 0.9s linear, visibility 0.1s 0.9s linear, transform 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.1s 0.9s linear, visibility 0.1s 0.9s linear, transform 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .overlay-open .overlay--bg {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
              transform: none;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
  .overlay--title {
    display: block;
    width: 100%;
    border: none;
    text-align: center;
    padding: 0 1rem;
    margin: 1.5rem 0 0;
    font-size: 1em; }
    @media (min-width: 800px) {
      .overlay--title {
        margin: 2rem 0 0; } }
  .overlay--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 2rem 1rem; }
    @media (min-width: 800px) {
      .overlay--inner {
        padding: 4rem 8rem calc(2rem + 1em); } }
  .overlay--content {
    position: relative;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear; }
    .overlay-open .overlay--content {
      opacity: 1;
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }
  .overlay--cursor {
    display: none;
    position: fixed;
    width: 4em;
    height: 4em;
    border: 4px solid #A7A9AC;
    border-radius: 50%;
    margin-left: -2em;
    margin-top: -2em;
    pointer-events: none;
    z-index: 3;
    font-size: .65em;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear; }
    .overlay-open .overlay--cursor {
      opacity: 1; }
    .overlay--cursor::before, .overlay--cursor::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -2px;
      margin-top: -1.25em;
      height: 2.5em;
      width: 4px;
      background: #A7A9AC;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
    .overlay--cursor::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .overlay--cursor::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .overlay--cursor.is-controling[data-state="pause"]::before, .overlay--cursor.is-controling[data-state="pause"]::after {
      -webkit-transform: scaleY(0.75);
              transform: scaleY(0.75); }
    .overlay--cursor.is-controling[data-state="pause"]::before {
      left: 35%; }
    .overlay--cursor.is-controling[data-state="pause"]::after {
      left: 65%; }
    .overlay--cursor.is-controling[data-state="play"]::before {
      width: 0;
      height: 0;
      left: 50%;
      border-top: .85em solid transparent;
      border-bottom: .85em solid transparent;
      border-right: 1.5em solid #A7A9AC;
      -webkit-transform: none;
              transform: none;
      background: none;
      margin-left: -.95em;
      margin-top: -.85em; }
    .overlay--cursor.is-controling[data-state="play"]::after {
      -webkit-transform: scaleY(0);
              transform: scaleY(0); }

.sign-up--success {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0; }
  .sign-up--success p {
    font-family: "GT-Walsheim-Bold-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.65em;
    line-height: 1;
    letter-spacing: .05em; }
  .sign-up--success > p:last-child {
    margin-bottom: 0; }

.sign-up {
  position: relative;
  margin-top: 4rem; }

@media (min-width: 800px) {
  .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 -.5rem; } }

.form-item {
  margin-bottom: 1rem;
  position: relative; }
  @media (min-width: 800px) {
    .form-item {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 .5rem; } }
  .form-item.is-action {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .form-item label.error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: .65em;
    font-size: .85em;
    color: #FF4136; }
    @media (min-width: 800px) {
      .form-item label.error {
        padding: 0 .5rem; } }
  .form-item .btn {
    padding-left: 4em;
    padding-right: 4em;
    width: 100%; }

.form-control {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  border-bottom: 1px solid #A7A9AC;
  width: 100%;
  padding: .5em 0;
  font-family: "GT-Walsheim-Bold-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.65em;
  line-height: 1;
  letter-spacing: .05em;
  -webkit-transition: all .15s linear;
  transition: all .15s linear; }
  .error .form-control {
    border-color: #FF4136; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A7A9AC; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #A7A9AC; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #A7A9AC; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #A7A9AC; }

.reveal-set {
  margin-bottom: 2rem; }

.reveal {
  margin-bottom: 1rem; }
  .reveal--toggle {
    position: relative;
    margin: 0;
    padding: .5em 1.5em .5em 0;
    font-size: 1.35em;
    line-height: 1.2;
    border-bottom: 1px solid #A7A9AC;
    -webkit-transition: color .15s linear;
    transition: color .15s linear;
    cursor: pointer; }
    .reveal--toggle::after {
      content: '';
      display: block;
      position: absolute;
      top: 3.5em;
      right: .5em;
      width: 0;
      height: 0;
      font-size: .25em;
      border-left: 1.25em solid transparent;
      border-right: 1.25em solid transparent;
      border-top: 2em solid rgba(167, 169, 172, 0.5);
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
      .is-open .reveal--toggle::after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .reveal--content {
    height: 0;
    overflow: hidden; }
    .is-open .reveal--content {
      height: auto !important; }
  .reveal--wrapper {
    padding: 1rem 0; }
    .reveal--wrapper > *:last-child {
      margin-bottom: 0; }

.sticky {
  display: none;
  position: absolute;
  top: 0;
  z-index: 4;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .sticky.is-left {
    left: 0; }
  .sticky.is-right {
    right: 0; }
  @media (min-width: 800px) {
    .sticky {
      display: block; } }
  .sticky--content {
    padding-top: 1rem;
    padding-left: 2rem; }
    .sticky--content.is-stuck {
      top: 5em;
      position: fixed; }
      .is-left .sticky--content.is-stuck {
        left: 0; }
      .is-right .sticky--content.is-stuck {
        right: 0; }
    .sticky--content .btn {
      -webkit-box-shadow: 0 0 0 1px #ffffff;
              box-shadow: 0 0 0 1px #ffffff; }

.strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 1rem;
  padding: .5em 0;
  font-size: 1.35em;
  line-height: 1.2;
  border-bottom: 1px solid #A7A9AC; }
  .strip--icon {
    font-size: .625em;
    color: #ffffff;
    background: rgba(167, 169, 172, 0.5);
    -webkit-transition: all .15s linear;
    transition: all .15s linear; }
    .strip--icon:hover {
      background: #181A1C; }

.is-404 body {
  background: #181A1C;
  color: #F1F2F2; }

.content-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 100%;
  text-align: center;
  background: #181A1C url("/assets/img/Captured_Tracks-slash.svg") center center no-repeat;
  background-size: auto 100%; }
  .content-404 h1 {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 25vw;
    -webkit-animation: 3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s both fadeIn;
            animation: 3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s both fadeIn; }
  .content-404 p {
    -webkit-animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s both fadeInUp;
            animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s both fadeInUp; }
  .content-404--action {
    -webkit-animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.65s both fadeInUp;
            animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.65s both fadeInUp; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  background: #ffffff;
  -webkit-transition: background .15s linear;
  transition: background .15s linear;
  -webkit-box-shadow: 0 0 0 1px rgba(24, 26, 28, 0.1);
          box-shadow: 0 0 0 1px rgba(24, 26, 28, 0.1);
  -webkit-animation: 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1) both dropDown;
          animation: 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1) both dropDown;
  z-index: 9; }
  .header.is-clean {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .is-scrolling .header {
    background: #181A1C;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .nav-open .header {
    background: #ffffff;
    -webkit-box-shadow: 0 0 0 1px rgba(24, 26, 28, 0.1);
            box-shadow: 0 0 0 1px rgba(24, 26, 28, 0.1); }
  .header--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 1rem; }
    @media (min-width: 800px) {
      .header--inner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 2rem; } }

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  height: 100%;
  z-index: 3;
  -webkit-animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s both fadeIn;
          animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s both fadeIn; }
  @media (min-width: 800px) {
    .logo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      max-width: 100%;
      min-width: 0; } }
  .logo--link {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0;
    padding: 1.5em 0;
    width: 100%;
    color: #181A1C;
    text-decoration: none;
    -webkit-transition: color .15s linear;
    transition: color .15s linear; }
    .is-scrolling .logo--link {
      color: #ffffff; }
    .nav-open .logo--link {
      color: #181A1C; }
  .logo--icon {
    margin-right: 1rem; }
  .logo--text {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "GT-Walsheim-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: .85em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .025em; }

.main-navigation,
.footer-navigation {
  display: none; }
  @media (min-width: 800px) {
    .main-navigation,
    .footer-navigation {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      min-width: 0px;
      max-width: 100%;
      padding: 0; } }
  .main-navigation > ul,
  .footer-navigation > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 800px) {
      .main-navigation > ul,
      .footer-navigation > ul {
        margin-right: -1em; } }
    .main-navigation > ul > li,
    .footer-navigation > ul > li {
      position: relative;
      -webkit-animation: 1s linear both fadeIn;
              animation: 1s linear both fadeIn;
      /* Desktop Dropdown Hovers */
      /* Dropdowns */ }
      .main-navigation > ul > li.nav-highlight,
      .footer-navigation > ul > li.nav-highlight {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 3px;
        background: #181A1C;
        -webkit-transition: background .15s linear;
        transition: background .15s linear;
        -webkit-animation: none;
                animation: none; }
        .is-scrolling .main-navigation > ul > li.nav-highlight, .is-scrolling
        .footer-navigation > ul > li.nav-highlight {
          background: #ffffff; }
      .main-navigation > ul > li:nth-child(1),
      .footer-navigation > ul > li:nth-child(1) {
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      .main-navigation > ul > li:nth-child(2),
      .footer-navigation > ul > li:nth-child(2) {
        -webkit-animation-delay: .55s;
                animation-delay: .55s; }
      .main-navigation > ul > li:nth-child(3),
      .footer-navigation > ul > li:nth-child(3) {
        -webkit-animation-delay: .6s;
                animation-delay: .6s; }
      .main-navigation > ul > li:nth-child(4),
      .footer-navigation > ul > li:nth-child(4) {
        -webkit-animation-delay: .65s;
                animation-delay: .65s; }
      .main-navigation > ul > li:nth-child(5),
      .footer-navigation > ul > li:nth-child(5) {
        -webkit-animation-delay: .7s;
                animation-delay: .7s; }
      .main-navigation > ul > li:nth-child(6),
      .footer-navigation > ul > li:nth-child(6) {
        -webkit-animation-delay: .75s;
                animation-delay: .75s; }
      .main-navigation > ul > li:nth-child(7),
      .footer-navigation > ul > li:nth-child(7) {
        -webkit-animation-delay: .8s;
                animation-delay: .8s; }
      .main-navigation > ul > li a,
      .footer-navigation > ul > li a {
        display: block;
        position: relative;
        text-align: center;
        text-decoration: none;
        margin: 0;
        padding: 2em 1em;
        font-family: "GT-Walsheim-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: .85em;
        letter-spacing: .025em;
        text-transform: uppercase;
        color: #A7A9AC;
        -webkit-transition: all .15s linear;
        transition: all .15s linear; }
        .main-navigation > ul > li a:hover,
        .footer-navigation > ul > li a:hover {
          color: #181A1C; }
          .is-scrolling .main-navigation > ul > li a:hover, .is-scrolling
          .footer-navigation > ul > li a:hover {
            color: #ffffff; }
        .main-navigation > ul > li a span,
        .footer-navigation > ul > li a span {
          display: block; }
      .main-navigation > ul > li.is-active a,
      .footer-navigation > ul > li.is-active a {
        color: #181A1C; }
        .is-scrolling .main-navigation > ul > li.is-active a, .is-scrolling
        .footer-navigation > ul > li.is-active a {
          color: #ffffff; }
      @media (min-width: 800px) {
        .main-navigation > ul > li.is-dropdown:hover ul,
        .footer-navigation > ul > li.is-dropdown:hover ul {
          visibility: visible;
          opacity: 1;
          -webkit-transition-delay: 0s;
                  transition-delay: 0s;
          z-index: 2; }
          .main-navigation > ul > li.is-dropdown:hover ul::before,
          .footer-navigation > ul > li.is-dropdown:hover ul::before {
            -webkit-transform: none;
                    transform: none; }
          .main-navigation > ul > li.is-dropdown:hover ul li,
          .footer-navigation > ul > li.is-dropdown:hover ul li {
            opacity: 1;
            -webkit-transform: none;
                    transform: none; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(1),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(1) {
              -webkit-transition-delay: .2s;
                      transition-delay: .2s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(2),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(2) {
              -webkit-transition-delay: .275s;
                      transition-delay: .275s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(3),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(3) {
              -webkit-transition-delay: .35s;
                      transition-delay: .35s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(4),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(4) {
              -webkit-transition-delay: .425s;
                      transition-delay: .425s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(5),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(5) {
              -webkit-transition-delay: .5s;
                      transition-delay: .5s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(6),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(6) {
              -webkit-transition-delay: .45s;
                      transition-delay: .45s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(7),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(7) {
              -webkit-transition-delay: .5s;
                      transition-delay: .5s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(8),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(8) {
              -webkit-transition-delay: .55s;
                      transition-delay: .55s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(9),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(9) {
              -webkit-transition-delay: .6s;
                      transition-delay: .6s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(10),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(10) {
              -webkit-transition-delay: .65s;
                      transition-delay: .65s; } }
      .main-navigation > ul > li ul,
      .footer-navigation > ul > li ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none; }
        @media (min-width: 800px) {
          .main-navigation > ul > li ul,
          .footer-navigation > ul > li ul {
            display: block !important;
            position: absolute;
            top: 100%;
            right: 0;
            padding: 0 1em .5em;
            min-width: 7em;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all .1s .4s linear;
            transition: all .1s .4s linear; }
            .main-navigation > ul > li ul::before,
            .footer-navigation > ul > li ul::before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              -webkit-transform: scaleY(0);
                      transform: scaleY(0);
              -webkit-transform-origin: 0 0;
                      transform-origin: 0 0;
              -webkit-transition: background 0.15s linear, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
              transition: background 0.15s linear, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
              transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), background 0.15s linear;
              transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), background 0.15s linear, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
              background: #ffffff; }
              .is-scrolling .main-navigation > ul > li ul::before, .is-scrolling
              .footer-navigation > ul > li ul::before {
                background: #181A1C; }
            .main-navigation > ul > li ul li,
            .footer-navigation > ul > li ul li {
              opacity: 0;
              -webkit-transform: translate3d(0.5em, 0, 0);
                      transform: translate3d(0.5em, 0, 0);
              -webkit-transition: opacity 0.1s linear, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0, 1);
              transition: opacity 0.1s linear, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0, 1);
              transition: opacity 0.1s linear, transform 0.2s cubic-bezier(0.4, 0, 0, 1);
              transition: opacity 0.1s linear, transform 0.2s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0, 1);
              -webkit-transition-delay: 0s;
                      transition-delay: 0s; }
              .main-navigation > ul > li ul li a,
              .footer-navigation > ul > li ul li a {
                text-align: right;
                padding: .5em 0; } }

.menu-toggle {
  background: none;
  -webkit-appearance: none !important;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 3; }
  @media (min-width: 800px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle span {
    display: block;
    -webkit-transition: width .15s ease-in-out, height .15s ease-in-out, background .15s linear;
    transition: width .15s ease-in-out, height .15s ease-in-out, background .15s linear; }
  .menu-toggle--hamburger {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .menu-toggle--hamburger span {
      width: 1.75rem;
      height: 2px;
      position: relative;
      top: calc(.75rem - 1px);
      left: .625rem;
      margin: 5px 0;
      background: #181A1C; }
      .is-scrolling .menu-toggle--hamburger span {
        background: #ffffff; }
      .menu-toggle--hamburger span:nth-child(1) {
        -webkit-transition: width .2s .5s ease-in-out, height .2s .5s ease-in-out, background .15s linear;
        transition: width .2s .5s ease-in-out, height .2s .5s ease-in-out, background .15s linear; }
      .menu-toggle--hamburger span:nth-child(2) {
        -webkit-transition: width .2s .625s ease-in-out, height .2s .625s ease-in-out, background .15s linear;
        transition: width .2s .625s ease-in-out, height .2s .625s ease-in-out, background .15s linear; }
      .menu-toggle--hamburger span:nth-child(3) {
        -webkit-transition: width .2s .75s ease-in-out, height .2s .75s ease-in-out, background .15s linear;
        transition: width .2s .75s ease-in-out, height .2s .75s ease-in-out, background .15s linear; }
  .menu-toggle--close {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    .menu-toggle--close span {
      background: #181A1C; }
      .is-scrolling .menu-toggle--close span {
        background: #ffffff; }
      .nav-open .menu-toggle--close span {
        background: #181A1C; }
      .menu-toggle--close span:nth-child(1) {
        height: 0%;
        width: 2px;
        position: absolute;
        top: 15%;
        left: calc(1.5rem - 1px);
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      .menu-toggle--close span:nth-child(2) {
        width: 0%;
        height: 2px;
        position: absolute;
        left: 15%;
        top: calc(1.5rem - 1px);
        -webkit-transition-delay: .25s;
                transition-delay: .25s; }
  .nav-open .menu-toggle--hamburger span {
    width: 0%; }
    .nav-open .menu-toggle--hamburger span:nth-child(1) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .nav-open .menu-toggle--hamburger span:nth-child(2) {
      -webkit-transition-delay: .1s;
              transition-delay: .1s; }
    .nav-open .menu-toggle--hamburger span:nth-child(3) {
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
  .nav-open .menu-toggle--close span:nth-child(1) {
    height: 70%;
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  .nav-open .menu-toggle--close span:nth-child(2) {
    width: 70%;
    -webkit-transition-delay: .25s;
            transition-delay: .25s; }

.mobile-nav {
  position: fixed;
  top: 5em;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 800px) {
    .mobile-nav {
      display: none; } }
  .is-loaded .mobile-nav {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
  .nav-open .mobile-nav {
    opacity: 1;
    visibility: visible; }
  .mobile-nav--overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    pointer-events: none; }
    @media (min-width: 800px) {
      .mobile-nav--overlay {
        display: none; } }
    .is-loaded .mobile-nav--overlay {
      -webkit-transition: opacity 0.1s 0.4s linear, visibility 0.1s 0.4s linear, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.1s 0.4s linear, visibility 0.1s 0.4s linear, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.1s 0.4s linear, visibility 0.1s 0.4s linear, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.1s 0.4s linear, visibility 0.1s 0.4s linear, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .nav-open .mobile-nav--overlay {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
              transform: none;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }

.mobile-navigation ul {
  margin: 0;
  padding: 0; }
  .mobile-navigation ul li {
    position: relative;
    border-bottom: 1px solid rgba(24, 26, 28, 0.1); }
    .nav-open .mobile-navigation ul li {
      -webkit-animation: 1s linear both fadeIn;
              animation: 1s linear both fadeIn; }
    .mobile-navigation ul li:nth-child(1) {
      -webkit-animation-delay: .25s;
              animation-delay: .25s; }
    .mobile-navigation ul li:nth-child(2) {
      -webkit-animation-delay: .3s;
              animation-delay: .3s; }
    .mobile-navigation ul li:nth-child(3) {
      -webkit-animation-delay: .35s;
              animation-delay: .35s; }
    .mobile-navigation ul li:nth-child(4) {
      -webkit-animation-delay: .4s;
              animation-delay: .4s; }
    .mobile-navigation ul li:nth-child(5) {
      -webkit-animation-delay: .45s;
              animation-delay: .45s; }
    .mobile-navigation ul li:nth-child(6) {
      -webkit-animation-delay: .5s;
              animation-delay: .5s; }
    .mobile-navigation ul li:nth-child(7) {
      -webkit-animation-delay: .55s;
              animation-delay: .55s; }
    .mobile-navigation ul li:nth-child(8) {
      -webkit-animation-delay: .6s;
              animation-delay: .6s; }
    .mobile-navigation ul li:nth-child(9) {
      -webkit-animation-delay: .65s;
              animation-delay: .65s; }
    .mobile-navigation ul li:nth-child(10) {
      -webkit-animation-delay: .7s;
              animation-delay: .7s; }
    .mobile-navigation ul li a {
      display: block;
      position: relative;
      text-decoration: none;
      margin: 0;
      padding: 1em 3.875em .85em;
      font-family: "GT-Walsheim-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.125em;
      letter-spacing: .025em;
      text-transform: uppercase;
      color: #181A1C;
      -webkit-transition: all .15s linear;
      transition: all .15s linear; }
    .mobile-navigation ul li.is-dropdown ul {
      display: block;
      margin: 0;
      padding: 0;
      height: 0;
      overflow-y: hidden; }
      .mobile-navigation ul li.is-dropdown ul li {
        border-top: 1px solid rgba(24, 26, 28, 0.1);
        border-bottom: none; }
        .mobile-navigation ul li.is-dropdown ul li a {
          padding-left: 5.375em; }

.social-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .social-nav.is-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .social-nav.is-vertical a {
      margin: 1em 0; }
  .social-nav.is-white a {
    border: none;
    background: #F1F2F2;
    color: #181A1C; }
  .social-nav a {
    display: block;
    margin: 0 .75em;
    font-size: .85em; }
  .social-nav.is-footer {
    padding: 1.5rem 0;
    border-top: 1px solid #424345; }
    @media (min-width: 800px) {
      .social-nav.is-footer {
        padding: 0;
        border: none; }
        .social-nav.is-footer a:last-child {
          margin-right: 0; } }

.hero-section--bg {
  max-height: calc(100vh - 5em);
  overflow: hidden;
  position: relative; }
  .hero-section--bg::before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
  .is-active .hero-section--bg {
    -webkit-animation: 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1) both pulseIn;
            animation: 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1) both pulseIn; }
  .hero-section--bg img {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .is-active .hero-section--bg.is-contained {
    -webkit-animation: 1.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1) both razorUp;
            animation: 1.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1) both razorUp; }
  .hero-section--bg.is-contained img {
    -o-object-fit: contain;
       object-fit: contain;
    width: calc(100% - 2rem);
    height: calc(100% - 4rem); }
    @media (min-width: 800px) {
      .hero-section--bg.is-contained img {
        width: calc(100% - 4rem);
        height: calc(100% - 8rem); } }
    .hero-section--bg.is-contained img.is-20 {
      width: calc(20% - 2rem); }
    .hero-section--bg.is-contained img.is-25 {
      width: calc(25% - 2rem); }
    .hero-section--bg.is-contained img.is-40 {
      width: calc(40% - 2rem); }
    .hero-section--bg.is-contained img.is-50 {
      width: calc(50% - 2rem); }
    .hero-section--bg.is-contained img.is-60 {
      width: calc(60% - 2rem); }
    .hero-section--bg.is-contained img.is-75 {
      width: calc(75% - 2rem); }
    .hero-section--bg.is-contained img.is-80 {
      width: calc(80% - 2rem); }
  .hero-section--bg.is-left img {
    left: 1rem;
    right: auto;
    -o-object-position: left;
       object-position: left; }
    @media (min-width: 800px) {
      .hero-section--bg.is-left img {
        left: 4rem; } }
  .hero-section--bg.is-center img {
    left: 1rem;
    right: 1rem;
    -o-object-position: center;
       object-position: center; }
    @media (min-width: 800px) {
      .hero-section--bg.is-center img {
        left: 4rem;
        right: 4rem; } }
  .hero-section--bg.is-right img {
    right: 1rem;
    left: auto;
    -o-object-position: right;
       object-position: right; }
    @media (min-width: 800px) {
      .hero-section--bg.is-right img {
        right: 4rem; } }

.carousel .hero-section--overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2; }

.is-contained + .hero-section--overlay .wrapper {
  padding: 0 2rem;
  max-width: none; }
  @media (min-width: 800px) {
    .is-contained + .hero-section--overlay .wrapper {
      padding: 0 4rem; } }

.hero-section--content {
  display: block;
  position: relative; }
  .is-active .hero-section--content {
    -webkit-animation: 1.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1) both fadeInUp;
            animation: 1.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1) both fadeInUp; }
  .hero-section--content.is-left {
    margin-right: auto; }
  .hero-section--content.is-center {
    margin: 0 auto;
    text-align: center; }
  .hero-section--content.is-right {
    margin-left: auto; }

.is-20 {
  width: calc(20% - 2rem); }

.is-25 {
  width: calc(25% - 2rem); }

.is-40 {
  width: calc(40% - 2rem); }

.is-50 {
  width: calc(50% - 2rem); }

.is-60 {
  width: calc(60% - 2rem); }

.is-75 {
  width: calc(75% - 2rem); }

.is-80 {
  width: calc(80% - 2rem); }

.section {
  position: relative;
  padding: 4rem 0; }
  @media (min-width: 980px) {
    .section {
      padding: 5rem 0; } }
  .section:last-child {
    padding-bottom: 10rem; }
  .section.is-first {
    padding-top: 2rem; }
    @media (min-width: 980px) {
      .section.is-first {
        padding-top: 5rem; } }
  .section.is-gray {
    background: #F1F2F2; }
  .section.is-black {
    background: #181A1C;
    color: #F1F2F2; }

.post--photo, .post--gallery {
  margin: 2rem 0; }
  @media (min-width: 800px) {
    .post--photo, .post--gallery {
      margin: 2rem -1rem; } }
  @media (min-width: 980px) {
    .post--photo, .post--gallery {
      margin: 3rem -3rem; } }
  @media (min-width: 1280px) {
    .post--photo, .post--gallery {
      margin: 3rem -6rem; } }
  [class*="col-"] .post--photo, [class*="col-"] .post--gallery {
    margin: 0; }

.post--gallery .post--photo {
  margin: 1rem 0; }

@media (min-width: 800px) {
  .post--gallery.is-collage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
    .post--gallery.is-collage .post--photo {
      margin: .25rem 0;
      padding: 0 .25rem;
      position: relative;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%; }
      .post--gallery.is-collage .post--photo.is-2-up {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        max-width: 50%; }
      .post--gallery.is-collage .post--photo.is-3-up {
        -webkit-flex-basis: 33.3333%;
            -ms-flex-preferred-size: 33.3333%;
                flex-basis: 33.3333%;
        max-width: 33.33333%; }
      .post--gallery.is-collage .post--photo.is-4-up {
        -webkit-flex-basis: 25%;
            -ms-flex-preferred-size: 25%;
                flex-basis: 25%;
        max-width: 25%; } }

@media (min-width: 980px) {
  .post--gallery.is-collage {
    margin-left: -3.25rem;
    margin-right: -3.25rem; } }

@media (min-width: 1280px) {
  .post--gallery.is-collage {
    margin-left: -6.25rem;
    margin-right: -6.25rem; } }

.page-content {
  margin: 0 auto;
  max-width: 45em; }

@media (min-width: 800px) {
  .artists-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem -.25rem 0; } }

.artist {
  position: relative; }
  @media (min-width: 800px) {
    .artist {
      padding: 0 .25rem;
      position: relative;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 980px) {
    .artist {
      -webkit-flex-basis: 33.3333%;
          -ms-flex-preferred-size: 33.3333%;
              flex-basis: 33.3333%;
      max-width: 33.3333%; } }
  .artist--link {
    display: block;
    position: relative; }
  .artist--thumbnail {
    margin: 0; }
  .artist--name {
    margin: .5em 0 1.5em;
    padding: 0;
    border: none;
    text-align: center;
    font-family: "GT-Walsheim-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: .9375em;
    line-height: 1.65;
    letter-spacing: .025em; }

.artist-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1rem; }
  @media (min-width: 800px) {
    .artist-header {
      margin: 0 -1.5rem; } }
  @media (min-width: 980px) {
    .artist-header {
      margin: 0 -2.5rem; } }
  .artist-header--title, .artist-header--social {
    padding: 0 1rem;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media (min-width: 800px) {
      .artist-header--title, .artist-header--social {
        padding: 0 1.5rem; } }
    @media (min-width: 980px) {
      .artist-header--title, .artist-header--social {
        padding: 0 2.5rem; } }
  @media (min-width: 800px) {
    .artist-header--title {
      -webkit-flex-basis: 65%;
          -ms-flex-preferred-size: 65%;
              flex-basis: 65%;
      max-width: 65%; } }
  .artist-header--social {
    margin-top: 1rem;
    font-size: .6060625em; }
    @media (min-width: 800px) {
      .artist-header--social {
        -webkit-flex-basis: 35%;
            -ms-flex-preferred-size: 35%;
                flex-basis: 35%;
        max-width: 35%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 0; } }
    .artist-header--social a {
      margin: 0 .5em; }
      .artist-header--social a:first-child {
        margin-left: 0; }
      .artist-header--social a:last-child {
        margin-right: 0; }

@media (min-width: 800px) {
  .artist-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -1.5rem; } }

@media (min-width: 980px) {
  .artist-details {
    margin: 0 -2.5rem; } }

.artist-details--bio, .artist-details--contact {
  position: relative; }
  @media (min-width: 800px) {
    .artist-details--bio, .artist-details--contact {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding: 0 1.5rem; } }
  @media (min-width: 980px) {
    .artist-details--bio, .artist-details--contact {
      padding: 0 2.5rem; } }

@media (min-width: 800px) {
  .artist-details--bio {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    max-width: 65%; } }

@media (min-width: 800px) {
  .artist-details--contact {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
    max-width: 35%; } }

@media (min-width: 800px) {
  .videos-group {
    margin-bottom: 4rem; } }

.videos-grid {
  margin-bottom: 2rem; }
  @media (min-width: 800px) {
    .videos-grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 3rem -.25rem 2rem; } }
  .videos-grid.mb0 {
    margin-bottom: 0; }

.video {
  position: relative; }
  @media (min-width: 800px) {
    .video {
      padding: 0 .25rem;
      position: relative;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      max-width: 50%; } }
  .video--link {
    display: block;
    position: relative; }
    @media (min-width: 800px) {
      .video--link:hover .video--thumbnail .is-aspect::after {
        opacity: 0;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      .video--link:hover .video--thumbnail img {
        opacity: .9; } }
  .video--thumbnail {
    margin: 0;
    position: relative; }
    .video--thumbnail .is-aspect::after {
      -webkit-transition: opacity 0s .45s linear;
      transition: opacity 0s .45s linear; }
  .video--icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background: #181A1C;
    color: #ffffff;
    font-size: .75em;
    z-index: 2;
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity .15s linear, -webkit-transform .25s ease;
    transition: opacity .15s linear, -webkit-transform .25s ease;
    transition: opacity .15s linear, transform .25s ease;
    transition: opacity .15s linear, transform .25s ease, -webkit-transform .25s ease; }
    .is-loaded + .video--icon {
      opacity: 1; }
    .video--icon .icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -1em;
      margin-left: -1em; }
  .video--title {
    margin: .5em 0 1.5em;
    padding: 0;
    border: none;
    text-align: center;
    font-family: "GT-Walsheim-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: .9375em;
    line-height: 1.65;
    letter-spacing: .025em; }

.tour-group h1 {
  padding-top: 2rem; }

.tour-list {
  margin-bottom: 4rem; }
  .tour-list .bit-logo-container,
  .tour-list .bit-logo {
    display: none !important; }
  .tour-list .bit-widget {
    font-family: "GT-Walsheim-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px; }
    @media (min-width: 800px) {
      .tour-list .bit-widget {
        font-size: 16px; } }
    .tour-list .bit-widget img.bit-widget-loading {
      display: block;
      width: 2rem;
      height: 2rem;
      margin: 4rem auto;
      padding-left: 2rem;
      overflow: hidden;
      background: transparent url("/assets/img/Captured_Tracks-logo-icon.svg") center center no-repeat;
      -webkit-animation: square-spin 2s 0s cubic-bezier(0.77, 0, 0.175, 1) infinite;
              animation: square-spin 2s 0s cubic-bezier(0.77, 0, 0.175, 1) infinite; }
    .tour-list .bit-widget .bit-nav-bar-container {
      padding: 0; }
      .tour-list .bit-widget .bit-nav-bar-container .bit-nav-bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0;
        padding: 1.5rem 0;
        border-bottom: 1px solid #A7A9AC; }
    .tour-list .bit-widget .bit-event-list-title {
      font-family: "GT-Walsheim-Medium-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal !important;
      font-size: 1em;
      text-transform: none;
      color: #181A1C;
      text-decoration: none;
      -webkit-transition: all .15s linear;
      transition: all .15s linear; }
      .tour-list .bit-widget .bit-event-list-title.bit-clickable {
        color: #A7A9AC;
        font-weight: normal;
        text-decoration: none !important; }
    .tour-list .bit-widget .bit-upcoming-events,
    .tour-list .bit-widget .bit-past-events {
      border: none;
      margin: 0 !important; }
    .tour-list .bit-widget .bit-event {
      display: block !important;
      text-align: center;
      border: none;
      background: none !important;
      border-bottom: 1px solid #A7A9AC;
      padding: 1rem 0 !important;
      text-transform: uppercase; }
      @media (min-width: 800px) {
        .tour-list .bit-widget .bit-event {
          display: -webkit-box !important;
          display: -webkit-flex !important;
          display: -ms-flexbox !important;
          display: flex !important;
          text-align: left; } }
      .tour-list .bit-widget .bit-event .bit-details {
        display: block !important;
        margin: 0 !important; }
        @media (min-width: 800px) {
          .tour-list .bit-widget .bit-event .bit-details {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important; } }
        @media (min-width: 980px) {
          .tour-list .bit-widget .bit-event .bit-details {
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
            -webkit-flex-direction: row !important;
                -ms-flex-direction: row !important;
                    flex-direction: row !important;
            -webkit-box-align: center !important;
            -webkit-align-items: center !important;
                -ms-flex-align: center !important;
                    align-items: center !important; } }
      .tour-list .bit-widget .bit-event .bit-date,
      .tour-list .bit-widget .bit-event .bit-venue {
        margin: 0; }
      .tour-list .bit-widget .bit-event .bit-rsvp-container,
      .tour-list .bit-widget .bit-event .bit-offers-container {
        -webkit-flex-basis: none;
            -ms-flex-preferred-size: none;
                flex-basis: none;
        margin: .5rem .5rem 0 !important; }
        @media (min-width: 800px) {
          .tour-list .bit-widget .bit-event .bit-rsvp-container,
          .tour-list .bit-widget .bit-event .bit-offers-container {
            margin: 0 0 0 1rem !important;
            padding: 0; } }
      .tour-list .bit-widget .bit-event .bit-date {
        font-family: "GT-Walsheim-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        min-width: 5em;
        font-size: 1.65em;
        line-height: 1;
        letter-spacing: .05em;
        white-space: nowrap;
        margin-bottom: .25em; }
      .tour-list .bit-widget .bit-event .bit-location,
      .tour-list .bit-widget .bit-event .bit-venue {
        margin: 0;
        font-weight: normal; }
        @media (min-width: 980px) {
          .tour-list .bit-widget .bit-event .bit-location,
          .tour-list .bit-widget .bit-event .bit-venue {
            margin: 0 0 0 auto; } }
      .tour-list .bit-widget .bit-event .bit-venue {
        color: #A7A9AC; }
        @media (min-width: 980px) {
          .tour-list .bit-widget .bit-event .bit-venue {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            padding: 0 1rem; } }
      .tour-list .bit-widget .bit-event .bit-event-buttons {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
            -ms-flex-align: center !important;
                align-items: center !important; }
      .tour-list .bit-widget .bit-event .bit-button {
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0;
        background: none;
        -webkit-appearance: none !important;
        border: none;
        border-radius: 0;
        outline: none;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        padding: .85em 1em;
        width: auto !important;
        min-width: 8em;
        font-family: "GT-Walsheim-Medium-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 1em;
        line-height: 1.2;
        letter-spacing: .025em;
        text-transform: uppercase;
        text-align: center;
        background: #ffffff;
        color: #181A1C;
        border: 1px solid #A7A9AC; }
        .tour-list .bit-widget .bit-event .bit-button span {
          font-size: 1em !important; }
        .tour-list .bit-widget .bit-event .bit-button.bit-offers-menu {
          position: absolute;
          border: none;
          left: -1px;
          right: -1px;
          top: calc(100% + .5rem);
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding: 0;
          background: #181A1C;
          color: #ffffff; }
          .tour-list .bit-widget .bit-event .bit-button.bit-offers-menu a.bit-offer {
            display: block;
            padding: .85em 2em;
            font-size: 1em;
            -webkit-transition: all .15s linear;
            transition: all .15s linear; }
            .tour-list .bit-widget .bit-event .bit-button.bit-offers-menu a.bit-offer:hover {
              background: #474d53;
              color: #ffffff; }
    .tour-list .bit-widget.bit-layout-row .bit-event:hover {
      background: none; }
    .tour-list .bit-widget.bit-layout-row .bit-rsvp-container,
    .tour-list .bit-widget.bit-layout-row .bit-offers-container {
      margin: 0 0 0 1rem;
      padding: 0; }
    .tour-list .bit-widget.bit-layout-row .bit-date {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: 0 3rem 0 0;
      min-width: 5em; }
    .tour-list .bit-widget.bit-layout-row .bit-venue {
      margin: 0 auto 0 0; }
    .tour-list .bit-widget.bit-layout-row .bit-location {
      margin: 0 2rem;
      font-weight: 400; }
    .tour-list .bit-widget .bit-no-dates-container {
      border: none;
      margin: 0;
      padding: 2rem 0; }
      @media (min-width: 800px) {
        .tour-list .bit-widget .bit-no-dates-container {
          padding: 4rem 0; } }
      .tour-list .bit-widget .bit-no-dates-container .bit-no-dates-title {
        font-family: "GT-Walsheim-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 1.65em;
        text-transform: uppercase; }
      .tour-list .bit-widget .bit-no-dates-container b {
        font-weight: normal; }
      .tour-list .bit-widget .bit-no-dates-container .bit-track-button {
        display: inline-block;
        position: relative;
        margin: 2rem 0 0;
        padding: 0;
        background: none;
        -webkit-appearance: none !important;
        border: none;
        border-radius: 0;
        outline: none;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        padding: .85em 2em;
        font-family: "GT-Walsheim-Medium-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 1em;
        line-height: 1.2;
        letter-spacing: .025em;
        text-transform: uppercase;
        text-align: center;
        background: #ffffff;
        color: #000000;
        border: 1px solid #A7A9AC;
        overflow: hidden; }

.news-item {
  position: relative;
  margin: 2.5rem 0; }
  @media (min-width: 800px) {
    .news-item {
      margin: 4.5rem 0; } }
  .news-item.is-large, .news-item.is-featured {
    border-top: 1px solid #A7A9AC;
    margin: 4rem 0;
    padding: 4rem 0 0; }
    .news-item.is-large:first-child, .news-item.is-featured:first-child {
      border-top: none;
      padding-top: 0; }
  .news-item.is-end {
    text-align: center; }
    .news-item.is-end .icon {
      font-size: 2em;
      color: rgba(167, 169, 172, 0.5); }
  .news-item--date {
    display: block;
    margin-bottom: 1em;
    font-family: "GT-Walsheim-Medium-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .85em;
    letter-spacing: .015em; }
  .news-item--title {
    font-family: "GT-Walsheim-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal; }
    .is-featured .news-item--title {
      text-transform: none;
      letter-spacing: normal; }
  .news-item--content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -1rem; }
    @media (min-width: 800px) {
      .news-item--content {
        margin: 0 -2.5rem; } }
    .is-large .news-item--content {
      display: block;
      margin: 0; }
  .news-item--header, .news-item--graphic, .news-item--preview {
    padding: 0 1rem;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media (min-width: 800px) {
      .news-item--header, .news-item--graphic, .news-item--preview {
        padding: 0 2.5rem; } }
    .is-large .news-item--header, .is-large .news-item--graphic, .is-large .news-item--preview {
      margin: 0 auto;
      padding: 0; }
  .news-item--header {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 800px) {
      .news-item--header {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
    @media (min-width: 800px) {
      .is-large .news-item--header {
        max-width: 45em; } }
    @media (min-width: 800px) {
      .is-featured .news-item--header {
        -webkit-flex-basis: 45%;
            -ms-flex-preferred-size: 45%;
                flex-basis: 45%;
        max-width: 45%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
  .news-item--link {
    display: block;
    text-decoration: none; }
  .news-item--graphic {
    margin: 0 0 1.5rem;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 800px) {
      .news-item--graphic {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        -webkit-flex-basis: 35%;
            -ms-flex-preferred-size: 35%;
                flex-basis: 35%;
        max-width: 35%; } }
    .is-large .news-item--graphic {
      margin: 0 0 2rem;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      max-width: none; }
      @media (min-width: 800px) {
        .is-large .news-item--graphic {
          margin: 0 0 3rem; } }
    @media (min-width: 800px) {
      .is-featured .news-item--graphic {
        -webkit-flex-basis: 55%;
            -ms-flex-preferred-size: 55%;
                flex-basis: 55%;
        max-width: 55%; } }
  .news-item--preview {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 800px) {
      .news-item--preview {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        -webkit-flex-basis: 65%;
            -ms-flex-preferred-size: 65%;
                flex-basis: 65%;
        max-width: 65%; } }
    .is-large .news-item--preview {
      max-width: none; }
      @media (min-width: 800px) {
        .is-large .news-item--preview {
          max-width: 45em; } }
    .is-featured .news-item--preview {
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      max-width: none;
      padding: 0; }
  .news-item--btn {
    text-decoration: none;
    font-family: "GT-Walsheim-Medium-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #181A1C; }

.article {
  position: relative;
  padding: 2rem 0 4rem; }
  @media (min-width: 980px) {
    .article {
      padding: 3rem 0 6rem; } }
  .article--header {
    margin: 0 auto 3rem; }
    @media (min-width: 800px) {
      .article--header {
        max-width: 45em; } }
  .article--date {
    display: block;
    margin-bottom: 1em;
    font-family: "GT-Walsheim-Medium-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .85em;
    letter-spacing: .015em; }
  .article--title {
    font-family: "GT-Walsheim-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .article--content {
    margin: 0 auto; }
    @media (min-width: 800px) {
      .article--content {
        max-width: 45em; } }
    .article--content a {
      color: #A7A9AC;
      border-bottom: 1px solid;
      -webkit-transition: color .15s linear, border .15s linear;
      transition: color .15s linear, border .15s linear; }
      .article--content a:hover {
        color: #181A1C; }
    .article--content ul,
    .article--content ol {
      margin: 0 0 1.5em;
      font-size: .9375em;
      line-height: 1.65;
      letter-spacing: .025em; }
    .article--content ul {
      list-style: circle; }
    .article--content ol {
      list-style: decimal; }
    .article--content .video-wrapper {
      position: relative;
      margin: 0 0 1.5em;
      padding-bottom: 56.25%;
      height: 0; }
      .article--content .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .article--more {
    margin: 4rem 0; }

.feature {
  position: relative;
  padding: 4rem 0; }
  @media (min-width: 980px) {
    .feature {
      padding: 5rem 0; } }
  .feature--header {
    margin: 0 auto 3rem;
    padding-bottom: 3rem;
    text-align: center;
    border-bottom: 1px solid #A7A9AC; }
    @media (min-width: 800px) {
      .feature--header {
        max-width: 45em; } }
  .feature--title {
    padding: 0;
    border: none;
    font-size: 2.25em;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: .025em; }
  .feature--subhead {
    margin: 0;
    font-family: "GT-Walsheim-Regular-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.2; }
  .feature--meta {
    margin-top: 3rem;
    font-size: 1em;
    font-family: "GT-Walsheim-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: .025em; }
  .feature--byline {
    font-family: "GT-Walsheim-Medium-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .feature--author {
    font-family: "GT-Walsheim-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .feature--meta-pipe {
    display: inline-block;
    margin: 0 .25em; }
  .feature--date {
    font-family: "GT-Walsheim-Medium-Oblique", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .feature--content {
    margin: 0 auto; }
    @media (min-width: 800px) {
      .feature--content {
        max-width: 45em; } }
    .feature--content a:not(.btn) {
      color: #A7A9AC;
      border-bottom: 1px solid;
      -webkit-transition: color .15s linear, border .15s linear;
      transition: color .15s linear, border .15s linear; }
      .feature--content a:not(.btn):hover {
        color: #181A1C; }
    .feature--content ul,
    .feature--content ol {
      margin: 0 0 1.5em;
      font-size: .9375em;
      line-height: 1.65;
      letter-spacing: .025em; }
    .feature--content ul {
      list-style: circle; }
    .feature--content ol {
      list-style: decimal; }
  .feature .logo--icon {
    display: block;
    margin: 6rem 0 4rem;
    text-align: center;
    color: rgba(167, 169, 172, 0.5); }

.footer {
  background: #181A1C url("/assets/img/Captured_Tracks-slash.svg") center center no-repeat;
  background-size: auto 100%;
  color: #F1F2F2; }
  .footer--inner {
    padding: 0 1rem; }
    @media (min-width: 800px) {
      .footer--inner {
        padding: 1rem 2rem; } }
  @media (min-width: 800px) {
    .footer--row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 -1rem; } }
  @media (min-width: 800px) {
    .footer--col {
      padding: 0 1rem; }
      .footer--col.is-equal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .footer--col:first-child {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .footer--col:last-child {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .footer--bottom {
    padding: 2rem 0 4rem;
    border-top: 1px solid #424345;
    text-align: center; }
    @media (min-width: 800px) {
      .footer--bottom {
        padding: 3rem 0 5rem; } }
  .footer .logo {
    padding: .5rem 0; }
    @media (min-width: 800px) {
      .footer .logo {
        padding: 0; } }

.back-to-top {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none !important;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "GT-Walsheim-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .back-to-top strong {
    display: inline-block;
    position: relative; }
  .back-to-top:hover strong {
    -webkit-animation: flipUp 1s cubic-bezier(0.77, 0, 0.175, 1) infinite;
            animation: flipUp 1s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

.splash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .splash--bg {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 0; }
    .splash--bg-panel {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: skewX(-20deg);
              transform: skewX(-20deg);
      -webkit-transform-origin: 100%;
              transform-origin: 100%;
      z-index: 2;
      background: #181A1C;
      -webkit-transition: background .15s linear;
      transition: background .15s linear; }
      @media (min-width: 800px) {
        .splash--bg-panel.is-active, .splash--bg-panel:hover {
          background: #F1F2F2; } }
      .splash--bg-panel.is-left {
        left: calc(-50% + 1px); }
      .splash--bg-panel.is-right {
        right: calc(-50% + 1px); }
  .splash--content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    position: relative; }

.album {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem; }
  @media (min-width: 800px) {
    .album {
      padding: 5rem 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .album--artwork {
    position: relative;
    margin: 0 4rem;
    width: 100%;
    max-width: 20em;
    pointer-events: none;
    background: #424345; }
    @media (min-width: 800px) {
      .album--artwork {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 50%;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        max-width: 35em;
        margin: 0; } }
    .album--artwork::before {
      content: '';
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .album--artwork img {
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      height: auto;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .album--cta {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 18em;
    padding: 2rem;
    text-align: center;
    pointer-events: all; }
    .album--cta.is-left {
      -webkit-animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s both dropLeft;
              animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s both dropLeft; }
    .album--cta.is-right {
      -webkit-animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s both dropRight;
              animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s both dropRight; }
    @media (min-width: 800px) {
      .album--cta {
        padding: 3rem; }
        .album--cta.is-active {
          color: #181A1C; }
          .album--cta.is-active a,
          .album--cta.is-active button,
          .album--cta.is-active span {
            color: #181A1C; } }
    .album--cta a,
    .album--cta button,
    .album--cta span {
      display: inline-block;
      position: relative;
      margin: 0;
      padding: 0;
      background: none;
      -webkit-appearance: none !important;
      border: none;
      border-radius: 0;
      outline: none;
      text-decoration: none;
      cursor: pointer;
      white-space: nowrap;
      color: #F1F2F2;
      border-bottom: 1px solid;
      font-family: "GT-Walsheim-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: .85em;
      line-height: 1.5;
      text-transform: uppercase; }
    .album--cta span {
      border-color: transparent;
      cursor: default; }
