/*!
 * Theme Name: HTML5 Blank
 * Theme URI: http://html5blank.com
 * Description: HTML5 Blank WordPress Starter Theme
 * Version: 1.5.0
 * Author: Robert DeVore)
 * Author URI: http://robertdevore.com
 * Tags: Blank, HTML5, CSS3
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */

@charset "UTF-8";
/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/* Sentinel Redefined Correctly */
@font-face {
  font-family: 'Sentinel-Book';
  src: url("fonts/Sentinel-Book.eot");
  src: local("☺"), url("fonts/Sentinel-Book.woff") format("woff"), url("fonts/Sentinel-Book.ttf") format("truetype"), url("fonts/Sentinel-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Sentinel-BookItal';
  src: url("fonts/Sentinel-BookItal.eot");
  src: local("☺"), url("fonts/Sentinel-BookItal.woff") format("woff"), url("fonts/Sentinel-BookItal.ttf") format("truetype"), url("fonts/Sentinel-BookItal.svg") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Sentinel-Light';
  src: url("fonts/Sentinel-Light.eot");
  src: local("☺"), url("fonts/Sentinel-Light.woff") format("woff"), url("fonts/Sentinel-Light.ttf") format("truetype"), url("fonts/Sentinel-Light.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Sentinel-SemiboldItal';
  src: url("fonts/Sentinel-SemiboldItal.eot");
  src: local("☺"), url("fonts/Sentinel-SemiboldItal.woff") format("woff"), url("fonts/Sentinel-SemiboldItal.ttf") format("truetype"), url("fonts/Sentinel-SemiboldItal.svg") format("svg");
  font-weight: bold;
  font-style: italic; }

/* Knockout Redefined Correctly */
@font-face {
  font-family: 'Knockout-30';
  src: url("fonts/Knockout-30.eot");
  src: local("☺"), url("fonts/Knockout-30.woff") format("woff"), url("fonts/Knockout-30.ttf") format("truetype"), url("fonts/Knockout-30.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Knockout-70';
  src: url("fonts/Knockout-70.eot");
  src: local("☺"), url("fonts/Knockout-70.woff") format("woff"), url("fonts/Knockout-70.ttf") format("truetype"), url("fonts/Knockout-70.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Knockout-67';
  src: url("fonts/Knockout-67.eot");
  src: local("☺"), url("fonts/Knockout-67.woff") format("woff"), url("fonts/Knockout-67.ttf") format("truetype"), url("fonts/Knockout-67.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes desktopHeaderIn {
  0% {
    opacity: 0;
    top: -100%; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes desktopHeaderIn {
  0% {
    opacity: 0;
    top: -100%; }
  100% {
    opacity: 1;
    top: 0; } }

@-webkit-keyframes memberModalOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes memberModalOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes memberModalIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes memberModalIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.hero,
.hero__content {
  left: 0;
  -webkit-transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .nav-open .hero, .nav-open
  .hero__content {
    left: 75%;
    -webkit-transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media (min-width: 768px) {
      .nav-open .hero, .nav-open
      .hero__content {
        left: 0; } }

body {
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1); }
  body.nav-open {
    left: 75%;
    -webkit-transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media (min-width: 768px) {
      body.nav-open {
        left: 0; } }

.header__nav {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .nav-open .header__nav {
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }

.header.fixed-nav-header {
  display: none; }
  @media (min-width: 768px) {
    .header.fixed-nav-header {
      height: auto;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      position: fixed;
      display: block;
      width: 100%;
      background-color: #fff;
      top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
      .nav-fixed .header.fixed-nav-header {
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }

.header.fixed-nav-header li {
  overflow: hidden; }
  .header.fixed-nav-header li a {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); }
  .nav-fixed .header.fixed-nav-header li a {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .nav-fixed .header.fixed-nav-header li:nth-of-type(2) a {
    -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s; }
  .nav-fixed .header.fixed-nav-header li:nth-of-type(3) a {
    -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s; }
  .nav-fixed .header.fixed-nav-header li:nth-of-type(4) a {
    -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
    transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s; }
  .nav-fixed .header.fixed-nav-header li:nth-of-type(5) a {
    -webkit-transition: all 0s;
    transition: all 0s; }
  .nav-fixed .header.fixed-nav-header li:nth-of-type(6) a {
    -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
    transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s; }
  .nav-fixed .header.fixed-nav-header li:nth-of-type(7) a {
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.35s;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.35s; }
  .nav-fixed .header.fixed-nav-header li:nth-of-type(8) a {
    -webkit-transition: all 0.55s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: all 0.55s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s; }

.memberModalIn {
  -webkit-animation: memberModalIn 0.6s ease 0.4s forwards;
          animation: memberModalIn 0.6s ease 0.4s forwards; }

.memberModalOut {
  -webkit-animation: memberModalOut 0.4s ease forwards;
          animation: memberModalOut 0.4s ease forwards; }

/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0; }

body {
  font-family: "Sentinel-Book";
  font-size: 160%;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  text-decoration: none;
  color: #00aed0; }
  a:focus, a:hover {
    text-decoration: underline;
    color: #00aed0; }

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit; }

::-moz-selection {
  background-color: #231f20;
  text-shadow: none; }

::selection {
  background-color: #231f20;
  text-shadow: none; }

#post-404 {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px; }
  #post-404 h1 {
    margin: auto; }
  @media (min-width: 768px) {
    #post-404 {
      min-height: 600px; } }

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.reset-box {
  padding: 0;
  margin: 0; }

.page-template-template-dark .wrapper {
  background-color: #231f20;
  color: white; }

.page-template-template-dark .container {
  max-width: 960px; }
  @media (min-width: 768px) {
    .page-template-template-dark .container {
      padding: 180px 0 80px; } }

.post-password-form {
  width: 90%;
  max-width: 320px;
  margin: 200px auto 150px auto;
  text-align: center; }
  .post-password-form label {
    letter-spacing: 3px;
    font-size: 30px;
    margin: 10px 0 20px;
    font-weight: 100;
    font-family: "Knockout-67";
    text-transform: uppercase; }
  .post-password-form input[type=password] {
    background-color: #fff;
    border: 2px solid #231f20;
    color: #231f20;
    text-transform: uppercase;
    padding: 8px;
    font-family: "Knockout-30";
    letter-spacing: 2px;
    display: block;
    width: 100%;
    text-align: center; }
  .post-password-form input[type=submit] {
    /*display:inline-block!important;*/
    width: 100% !important;
    border: none !important;
    margin-top: 2px !important;
    cursor: pointer; }
    .post-password-form input[type=submit]:hover {
      background-color: #231f20; }

.sentinel-book {
  font-family: "Sentinel-Book"; }

.sentinel-book-italics {
  font-family: "Sentinel-BookItal"; }

.sentinel-semibold-italics {
  font-family: "Sentinel-SemiboldItal"; }

.sentinel-light {
  font-family: "Sentinel-Light"; }

.knockout-30 {
  font-family: "Knockout-30"; }

.knockout-67 {
  font-family: "Knockout-67"; }

.knockout-70 {
  font-family: "Knockout-70"; }

/**
 * partials/header
 * ---
 */
.header {
  display: block;
  z-index: 4; }
  @media (min-width: 768px) {
    .header {
      position: relative;
      height: 0; } }
  .header__nav {
    background-color: #fff;
    width: 75%;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
    @media (min-width: 768px) {
      .header__nav {
        background-color: transparent;
        position: relative;
        -webkit-transform: none;
                transform: none;
        margin: 10px auto;
        width: 100%;
        max-width: 960px; } }
    .header__nav-list {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
      @media (min-width: 768px) {
        .header__nav-list {
          list-style-type: none;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 0;
          margin: 0; } }
    .header__nav-list-item {
      height: 14.28%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: "Sentinel-SemiboldItal"; }
      .header__nav-list-item.home-desktop {
        display: none; }
      .header__nav-list-item:nth-of-type(1) {
        background-color: #fff; }
      .header__nav-list-item:nth-of-type(2) {
        background-color: #ea0075; }
      .header__nav-list-item:nth-of-type(3) {
        background-color: #f36f21; }
      .header__nav-list-item:nth-of-type(4) {
        background-color: #522986; }
      .header__nav-list-item:nth-of-type(6) {
        background-color: #00a1b4; }
      .header__nav-list-item:nth-of-type(7) {
        background-color: #81bf37; }
      .header__nav-list-item:nth-of-type(8) {
        background-color: #ffc52f; }
      @media (min-width: 768px) {
        .header__nav-list-item {
          display: block;
          -ms-flex-item-align: center;
              align-self: center;
          width: 14.28%;
          text-align: center; }
          .header__nav-list-item.home-mobile {
            display: none; }
          .header__nav-list-item.home-desktop {
            display: block; }
          .header__nav-list-item:nth-of-type(n) {
            background-color: transparent; }
          .header__nav-list-item.about a:hover {
            color: #ea0075; }
          .header__nav-list-item.community a:hover {
            color: #522986; }
          .header__nav-list-item.work a:hover {
            color: #00aed0; }
          .header__nav-list-item.services a:hover {
            color: #81bf37; }
          .header__nav-list-item.pitch a:hover {
            color: #f36f21; }
          .header__nav-list-item.blog a:hover {
            color: #ea0075; }
          .payment .header__nav-list-item a, .page-template-template-dark .header__nav-list-item a {
            color: #fff; } }
      .header__nav-list-item a {
        color: #231f20;
        font-weight: bold;
        letter-spacing: 0px;
        line-height: 1.6em;
        text-decoration: none;
        text-transform: none;
        font-style: italic;
        font-size: 1.4em;
        margin: auto;
        color: #fff; }
        @media (min-width: 768px) {
          .header__nav-list-item a {
            font-size: 1.2em;
            color: #231f20;
            display: block; } }
  .header__logo {
    text-align: center;
    width: 100%; }
    .header__logo-img {
      height: 100px; }
      @media (min-width: 768px) {
        .header__logo-img {
          height: 80px; } }

.page-template-template-dark .fixed-nav-header {
  display: none; }

/**
 * partials/footer
 * ---
 */
.footer {
  background-color: #231f20;
  z-index: 2;
  position: relative; }
  .footer__twitter {
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding: 60px 0; }
    .footer__twitter-img {
      width: 100%;
      text-align: center;
      float: left; }
      @media (min-width: 768px) {
        .footer__twitter-img {
          width: 15%; } }
      .footer__twitter-img img {
        height: 80px;
        margin-top: 25px; }
    .footer__twitter-feed {
      float: left;
      width: 100%; }
      .footer__twitter-feed p.ctf-tweet-text {
        line-height: 1.1636; }
      @media (min-width: 768px) {
        .footer__twitter-feed {
          width: 85%; } }
    .footer__twitter .ctf {
      float: left;
      width: auto;
      font-family: 'Sentinel-BookItal';
      text-align: center;
      color: #4b4b4d;
      font-size: 22px; }
      @media (min-width: 768px) {
        .footer__twitter .ctf {
          text-align: left; } }
  .footer__content {
    border-top: 1px solid grey;
    height: 100%;
    width: 100%; }
    .footer__content-inner {
      width: auto;
      margin: auto;
      max-width: 1080px; }
      @media (min-width: 768px) {
        .footer__content-inner {
          border-left: 1px solid grey;
          border-right: 1px solid grey; } }
    .footer__content-section {
      color: #fff;
      width: 100%;
      float: left; }
      @media (min-width: 768px) {
        .footer__content-section {
          width: 50%; } }
      @media (min-width: 768px) {
        .footer__content-section.border-right {
          border-right: 1px solid grey; } }
      @media (min-width: 768px) {
        .footer__content-section.border-left {
          border-left: 1px solid grey; } }
      .footer__content-section.desktop-only {
        display: none; }
        @media (min-width: 768px) {
          .footer__content-section.desktop-only {
            display: block; } }
      .footer__content-section--full {
        border-top: 1px solid grey;
        color: #fff;
        width: 100%;
        float: left;
        display: none; }
        @media (min-width: 768px) {
          .footer__content-section--full {
            display: block; } }
        .footer__content-section--full.mobile-only {
          display: block; }
          @media (min-width: 768px) {
            .footer__content-section--full.mobile-only {
              display: none; } }
  .footer__contact {
    text-align: center;
    padding: 30px 0; }
    .footer__contact-link {
      color: #fff; }
  .footer__follow {
    text-align: center;
    padding: 15px 0; }
  .footer__header {
    letter-spacing: 3px;
    font-size: 30px;
    margin: 10px 0 20px;
    font-weight: 100;
    font-family: "Knockout-67";
    text-transform: uppercase; }
  .footer__contact-link {
    font-family: "Sentinel-Book";
    font-style: italic;
    font-size: 16px; }
  .footer__social-link img {
    height: 20px;
    margin: 0 15px 30px; }
  .footer__forms {
    text-align: center; }
    .footer__forms .footer__header {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .footer__forms .footer__header {
          text-align: left; } }
    .footer__forms .button {
      width: 80%; }
    @media (min-width: 768px) {
      .footer__forms {
        padding-bottom: 60px; } }
  .footer__description {
    color: #a19fa0;
    font-size: 16px;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .footer__description {
        text-align: left; } }
  .footer__subscribe, .footer__email {
    padding: 30px 0; }
  .footer__responses {
    width: 80%;
    margin: auto;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__responses {
        width: 100%;
        float: left;
        text-align: left;
        padding-top: 5px; } }
  @media (min-width: 768px) {
    .footer__subscribe {
      padding: 30px; } }
  .footer__subscribe .button {
    color: #ea0075;
    background-color: transparent;
    font-size: 16px; }
    @media (min-width: 768px) {
      .footer__subscribe .button {
        width: 30%;
        margin: 0;
        float: left; } }
  .footer__subscribe-input {
    background-color: #231f20;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    width: 80%;
    text-align: center;
    text-transform: uppercase;
    padding: 8px;
    font-family: "Knockout-30";
    letter-spacing: 2px;
    margin: 10px auto; }
    @media (min-width: 768px) {
      .footer__subscribe-input {
        border: 2px solid #fff;
        width: 60%;
        margin: 10px 0;
        display: block; } }
    .footer__subscribe-input::-webkit-input-placeholder {
      color: grey; }
    .footer__subscribe-input::-moz-placeholder {
      color: grey; }
    .footer__subscribe-input::-ms-input-placeholder {
      color: grey; }
    .footer__subscribe-input::placeholder {
      color: grey; }
  .footer__email {
    text-align: center; }
    .footer__email .footer__header {
      margin-bottom: 0; }
    .footer__email .footer__description {
      text-align: center; }
    .footer__email ~ hr {
      max-width: 60%;
      border-color: grey; }
    @media (min-width: 768px) {
      .footer__email {
        margin-bottom: 0; } }
    .footer__email .button {
      color: #00a1b4;
      font-size: 16px;
      margin: 10px auto;
      width: 50%; }
      @media (min-width: 768px) {
        .footer__email .button {
          width: 80%;
          margin: 10px auto; } }
  .footer__copyright {
    font-size: 1.2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__copyright {
        width: 50%;
        float: left;
        border-right: 1px solid #a19fa0;
        -webkit-box-sizing: content-box;
                box-sizing: content-box; } }
  .footer__made-by {
    font-size: 13px;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__made-by {
        width: 49%;
        float: left; } }
  .footer__logo {
    height: 80px;
    margin: 30px auto 15px;
    display: block; }
  .footer__nav-list {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center; }
    .footer__nav-list-item {
      display: block;
      padding: 5px; }
      .footer__nav-list-item a {
        font-size: 18px;
        font-family: "Sentinel-BookItal";
        display: block;
        margin: auto;
        color: #fff; }

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button, .post-password-form input[type=submit] {
  color: #fff;
  border: 2px solid #fff;
  display: block;
  width: 30%;
  text-align: center;
  text-transform: uppercase;
  padding: 8px;
  font-family: "Knockout-30";
  letter-spacing: 2px;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  font-size: 20px; }
  .button--black, .post-password-form input[type=submit]--black {
    color: #4b4b4d;
    border: 2px solid #4b4b4d; }
  .button:hover:not(.cta-grid__button), .post-password-form input[type=submit]:hover:not(.cta-grid__button) {
    background-color: #00a1b4;
    color: #fff;
    border: 2px solid #00a1b4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none; }

.hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .hero__padding {
    height: 720px;
    z-index: -1;
    pointer-events: none; }
  .hero__content {
    position: fixed;
    top: 200px;
    left: 0;
    width: 100%;
    bottom: 300px;
    text-align: center;
    z-index: 2;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .hero__content {
        padding: 0; } }
  .hero__header {
    font-size: 45px;
    letter-spacing: 3px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 0;
    color: #4b4b4d;
    font-family: "Knockout-67";
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .hero__header {
        letter-spacing: 5px;
        font-size: 102px; } }
  .hero__copy {
    margin: 0 auto;
    font-size: 22px;
    letter-spacing: 1.5px;
    line-height: 1.1636;
    color: #4b4b4d;
    font-weight: 100;
    font-family: "Sentinel-BookItal";
    max-width: 600px; }
  .hero__button {
    margin-top: 15px;
    width: 80%;
    max-width: 300px; }
  .hero__color-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 35px; }
    .hero__color-bar-color {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 5px; }
      .hero__color-bar-color.pink {
        background-color: #ea0075; }
      .hero__color-bar-color.purple {
        background-color: #522986; }
      .hero__color-bar-color.green {
        background-color: #81bf37; }
      .hero__color-bar-color.blue {
        background-color: #00a1b4; }

@media (max-width: 900px) {
  .blog .hero {
    background-position: 0 50%; } }

@media (max-width: 600px) {
  .blog .hero {
    background-position: 15% 50%; } }

@media (max-width: 400px) {
  .blog .hero {
    background-position: 20% 50%; } }

.color-bar {
  z-index: 2;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .color-bar__color {
    height: 5px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.mission-statement {
  z-index: 2;
  background-color: #231f20;
  position: relative; }
  .mission-statement__logo {
    height: 60px;
    position: absolute;
    top: 0;
    margin: auto;
    margin-top: -30px;
    text-align: center;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .mission-statement__logo {
        height: 80px;
        margin-top: -40px; } }
  .mission-statement p {
    text-align: center;
    margin: auto;
    line-height: 1.5em;
    font-size: 1.25em;
    font-weight: normal;
    padding: 30px;
    color: #fff;
    font-family: "Sentinel-Light"; }
    @media (min-width: 768px) {
      .mission-statement p {
        width: 80%;
        margin: auto;
        line-height: 1.5em;
        font-size: 3em;
        font-weight: normal;
        padding: 120px 0; } }
  .mission-statement a {
    text-decoration: underline;
    font-family: "Sentinel-Light"; }
  .mission-statement .flip-container {
    max-width: 134px;
    position: absolute;
    margin: auto;
    z-index: 100;
    top: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1; }
    .mission-statement .flip-container:hover .flipper {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
  .mission-statement .flip-container, .mission-statement .front, .mission-statement .back {
    width: 134px;
    height: 134px; }
  .mission-statement .flip-container {
    perspective: 1000;
    -webkit-perspective: 1000; }
  .mission-statement .flipper {
    -webkit-transition: .6s;
    transition: .6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: relative; }
  .mission-statement .front, .mission-statement .back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  .mission-statement .front {
    z-index: 2;
    transform: rotatey(0deg);
    -webkit-transform: rotatey(0deg); }
  .mission-statement .back {
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg); }

.blog-post {
  z-index: 2;
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 15px 50px; }
  @media (min-width: 768px) {
    .blog-post {
      padding: 80px; } }
  .blog-post__header {
    font-size: 45px;
    margin: 20px 0;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: "Knockout-67";
    color: #fff; }
    @media (min-width: 768px) {
      .blog-post__header {
        font-size: 85px; } }
  .blog-post__description {
    color: #fff;
    margin: 20px auto 50px;
    max-width: 800px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 100;
    font-family: "Sentinel-Book";
    text-transform: initial; }
  .blog-post__button {
    display: inline;
    padding: 8px 30px; }

.bg-img-block {
  z-index: 2;
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px 15px 50px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .bg-img-block {
      padding: 60px; } }
  .bg-img-block__header {
    font-size: 45px;
    margin: 20px 0;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: "Knockout-67";
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 768px) {
      .bg-img-block__header {
        font-size: 102px; }
        .bg-img-block__header--medium {
          font-size: 94px; }
        .bg-img-block__header--small {
          font-size: 85px; } }
  .bg-img-block__description {
    color: #fff;
    margin: 20px auto 50px;
    max-width: 800px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 100;
    font-family: "Sentinel-Book"; }
    .bg-img-block__description--small {
      font-size: 17px; }
    .bg-img-block__description--medium {
      font-size: 20px;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .bg-img-block__description--medium {
          font-size: 22px; } }
    .bg-img-block__description--large {
      font-family: "Knockout-30";
      line-height: 24px;
      font-size: 20px; }
      @media (min-width: 768px) {
        .bg-img-block__description--large {
          line-height: 30px;
          font-size: 26px; } }
  .bg-img-block__button {
    width: auto; }
    @media (min-width: 768px) {
      .bg-img-block__button {
        display: inline;
        padding: 8px 50px; } }

.service {
  z-index: 2;
  position: relative;
  padding: 30px 15px; }
  @media (min-width: 768px) {
    .service {
      padding: 60px; } }
  .service__content {
    max-width: 960px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      .service__content {
        display: block; } }
  .service__text {
    width: 75%;
    float: left;
    padding-left: 60px; }
  .service__icon {
    width: 25%;
    float: left; }
  .service__header {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 3px;
    margin: 0;
    font-family: "Knockout-67";
    text-transform: uppercase;
    line-height: 1; }
    @media (min-width: 768px) {
      .service__header {
        margin-top: 45px;
        font-size: 65px; } }
  .service__copy {
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 1.8285; }

.cta-grid {
  z-index: 2;
  position: relative;
  background-color: #fff; }
  @media (min-width: 768px) {
    .cta-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 45px 30px; } }
  .cta-grid__item {
    text-align: center;
    padding: 30px 15px; }
    @media (min-width: 768px) {
      .cta-grid__item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .cta-grid__header {
    border-bottom: 1px solid #231f20;
    border-top: 1px solid #231f20;
    margin-top: 0;
    margin: 0px;
    padding: 10px 0;
    font-size: 30px;
    letter-spacing: 3px;
    font-family: "Knockout-67";
    text-transform: uppercase;
    font-weight: 100;
    color: #231f20; }
  .cta-grid__copy {
    color: grey;
    line-height: 1.6; }
  .cta-grid__star {
    font-size: 30px;
    margin-bottom: 15px;
    display: block; }
    .cta-grid__star.Blue {
      color: #00a1b4; }
    .cta-grid__star.Green {
      color: #81bf37; }
    .cta-grid__star.Pink {
      color: #ea0075; }
    .cta-grid__star.Purple {
      color: #522986; }
    .cta-grid__star.Yellow {
      color: #ffc52f; }
  .cta-grid__button {
    border: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    min-width: 175px; }
    .cta-grid__button.Blue {
      background-color: #00a1b4; }
    .cta-grid__button.Green {
      background-color: #81bf37; }
    .cta-grid__button.Pink {
      background-color: #ea0075; }
    .cta-grid__button.Purple {
      background-color: #522986; }
    .cta-grid__button.Yellow {
      background-color: #ffc52f; }
    .cta-grid__button:hover {
      text-decoration: none;
      opacity: 0.8;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease;
      color: #fff; }

.black-block {
  background-color: #231f20;
  z-index: 2;
  position: relative; }
  .black-block__header {
    padding: 75px 15px;
    font-size: 34px;
    letter-spacing: 2px;
    font-family: "Knockout-67";
    margin: auto;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100; }
    @media (min-width: 768px) {
      .black-block__header {
        padding: 75px; } }
  .black-block__italic {
    background-color: #231f20;
    border-bottom: 1px solid #9b928d;
    color: grey;
    font-family: "Sentinel-BookItal";
    font-size: 22px;
    margin: 0 auto;
    padding: 60px 15px;
    text-align: center;
    font-weight: 100;
    line-height: 1.1636; }

.pitch-winners-grid {
  z-index: 2;
  background-color: #231f20;
  position: relative; }
  @media (min-width: 768px) {
    .pitch-winners-grid {
      border-top: 1px solid grey; } }
  .pitch-winners-grid__content {
    max-width: 960px;
    margin: auto; }
  .pitch-winners-grid__item {
    border-top: 1px solid grey;
    padding: 30px 15px;
    position: relative; }
    @media (min-width: 768px) {
      .pitch-winners-grid__item {
        border-top: none;
        border-left: 1px solid grey;
        float: left;
        width: 25%;
        margin: auto;
        min-height: 500px; }
        .pitch-winners-grid__item:last-of-type {
          border-right: 1px solid grey; } }
  .pitch-winners-grid__border {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: none;
    height: 5px;
    left: 0; }
    @media (min-width: 768px) {
      .pitch-winners-grid__border {
        display: block; } }
  .pitch-winners-grid__logo {
    display: block;
    height: 75px;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .pitch-winners-grid__header {
    margin: 0 auto;
    font-size: 28px;
    letter-spacing: 3px;
    color: #fff;
    font-family: "Knockout-67";
    text-transform: uppercase;
    margin: 30px auto 0;
    text-align: center;
    font-weight: 100; }
  .pitch-winners-grid__copy {
    font-size: 14px;
    color: #a19fa0;
    margin: 10px 0 30px;
    line-height: 1.8285;
    text-align: center; }
  .pitch-winners-grid__button {
    width: 90%;
    max-width: 300px; }

.logo-grid {
  z-index: 2;
  position: relative;
  padding: 60px 15px;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .logo-grid {
      padding: 60px 0; } }
  .logo-grid__item {
    background-position: center;
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
    display: block;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin: auto; }
    @media (min-width: 768px) {
      .logo-grid__item {
        -ms-flex-preferred-size: 21%;
            flex-basis: 21%;
        margin: 30px auto; } }
  .logo-grid__header {
    font-size: 45px;
    margin-top: 60px;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1;
    color: #4b4b4d;
    margin: 0;
    font-family: "Knockout-67";
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .logo-grid__header {
        font-size: 94px;
        margin-bottom: 50px; } }
  .logo-grid__copy {
    font-family: "Sentinel-BookItal";
    font-size: 22px;
    line-height: 1.1636;
    text-align: center;
    margin: 0 auto;
    color: #4b4b4d;
    max-width: 600px; }
  .logo-grid__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 960px;
    position: relative;
    margin: 15px auto 0; }

.case-study-slider {
  z-index: 2;
  position: relative;
  background-color: #231f20; }
  .case-study-slider__background {
    height: 500px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px 15px; }
    @media (min-width: 768px) {
      .case-study-slider__background {
        padding: 80px;
        height: 500px; } }
  .case-study-slider__label {
    color: #fff;
    font-family: "Sentinel-BookItal";
    font-size: 18.72px;
    line-height: 1.3675;
    font-weight: 100; }
  .case-study-slider__header {
    font-size: 45px;
    margin: 20px 0;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: "Knockout-67";
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 768px) {
      .case-study-slider__header {
        font-size: 102px; } }
  .case-study-slider__border {
    display: block;
    height: 5px;
    width: 100%;
    max-width: 770px;
    background-color: #fff;
    margin: auto; }
  .case-study-slider__copy {
    color: #fff;
    margin: 20px auto 50px;
    max-width: 800px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-family: "Sentinel-Book"; }
  .case-study-slider__button {
    display: none; }
    @media (min-width: 768px) {
      .case-study-slider__button {
        display: block; } }
  .case-study-slider .owl-nav {
    font-size: 100px; }
    .case-study-slider .owl-nav .owl-prev {
      color: #fff !important;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: none; }
      @media (min-width: 768px) {
        .case-study-slider .owl-nav .owl-prev {
          display: block;
          left: 80px; } }
    .case-study-slider .owl-nav .owl-next {
      color: #fff !important;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      display: none; }
      @media (min-width: 768px) {
        .case-study-slider .owl-nav .owl-next {
          display: block;
          right: 80px; } }
  .case-study-slider .owl-dots {
    display: block;
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .case-study-slider .owl-dots {
        display: none; } }
    .case-study-slider .owl-dots .owl-dot {
      height: 10px;
      width: 10px;
      background-color: #fff;
      opacity: 0.4;
      border-radius: 10px;
      margin: 5px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .case-study-slider .owl-dots .owl-dot.active {
        opacity: 1;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }

.hero-video-slider {
  background-color: #231f20; }
  .hero-video-slider__video {
    position: fixed;
    top: 0;
    left: 0;
    /*right: 0;
    width: 1600px;*/
    pointer-events: none;
    display: none;
    /* @include mq($XL) {
      width: 100vw;
    }*/ }
  .hero-video-slider__shim {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 720px;
    pointer-events: none;
    background-color: #fff;
    opacity: 0.5;
    z-index: 1; }
  .hero-video-slider .hero__content {
    position: relative; }
  .hero-video-slider .owl-item {
    height: 720px; }
  .hero-video-slider .owl-carousel.owl-drag .owl-item {
    touch-action: auto !important;
  }
  .hero-video-slider .owl-nav {
    display: none;
    font-size: 100px; }
    @media (min-width: 768px) {
      .hero-video-slider .owl-nav {
        display: block; } }
    .hero-video-slider .owl-nav .owl-prev {
      height: 120px;
      position: absolute;
      top: 12%;
      left: 5px;
      outline: none;
      z-index: 1001; }
      @media (min-width: 360px) {
        .hero-video-slider .owl-nav .owl-prev {
          top: 60%;
          left: 15px; } }
      @media (min-width: 768px) {
        .hero-video-slider .owl-nav .owl-prev {
          left: 50px;
          top: 50%;
          bottom: auto; } }
      @media (min-width: 1080px) {
        .hero-video-slider .owl-nav .owl-prev {
          left: 80px; } }
    .hero-video-slider .owl-nav .owl-next {
      height: 120px;
      position: absolute;
      top: 12%;
      right: 5px;
      outline: none;
      z-index: 1001; }
      @media (min-width: 360px) {
        .hero-video-slider .owl-nav .owl-next {
          top: 60%;
          right: 15px; } }
      @media (min-width: 768px) {
        .hero-video-slider .owl-nav .owl-next {
          right: 50px;
          top: 50%;
          bottom: auto; } }
      @media (min-width: 1080px) {
        .hero-video-slider .owl-nav .owl-next {
          right: 80px; } }
  .hero-video-slider .owl-dots {
    display: none; }

.icon-with-content-block--left, .icon-with-content-block--right, .icon-with-content-block--middle {
  background-color: #fff;
  padding: 30px 0;
  z-index: 2;
  position: relative; }
  @media (min-width: 768px) {
    .icon-with-content-block--left, .icon-with-content-block--right, .icon-with-content-block--middle {
      padding: 60px 0; } }

.icon-with-content-block__container {
  max-width: 960px;
  margin: auto;
  padding: 0 15px; }

.icon-with-content-block__icon {
  display: block;
  width: 100%;
  height: auto;
  max-width: 250px;
  padding: 30px 0;
  margin: auto; }
  @media (min-width: 768px) {
    .icon-with-content-block__icon {
      margin: 0;
      padding: 0;
      float: left;
      width: 25%; }
      .icon-with-content-block--middle .icon-with-content-block__icon {
        float: none;
        margin: auto; } }
  .icon-with-content-block--middle .icon-with-content-block__icon {
    padding: 30px 0; }

.icon-with-content-block__header {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin: 0;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Knockout-67";
  font-weight: 100; }
  .icon-with-content-block__header--medium {
    font-size: 33px; }
  .icon-with-content-block--middle .icon-with-content-block__header {
    border-top: 1px solid #000;
    padding-top: 10px; }

.icon-with-content-block__text {
  color: #000000;
  float: left; 
  text-align: center; }
  .icon-with-content-block--left .icon-with-content-block__text {
    margin-top: 15px; }
  .icon-with-content-block--right .icon-with-content-block__text {
    margin-top: 15px; }
  @media (min-width: 768px) {
    .icon-with-content-block__text {
      width: 75%; }
      .icon-with-content-block--left .icon-with-content-block__text {
        padding-left: 60px; }
      .icon-with-content-block--right .icon-with-content-block__text {
        padding-right: 60px; }
      .icon-with-content-block--middle .icon-with-content-block__text {
        width: 100%; } }
  .icon-with-content-block--middle .icon-with-content-block__text {
    float: none; }

.icon-with-content-block__content {
  width: 100%;
  float: left;
  padding: 15px 0 30px;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #000;
  line-height: 1.6; }
  .icon-with-content-block--left .icon-with-content-block__content {
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .icon-with-content-block--middle .icon-with-content-block__content {
    border: none;
    margin: auto;
    width: 100%; }

.icon-with-content-block__button {
  font-family: "Knockout-30";
  font-size: 20px;
  color: #ffffff;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  display: inline-block ;
}

.member-map-cta {
  background-color: black;
  text-align: center;
  z-index: 1;
  position: relative;
  background-size: auto 200%;
  background-position: 50% 50%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1023px) {
    .member-map-cta {
      background-size: cover; } }
  @media (max-width: 767.98px) {
    .member-map-cta {
      /*   background: none !important; */ } }
  .member-map-cta__content {
    color: white;
    padding: 60px 20px;
    display: block;
    font-size: 20px;
    position: relative;
    z-index: 1; }
    @media (min-width: 1023px) {
      .member-map-cta__content {
        /*    padding: 350px 20px; */ } }
  .member-map-cta__mobile-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    display: none; }
    @media (max-width: 767.98px) {
      .member-map-cta__mobile-background {
        display: block;
        background-color: black;
        display: none; } }
  .member-map-cta h2 {
    font-family: "Knockout-67";
    font-size: 45px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .member-map-cta h2 {
        font-size: 102px; }
        .member-map-cta h2--medium {
          font-size: 94px; }
        .member-map-cta h2--small {
          font-size: 85px; } }

.member-benefits-grid {
  z-index: 2;
  position: relative;
  background-color: #231f20;
  padding: 60px 0;
  text-align: center; }
  .member-benefits-grid__header {
    color: #fff;
    line-height: 1;
    font-size: 3em;
    letter-spacing: 2px;
    font-family: "Knockout-67";
    text-transform: uppercase;
    font-weight: 100;
    margin: 0; }
  .member-benefits-grid__copy {
    margin: 0;
    padding: 0 0 60px 0;
    color: grey; }
    @media (min-width: 768px) {
      .member-benefits-grid__copy {
        border-bottom: 2px solid grey; } }
  .member-benefits-grid__grid {
    max-width: 960px;
    margin: auto; }
  .member-benefits-grid__item {
    display: block;
    border-top: 2px solid grey;
    text-align: center;
    padding: 30px 15px; }
    @media (min-width: 768px) {
      .member-benefits-grid__item {
        border-top: none;
        border-left: 2px solid grey;
        float: left;
        min-height: 250px;
        width: 33.33%; }
        .member-benefits-grid__item:nth-of-type(n+4) {
          border-top: 2px solid grey; }
        .member-benefits-grid__item:nth-of-type(3n) {
          border-right: 2px solid grey; } }
  .member-benefits-grid__icon {
    margin: 0 auto 30px;
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    padding: 30px 0; }
  .member-benefits-grid__item-copy {
    color: grey;
    padding: 0;
    margin: 0; }
  .member-benefits-grid__color {
    display: none;
    float: left;
    height: 5px;
    width: 33.33%;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .member-benefits-grid__color {
        display: block; } }
  .member-benefits-grid__button {
    width: 50%;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .member-benefits-grid__button {
        margin-top: 0;
        max-width: 300px; } }

.content-grid {
  z-index: 2;
  position: relative;
  background-color: #231f20;
  padding: 60px 0;
  text-align: center; }
  .content-grid__header {
    color: #fff;
    line-height: 1;
    font-size: 3em;
    letter-spacing: 2px;
    font-family: "Knockout-67";
    text-transform: uppercase;
    font-weight: 100;
    margin: 0; }
  .content-grid__copy {
    margin: 0;
    padding: 0 0 60px 0;
    color: grey; }
    @media (min-width: 768px) {
      .content-grid__copy {
        border-bottom: 2px solid grey; } }
  .content-grid__grid {
    max-width: 960px;
    margin: auto; }
  .content-grid__item {
    display: block;
    border-top: 2px solid grey;
    text-align: center;
    padding: 30px 15px; }
    .content-grid__item__header {
      margin: 0px;
      padding: 10px 0;
      font-size: 30px;
      letter-spacing: 3px;
      font-family: "Knockout-67";
      text-transform: uppercase;
      font-weight: 100;
      color: #fff; }
    @media (min-width: 768px) {
      .content-grid__item {
        border-top: none;
        border-left: 2px solid grey;
        float: left;
        min-height: 250px;
        width: 33.33%; }
        .content-grid__item:nth-of-type(n+4) {
          border-top: 2px solid grey; }
        .content-grid__item:nth-of-type(3n) {
          border-right: 2px solid grey; } }
  .content-grid__icon {
    margin: 0 auto 30px;
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    padding: 30px 0; }
  .content-grid__item-copy {
    color: grey;
    padding: 0;
    margin: 0; }
  .content-grid__color {
    display: none;
    float: left;
    height: 5px;
    width: 33.33%;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .content-grid__color {
        display: block; } }
  .content-grid__button {
    width: 50%;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .content-grid__button {
        margin-top: 0;
        max-width: 300px; } }

.member-grid {
  z-index: 2;
  background-color: #fff;
  position: relative; }
  @media (min-width: 1080px) {
    .member-grid {
      margin-top: -300px; } }
  @media (min-width: 1400px) {
    .member-grid {
      margin-top: -400px; } }
  .member-grid__member {
    cursor: pointer;
    height: 250px;
    width: 50%;
    margin: 0;
    padding: 0;
    background-color: #231f20;
    float: left;
    position: relative; }
    @media (min-width: 768px) {
      .member-grid__member {
        height: 300px;
        width: 33.33%; } }
    @media (min-width: 1080px) {
      .member-grid__member {
        height: 300px;
        width: 25%; } }
    @media (min-width: 1400px) {
      .member-grid__member {
        height: 400px;
        width: 20%; } }
    .member-grid__member:hover .member-grid__background-img {
      -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      opacity: 0.3; }
    .member-grid__member:hover .member-grid__info .member-grid__header {
      -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
    .member-grid__member:hover .member-grid__info .member-grid__position {
      -webkit-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
      transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
    .member-grid__member:hover .member-grid__info .member-grid__company {
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
    .member-grid__member .member-grid__background-img {
      -webkit-transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1);
      transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1);
      opacity: 1; }
    .member-grid__member .member-grid__header {
      -webkit-transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
      opacity: 0;
      -webkit-transform: translateY(10px);
              transform: translateY(10px); }
    .member-grid__member .member-grid__position {
      -webkit-transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
      opacity: 0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px); }
    .member-grid__member .member-grid__company {
      -webkit-transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
  .member-grid__background-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    z-index: 1; }
  .member-grid__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff; }
  .member-grid__info {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px;
    z-index: 1; }
  .member-grid__header {
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 50px;
    letter-spacing: 4px;
    font-weight: 100;
    line-height: .8;
    font-family: "Knockout-67"; }
  .member-grid__position {
    margin: 0;
    font-size: 20px;
    font-family: "Sentinel-Book"; }
  .member-grid__company {
    display: block;
    color: #00a1b4; }

.nav-toggle {
  z-index: 1000;
  position: fixed;
  height: 40px;
  width: 40px;
  top: 10px;
  left: 10px;
  -webkit-transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 0.45s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .nav-open .nav-toggle {
    left: 74%; }
  @media (min-width: 768px) {
    .nav-toggle {
      display: none; } }

.con,
.special-con {
  cursor: pointer;
  display: inline-block; }

.bar {
  display: block;
  height: 4px;
  width: 30px;
  background-color: #231f20;
  margin: 5px auto; }
  .payment .bar {
    background-color: #fff; }
  .page-template-template-dark .bar {
    background-color: #fff; }

.con {
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1); }

.col {
  display: inline-block;
  width: 24%;
  text-align: center;
  height: auto;
  position: relative; }

.middle {
  margin: 0 auto; }

.bar {
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1; }

.nav-open .arrow-top-r {
  -webkit-transform: rotateZ(-45deg) translateY(12px);
  transform: rotateZ(-45deg) translateY(12px);
  width: 25px; }

.nav-open .arrow-middle-r {
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
  opacity: 0; }

.nav-open .arrow-bottom-r {
  -webkit-transform: rotateZ(45deg) translateY(-13px);
  transform: rotateZ(45deg) translateY(-13px);
  width: 25px; }

.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 20;
  -webkit-animation: loaderOut 0.8s ease 1.4s forwards;
          animation: loaderOut 0.8s ease 1.4s forwards; }
  .loader img {
    height: 300px;
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation: logoIn 0.8s ease 0.4s forwards;
            animation: logoIn 0.8s ease 0.4s forwards; }
  .loader__color {
    height: 5px;
    width: 25%;
    float: left; }
    .loader__color.pink {
      background-color: #ea0075; }
    .loader__color.purple {
      background-color: #522986; }
    .loader__color.green {
      background-color: #81bf37; }
  .loader__color-strip {
    position: absolute;
    width: 100%;
    z-index: 20; }
    .loader__color-strip--top {
      top: 0; }
    .loader__color-strip--bottom {
      bottom: 0; }
  .loader__color-strip-colors {
    position: relative; }

@-webkit-keyframes loaderOut {
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 0;
    height: 0; } }

@keyframes loaderOut {
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 0;
    height: 0; } }

@-webkit-keyframes logoIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes logoIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.top-shadow {
  position: relative; }
  .top-shadow::before {
    content: "";
    display: block;
    background: url(./img/TopShadowDark.svg) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    height: 100%; }

.bg-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  pointer-events: none;
  z-index: -1; }

.member-container {
  position: relative; }
  .member-container .owl-nav {
    font-size: 60px;
    position: absolute;
    right: 15px;
    bottom: 0;
    line-height: 100px;
    color: #231f20;
    left: 15px;
    top: 375px;
    height: 0; }
    @media (min-width: 1080px) {
      .member-container .owl-nav {
        height: auto;
        right: 0;
        left: 0;
        font-size: 100px;
        left: 40%;
        top: unset; } }
  .member-container .owl-next {
    float: right; }
    @media (min-width: 1080px) {
      .member-container .owl-next {
        margin-right: 25px; } }
  .member-container .owl-dots {
    display: none; }
  .member-container .owl-carousel .owl-item img {
    width: 25px;
    display: inline;
    margin-right: 10px; }

.member-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  .member-modal.open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media (min-width: 1080px) {
    .member-modal {
      z-index: 3;
      position: -webkit-sticky;
      position: sticky;
      top: 100px;
      left: 0;
      right: 0;
      bottom: unset;
      height: 300px; } }
  @media (min-width: 1400px) {
    .member-modal {
      height: 400px; } }
  .member-modal__background-img {
    height: 400px;
    width: 100%;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 600px; }
    @media (min-width: 1080px) {
      .member-modal__background-img {
        position: absolute;
        height: 300px;
        width: 300px; } }
    @media (min-width: 1400px) {
      .member-modal__background-img {
        height: 400px;
        width: 400px; } }
  .member-modal__close {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 90px;
    line-height: 20px;
    font-family: "Sentinel-Book";
    cursor: pointer;
    z-index: 4000;
    color: #231f20; }
  .member-modal__info {
    text-align: center; }
    @media (min-width: 1080px) {
      .member-modal__info {
        text-align: left;
        height: 300px;
        padding: 30px 0;
        width: 60%;
        float: right; } }
    @media (min-width: 1400px) {
      .member-modal__info {
        height: 400px; } }
  .member-modal__header {
    margin: 0;
    color: #231f20;
    font-size: 3em;
    margin-top: 15px;
    text-transform: uppercase;
    color: #231f20;
    font-family: "Knockout-67";
    line-height: 1;
    letter-spacing: 2px;
    font-weight: normal; }
    @media (min-width: 1080px) {
      .member-modal__header {
        margin: 0;
        font-size: 5em; } }
  .member-modal__position {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    color: #231f20; }
    @media (min-width: 1080px) {
      .member-modal__position {
        display: none; } }
  .member-modal__company {
    margin: 0;
    font-size: 20px;
    color: #00a1b4; }
    @media (min-width: 1080px) {
      .member-modal__company {
        display: none; } }
  .member-modal__about {
    color: #231f20;
    padding: 0 15px; }
    @media (min-width: 1080px) {
      .member-modal__about {
        padding: 0; } }

#videoModal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none; }
  #videoModal.visible {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 1;
    pointer-events: all; }
  #videoModal iframe {
    height: 60vh;
    width: 100vw;
    border: none;
    position: relative;
    z-index: 40;
    margin-top: 50px; }
    @media (min-width: 768px) {
      #videoModal iframe {
        height: 80vh;
        margin-top: 10vh;
        margin-left: 10vw;
        width: 80vw; } }
  #videoModal #videoModalClose {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #00a1b4;
    font-size: 90px;
    line-height: 20px;
    font-family: "Sentinel-Book";
    cursor: pointer;
    height: 40px;
    width: 40px;
    z-index: 50; }
    @media (min-width: 768px) {
      #videoModal #videoModalClose {
        top: 5vh;
        width: 5vw; } }

.owl-carousel {
  z-index: 1000 !important; }

.owl-nav button {
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.owl-nav .disabled {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  cursor: auto; }

.lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .lightbox.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
  .lightbox .lightboxClose {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #00a1b4;
    font-size: 90px;
    line-height: 20px;
    font-family: "Sentinel-Book";
    cursor: pointer; }
    @media (min-width: 768px) {
      .lightbox .lightboxClose {
        top: 5vh;
        width: 5vw; } }
  .lightbox__container {
    background-color: #fff;
    width: 90vw;
    max-width: 900px;
    margin: auto;
    height: 70vh;
    margin-top: 15vh;
    overflow-y: scroll;
    padding: 30px; }
  .lightbox__title {
    font-size: 33px;
    letter-spacing: 3px;
    margin: auto;
    border-bottom: 1px solid #231f20;
    font-family: "Knockout-67";
    font-weight: 100;
    text-align: center;
    text-transform: uppercase; }
  .lightbox__content ul {
    padding-left: 20px;
    list-style: none;
    margin-left: 15px;
    margin-top: 0; }
    .lightbox__content ul:nth-of-type(1n) li::before {
      color: #ea0075; }
    .lightbox__content ul:nth-of-type(2n) li::before {
      color: #00a1b4; }
    .lightbox__content ul:nth-of-type(3n) li::before {
      color: #ffc52f; }
    .lightbox__content ul ul:nth-of-type(1n) li::before {
      color: #00a1b4; }
    .lightbox__content ul ul:nth-of-type(2n) li::before {
      color: #ffc52f; }
    .lightbox__content ul ul:nth-of-type(3n) li::before {
      color: #ea0075; }
  .lightbox__content li::before {
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -40px;
    font-size: 40px;
    vertical-align: sub; }
  .lightbox__content h4 {
    font-family: "Knockout-30";
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 0; }

/* Payment Page Section */
.payment .fixed-nav-header {
  display: none; }

.payment-page {
  padding: 60px 0;
  background-color: #231f20; }
  .payment-page h2 {
    color: #fff;
    font-family: "Knockout-30";
    text-transform: uppercase;
    text-align: center; }
  .payment-page .auth {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    font-family: "Sentinel-BookItal";
    font-weight: 900;
    margin: 25px 0 40px;
    text-align: center; }
  .payment-page .renew {
    text-align: center;
    margin: 30px 0 60px;
    color: #fff; }
  .payment-page-intro {
    background-color: #231f20; }
    .payment-page-intro__container {
      color: #fff;
      max-width: 760px;
      margin: auto;
      text-align: center;
      padding: 30px 20px 60px; }
      @media (min-width: 768px) {
        .payment-page-intro__container {
          padding: 120px 0 60px; } }
      .payment-page-intro__container h1 {
        font-family: "Knockout-67";
        font-weight: 100;
        font-size: 45px;
        letter-spacing: 1.5px; }
      .payment-page-intro__container p.ital {
        font-family: "Sentinel-BookItal";
        font-weight: 900; }

#payment-period {
  width: 280px;
  margin: 20px auto;
  color: rgba(255, 255, 255, 0.5);
  border: 3px solid white;
  text-align: center;
  font-family: "Knockout-67"; }
  #payment-period .period {
    padding: 20px;
    width: 50%;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 43px;
    line-height: 1; }
    #payment-period .period:first-child {
      border-right: 3px solid white; }
    #payment-period .period.selected {
      background-color: #ea0075;
      color: white;
      cursor: auto; }
      #payment-period .period.selected span {
        color: white; }
  #payment-period span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-top: 5px;
    letter-spacing: 1px;
    line-height: 1; }

#common-payment {
  max-width: 960px;
  margin: auto; }
  #common-payment .section-header {
    margin: 25px 0 15px;
    color: #fff;
    font-weight: 400; }
  #common-payment .terms-conditions {
    margin: 20px 0 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic; }
    #common-payment .terms-conditions a {
      color: white;
      text-decoration: underline; }
  #common-payment #payment-notice {
    display: none;
    font-family: "Knockout", Impact, sans-serif;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    padding: 20px;
    width: 400px;
    max-width: 100%;
    margin: 20px auto 0;
    position: relative; }
    #common-payment #payment-notice:before {
      content: "";
      position: absolute;
      border: 15px solid;
      border-top-color: transparent;
      border-left-color: transparent;
      border-right-color: transparent;
      top: -29px;
      left: 50%;
      -webkit-transform: translateX(-15px);
              transform: translateX(-15px); }
    #common-payment #payment-notice.active {
      display: block; }
  #common-payment input {
    font-family: "Knockout", Impact, sans-serif;
    font-weight: 300;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 2px solid white;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
    width: 100%;
    color: #fff;
    outline: none; }
    #common-payment input.empty {
      border-color: #ea0075; }
    #common-payment input[type="submit"] {
      width: auto;
      margin: 0 auto;
      width: 200px;
      text-align: center;
      display: block;
      color: #00a1b4;
      text-transform: uppercase;
      cursor: pointer;
      -webkit-transition: all .2s;
      transition: all .2s; }
      #common-payment input[type="submit"]:hover {
        border-color: #00a1b4;
        background-color: #00a1b4;
        color: white; }
    @media (min-width: 768px) {
      #common-payment input.half {
        float: left;
        width: 49%;
        margin-right: 2%; }
        #common-payment input.half:last-child {
          margin-right: 0; }
      #common-payment input.third {
        float: left;
        width: 32%;
        margin-right: 2%; }
        #common-payment input.third:last-child {
          margin-right: 0; }
      #common-payment input.quarter {
        float: left;
        width: 23.5%;
        margin-right: 2%; }
        #common-payment input.quarter:last-child {
          margin-right: 0; } }

#common-thank-you {
  display: none; }
  #common-thank-you .thanks {
    font-style: italic;
    font-size: 25px;
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid #948A85; }
    #common-thank-you .thanks span {
      font-family: "Knockout", Impact, sans-serif;
      font-style: normal;
      font-size: 120px;
      display: block;
      line-height: 1;
      margin-top: 10px;
      text-transform: uppercase;
      letter-spacing: 2px; }
  #common-thank-you .processed {
    font-size: 110%;
    letter-spacing: 1px; }
    #common-thank-you .processed #billing-statement {
      font-weight: bold;
      font-style: italic; }
    #common-thank-you .processed #billing-email {
      text-transform: uppercase;
      font-family: "Knockout", Impact, sans-serif;
      font-weight: 300;
      letter-spacing: 2px; }
    #common-thank-you .processed span {
      display: block;
      margin-bottom: 20px;
      text-align: center; }
  #common-thank-you .payment-logo {
    text-align: center;
    margin-top: 20px; }

.post__hero {
  height: 40vh;
  background-color: #dedede;
  position: relative; }
  .post__hero-shim {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3); }

.post__content {
  max-width: 700px;
  margin: 60px auto; }
  .post__content h1 {
    font-family: "Knockout-67";
    text-transform: uppercase;
    font-size: 6rem;
    letter-spacing: .06em;
    line-height: 1;
    margin-top: 0; }
  .post__content h2, .post__content h3, .post__content h4 {
    margin-top: 1.8em;
    margin-bottom: .7em;
    letter-spacing: .05em; }

.dark iframe {
  max-width: 100%; }

.dark > div {
  margin: 60px 0; }

.dark__cta {
  text-align: center; }
  .dark__cta a {
    padding: 20px;
    background-color: #d25215;
    display: inline-block;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase; }

.dark__gallery img {
  height: auto;
  width: 100%;
  margin-bottom: 30px; }

img.alignleft {
  float: left;
  margin: 0 1rem 0 0; }

img.alignright {
  float: right;
  margin: 0 0 0 1rem; }

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.non-specific-block {
  padding: 60px 0;
  position: relative; }
  .non-specific-block--dark {
    background-color: #231f20;
    color: #a19fa0; }
  .non-specific-block--light {
    background-color: #fff;
    color: gray; }
  .non-specific-block--dark-and-white {
    background-color: #231f20;
    color: #fff; }
  .non-specific-block__inner {
    max-width: 960px;
    width: 90%;
    margin: 0 auto; }
